@charset "UTF-8";
/* =====================================
	全体設定
===================================== */

html {
  font-size: 62.5%;
}

a {
  color: #373941;
  text-decoration: none;
  transition: 0.3s opacity ease;
}

a:hover {
  opacity: 0.8;
}

.sp {
  display: none !important;
}

body {
  position: relative;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: left;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /*Chrome,Safari*/
  -ms-text-size-adjust: 100%; /*EgdeMobile*/
  -moz-text-size-adjust: 100%; /*firefox*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  color: #373941;
  font-family: "Helsinki", "Noto Sans JP", sans-serif;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(00%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated {
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.delay1 {
  animation-delay: 0.2s;
}

.delay2 {
  animation-delay: 0.4s;
}

.delay3 {
  animation-delay: 0.6s;
}

.delay4 {
  animation-delay: 0.8s;
}

.delay5 {
  animation-delay: 1s;
}

/* =====================================
	main
===================================== */

.visual {
  width: 100%;
  height: 650px;
  padding: 0 40px;
  background: url("../img/bg05.jpg") no-repeat center;
  background-size: cover;
}

.visual .inner {
  width: 100%;
  max-width: 1200px;
  height: 650px;
  position: relative;
  margin: 0 auto;
}

.visual .inner .logo01 {
  width: 117px;
  position: absolute;
  top: 31px;
  left: 14px;
}

.visual .inner h1 {
  margin: 0 0 0 4.833%;
  padding-top: 125px;
  font-size: min(4.21875vw, 5.4rem);
  font-style: italic;
  line-height: 1.32;
  font-weight: bold;
}

.visual .inner h1.ttl {
  margin: 0 0 32px 8%;
  padding-top: 125px;
  width: 290px;
}

.visual .inner h1.ttl img {
  display: block;
  width: 100%;
}

.visual .inner h2.subttl {
  width: 453px;
  margin: 0 0 32px 2%;
}
.visual .inner h2.subttl img {
  display: block;
  width: 100%;
}
.visual .inner h1 small {
  font-size: min(2.8125vw, 3.6rem);
}

.visual .inner .btn01 {
  margin: 14px 0 0 4.833%;
  font-size: min(1.40625vw, 1.8rem);
  font-weight: bold;
  color: #fff;
  line-height: 1;
  /* padding: 2px; */
  text-align: center;
  /* background: linear-gradient(to right, #f8d595, #ea7446); */
  border-radius: 6px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  display: inline-block;
}

.visual .inner .btn01 > span {
  padding: 20px 18px;
  background: linear-gradient(90deg, #f69239 0%, #de440d 25.52%);
  display: block;
  border-radius: 4px;
}

.visual .inner .btn01 > span span {
  padding: 0 42px;
  position: relative;
}

.visual .inner .btn02-col {
  margin: 14px 0 0 4.833%;
  display: flex;
  gap: 24px;
}
.visual .inner .btn02-col li {
  flex-basis: 220px;
}

.visual .inner .btn02-grad > span {
  width: 100%;
  padding: 20px 18px;
  background: linear-gradient(to right, #f7963b, #de440d);
  display: block;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #f7963b;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.visual .inner .btn02-orange > span {
  padding: 20px 18px;
  background: #fff;
  border-radius: 4px;
  color: #de440d;
  display: block;
  color: #de440d;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: #fff;
  border: 1px solid #de440d;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

/*.visual .inner .btn01 > span span::before{
    content: "";
    width: 1.1111em;
    height: 1.1111em;
    border-radius: calc(1.1111em / 2);
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.visual .inner .btn01 > span span::after{
    content: "";
    position: absolute;
    top: 0.42em;
    right: 0.4em;
    width: 0.32em;
    height: 0.32em;
    border-top: 2px solid #bc3c29;
    border-right: 2px solid #bc3c29;
    transform: rotate(45deg);
}*/

.visual .inner .btn01 > span span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  /* background-image: url(/lp7/img/icon_arrow.svg); */
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and(max-width: 767px) {
  .visual .inner .btn01 > span span::after {
    width: 14px;
    height: 14px;
  }
}

.visual .inner .logo02 {
  margin: 40px 0 0 4.833%;
}

.visual .inner .logo02 img {
  width: 365px;
}

@media screen and (max-width: 1023px) {
  .visual .inner .logo02 img {
    width: 280px;
  }
}

.visual .inner .note {
  position: absolute;
  bottom: 42px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}

.visual .inner picture {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-46%);
  width: 54.5%;
}

.visual .inner picture img {
  width: 100%;
  transform: translateX(10px);
}

.worries {
  width: 100%;
  padding: 108px 40px 82px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(226, 226, 228, 1) 77%
  );
}

.worries h2 {
  font-size: 4.2rem;
  text-align: center;
  margin-bottom: 76px;
  font-weight: bold;
}

.worries ul {
  width: 100%;
  max-width: 985px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.worries li {
  width: 28.22335%;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}

.worries li img {
  width: 100%;
  margin-top: 8px;
}

.realization {
  width: 100%;
  padding: 90px 40px 140px;
}

.realization h2 {
  font-size: 4.2rem;
  text-align: center;
  line-height: 1.714285714285714;
  margin-bottom: 104px;
  font-weight: bold;
}

.realization ul {
  width: 100%;
  max-width: 996px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.realization ul li {
  width: 30.12%;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.09);
  position: relative;
  padding: 38px 0 43px;
  font-size: min(2.23vw, 2.4rem);
  text-align: center;
}

.realization ul li:nth-child(1) {
  padding-top: 50px;
}

.realization ul li::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 51px;
  height: 51px;
  background: url("../img/check01.svg") center no-repeat;
  background-size: 51px 51px;
}

.realization ul li:nth-child(1) img {
  width: 41%;
  margin: 35px auto 0;
}

.realization ul li:nth-child(2) img {
  width: 78.67%;
  margin: 11px auto 0;
}

.realization ul li:nth-child(3) img {
  width: 48.67%;
  margin: 18px auto 0;
}

.cv {
  width: 100%;
  padding: 72px 40px 72px;
  /*background: url("../img/bg02.jpg") center no-repeat;
    background-size: cover;*/
  background: #565863;
}

.cv p {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 18px;
}

.cv .btn01 {
  margin: 14px auto 0;
  font-size: min(1.40625vw, 1.8rem);
  font-weight: bold;
  color: #fff;
  line-height: 1;
  /* padding: 2px; */
  text-align: center;
  /* background: linear-gradient(90deg, #f69239 0%, #de440d 25.52%); */
  border-radius: 6px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  display: table;
}

.cv .btn01 > span {
  padding: 20px 87px;
  background: linear-gradient(90deg, #f69239 0%, #de440d 25.52%);
  display: block;
  border-radius: 4px;
}

.cv .btn01 > span span {
  padding: 0 42px;
  position: relative;
}
/*
.cv .btn01 > span span::before{
    content: "";
    width: 1.1111em;
    height: 1.1111em;
    border-radius: calc(1.1111em / 2);
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.cv .btn01 > span span::after{
    content: "";
    position: absolute;
    top: 0.42em;
    right: 0.4em;
    width: 0.32em;
    height: 0.32em;
    border-top: 2px solid #bc3c29;
    border-right: 2px solid #bc3c29;
    transform: rotate(45deg);
}*/

.cv .btn01 > span span::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  /* background-image: url(/lp7/img/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat; */
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) rotate(-45deg);
}

.cv .btn02-col {
  margin: 14px 0 0 4.833%;
  display: flex;
  gap: 24px;
  margin: 0 auto;
  width: calc(240px * 2 + 24px);
}
.cv .btn02-col li {
  flex-basis: 240px;
}

.cv .btn02-grad > span {
  width: 100%;
  padding: 20px 18px;
  background: linear-gradient(to right, #f7963b, #de440d);
  display: block;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #f7963b;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.cv .btn02-orange > span {
  padding: 20px 18px;
  background: #fff;
  border-radius: 4px;
  color: #de440d;
  display: block;
  color: #de440d;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: #fff;
  border: 1px solid #de440d;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

@media screen and(max-width: 767px) {
  .visual .inner .btn01 > span span::after {
    width: 14px;
    height: 14px;
  }
}
/* 追加分 */
.detail {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.detail-lawer {
  margin: 42px 0 0 0;
  padding: 36px;
  background: #fff;
  border: 1px solid rgba(112, 124, 138, 0.2);
  box-shadow: 0 16px 24px rgb(112 124 138 / 10%);
  color: #545764;
}

.detail-lawer_title {
  font-size: 18px;
  text-align: center;
  margin: 0 0 18px;
  font-weight: bold;
}
.detail-lawer_text {
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
  margin: 0 0 16px 0;
}
.detail-lawer_text:last-child {
  margin: 0;
}

.feature {
  width: 100%;
  padding: 115px 0 0;
}

.feature h2 {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.12em;
  margin: 0 40px 100px;
}

.feature h2 strong {
  font-size: 3.6rem;
  display: table;
  margin: 0 auto 32px;
  line-height: 1;
  background: #373941;
  color: #fff;
  padding: 9px 17px;
  letter-spacing: 0.08em;
}

.feature h2 span {
  font-style: italic;
}

.feature li {
  width: 100%;
  padding: 100px 40px;
  /*background: url("../img/bg03.jpg") center no-repeat;
    background-size: cover;*/
  background: linear-gradient(to left, white, #e5e7e9);
}

.feature li:nth-child(even) {
  /*background: url("../img/bg04.jpg") center no-repeat;
    background-size: cover;*/
  background: linear-gradient(to left, #e5e7e9, white);
}

.feature li .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.feature li:nth-child(even) .inner {
  flex-direction: row-reverse;
}

.feature li .inner .imgArea {
  width: 50%;
}

.feature li .inner .imgArea img {
  width: 100%;
}

.feature li .inner .txtArea {
  width: 45.5833%;
}

.feature li .inner .txtArea h3 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.722;
  letter-spacing: 0.12em;
  margin: 0 0 28px;
}

.feature li .inner .txtArea h3 strong {
  font-size: 2.6rem;
  display: table;
  margin: 0 0 17px;
  line-height: 1;
  background: #373941;
  color: #fff;
  padding: 9px 12px;
  letter-spacing: 0.08em;
}

.feature li .inner .txtArea p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.22;
}

.realize {
  width: 100%;
  padding: 100px 0 0;
  position: relative;
  z-index: 100;
}

.realize h2 {
  font-size: 4.2rem;
  text-align: center;
  font-weight: bold;
  padding: 0 40px;
  line-height: 1.714285714285714;
  margin-bottom: 58px;
}

.realize .box_graph {
  padding: 60px 0 51px;
  background-color: #fff;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.09);
}

.realize .box_graph .graphs {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.realize .box_graph .graphs .graph {
  width: 50%;
  text-align: center;
}

.realize .box_graph .graphs .graph .graph_title {
  font-size: 3rem;
  margin-bottom: -8%;
  font-weight: bold;
}

.realize .box_graph .graphs .graph .graph_title .small {
  display: block;
  font-size: 1.8rem;
}

.realize .box_graph .graphs .graph {
  text-align: center;
}

.realize .box_graph .donut .donut-segment {
  transform-origin: center;
  stroke: url(#MyGradient);
  filter: drop-shadow(0 0.1rem 0.04rem #d8d8d8);
  stroke-dasharray: 0, 100;
}

.realize .box_graph.svg-animation .donut .donut-segment.donut-segment-2 {
  animation: donut1 1.2s forwards;
}

.realize .box_graph.svg-animation .donut .donut-segment.donut-segment-3 {
  animation: donut2 1.2s forwards;
}

@keyframes donut1 {
  0% {
    stroke-dasharray: 0, 100;
  }
  100% {
    stroke-dasharray: 90, 10;
  }
}

@keyframes donut2 {
  0% {
    stroke-dasharray: 0, 100;
  }
  100% {
    stroke-dasharray: 98, 2;
  }
}

.realize .box_graph .donut .donut-text {
  fill: #545763;
}

.realize .box_graph .donut .donut-text .donut-percent {
  font-size: 0.6em;
  line-height: 1;
  transform: translateY(0.5em);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
}

.realize .box_graph .donut .donut-text .donut-percent_symbol {
  font-size: 0.4em;
  line-height: 1;
  transform: translateY(0.5em);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
}

.realize .note {
  font-size: 1.2rem;
  text-align: center;
  margin-top: -3em;
}

.function {
  width: 100%;
  background: #eff1f2;
  padding: 122px 40px 40px;
  position: relative;
  z-index: 0;
}

.function h2 {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.12em;
  margin: 0 0 85px;
}

.function h2 strong {
  font-size: 3.6rem;
  display: table;
  margin: 0 auto 32px;
  line-height: 1;
  background: #373941;
  color: #fff;
  padding: 9px 17px;
  letter-spacing: 0.08em;
}

.function h2 span {
  font-style: italic;
}

.function ul {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.function ul li {
  width: 31.2727%;
  margin: 0 3.09095% 93px 0;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.09);
  padding: 47px 0 38px;
  background: #fff;
}

.function ul li:nth-child(3),
.function ul li:last-child {
  margin-right: 0;
}

.function ul li h3 {
  font-size: min(2.727vw, 3rem);
  font-weight: bold;
  color: #ff8005;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}

.function ul li img {
  width: 52%;
  margin: 0 auto 5px;
}

.function ul li p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.875;
  padding: 0 30px;
}

.cases {
  width: 100%;
  padding: 70px 40px 80px;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 100;
}

.cases h2 {
  font-size: 3.6rem;
  line-height: 1.667;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}

.cases img {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

.base {
  padding: 96px 0 64px;
  background: #fff;
  position: relative;
  z-index: 0;
}

.base .inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.base .inner .sectionHd {
  margin-bottom: 64px;
}

.toppage-lf-lp_base .inner .sectionHd .sectionTtl .sectionTtl_ttl {
  border-bottom: 1px solid;
  padding: 0 15px;
  font-size: 2.4rem;
  position: relative;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto;
  display: table;
}

.requestForm_img {
  width: 35%;
}

.requestForm_img_item {
  margin-top: 24px;
}

.requestForm_img_item img,
.requestForm_img_item source {
  width: 100%;
}

.requestForm_field {
  width: 60%;
  margin-inline: auto;
}

.marketoForm {
  width: 100%;
  margin: 0 auto;
  max-width: 640px;
}

.marketoForm .mktoForm {
  font-family: "Noto Sans JP", sans-serif !important;
  width: 100% !important;
  padding: 0 !important;
}
.marketoForm .mktoForm .mktoFormRow {
  width: 100%;
  display: flex;
}
.marketoForm .mktoForm .mktoFormCol {
  margin-bottom: 0 !important;
  width: 100%;
}
.marketoForm .mktoForm .mktoFormCol + .mktoFormCol {
  margin-left: 16px;
}
.marketoForm .mktoForm .mktoFieldWrap {
  width: 100%;
  position: relative;
}
.marketoForm .mktoForm select.mktoField {
  float: none;
}
.marketoForm .mktoForm .mktoOffset {
  display: none;
}
.marketoForm .mktoForm .mktoGutter {
  display: none;
}
.marketoForm .mktoForm input[type="text"],
.marketoForm .mktoForm input[type="url"],
.marketoForm .mktoForm input[type="email"],
.marketoForm .mktoForm input[type="tel"],
.marketoForm .mktoForm input[type="number"],
.marketoForm .mktoForm input[type="date"],
.marketoForm .mktoForm textarea.mktoField,
.marketoForm .mktoForm select.mktoField {
  width: 100% !important;
  min-height: 45px;
  padding: 12px 16px;
  margin-bottom: 32px;
  font-size: 1.6rem;
  border: 1px solid #a6aaaf;
}
.marketoForm .mktoForm textarea.mktoField {
  height: 139.2px;
}
.marketoForm .mktoForm select.mktoField {
  position: relative;
  padding-right: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.marketoForm .mktoForm select.mktoField ~ .mktoClear {
  display: block;
  position: absolute;
  right: 16px;
  bottom: 54.5px;
  transform: translateY(50%);
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-image: url("/lp7/img/angle-bottom.svg");
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}
.marketoForm .mktoForm label.mktoLabel {
  display: block;
  float: none;
  padding-top: 0;
  margin: 0 0 8px;
  width: auto !important;
  font-size: 1.4rem;
  font-weight: normal !important;
  color: #373941;
}
.marketoForm .mktoForm .mktoRequiredField .mktoLabel .mktoAsterix {
  display: none;
}
.marketoForm .mktoForm .mktoRequiredField .mktoLabel::after {
  content: "*";
  margin-left: 4px;
  color: #e78020;
}
.marketoForm .mktoForm .mktoHtmlText {
  width: 100% !important;
  margin-top: -24px;
}
.marketoForm .mktoForm .mktoHtmlText span {
  color: #82878d !important;
}
.marketoForm .mktoForm .mktoError {
  left: 0;
  top: 64px;
}
.marketoForm .mktoForm .mktoError .mktoErrorArrow {
  border: none;
}
.marketoForm .mktoForm .mktoError .mktoErrorMsg {
  background-image: none;
  border: none;
  border-radius: 3px;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: none;
}
.marketoForm .mktoForm .mktoRadioList {
  padding: 0;
  margin-bottom: 32px;
}
.marketoForm .mktoForm .mktoRadioList input[type="radio"] {
  margin-top: 17px;
}
.marketoForm .mktoForm .mktoRadioList input[type="radio"] + label {
  margin: 16px 0 0 24px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #373941;
}
.marketoForm .mktoForm .mktoButtonRow {
  width: 100%;
}
.marketoForm .mktoForm .mktoButtonRow .mktoButtonWrap {
  display: block;
  width: 100%;
  margin: 0 auto !important;
  text-align: center;
}
.marketoForm .mktoForm .mktoButtonRow .mktoButtonWrap button {
  position: relative;
  width: 240px;
  padding: 16px 28px 16px 16px;
  border: none;
  text-align: center;
  line-height: 1em;
  font-weight: normal;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.1em;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  background-image: none;
  border-radius: 4px;
}
.marketoForm .mktoForm .mktoButtonRow .mktoButtonWrap button::after {
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-image: url("/lp7/img/angle-right-white.svg");
  background-repeat: no-repeat;
  content: "";
}
.marketoForm .mktoForm .mktoButtonRow .mktoButtonWrap button:hover {
  opacity: 0.95;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  border: none;
}
.marketoForm .mktoForm .mktoButtonRow .mktoButtonWrap button:focus {
  border: none;
}
.marketoForm-legalforce .mktoForm .mktoRequiredField .mktoLabel::after {
  color: #e78020;
}
.marketoForm-legalforce .mktoForm .mktoButtonRow .mktoButtonWrap button {
  background-color: #e78020;
}
.marketoForm-cabinet .mktoForm .mktoRequiredField .mktoLabel::after {
  color: #4b58b4;
}
.marketoForm-cabinet .mktoForm .mktoButtonRow .mktoButtonWrap button {
  background-color: #4b58b4;
}

.marketoForm_privacypolicy {
  margin-top: 32px;
  color: #82878d;
  line-height: 2;
  text-align: left;
  font-weight: normal;
  font-size: 1.2rem;
}

.marketoForm_privacypolicy a {
  color: #373941;
  text-decoration: underline;
}

/* =====================================
	footer
===================================== */

.footer {
  position: relative;
  background-color: #555864;
  font-family: "Noto Sans JP", sans-serif;
  z-index: 2000;
}

.footer_bottom {
  padding-top: 32px;
  border-top: 1px solid #82878d;
}

.footer .inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.footer_menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer_menu_service {
  width: 22%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_menu_service_ttl {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
}

.footer_menu_service_logo {
  display: inline-block;
  margin-left: 12px;
}

.footer_menu_service_logo > svg {
  height: 20px;
  margin-top: 8px;
}

.footer_menu_linklists {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer_menu_linklists_item {
  display: inline-block;
  position: relative;
}

.footer_menu_linklists_item a {
  display: inline-block;
  padding: 16px;
  font-size: 1.2rem;
  color: #fff;
}

.footer_menu_linklists_item::after {
  content: "|";
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  top: 16px;
  right: 0;
}

.footer_menu_linklists_item:last-child::after {
  content: "";
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  a:hover {
    opacity: 1;
  }

  body {
    font-size: 3.2552vw;
    width: 100%;
    overflow-x: hidden;
    min-width: inherit;
  }

  /* =====================================
	main
===================================== */

  .visual {
    height: 154.67vw;
    padding: 0;
    background: url("../img/sp/bg05.jpg") no-repeat center;
    background-size: cover;
  }

  .visual .inner {
    height: 154.67vw;
  }

  .visual .inner .logo01 {
    width: 23.6vw;
    top: 4vw;
    left: 5.33vw;
  }

  .visual .inner h1 {
    margin: 0;
    padding-top: 15.6vw;
    font-size: 7.2vw;
    text-align: center;
  }

  .visual .inner h1 small {
    font-size: 4.8vw;
  }
  .visual .inner h1.ttl {
    width: 50vw;
    margin: 0 auto;
    padding-top: 8vh;
  }
  .visual .inner h2.subttl {
    width: 90%;
    margin: 16px auto;
  }
  .visual .inner .btn01 {
    margin: 60vw auto 0;
    font-size: 3.2vw;
    width: 89.33vw;
    display: block;
  }

  .visual .inner .btn01 > span {
    padding: 4.8vw 0;
  }

  .visual .inner .btn01 > span span {
    padding: 0 20.267vw;
  }

  .visual .inner .btn02-col {
    margin: 89.6vw auto 0;
    display: flex;
    gap: 16px;
    width: 95%;
  }
  .visual .inner .btn02-col li {
    flex-basis: 50%;
  }

  .visual .inner .btn02-grad > span {
    width: 100%;
    padding: 20px 18px;
    background: linear-gradient(to right, #f7963b, #de440d);
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #f7963b;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  }

  .visual .inner .btn02-orange > span {
    padding: 20px 18px;
    background: #fff;
    border-radius: 4px;
    color: #de440d;
    display: block;
    color: #de440d;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    background: #fff;
    border: 1px solid #de440d;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  }

  .visual .inner .logo02 {
    margin: 0;
    position: absolute;
    top: 107.33vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .visual .inner .logo02 img {
    /* width: 63.33vw; */
    width: 55vw;
  }

  .visual .inner .note {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    margin: 0 auto;
    font-size: 12px;
    width: calc(89.34% * 1.25);
    letter-spacing: 0;
    padding-left: 1em;
    text-indent: -1em;
  }

  .visual .inner picture {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 87.2vw;
    top: 45%;
  }

  .worries {
    padding: 9.867vw 0 12vw;
  }

  .worries h2 {
    font-size: 5.6vw;
    margin-bottom: 10.133vw;
    line-height: 1.7142857;
  }

  .worries ul {
    width: 49.733vw;
    display: block;
  }

  .worries li {
    width: 100%;
    font-size: 4.31067vw;
    margin-bottom: 6.933vw;
  }

  .worries li:last-child {
    margin-bottom: 0;
  }

  .worries li img {
    margin-top: 2.4vw;
  }

  .realization {
    padding: 9.867vw 0 11.2vw;
  }

  .realization h2 {
    font-size: 5.733vw;
    line-height: 1.6744186;
    margin-bottom: 15.067vw;
  }

  .realization ul {
    width: 57.067vw;
    display: block;
  }

  .realization ul li {
    width: 100%;
    padding: 6.933vw 0 9.33vw;
    font-size: 4.533vw;
    margin-bottom: 7.467vw;
  }

  .realization ul li:nth-child(1) {
    padding-top: 9.6vw;
  }

  .realization ul li:last-child {
    margin-bottom: 0;
  }

  .realization ul li::before {
    top: -5.067vw;
    width: 9.733vw;
    height: 9.733vw;
    background: url("../img/check01.svg") center no-repeat;
    background-size: 9.733vw 9.733vw;
  }

  .realization ul li:nth-child(1) img {
    width: 20.933vw;
    margin: 7.467vw auto 0;
  }

  .realization ul li:nth-child(2) img {
    width: 35.6vw;
    margin: 3.733vw auto 0;
  }

  .realization ul li:nth-child(3) img {
    width: 24.8vw;
    margin: 4vw auto 0;
  }

  .cv {
    padding: 5.6vw 5.33vw 7.467vw;
  }

  .cv p {
    font-size: 4vw;
    margin-bottom: 3.733vw;
    line-height: 1.6;
  }

  .cv .btn01 {
    margin: 0 auto;
    font-size: 3.2vw;
    width: 89.33vw;
    display: block;
  }

  .cv .btn01 > span {
    padding: 4.8vw 0;
  }

  .cv .btn01 > span span {
    padding: 0 16vw;
  }

  .cv .btn02-col {
    margin: 14px 0 0 4.833%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto;
    width: 100%;
  }
  .cv .btn02-col li {
    flex-basis: 100%;
  }

  .cv .btn02-grad > span {
    width: 60%;
    margin: 0 auto;
    padding: 20px 18px;
    background: linear-gradient(to right, #f7963b, #de440d);
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #f7963b;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  }

  .cv .btn02-orange > span {
    width: 60%;
    margin: 0 auto;
    padding: 20px 18px;
    background: #fff;
    border-radius: 4px;
    color: #de440d;
    display: block;
    color: #de440d;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    background: #fff;
    border: 1px solid #de440d;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  }
  /* 追加文 */
  .detail {
    width: 90%;
    margin: 0 auto;
  }
  .detail-lawer_text {
    font-size: 14px;
  }
  .feature {
    padding: 11.2vw 0 0;
  }

  .feature h2 {
    font-size: 5.6vw;
    margin: 0 0 8.267vw;
  }

  .feature h2 strong {
    font-size: 4.8vw;
    margin: 0 auto 4vw;
    padding: 1.2vw 2.267vw;
  }

  .feature li {
    padding: 8.533vw 5.33vw;
    /*background: url("../img/sp/bg03.jpg") center no-repeat;
    background-size: cover;*/
    background: linear-gradient(to left, white, #e5e7e9);
  }

  .feature li:nth-child(even) {
    /*background: url("../img/sp/bg04.jpg") center no-repeat;
    background-size: cover;*/
    background: linear-gradient(to left, #e5e7e9, white);
  }

  .feature li .inner {
    display: block;
  }

  .feature li .inner .imgArea {
    width: 100%;
    margin-bottom: 9.33vw;
  }

  .feature li .inner .txtArea {
    width: 100%;
  }

  .feature li .inner .txtArea h3 {
    font-size: 4.8vw;
    line-height: 1.44;
    margin: 0 0 4.933vw;
    text-align: center;
  }

  .feature li .inner .txtArea h3 strong {
    font-size: 3.467vw;
    margin: 0 auto 2.933vw;
    padding: 1.33vw 1.6vw;
  }

  .feature li .inner .txtArea p {
    font-size: 3.2vw;
    line-height: 1.67;
  }

  .realize {
    padding: 9.33vw 0 0;
  }

  .realize h2 {
    font-size: 5.6vw;
    padding: 0;
    margin-bottom: 6.4vw;
  }

  .realize .box_graph {
    padding: 11.2vw 0 10.67vw;
  }

  .realize .box_graph .graphs .graph .graph_title {
    font-size: 4vw;
  }

  .realize .box_graph .graphs .graph .graph_title .small {
    font-size: 2.4vw;
  }

  .realize .note {
    font-size: 1.867vw;
  }

  .function {
    padding: 16.267vw 5.33vw 12.533vw;
  }

  .function h2 {
    font-size: 5.6vw;
    margin: 0 0 8.267vw;
  }

  .function h2 strong {
    font-size: 4.8vw;
    margin: 0 auto 4vw;
    padding: 1.2vw 2.267vw;
  }

  .function ul {
    display: block;
  }

  .function ul li {
    width: 100%;
    margin: 0 0 5.33vw;
    padding: 5.6vw 0 4.8vw;
  }

  .function ul li:last-child {
    margin-bottom: 0;
  }

  .function ul li h3 {
    font-size: 5.6vw;
    margin-bottom: 4.267vw;
  }

  .function ul li img {
    width: 52.533vw;
    margin: 0 auto 4.4vw;
  }

  .function ul li p {
    font-size: 3.2vw;
    padding: 0 6vw;
  }

  .cases {
    padding: 9.733vw 0 2.267vw;
  }

  .cases h2 {
    font-size: 4.267vw;
    line-height: 1.875;
    margin-bottom: 4vw;
  }

  .cases img {
    width: 92.933vw;
  }

  .base {
    padding: 17.867vw 0 8.67vw;
  }

  .base .inner {
    width: 89.33vw;
    padding: 0;
  }

  .base .inner .sectionHd {
    margin-bottom: 14.133vw;
  }

  .toppage-lf-lp_base .inner .sectionHd .sectionTtl .sectionTtl_ttl {
    padding: 0 4vw;
    font-size: 6.4vw;
    border-bottom: unset;
  }

  .requestForm {
    display: block;
  }

  .requestForm_img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8.533vw;
  }

  .requestForm_img_item {
    margin-top: 4.267vw;
  }

  .requestForm_img_item:nth-child(2) {
    width: calc(50% - 8px);
  }

  .requestForm_img_item:nth-child(3) {
    width: calc(50% - 8px);
    margin-left: 16px;
  }

  .requestForm_field {
    width: 100%;
    margin-left: 0;
  }

  /* =====================================
	footer
===================================== */

  .footer .inner {
    padding: 0;
  }

  .footer_menu {
    display: block;
  }

  .footer_menu_service {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer_menu_service_ttl {
    font-size: 3.733vw;
    width: 100%;
    text-align: center;
  }

  .footer_menu_service_logo {
    margin: 0 5.067vw;
  }

  .footer_menu_service_logo > svg {
    height: 4.267vw;
    margin-top: 3.467vw;
  }

  .footer_menu_linklists_item a {
    padding: 5.33vw 2.6vw 5.33vw 1.33vw;
    font-size: 2.133vw;
  }

  .footer_menu_linklists_item::after {
    font-size: 2.133vw;
    top: 5.33vw;
  }
}

/*企業ロゴ*/
.enterprise-block {
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 764px) {
  .enterprise-block {
    width: 90%;
    margin: 0 auto;
  }
}
.enterprise-list {
  max-width: 960px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(150px, 1fr));
  grid-gap: 1rem;
  justify-items: center;
  align-items: center;
}
@media screen and (max-width: 764px) {
  .enterprise-list {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
}
.enterprise-block img {
  width: 160px;
  height: 75px;
  object-fit: contain;
}
@media screen and (max-width: 764px) {
  .enterprise-block img {
    width: 100px;
    height: auto;
  }
}

/*スマホ追従ボタン*/
.ctabtn {
  display: none;
}
#g_cta_request_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .ctabtn {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 20px 0;
    opacity: 1;
    z-index: 1000;
  }
  .ctabtn #g_cta_request_sp {
    display: block;
    width: 90%;
    margin: 0 auto;
    transition: 0.3s;
    background: linear-gradient(to right, #f7963b, #de440d);
    border-radius: 4px;
    z-index: 1100;
  }
  .ctabtn .buttonLarge {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    min-width: 280px;
    padding: 12px 28px 15px 16px;
    margin: 0 auto;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック",
      sans-serif;
    letter-spacing: 0.1em;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 40%);
    cursor: pointer;
    border-radius: 4px;
    color: white;
    transition: 0.3s;
    background: linear-gradient(to right, #f7963b, #de440d);
    border-radius: 4px;
    font-weight: bold;
  }
  .ctabtn-caption {
    margin: 0 0 12px 0;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }
  /* .ctabtn .buttonLarge::after {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 53%;
        right: 24px;
        transform: translateY(-50%);
        background-image: url(/lp7/img/icon_arrow.svg);
        background-size: contain;
        content: '';
    } */
}
/**FONT**/


/**
 * @license
 * MyFonts Webfont Build ID 3893660, 2020-04-22T01:40:28-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Helsinki-Light by Ludwig Type
 * URL: https://www.myfonts.com/fonts/ludwiguebele/helsinki/light/
 * 
 * Webfont: Helsinki-Regular by Ludwig Type
 * URL: https://www.myfonts.com/fonts/ludwiguebele/helsinki/regular/
 * 
 * Webfont: Helsinki-Thin by Ludwig Type
 * URL: https://www.myfonts.com/fonts/ludwiguebele/helsinki/thin/
 * 
 * 
 * Webfonts copyright: &amp;#x00A9; Ludwig Ubele. All Rights Reserved.
 * 
 * © 2020 MyFonts Inc
*/
