.lp-black {
  background-color: #333;
}

.bg-dark {
  background-color: #404040;
}

.bg-blue {
  background-color: #6ddfee;
}

.bg-pink {
  background-color: #ff8a8e;
}

.-md, .-md-only, .-sd {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .-md-only {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .-md {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .sp-pad {
    padding: 0 15px;
  }
  .sp-only {
    display: block;
  }
  .sp-fs28 {
    font-size: 1.75rem !important;
    font-size: 28px !important;
  }
  .sp-fs26 {
    font-size: 1.625rem !important;
    font-size: 26px !important;
  }
  .sp-fs24 {
    font-size: 1.5rem !important;
    font-size: 24px !important;
  }
  .sp-fs20 {
    font-size: 1.25rem !important;
    font-size: 20px !important;
  }
  .sp-fs18 {
    font-size: 1.125rem !important;
    font-size: 18px !important;
  }
  .sp-fs16 {
    font-size: 1rem !important;
    font-size: 16px !important;
  }
  .sp-fs14 {
    font-size: 0.875rem !important;
    font-size: 14px !important;
  }
  .sp-fs12 {
    font-size: 0.75rem !important;
    font-size: 12px !important;
  }
  .sp-fs10 {
    font-size: 0.625rem !important;
    font-size: 10px !important;
  }
  .-lg, .-md-only {
    display: none !important;
  }
  .-sd {
    display: block !important;
  }
}
img {
  max-width: 100%;
}

.u-ratio-1x1 {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
.u-ratio-1x1 > iframe, .u-ratio-1x1 > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ac-toggle {
  cursor: pointer;
}

.ac-panel {
  display: none;
  padding-bottom: 3px;
}

.cv-btn {
  position: relative;
  display: block;
  width: 540px;
  height: 80px;
  margin: 0 auto;
  text-decoration: none;
}
.cv-btn:hover {
  text-decoration: none;
}
.cv-btn:hover .cv-btn-main {
  top: 2px;
  left: 2px;
  background-color: #fc0;
}
.cv-btn:hover .cv-btn-blue {
  top: 2px;
  left: 2px;
  background-color: #084593;
}

.cv-btn-main {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 540px;
  height: 80px;
  margin: 0 auto;
  padding: 0 60px;
  background-color: #fd0;
  border-radius: 40px;
  text-decoration: none;
  letter-spacing: 0.2em;
}
.cv-btn-main span {
  font-size: 1.125rem;
  font-size: 18px;
  font-weight: 700;
}
.cv-btn-main img {
  position: absolute;
  top: calc(50% - 11px);
  right: 40px;
}

.cv-btn-blue {
  background-color: #084BA0;
  color: #fff;
}

.cv-btn-bg {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  background: url("../img/common/dot-yellow.gif");
  border-radius: 40px;
}

.cv-btn-bg-blue {
  background: url("../img/common/dot-blue.gif");
}

.slide-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.slide-nav .btn-next, .slide-nav .btn-prev {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.slide-nav .btn-next:hover, .slide-nav .btn-prev:hover {
  opacity: 0.6;
}
.slide-nav .btn-next img {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.slide-nav.-consul {
  width: calc(64% + 130px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slide-nav.-tool {
  max-width: 900px;
  margin: auto;
  -webkit-transform: translateY(-43px);
  transform: translateY(-43px);
}

@media (max-width: 767px) {
  .cv-btn {
    width: 100%;
    height: auto;
  }
  .cv-btn-main {
    padding: 0;
    width: 100%;
    height: 50px;
    text-align: center;
  }
  .cv-btn-main img {
    display: none;
  }
  .slide {
    padding: 0 20px;
  }
  .slide-nav.-consul {
    width: calc(64% + 130px);
    top: 32%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .slide-nav.-tool {
    -webkit-transform: translateY(50vw);
    transform: translateY(50vw);
  }
}
.kv {
  height: 650px;
  position: relative;
  overflow: hidden;
}
.kv img {
  max-width: initial;
}

@media (max-width: 991px) {
  .kv {
    height: auto;
  }
}
@media (max-width: 991px) {
  .kv img {
    height: auto;
    max-width: 100%;
  }
}
.kv-inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.kv-illust {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .kv-illust {
    position: relative;
    margin-top: 50px;
  }
}
.kv-sp {
  display: none;
}

.kv-title {
  text-align: center;
}

.kv-cta {
  margin-top: 60px;
  text-align: center;
}
.kv-cta .subject {
  font-size: 0.9375rem;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.kv-cta .subject-caption {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.kv-cta .subject-bracket {
  position: absolute;
  bottom: 0;
}
.kv-cta .subject-bracket.left {
  left: 0;
}
.kv-cta .subject-bracket.right {
  right: 0;
}
.kv-cta .body {
  position: relative;
  display: block;
  margin: 10px auto 0;
}

.kv-btn {
  position: relative;
  z-index: 2;
  display: block;
  width: 425px;
  margin: 0 auto;
  text-decoration: none;
}
.kv-btn:after {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/common/dot-yellow.gif");
  border-radius: 40px;
}
.kv-btn:hover {
  text-decoration: none;
}
.kv-btn:hover .kv-btn-main {
  top: 2px;
  left: 2px;
  background-color: #fc0;
}

.kv-btn-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 425px;
  height: 60px;
  margin: 0 auto;
  padding: 0 60px;
  background-color: #fd0;
  border-radius: 40px;
  text-decoration: none;
}
.kv-btn-main span {
  font-size: 1.125rem;
  font-size: 18px;
  font-weight: 700;
}
.kv-btn-main img {
  position: absolute;
  top: calc(50% - 11px);
  right: 40px;
}

.section-customer {
  padding-top: 120px;
  padding-bottom: 60px;
}

.section-member {
  padding-top: 60px;
  padding-bottom: 120px;
}

.section-price {
  padding: 80px 0 120px;
}

.section_inner {
  max-width: 900px;
  padding: 0 90px;
}
.section_inner.is-full {
  padding: 0;
}

@media (max-width: 991px) {
  .section_inner.is-full {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .section_inner {
    padding: 0;
  }
}
.section_header .title {
  letter-spacing: 0.2em;
}
.section_header .title_caption {
  margin-bottom: 8px;
  font-size: 1.5rem;
  font-size: 24px;
  line-height: 1.4166666667;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.section_header .title_header {
  font-size: 2.25rem;
  font-size: 36px;
  line-height: 1.3888888889;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.section_header .title_logo {
  margin-bottom: 26px;
}

.wrapper-service {
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .wrapper-service {
    padding-left: 0;
    padding-right: 0;
  }
}
.wrapper.bg-dark .title_header {
  color: #fff;
}

.lp-problem-head {
  margin-top: 46px;
  text-align: center;
}

.lp-problem-message {
  margin-top: 40px;
  padding: 50px 15px 60px;
  border: 4px solid #6ddfee;
  border-radius: 10px;
  letter-spacing: 0.1em;
}
.lp-problem-message h3 {
  font-size: 2rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.71875;
  text-align: center;
  letter-spacing: 0.2em;
}
.lp-problem-message h3 small {
  font-size: 1.5rem;
  font-size: 24px;
}
.lp-problem-message h3 span {
  display: inline-block;
  position: relative;
}
.lp-problem-message h3 span:after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  left: calc(50% - 3px);
  background-color: #6ddfee;
  border-radius: 50%;
}

.lp-problem-message-row {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.lp-problem-message-row .figure {
  text-align: center;
}
.lp-problem-message-row .figure p {
  margin-top: 30px;
  font-size: 1rem;
  font-size: 16px;
  line-height: 1.75;
}
.lp-problem-message-row .figure p strong {
  font-weight: 700;
}
.lp-problem-message-row .arrow {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media (max-width: 767px) {
  .lp-problem-message-row {
    display: block;
  }
}
.lp-problem-message-box {
  margin: 30px auto 0;
  max-width: 780px;
  font-size: 1rem;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
  position: relative;
  z-index: 1;
  letter-spacing: 0.15em;
}
.lp-problem-message-box .box-inner {
  padding: 24px;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  z-index: 2;
}
.lp-problem-message-box .box-bg {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-image: url("../img/common/dot-gray.gif");
  z-index: -1;
}

.lp-cta {
  color: #fff;
  text-align: center;
}

.lp-cta-subject {
  font-size: 2.25rem;
  font-size: 36px;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.lp-cta-label {
  margin-top: 16px;
  letter-spacing: 0.2em;
}
.lp-cta-label span {
  font-size: 1.5rem;
  font-size: 24px;
  line-heght: 2.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 238px;
  height: 54px;
  border: 1px solid #fff;
  border-radius: 10px;
  margin: auto;
}

.lp-cta-caption {
  margin: 24px 0 36px;
  font-size: 1rem;
  font-size: 16px;
  line-heght: 1.75;
  letter-spacing: 0.15em;
}

.lp-reason {
  position: relative;
}
.lp-reason:before {
  position: absolute;
  top: 6px;
  right: -6px;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/common/dot-gray.gif");
  border-radius: 20px;
}

.lp-reason-wrap {
  padding: 60px 15px 80px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 20px;
  z-index: 2;
}

.lp-reason-list {
  max-width: 900px;
  margin: auto;
}

.lp-reason-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lp-reason-item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.lp-reason-item:nth-child(2n) .lp-reason-figure {
  text-align: right;
}
.lp-reason-item:nth-child(n+2) {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .lp-reason-item {
    display: block;
  }
}
.lp-reason-article {
  width: 50%;
  letter-spacing: 0.1em;
}
.lp-reason-article .reason-text .subject-text {
  font-size: 1.5rem;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  padding: 1em 0;
  border-bottom: 1px solid #333;
}
.lp-reason-article .reason-text .desc {
  margin-top: 1em;
  font-size: 1rem;
  font-size: 16px;
  line-height: 1.75;
}

.lp-reason-figure {
  width: 40%;
}

.lp-reason-message {
  margin-top: 120px;
  text-align: center;
  letter-spacing: 0.2em;
}
.lp-reason-message p {
  margin-top: 16px;
  font-size: 1.5rem;
  font-size: 24px;
  line-height: 1.4166666667;
  font-weight: 700;
}
.lp-reason-message p strong {
  font-size: 2.25rem;
  font-size: 36px;
}
.lp-reason-message p span {
  position: relative;
}
.lp-reason-message p span:after {
  display: block;
  content: "";
  width: 100%;
  height: 10px;
  background-color: #6ddfee;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.lp-reason-message p.strong {
  font-size: 2.5rem;
  font-size: 40px;
  line-height: 1.4;
}
.lp-reason-message .message-figure {
  margin-top: 50px;
}

.lp-strength-block {
  margin-top: 50px;
}

.lp-strength-list {
  max-width: 900px;
  margin: auto;
}

.lp-strength-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lp-strength-item:nth-child(n+2) {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .lp-strength-item {
    display: block;
  }
}
.lp-strength-article {
  width: 66.6666666667%;
}
.lp-strength-article .strength-text .subject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #333;
  letter-spacing: 0.1em;
}
.lp-strength-article .strength-text .subject-num {
  width: 96px;
}
.lp-strength-article .strength-text .subject-text {
  padding-left: 34px;
  font-size: 1.25rem;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
.lp-strength-article .strength-text .desc {
  margin-top: 26px;
  font-size: 1rem;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .lp-strength-article .strength-text .subject {
    display: block;
  }
}
.lp-strength-figure {
  width: 27.7777777778%;
}

@media (max-width: 991px) {
  .lp-service-section {
    margin: 0 -20px;
  }
}
.lp-service-item {
  padding-top: 80px;
}
.lp-service-item:nth-child(n+2) {
  border-top: 20px solid #6ddfee;
}

.lp-service-nav {
  position: sticky;
  background-color: transparent;
  z-index: 10;
  letter-spacing: 0.1em;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lp-service-nav.-fixed {
  width: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.lp-service-nav.-fixed .nav-menu {
  margin-top: 0;
}
.lp-service-nav.-fixed.is-active {
  top: 0px;
}
.lp-service-nav .nav-menu {
  max-width: 1080px;
  margin: 50px auto -40px;
  height: 80px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border: 1px solid #999;
  background-color: #fff;
}
.lp-service-nav .nav-menu:before {
  position: absolute;
  top: 6px;
  right: -6px;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/common/dot-gray.gif");
  border-radius: 40px;
}
.lp-service-nav .nav-item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.lp-service-nav .nav-item .menu-label {
  text-decoration: none;
  position: relative;
}
.lp-service-nav .nav-item .menu-label:hover {
  text-decoration: none;
}
.lp-service-nav .nav-item .menu-label:after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lp-service-nav .nav-item .menu-label.-active:after, .lp-service-nav .nav-item .menu-label:hover:after {
  background-color: #6ddfee;
}
.lp-service-nav .nav-item:nth-child(n+2):before {
  display: block;
  content: "";
  width: 1px;
  height: 40px;
  background-color: #999;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .lp-service-nav {
    padding: 0 15px;
  }
}
.lp-service-header {
  text-align: center;
  letter-spacing: 0.2em;
}
.lp-service-header .header-icon {
  margin-bottom: 20px;
}
.lp-service-header .header-text {
  font-size: 2rem;
  font-size: 32px;
  line-height: 1.71875;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.lp-service-header .header-eyecatch {
  margin-top: 34px;
}
.lp-service-header .header-caption {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.75;
  text-align: left;
  letter-spacing: 0.1em;
}

.lp-service-toggle {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  border-style: solid;
  border-color: #999;
  border-width: 1px 0 0;
  position: relative;
  cursor: pointer;
}
.lp-service-toggle:hover {
  background-color: rgba(109, 223, 238, 0.5);
}
.lp-service-toggle.is-active {
  border-width: 1px 0;
}
.lp-service-toggle.is-active:hover {
  background-color: inherit;
}
.lp-service-toggle .toggle-label {
  font-size: 1.25rem;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.lp-service-toggle .toggle-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.lp-service-toggle .toggle-icon .icon-circle {
  width: 30px;
  height: 30px;
}
.lp-service-toggle .toggle-icon i {
  margin-left: 0;
  margin-top: 0;
}
.lp-service-toggle .toggle-icon .fa-minus {
  display: none;
}
.lp-service-toggle.is-active .fa-minus {
  display: inherit;
}
.lp-service-toggle.is-active .fa-plus {
  display: none;
}

@media (max-width: 991px) {
  .lp-service-toggle {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .lp-service-toggle {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .lp-service-toggle .toggle-icon {
    right: 40px;
  }
}
.lp-service-body {
  margin: 60px auto 0;
}

.lp-service-proc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.lp-service-proc:nth-child(n+2) {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .lp-service-proc {
    display: block;
  }
}
.lp-service-article {
  width: 66.6666666667%;
}
.lp-service-article .service-text .subject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #333;
  letter-spacing: 0.1em;
}
.lp-service-article .service-text .subject-num {
  width: 50px;
}
.lp-service-article .service-text .subject-text {
  font-size: 1.25rem;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.lp-service-article .service-text .subject-caption {
  font-size: 0.75rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.lp-service-article .service-text .desc {
  margin-top: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.lp-service-figure {
  width: 27.7777777778%;
}

.lp-service-result {
  margin-top: 120px;
}
.lp-service-result .result-subject {
  margin-bottom: 50px;
  font-size: 1.5rem;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.lp-service-recommend {
  margin: 120px auto;
}
.lp-service-recommend .recommend-subject {
  margin-bottom: 36px;
  font-size: 1.75rem;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  padding-bottom: 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
.lp-service-recommend .recommend-subject span {
  display: inline-block;
  position: relative;
}
.lp-service-recommend .recommend-subject span:after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #6ddfee;
  position: absolute;
  bottom: -10px;
  left: 0;
}

@media (max-width: 991px) {
  .lp-service-cta {
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  .lp-service-cta {
    margin: 0 -20px;
  }
}
.lp-price {
  padding: 80px 0;
}

.lp-price-note {
  margin-top: 10px;
  font-size: 0.75rem;
  font-size: 12px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.1em;
  color: #666;
}

.lp-case {
  margin-top: 50px;
  padding-bottom: 6px;
}
.lp-case .swiper-slide {
  padding-borrom: 6px;
}

.lp-voice {
  margin-top: 50px;
}

.lp-voice-wrap {
  max-width: 900px;
  margin: auto;
}

.lp-voice-block {
  padding: 15px 0 0;
}

.lp-voice-btn {
  padding-bottom: 80px;
}
.lp-voice-btn.-hide {
  padding-bottom: 0;
}

.lp-member {
  position: relative;
}
.lp-member:before {
  position: absolute;
  top: 6px;
  right: -6px;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/common/dot-gray.gif");
  border-radius: 20px;
}

.lp-member-wrap {
  padding: 60px 15px 80px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 20px;
  z-index: 2;
}

.lp-member-inner {
  max-width: 900px;
  margin: auto;
}

.lp-member-topics {
  margin: 40px 0 60px;
}

.lp-member-list {
  margin-top: 100px;
}
.lp-member-list .subject {
  font-size: 1.25rem;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.lp-mission {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.lp-mission-subject {
  font-size: 1.5rem;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.lp-mission-figure {
  margin-top: 46px;
}

.lp-mission-desc {
  margin-top: 40px;
  font-size: 1rem;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.15em;
  font-weight: 700;
}
.lp-mission-desc p {
  margin-top: 1.8em;
}

.lp-faq-wrap {
  max-width: 900px;
  margin: auto;
}

@media (max-width: 991px) {
  .lp-flow {
    margin: 0 30px !important;
    background-color: transparent !important;
  }
}
@media (max-width: 991px) {
  .lp-price {
    padding: 30px 15px;
    margin: 0 30px !important;
  }
}
.lp-customer {
  margin-top: 10px;
}
.lp-customer .lp-customer-slider, .lp-customer .swiper-slide {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.lp-contact {
  margin-top: 50px;
  background-color: transparent !important;
}

.lp-contact-section {
  position: relative;
  z-index: 1;
}
.lp-contact-section:before {
  position: absolute;
  top: 6px;
  right: -6px;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/common/dot-gray.gif");
  border-radius: 10px;
}

.lp-contact-wrap {
  padding: 80px 15px 80px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 10px;
  z-index: 2;
}

.lp-contact-inner {
  max-width: 900px;
  margin: auto;
}

.point-box {
  position: relative;
  padding: 40px 40px 40px 240px;
  border: 1px solid #999;
  border-radius: 10px;
}
.point-box figure {
  position: absolute;
  top: -30px;
  left: 40px;
  margin: 0;
}

.proc.is-bold {
  font-weight: 700;
}

.proc-item {
  font-size: 1rem;
  font-size: 16px;
  line-height: 1.3125;
  text-indent: -0.75em;
  margin-left: 1em;
}
.proc-item:nth-child(n+2) {
  margin-top: 1em;
}
.proc-item span {
  color: #6ddfee;
  font-weight: 400;
}
.proc-item strong {
  font-weight: 700;
}

.service-inner {
  max-width: 900px;
  margin: auto;
}

@media (max-width: 991px) {
  .service-inner {
    padding: 0 15px;
  }
}
.service-table {
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #999;
  border-radius: 10px;
  overflow: hidden;
}
.service-table:nth-child(n+2) {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .service-table {
    display: block;
  }
}
.service-title {
  margin-bottom: 36px;
  font-size: 1.75rem;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  padding-bottom: 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
.service-title span {
  display: inline-block;
  position: relative;
}
.service-title span:after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #6ddfee;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.service-subject {
  font-weight: bold;
  font-size: 1.25rem;
  font-size: 20px;
  font-weight: 700;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("../img/common/dot-gray.gif");
  letter-spacing: 0.1em;
}
.service-subject h3 {
  font-weight: bold;
}

.service-desc {
  width: 50%;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.service-desc strong {
  font-size: 1.125rem;
  font-size: 18px;
  font-weight: 700;
}
.service-desc .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9375rem;
  font-size: 15px;
  line-height: 1.7333333333;
  font-weight: 700;
}
.service-desc .price strong {
  font-size: 2.5rem;
  font-size: 40px;
  margin-right: 6px;
}

@media (max-width: 991px) {
  .service-cta {
    border-top: 40px solid #6ddfee;
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  .service-cta {
    margin: 0 -20px;
  }
}
.example-list {
  padding: 40px 20px 40px 20px;
  border-radius: 10px;
  border: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .example-list {
    padding: 40px 30px;
  }
}
.example-item {
  width: 100%;
  max-width: 620px;
  font-size: 1rem;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.75;
  padding-left: 35px;
  position: relative;
}
.example-item:before {
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/consulting/icon-ls.png");
  background-repeat: no-repeat;
  background-position: left top;
}
.example-item:nth-child(n+2) {
  margin-top: 10px;
}
.example-item span {
  display: inline-block;
  position: relative;
}
.example-item span:after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #6ddfee;
  position: absolute;
  bottom: 0;
  left: 0;
}
.example-item dd {
  font-weight: normal;
  font-size: 14px;
}

.block-title {
  margin-bottom: 1em;
  font-size: 2rem;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
}

.flow {
  padding: 80px 0;
  max-width: 900px;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}
.flow p {
  margin-top: 20px;
  font-size: 0.9375rem;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .flow {
    display: block;
  }
}
.flow-arrow {
  width: 8.8888888889%;
}

.topics-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .topics-block {
    display: block;
  }
}
.topics-box {
  width: 48.8888888889%;
}

.topics-subject {
  font-size: 1rem;
  font-size: 16px;
  line-height: 2.5;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #999;
  background-image: url("../img/common/dot-gray.gif");
  overflow: hidden;
}

.topics-article {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.topics-item {
  width: calc(50% - 5px);
}
.topics-item .desc {
  margin-top: 6px;
  font-size: 0.75rem;
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  text-align: center;
}

.member-list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.member-item {
  width: 23.3333333333%;
}

.faq-item {
  position: relative;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.faq-item:nth-child(n+2) {
  margin-top: 16px;
}
.faq-item .icon-a, .faq-item .icon-q {
  width: 10%;
  text-align: center;
}
.faq-item .icon i {
  margin-left: 0;
  margin-top: 0;
}
.faq-item .question {
  font-size: 1.25rem;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 70px;
}
.faq-item .question .icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-item .fa-minus {
  display: none;
}
.faq-item .answer {
  font-size: 0.875rem;
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.1em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq-subject {
  height: 100px;
  border-radius: 10px;
  border: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  position: relative;
}
.faq-subject:hover:after {
  display: none;
}
.faq-subject:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/common/dot-gray.gif");
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: -1;
}
.faq-subject.is-active .fa-plus {
  display: none;
}
.faq-subject.is-active .fa-minus {
  display: block;
}

.faq-answer {
  padding: 30px 0;
}

.faq-answer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-case {
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #999;
  position: relative;
  border-radius: 20px;
  background-color: #fff;
}
.card-case:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/common/dot-gray.gif");
  border-radius: 20px;
  position: absolute;
  top: 6px;
  right: -6px;
  z-index: -1;
}

@media (max-width: 767px) {
  .card-case {
    display: block;
  }
}
.card-case-photo {
  width: 38.4615384615%;
}

.card-case-body {
  width: 56.4102564103%;
}
.card-case-body .subject {
  font-size: 1.5rem;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.card-case-body .desc {
  margin-top: 20px;
  font-size: 0.875rem;
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.1em;
}
.card-case-body .meta {
  margin-top: 30px;
}
.card-case-body .meta-client {
  font-size: 0.875rem;
  font-size: 14px;
  line-height: 1.8571428571;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.card-case-body .meta-use {
  font-size: 0.75rem;
  font-size: 12px;
  line-height: 1.8571428571;
  letter-spacing: 0.1em;
}

.card-voice {
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.card-voice:nth-child(n+2):before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-image: url("../img/consulting/bg-dot.png");
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .card-voice {
    display: block;
  }
}
.card-voice-photo {
  width: 23.3333333333%;
  border-radius: 50%;
  overflow: hidden;
}

.card-voice-body {
  width: 70%;
}
.card-voice-body .subject {
  padding-bottom: 20px;
  font-size: 1.25rem;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  border-bottom: 1px solid #333;
  letter-spacing: 0.1em;
}
.card-voice-body .desc {
  margin-top: 25px;
  font-size: 0.875rem;
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.1em;
}
.card-voice-body .meta {
  margin-bottom: 12px;
}
.card-voice-body .meta-person {
  font-size: 1rem;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.card-voice-body .meta-client {
  font-size: 0.75rem;
  font-size: 12px;
  line-height: 2.1666666667;
  letter-spacing: 0.1em;
}
.card-voice-body .meta-use {
  font-size: 0.75rem;
  font-size: 12px;
  line-height: 2.1666666667;
  letter-spacing: 0.1em;
  margin-top: 14px;
  letter-spacing: 0.1em;
}

.card-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .card-member {
    display: block;
  }
}
.card-member-photo {
  width: 30%;
}

.card-member-body {
  width: 63.1111111111%;
}
.card-member-body .subject {
  font-size: 1.5rem;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.card-member-body .desc {
  margin-top: 20px;
  font-size: 0.875rem;
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.1em;
}

.btn-voice {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 50px;
  margin: auto;
  text-decoration: none;
  position: relative;
}
.btn-voice:hover {
  text-decoration: none;
}
.btn-voice:hover .btn-text {
  top: 2px;
  left: 2px;
}
.btn-voice .btn-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #999;
  position: relative;
  font-size: 1rem;
  font-size: 16px;
  font-weight: 700;
  text-align: cenetr;
  background-color: #fff;
  z-index: 2;
}
.btn-voice .btn-text .icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-voice .btn-bg {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 25px;
  background-image: url("../img/common/dot-gray.gif");
}
.btn-voice .icon i {
  margin-left: 0;
  margin-top: 0;
}

@media (max-width: 767px) {
  .kv {
    height: auto;
    margin: 80px 0 50px;
    padding: 30px 0 0;
    text-align: center;
  }
  .kv img {
    max-width: 100%;
  }
  .kv-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kv-sp-illust {
    margin-top: 26px;
  }
  .kv-inner {
    padding: 0 15px;
  }
  .kv-illust, .kv-title {
    display: none;
  }
  .kv-cta {
    margin-top: 40px;
    width: 100%;
  }
  .kv-cta.-pc {
    display: none;
  }
  .kv-btn {
    width: auto;
  }
  .kv-btn-main {
    padding: 0;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 25px;
  }
  .kv-btn-main span {
    display: block;
  }
  .kv-btn-main img {
    width: 16px;
    height: 16px;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .wrapper-service {
    padding-bottom: 0;
  }
  .section-cta {
    padding: 0 15px;
  }
  .section-customer {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .section-member {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .section-price {
    padding: 40px 15px;
  }
  .section_header .title_caption {
    font-size: 1.25rem;
    font-size: 20px;
  }
  .section_header .title_header {
    font-size: 1.625rem;
    font-size: 26px;
  }
  .lp-cta-subject {
    font-size: 1.625rem;
    font-size: 26px;
    line-height: 1.3846153846;
  }
  .lp-cta-label span {
    font-size: 1.125rem;
    font-size: 18px;
  }
  .lp-problem-message h3 {
    font-size: 1.25rem;
    font-size: 20px;
  }
  .lp-problem-message h3 small {
    font-size: 1rem;
    font-size: 16px;
  }
  .lp-problem-message-box .box-caption {
    text-align: left;
  }
  .lp-problem-message-row .arrow {
    padding: 20px 0;
    text-align: center;
  }
  .lp-problem-message-row .arrow img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .lp-reason-wrap {
    padding: 30px 20px;
  }
  .lp-reason-item:nth-child(n+2) {
    margin-top: 40px;
  }
  .lp-reason-article {
    width: 100%;
  }
  .lp-reason-article .reason-text .subject-text {
    padding: 0.5em 0 1em;
    line-height: 1.6;
  }
  .lp-reason-figure {
    width: 100%;
    margin-bottom: 30px;
  }
  .lp-reason-message p {
    font-size: 1.25rem;
    font-size: 20px;
  }
  .lp-reason-message p.strong, .lp-reason-message p strong {
    font-size: 1.75rem;
    font-size: 28px;
  }
  .lp-reason-message p span {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(0%, #6ddfee));
    background-image: linear-gradient(transparent 85%, #6ddfee 0%);
    display: inline;
  }
  .lp-reason-message p span:after {
    display: none;
  }
  .lp-strength-item:nth-child(n+2) {
    margin-top: 40px;
  }
  .lp-strength-article {
    width: 100%;
  }
  .lp-strength-article .strength-text .subject-text {
    margin-top: 20px;
    padding: 0;
    font-size: 19px;
    line-height: 1.6;
  }
  .lp-strength-figure {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    aspect-ratio: 1/1;
  }
  .lp-strength-figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .lp-service-nav {
    margin-bottom: -20px;
  }
  .lp-service-nav.-fixed {
    margin-bottom: 0;
  }
  .lp-service-nav .nav-menu {
    height: auto;
    text-align: center;
  }
  .lp-service-nav .nav-item {
    padding: 0.75em 0;
    font-size: 0.875rem;
    font-size: 14px;
  }
  .lp-service-item {
    padding-top: 40px;
  }
  .lp-service-header .header-text {
    font-size: 1.5rem;
    font-size: 24px;
    line-height: 1.4;
  }
  .lp-service-header .header-caption {
    margin-top: 10px;
  }
  .lp-service-toggle, .lp-service-body {
    margin-top: 60px;
  }
  .lp-service-article {
    width: 100%;
    margin-top: 25px;
  }
  .lp-service-article .service-text .subject-text {
    line-height: 1.6;
  }
  .lp-service-proc:nth-child(n+2) {
    margin-top: 40px;
  }
  .lp-service-figure {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    aspect-ratio: 1/1;
  }
  .lp-service-figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .lp-service-result {
    margin-top: 60px;
  }
  .lp-service-result .result-subject {
    line-height: 1.6;
  }
  .lp-service-recommend {
    margin: 60px auto;
  }
  .lp-service-recommend .recommend-subject {
    line-height: 1.6;
  }
  .lp-service-recommend .recommend-subject span {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(0%, #6ddfee));
    background-image: linear-gradient(transparent 85%, #6ddfee 0%);
    display: inline;
  }
  .lp-service-recommend .recommend-subject span:after {
    display: none;
  }
  .lp-flow {
    width: 100% !important;
    margin: 0 !important;
  }
  .lp-flow .service-inner {
    padding: 0;
  }
  .lp-flow-box {
    padding: 30px 10px;
    background-color: #fff;
    text-align: center;
  }
  .lp-price {
    width: 100% !important;
    margin: 0 !important;
    padding: 30px 15px !important;
  }
  .lp-member-wrap {
    padding: 40px 15px;
  }
  .lp-member-list {
    margin-top: 40px;
  }
  .lp-member-list .subject {
    line-height: 1.6;
  }
  .lp-member-topics {
    margin: 40px 0;
  }
  .lp-mission-subject {
    line-height: 1.8;
  }
  .lp-mission-desc {
    text-align: left;
  }
  .lp-faq-block {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
  .service-subject {
    width: 100%;
    padding: 0.5em;
  }
  .service-desc {
    width: 100%;
    padding: 20px;
  }
  .service-table {
    height: auto;
  }
  .example-list {
    padding: 40px 15px;
  }
  .example-item span {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(0%, #6ddfee));
    background-image: linear-gradient(transparent 85%, #6ddfee 0%);
    display: inline;
  }
  .flow {
    padding: 40px 0;
  }
  .flow-arrow {
    width: 100%;
  }
  .flow-arrow img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .point-box {
    padding: 30px 20px 20px;
  }
  .point-box figure {
    width: 20%;
    top: -70px;
    bottom: auto;
    left: 10px;
  }
  .member-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .member-item {
    width: calc(50% - 5px);
  }
  .member-item:nth-child(n+3) {
    margin-top: 10px;
  }
  .card-case {
    padding: 30px 20px;
  }
  .card-case-body, .card-member-body, .card-voice-body {
    width: 100%;
    margin-top: 30px;
  }
  .card-case-body .subject, .card-member-body .subject, .card-voice-body .subject {
    line-height: 1.6;
  }
  .card-member-photo {
    width: 180px;
    margin: auto;
  }
  .card-member-body .subject {
    text-align: center;
  }
  .card-case-photo {
    width: 100%;
  }
  .card-voice-photo {
    width: 60%;
    margin: auto;
  }
  .topics-article {
    width: 100%;
    text-align: center;
    margin-top: 1em;
  }
  .topics-box {
    width: 100%;
    text-align: center;
    margin-top: 1em;
  }
  .topics-box:nth-child(n+2) {
    margin-top: 20px;
  }
  .faq-block {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
  .faq-item .question {
    padding-right: 40px;
    line-height: 1.4;
    font-size: 1rem;
    font-size: 16px;
  }
  .faq-item .question .icon {
    width: 20px;
    height: 20px;
    right: 10px;
  }
  .faq-subject {
    height: auto;
    padding: 15px 0;
  }
  .faq-subject .icon-q {
    padding: 0 20px;
    width: 60px;
    text-align: center;
  }
  .faq-answer {
    padding: 20px 0;
  }
  .faq-answer .icon-a {
    padding: 0 20px;
    width: 60px;
    text-align: center;
  }
}
.block-title {
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .block-title {
    margin-bottom: 1em;
    font-size: 22px;
  }
}
.btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  opacity: 0.8;
  text-decoration: none;
}
.btn span {
  color: #fff;
  font-weight: bold;
}

.btn-standard {
  width: 100%;
  padding: 10px 40px;
  background: #084BA0;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.2em;
}

.btn-standard-sm {
  padding: 3px 20px;
}

.btn-standard-lg {
  width: 100%;
  height: 80px;
  border-radius: 40px !important;
}
.btn-standard-lg span {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .btn-standard {
    width: 100%;
    padding: 10px;
  }
  .btn-standard-sm {
    padding: 3px 10px;
  }
  .btn-standard-lg {
    width: 100%;
    height: inherit;
    padding: 15px 10px;
  }
}
.lp-about_list .service-table .service-subject {
  width: 30%;
  font-size: 16px;
  text-align: center;
}
.lp-about_list .service-table .service-desc {
  width: 70%;
}

@media only screen and (max-width: 767px) {
  .lp-about_list .service-table .service-subject {
    width: 100%;
    padding: 10px;
  }
  .lp-about_list .service-table .service-desc {
    width: 100%;
    padding: 10px;
  }
}
.lp-present_header span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  padding-bottom: 10px;
  line-height: 1;
}
.lp-present_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-right: -20px;
  margin-left: -20px;
}
.lp-present_item {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp-present_block {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp-present_pic img {
  max-width: 100%;
}
.lp-present_title {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  padding-top: 15px;
}
.lp-present_text p {
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
  line-height: 2;
}
.lp-present_btn {
  width: 100%;
  max-width: 250px;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .lp-present_list {
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lp-present_item {
    width: 100%;
    padding: 10px 0;
  }
  .lp-present_block {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }
}
.lp-serviceList-header {
  padding-bottom: 30px;
}

.lp-serviceList-title {
  font-size: 1.75rem;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  padding-bottom: 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
.lp-serviceList-title span {
  display: inline-block;
  position: relative;
}
.lp-serviceList-title span:after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #6ddfee;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.lp-serviceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -10px;
  margin-left: -10px;
}
.lp-serviceList_item {
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp-serviceList_proc {
  border: 1px solid #aaa;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}
.lp-serviceList_proc h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 0;
  color: #000;
  border-bottom: 1px solid #6ddfee;
  text-align: center;
}
.lp-serviceList_proc p {
  font-size: 14px;
  line-height: 2;
  padding: 20px 0 0;
}

@media only screen and (max-width: 767px) {
  .lp-serviceList {
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lp-serviceList_item {
    width: 100%;
    padding: 10px 0;
  }
}
.kv {
  position: relative;
}

.kv-form {
  width: calc((100vw - 680px) / 2);
  max-width: 370px;
  height: 600px;
  position: absolute;
  right: 20px;
  top: 0;
}
.kv-form_inner {
  padding: 0;
}
.kv-form_inner .kv-form_lead {
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 5px;
}
.kv-form_inner .kv-form_lead span {
  padding-top: 8px;
  font-size: 13px;
  display: block;
  text-align: center;
  line-height: 1;
  font-weight: normal;
}
.kv-form_inner .lp-contact-section {
  height: 580px;
}
.kv-form_inner .lp-contact-wrap {
  padding: 20px 15px 10px;
  height: 100%;
  overflow-y: auto;
}

@media only screen and (max-width: 991px) {
  .kv-form {
    width: 92%;
    position: relative;
    top: 30px;
    right: 0;
    margin: auto;
    height: 390px;
  }
  .kv-form_inner .kv-form_lead {
    font-size: 16px;
  }
  .kv-form_inner .kv-form_lead span {
    font-size: 12px;
  }
  .kv-form_inner .lp-contact-section {
    height: 350px;
  }
}
.lp-btnGroup {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp-btnGroup_item {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp-btnGroup_btn {
  width: 100%;
}
.lp-btnGroup_btn .cv-btn {
  width: 100%;
}
.lp-btnGroup_btn .cv-btn-main {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .lp-btnGroup {
    width: 100%;
    max-width: 90vw;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp-btnGroup_item {
    width: 100%;
    padding: 10px 0;
  }
}
.lp-problem-message {
  margin-top: 0;
}

.lp-service-result {
  margin-top: 50px;
}
.lp-service-result .result-subject {
  margin-bottom: 30px;
}
.lp-service-result .service-subject {
  background-image: none;
  background-color: #dcdcdc;
}

.lp-service-recommend {
  margin-top: 50px;
  margin-bottom: 50px;
}

.lp-service-header .header-caption {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lp-service-header .header-caption {
    text-align: left;
  }
}

.lp-service-item:nth-child(n+2) {
  border-top: 20px solid #084BA0;
}

.lp-service-wrapper {
  padding-bottom: 50px;
}

.lp-service-example .lp-service-example_to_page {
  position: relative;
  padding-top: 30px;
}
.lp-service-example .lp-service-example_to_page p {
  line-height: 1;
  text-align: center;
}
.lp-service-example .lp-service-example_to_page p a {
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.lp-service-example .lp-service-example_to_page p a:after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #6ddfee;
  position: absolute;
  bottom: -10px;
  left: 0;
  -webkit-transition: width 0.3s, left 0.3s;
  transition: width 0.3s, left 0.3s;
}
.lp-service-example .lp-service-example_to_page p a:hover {
  opacity: 0.7;
}
.lp-service-example .lp-service-example_to_page p a:hover:after {
  width: 0;
  left: 100%;
}

@media only screen and (max-width: 767px) {
  .lp-service-example .lp-service-example_to_page {
    position: relative;
    padding-top: 20px;
    margin-left: 0px;
  }
  .lp-service-example .lp-service-example_to_page p {
    line-height: 1;
    text-align: center;
  }
  .lp-service-example .lp-service-example_to_page p a {
    font-size: 16px;
  }
}
.lp-about .lp-about_list .service-table .service-subject {
  background-image: none;
  background-color: #dcdcdc;
}