@charset "utf-8";
body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 13px;
  line-height: 160%;
  color: #434343;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0;
}
::selection {
  background: #f39800 none repeat scroll 0 0;
  color: #fff;
}
::-moz-selection {
  background: #f39800 none repeat scroll 0 0;
  color: #fff;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all ease-in-out 0.15s;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
h1 {
  font-size: 250%;
  font-weight: 700;
  line-height: 1.2;
}
.sp-only{
  display: none;
}
.js_loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 5;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common_heading-l-box {
  position: relative;
  margin-bottom: 40px;
}
.common_heading-l {
  font-size: 280%;
  position: relative;
  text-align: center;
  margin-bottom: 90px;
  font-weight: 700;
  line-height: 1.3;
}
.common_heading-l::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 55px;
  height: 3px;
  left: 50%;
  bottom: -50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f39800;
}
.common_heading-l__figure {
  display: inline-block;
  vertical-align: middle;
}
.common_heading-l__image {
  max-width: 50px;
}
.common_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common_align-center {
  align-items: center;
}
.button-md {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 2px solid #f39800;
  border-radius: 52px;
  color: #f39800;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
}
.button-md:hover {
  background-color: #fff;
  color: #f39800;
}
.button-haihai {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 2px solid #4d61de;
  border-radius: 52px;
  color: #4d61de;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
}
.button-haihai:hover {
  background-color: #fff;
  color: #4d61de;
}
.button-green__sub-text {
  display: block;
  font-size: 70%;
  padding: 5px 0 0;
  letter-spacing: 0;
}
.cta-button-box {
  padding: 30px 0;
  text-align: center;
}
.cta-button-box__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  max-width: 390px;
  width: 100%;
  font-size: 20px;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  position: relative;
  margin: auto;
}
.cta-button-box__link.button-haihai {
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .3);
  background-color: #4d61de;
  border: 2px solid #4d61de;
  border-radius: 52px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.cta-button-box__link.button-md {
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .3);
  background-color: #f39800;
  border: 2px solid #f39800;
  border-radius: 52px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media (hover: hover) {
  .cta-button-box__link.button-haihai:hover {
    background-color: #fff;
    color: #4d61de;
  }
  .cta-button-box__link.button-md:hover {
    background-color: #fff;
    color: #f39800;
  }
}

.cta-button-box__text-small {
  font-size: 110%;
  display: block;
  padding-top: 20px;
  font-weight: 700;
  letter-spacing: 0;
}
.cta-area {
  padding: 50px 0;
  background: #ffd182;
}
.cta-area__heading-l {
  margin: 0 0 50px;
  padding: 0;
  color: #d35923;
  font-size: 220%;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  background: 0 0;
}
.cta-area__link {
  position: relative;
  padding-left: 15px;
  height: 110px;
  display: flex;
  align-items: center;
  width: 550px;
  margin: 0 auto;
  box-sizing: border-box;
}
.cta-area__link:before {
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 30px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.cta-area__link-text {
  font-size: 20px;
  width: 100%;
}
.cta-button-point {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 12px;
  padding: 5px 0;
  width: 300px;
  border-radius: 10px;
  transform: translate(-50%, -60%);
  box-sizing: border-box;
  background: #fff;
  color: #333;
  border: 2px solid #059287;
}
.cta-button-point::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  position: absolute;
  bottom: -7px;
  left: calc(50% - 5px);
  border-bottom: 2px solid #059287;
  border-left: 2px solid #059287;
  background: #fff;
}
.cta-button-point.cta-button-point--haihai {
  border: 2px solid #4d61de;
}
.cta-button-point.cta-button-point--haihai::before {
  border-bottom: 2px solid #4d61de;
  border-left: 2px solid #4d61de;
}
.cta-button-point.cta-button-point--md {
  border: 2px solid #f39800;
}
.cta-button-point.cta-button-point--md::before {
  border-bottom: 2px solid #f39800;
  border-left: 2px solid #f39800;
}
.cta-area__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cta-button-point__strong-text {
  font-size: 14px;
  font-weight: 700;
  margin-right: 2px;
}
.cta-area__link:hover .cta-button-point {
  border: 2px solid #d88000;
}
.cta-area__link:hover .cta-button-point::before {
  border-bottom: 2px solid #d88000;
  border-left: 2px solid #d88000;
}
.cta-area__figure {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: 140px;
}
.common_inner-1200 {
  margin: 0 auto;
  max-width: 1200px;
  width: 92%;
}
.common_inner-1100 {
  margin: 0 auto;
  max-width: 1100px;
  width: 92%;
}
.common_inner-1000 {
  margin: 0 auto;
  max-width: 1000px;
  width: 92%;
}
.common_inner-900 {
  margin: 0 auto;
  max-width: 900px;
  width: 92%;
}
.common_inner-800 {
  margin: 0 auto;
  max-width: 800px;
  width: 92%;
}
.common_lead {
  font-size: 140%;
  position: relative;
  text-align: center;
  line-height: 1.6;
}
.common_bg-palegray {
  background: #f8f8f8;
}
.common_bg-orange {
  background: #fff0e1;
}
.common_bg-white {
  background: #fff;
}
.header-navi-area {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  background: #fff;
  height: auto;
  position: fixed;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  top: 0;
  left: 0;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
.header-navi-area__menu {
  display: flex;
  gap: 0 40px;
}
.header-navi-area__logo {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.header-navi-area__logo-img {
  height: 18px;
  width: auto;
}
.header-navi-area__cta-wrap {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.header-navi-area__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 40px;
}
.header-navi-area__item {
  font-size: 130%;
  font-weight: bold;
  padding: 5px 0;
}
.header-navi-area__link {
  width: 220px;
  display: block;
}
.header-navi-area__item-link:hover {
  opacity: 0.6;
}
.header-navi-area__item-relative {
  position: relative;
  transition: all 0.3s;
}
.header-navi-area__item-relative:after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  right: -19px;
  transform: translateY(-30%);
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 0;
  transition: 0.3s;
}
.header-navi-area__item-relative.haihai:after {
  border-top: 8px solid #4d61de;
}
.header-navi-area__item-relative.md:after {
  border-top: 8px solid #f39800;
}
.header-navi-area__item-relative:hover:after {
  transform: translateY(20%);
}
.header-navi-area__sub {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  opacity: 0;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  transform: translateY(-10px);
}
.header-navi-area__item-relative:hover > .header-navi-area__sub {
  display: block;
  opacity: 1;
  transform: translateY(0);
  width: 100%;
}
.header-navi-area__sub-link {
  font-size: 14px;
}
.header-navi-area__sub-link:hover {
  opacity: 0.6;
}
.header-navi-area__sub-item {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
}
.header-navi-area__sub-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.header-navi-area__image {
  width: 100%;
}
.header-navi-area__cta-button {
  position: relative;
  width: 160px;
  height: 41px;
  margin-top: 14px;
  padding: 8px 0;
  font-size: 16px;
}
.header-navi-area__cta-baloon{
  position: absolute;
  top: -5px;
  left: 50%;
  right: 50%;
  transform: translate(-50% , -50%);
  padding: 0 3px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  border-radius: 13px;
}
.header-navi-area__cta-baloon.baloon-haihai{
  width: 119px;
  background: #4d61de;
}
.header-navi-area__cta-baloon.baloon-haihai::after{
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -11px;
  transform: translate(-50% , -50%);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 11px solid #4d61de;
}
.header-navi-area__cta-baloon.baloon-md{
  width: 151px;
  background: #f39800;
}
.header-navi-area__cta-baloon.baloon-md::after{
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -11px;
  transform: translate(-50% , -50%);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 11px solid #f39800;
}
@media (hover: hover) {
  .header-navi-area__cta-button:hover.button-haihai{
    color: #fff;
    background: #4d61de;
  }
  .header-navi-area__cta-button:hover.button-md{
    color: #fff;
    background: #f39800;
  }
  .header-navi-area__cta-button:hover .baloon-haihai{
    color: #4d61de;
    background: #fff;
    border: 2px solid #4d61de;
  }
  .header-navi-area__cta-button:hover .baloon-md{
    color: #f39800;
    background: #fff;
    border: 2px solid #f39800;
  }
  .header-navi-area__cta-button:hover .baloon-haihai::after{
    border-top: 11px solid #fff;
  }
  .header-navi-area__cta-button:hover .baloon-md::after{
    border-top: 11px solid #fff;
  }
}
.header-sp-navi-button {
  display: none;
}
.fv {
  position: relative;
  overflow: hidden;
  z-index: 6;
}
.fv__wrap {
  position: relative;
  padding: 75px 0 60px;
  background: linear-gradient(90deg, #4d61de 50%, #f39800 50%);
}
.fv__inner {
  flex-wrap: wrap;
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  padding: 20px 0 30px;
}
.fv__text-area {
  width: 100%;
  box-sizing: border-box;
}
.fv__heading-xl {
  background: 0 0;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 15px;
}
.fv__heading-figure{
  display: flex;
  align-items: center;
  gap: 20px;
  width: fit-content;
  margin: 0 auto 5px;
  padding: 10px 40px;
  border-radius: 70px;
  background-color: #fff;
}
.fv__heading-sub {
  font-size: 20px;
  color: #434343;
}
.fv__heading-image {
  height: 62px;
  width: auto;
}
.fv__heading-emblem {
  height: 62px;
  width: auto;
}
.fv__heading-text{
  font-size: 20px;
}
.fv__heading-b {
  font-size: 30px;
}
.fv__heading-em {
  font-size: 40px;
}
.fv__main{
  display: flex;
  justify-content: center;
  align-items: center;
}
.fv__main-service{
  position: relative;
  z-index: 0;
}
.fv__main-service-inner{
  width: 500px;
  height: auto;
  padding: 30px 0 0 0;
  border-radius: 10px;

}
.fv__main-service.haihai .fv__main-service-inner{
  background: #F5F6FA;
  transform: translateX(30px);
}
.fv__main-service.haihai::after{
  content: "";
  position: absolute;
  top: -65px;
  width: 212px;
  height: 370px;
  left: 320px;
  background: url(/lpl/asset_mdhm01/image/image_fv-arrow.webp) no-repeat center center;
  background-size: contain;
  z-index: -1;
}
.fv__main-service.maildealer .fv__main-service-inner{
  background: #FFF0E1;
  transform: translateX(-30px);
}
.fv__main-service.maildealer::after{
  content: "";
  position: absolute;
  top: -55px;
  width: 212px;
  height: 370px;
  right: 320px;
  background: url(/lpl/asset_mdhm01/image/image_fv-arrow.webp) no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
  z-index: -5;
}
.fv__main-service-title{
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  transform: translate(-50% , -50%);
  padding: 8px 30px;
  font-size: 22px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 23px;
}
.haihai .fv__main-service-title{
  width: 204px;
  color: #4d61de;
}
.maildealer .fv__main-service-title{
  width: 228px;
  color: #f39800;
}
.fv__main-service-emblem{
  width: auto;
  height: 70px;
  margin: 0 auto 10px;
}
.fv__main-center{
  z-index: 1;
  transform: translateY(-10px);
}
.fv__main-center-item{
  position: relative;
  background-color: #fff;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
}
.fv__main-center-item.fv__main-center-item--big{
  width: 220px;
  height: 220px;
  margin: 10px auto;
  padding: 35px 0;
}
.fv__heading-l{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.fv__heading-l-image{
  width: auto;
  height: 40px;
  margin: 16px auto 20px;
}
.fv__main-center-item-image{
  width: 50px;
  height: 50px;
  margin: 0 auto 5px;
}
.fv__main-center-item-orange{
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px 7px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #f39800;
  border-radius: 22px;
}
.fv__main-center-item-text{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
}
.fv__main-center-item-text b{
  font-size: 30px;
}
.fv__main-center-item-text em{
  font-size: 30px;
  color: #f39800;
}

.fv-cta__link {
  position: relative;
  width: 100%;
  padding: 17px 30px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.fv__heading-xl-image {
  max-width: 400px;
  padding-top: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 10px;
}
.fv-emblem-box {
  width: 100%;
  padding-bottom: 10px;
}
.fv-emblem-box__list {
  display: flex;
  justify-content: center;
}
.fv-emblem-box__item {
  width: 170px;
  height: 160px;
  padding-bottom: 10px;
  position: relative;
  background: url(/lpl/asset_md_01/image/image_emblem.svg) no-repeat center center;
  background-size: contain;
  color: #ce5923;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fv-emblem-box__item:last-child {
  margin-left: 20px;
  padding-bottom: 0;
}
.fv-emblem-box__item-inner {
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  font-size: 120%;
}
.fv-emblem-box__text-no1 {
  font-size: 220%;
  position: relative;
  display: inline-block;
}
.fv-emblem-box__text-sup {
  position: absolute;
  top: 0.5em;
  left: 100%;
  font-size: 35%;
}
.fv-emblem-box__text-company {
  font-size: 200%;
  display: inline-block;
}
.fv-emblem-box__text-middle {
  font-size: 90%;
}
.fv-emblem-box__text-small {
  font-size: 70%;
  color: #434343;
  line-height: 1;
  display: inline-block;
  padding-bottom: 0.4em;
}
.fv-anchor {
  width: 100%;
  position: relative;
  text-align: center;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.fv-anchor__link{
  position: relative;
  width: 100%;
  display: block;
  padding: 17px;
  font-size: 20px;
}
.fv-anchor__link.fv-anchor__link--haihai{
  color: #4d61de;
}
.fv-anchor__link.fv-anchor__link--haihai::after {
  position: absolute;
  display: block;
  content: "";
  border-right: 2px solid #4d61de;
  border-bottom: 2px solid #4d61de;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  right: 60px;
  top: 50%;
  transition: all 0.3s;
  z-index: 2;
}

.fv-anchor__link.fv-anchor__link--maildealer{
  color: #f39800;
}
.fv-anchor__link.fv-anchor__link--maildealer::after {
  position: absolute;
  display: block;
  content: "";
  border-right: 2px solid #f39800;
  border-bottom: 2px solid #f39800;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  right: 30px;
  top: 50%;
  transition: all 0.3s;
  z-index: 2;
}
@media (hover: hover) {
  .fv-anchor__link.fv-anchor__link--haihai:hover::after {
    top: 65%;
  }
  .fv-anchor__link.fv-anchor__link--maildealer:hover::after {
    top: 65%;
  }
}


.fv__image-area {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #fff;
}
.fv-cta {
  position: absolute;
  width: 1200px;
  bottom: 30px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 40px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}
.fv-cta__title{
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.fv-cta__inner{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.fv-cta__box{
  width: 100%;
  max-width: 467px;
}
.fv-cta__link{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 10px;
  width: 100%;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border-radius: 52px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}
.fv-cta__link--haihai {
  background-color: #4d61de;
  border: 2px solid #4d61de;
}
.fv-cta__link--md {
  background-color: #f39800;
  border: 2px solid #f39800;
}
.fv-cta__link::after {
  position: absolute;
  display: block;
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  right: 30px;
  top: 50%;
  transition: all 0.3s;
  z-index: 2;
}
@media (hover: hover) {
  .fv-cta__link:hover{
    background-color: #fff;
  }
  .fv-cta__link--haihai:hover{
    color: #4d61de;
  }
  .fv-cta__link.fv-cta__link--haihai:hover::after {
    border-right: 2px solid #4d61de;
    border-bottom: 2px solid #4d61de;
  }
  .fv-cta__link--md:hover{
    color: #f39800;
  }
  .fv-cta__link.fv-cta__link--md:hover::after {
    border-right: 2px solid #f39800;
    border-bottom: 2px solid #f39800;
  }
}
.fv-bottom__text{
  font-size: 12px;
}
.fv-bottom__text > .fv-bottom__text{
  margin-top: 10px;
}

.fv-bottom{
  padding: 120px 0 40px;
  background-color: #F5F5F5;
}
.fv-bottom__inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.fv-pc {
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 700;
  animation-name: fadeleft;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
@keyframes fadeleft {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fv__logo-image {
  max-width: 360px;
  width: 95%;
  margin: 0 auto 30px;
}
.fv__text-attention {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  font-size: 80%;
  line-height: 1.4;
}
.solution-item,
.trouble-item {
  width: 32%;
}
.trouble-item {
  position: relative;
}
.trouble-item::before {
  content: "";
  width: 20px;
  height: 20px;
  border-right: 6px solid #f39800;
  border-bottom: 6px solid #f39800;
  transform: rotate(45deg);
  position: absolute;
  bottom: -150px;
  left: calc(50% - 13px);
  border-radius: 0 0 6px 0;
}
.trouble-item::after {
  content: "";
  width: 6px;
  height: 140px;
  background: #f39800;
  position: absolute;
  bottom: -150px;
  left: calc(50% - 3px);
  border-radius: 3px;
}
.solution-item__inner,
.trouble-item__inner {
  background: #fff;
  padding: 30px 20px 20px;
  border-radius: 10px;
  box-sizing: border-box;
}
.solution-item__inner {
  height: 100%;
  border: 3px solid #f39800;
}
.solution-item__heading-m,
.trouble-item__heading-m {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
.trouble-item__heading-m {
  font-size: 115%;
}
.solution-item__heading-m {
  font-size: 130%;
  position: relative;
  color: #ce5923;
}
.solution-item__heading-m-strong {
  font-size: 130%;
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.solution-item__heading-m::before {
  content: "";
  position: absolute;
  background: url(/lpl/asset_md_01/image/placeholder.webp) no-repeat center center;
  background-size: contain;
  width: 80px;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);
  top: -60px;
  z-index: 8;
}
.solution-item__heading-m.lazyloaded::before {
  background: url(/lpl/asset_md_01/image/icon_solution.svg) no-repeat center center;
  background-size: contain;
}
.solution-item__figure {
  margin-bottom: 15px;
}
.solution-item__image {
  width: 50%;
  margin: 0 auto;
}
.trouble-item__image {
  width: 60%;
  margin: 0 auto;
}
.trouble-wrap-detail__list {
  width: 90%;
  margin: 0 auto;
}
.trouble-wrap-detail__item {
  position: relative;
  padding: 0 0 10px 20px;
  line-height: 1.4;
}
.trouble-wrap-detail__item::before {
  content: "";
  position: absolute;
  background: url(/lpl/asset_md_01/image/placeholder.webp) no-repeat;
  background-size: 100%;
  width: 13px;
  height: 13px;
  left: 0;
  top: 4px;
  z-index: 8;
}
.trouble-wrap-detail__item.lazyloaded::before {
  background: url(/lpl/asset_md_01/image/icon-check.svg) no-repeat;
  background-size: 100%;
}
.cta-bottom-fixed {
  background: #f29600;
  padding: 12px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 13px 0 10px rgb(0 0 0 / 35%);
}
.cta-bottom-fixed__link {
  height: 90px;
}
.cta-bottom-fixed__link-text {
  font-size: 160%;
}
.side-menu {
  position: fixed;
  display: none;
  right: 5px;
  top: 50%;
  height: 40px;
  margin-top: -200px;
  z-index: 999;
}
.side-menu__list {
  width: 110px;
}
.side-menu__item {
  list-style: none;
  background-color: #fff;
}
.side-menu__link {
  display: block;
  margin-bottom: 10px;
  padding: 10px 0;
  border-radius: 0.5rem;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  background: #333;
  font-size: 10px;
  text-decoration: none;
  text-align: center;
  line-height: 1.1;
  border: 1px solid #fff;
  opacity: 0.8;
  position: relative;
}
.side-menu__link span {
  font-size: 10px;
}
.side-menu__link:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -12px;
  left: 46%;
  border-top: 5px solid #aaa;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.side-menu__link:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -11px;
  left: 45%;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.side-menu__link:hover {
  background: #f39800;
  text-decoration: none;
  font-weight: 700;
}
.side-menu-cta-link {
  color: #fff;
  width: 110px;
  height: 40px;
  font-size: 10px;
  display: block;
  background: -moz-linear-gradient(right, #19af93, #148880);
  background: -webkit-linear-gradient(right, #19af93, #148880);
  background: linear-gradient(to right, #19af93, #148880);
  padding: 10px 0;
  text-align: center;
  line-height: 20px;
  right: 0;
  position: absolute;
  margin-top: 5px;
  opacity: 1;
  font-weight: 700;
  transition: 0.5s;
  z-index: 9;
  overflow: hidden;
}
.side-menu-cta-link:hover {
  background: #fff;
  color: #f39800;
  border: 2px solid #f39800;
  width: 150px;
  font-size: 13px;
}
.side-menu__item.btm a:after,
.side-menu__item.btm a:before {
  content: "";
  border: none;
}
.sp-only {
  display: none;
}
@media (max-width: 1320px) {
  .header-navi-area__logo {
    display: none;
  }
  .header-navi-area__item {
    font-size: 100%;
  }
}
@media (max-width: 1199px) {
  .fv__heading-figure{
    flex-direction: column;
    gap: 5px;
    border-radius: 20px;
  }
  .fv__inner {
    width: 100%;
    padding: 30px 20px 20px;
  }
  .fv__wrap {
    padding: 80px 0 160px;
    background: linear-gradient(180deg, #4d61de 55%, #f39800 45%);
  }
  .fv__heading-text {
    padding-bottom: 10px;
  }
  .fv__main{
    flex-direction: column;
    gap: 50px;
  }
  .fv__main-service.haihai .fv__main-service-inner{
    transform: none;
  }
  .fv__main-service.maildealer .fv__main-service-inner{
    transform: none;
  }
  .fv__main-service.haihai::after{
    content: none;
  }
  .fv__main-service.maildealer::after{
    content: none;
  }
  .fv__main-service-inner{
    height: auto;
  }
  .fv__main-center-list{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  .fv__main-center-item.fv__main-center-item--employee::after{
    content: "";
    position: absolute;
    top: -80px;
    width: 380px;
    height: 83px;
    right: 43px;
    background: url(/lpl/asset_mdhm01/image/image_fv-arrow-left.webp) no-repeat center center;
    background-size: contain;
    z-index: -5;
  }
  .fv__main-center-item.fv__main-center-item--customer::after{
    content: "";
    position: absolute;
    bottom: -80px;
    width: 380px;
    height: 83px;
    left: 43px;
    background: url(/lpl/asset_mdhm01/image/image_fv-arrow-left.webp) no-repeat center center;
    background-size: contain;
    transform: rotate(180deg);
    z-index: -5;
  }
  .fv-cta{
    width: 95%;
    bottom: 0;
  }
  .fv-bottom {
    padding: 174px 0 40px;
  }
  .fv-cta__inner{
    flex-direction: column;
  }
  .fv-bottom__inner {
    padding: 0 20px;
  }
}
@media (max-width: 1023px) {
  body {
    font-size: 12px;
    position: relative;
  }
  .pc-only {
    display: none;
  }
  .common_heading-l-box {
    margin-bottom: 20px;
  }
  .common_heading-l {
    font-size: 160%;
    margin-bottom: 50px;
  }
  .common_heading-l::after {
    margin-bottom: 20px;
    bottom: -44px;
  }
  .common_lead {
    margin-bottom: 20px;
    font-size: 115%;
  }
  .common_heading-l__image {
    max-width: 36px;
  }
  .header-navi-area__list {
    display: none;
  }

  .header-navi-area {
    height: 50px;
    padding: 0 0 0 15px;
    display: flex;
    justify-content: space-between;
  }
  .header-navi-area__link {
    width: 140px;
  }
  .header-navi-area__menu {
    width: 100%;
    justify-content: space-between;
    gap: 0 10px;
    margin-right: 10px;
  }
  .header-navi-area__cta-button {
    width: 120px;
    padding: 5px 10px;
    margin: 0 0 0 auto;
    font-size: 80%;
    line-height: 1.3;
  }
  .header-navi-area__logo {
    display: flex;
  }
  .header-navi-area__cta-wrap{
    display: none;
  }
  .header-navi-area__item-relative:after {
    right: -10px;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #434343;
  }
  .header-navi-area__sub-link {
    font-size: 11px;
  }
  .header-sp-navi-button {
    background: #f29600;
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
    display: block;
  }
  .header-sp-navi-button__line-01,
  .header-sp-navi-button__line-02,
  .header-sp-navi-button__line-03 {
    width: 24px;
    height: 3px;
    background: #fff;
    display: block;
    position: absolute;
    left: 13px;
    transition: all 0.3s ease 0s;
    transform: rotate(0);
  }
  .header-sp-navi-button__line-01 {
    top: 15px;
  }
  .header-sp-navi-button__line-02 {
    top: 24px;
  }
  .header-sp-navi-button__line-03 {
    top: 33px;
  }
  .js_navi-click-trigger.active .header-sp-navi-button__line-01 {
    transform: rotate(-45deg);
    transform-origin: center center;
    top: 23px;
  }
  .js_navi-click-trigger.active .header-sp-navi-button__line-02 {
    background: rgba(255, 255, 255, 0);
    transform: translateX(60px);
  }
  .js_navi-click-trigger.active .header-sp-navi-button__line-03 {
    transform: rotate(45deg);
    transform-origin: center center;
    top: 23px;
  }

  .cta-area {
    padding: 20px 0;
  }
  .cta-area__heading-l {
    margin: 0 0 35px;
    font-size: 18px;
  }
  .cta-area__link {
    height: 70px;
    width: 100%;
    max-width: 450px;
  }
  .cta-area__link:before {
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
    right: 15px;
  }
  .cta-area__link-text {
    font-size: 18px;
  }
  .cta-button-point {
    font-size: 75%;
    padding: 3px 0;
  }
  .cta-area__figure {
    left: -10px;
    width: 80px;
  }
  .cta-button-box__link {
    margin: 0 auto;
  }

  .side-menu {
    display: none;
    width: 100%;
    background: #ffd182;
    right: 0;
    top: 50px;
    height: auto;
    margin-top: 0;
    padding: 10px 5%;
  }
  .side-menu__list {
    width: 100%;
    width: 100%;
  }
  .side-menu__item {
    border-bottom: 2px solid #ffd182;
  }
  .side-menu__link {
    margin-bottom: 0;
    padding: 15px 20px;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    background: 0 0;
    font-size: 120%;
    font-weight: 700;
    text-align: left;
    border: none;
    opacity: 1;
    background: #fff;
  }
  .side-menu__link:before {
    display: none;
  }
  .side-menu__link:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    bottom: calc(50% - 3px);
    left: auto;
    right: 20px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #f39800;
    border-bottom: 2px solid #f39800;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .side-menu__link:hover {
    background: #fff0e1;
    text-decoration: none;
    font-weight: 700;
  }
  .side-menu-cta-link {
    color: #fff;
    width: 80%;
    height: auto;
    background: -moz-linear-gradient(right, #19af93, #148880);
    background: -webkit-linear-gradient(right, #19af93, #148880);
    background: linear-gradient(to right, #19af93, #148880);
    padding: 15px 0;
    position: static;
    margin: 10px auto;
    font-size: 130%;
    border-radius: 25px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    transition: none;
    text-align: center;
  }
  .side-menu-cta-link:hover {
    background: -moz-linear-gradient(right, #d88000, #c74f2d);
    background: -webkit-linear-gradient(right, #d88000, #c74f2d);
    background: linear-gradient(to right, #d88000, #c74f2d);
    color: #fff;
    border: none;
    width: 80%;
    font-size: 130%;
  }
  .cta-button-box {
    padding: 20px 0;
  }
  .cta-area__wrap {
    display: block;
  }
  .cta-button-box__link {
    padding: 15px 10px;
    font-size: 130%;
    margin: 0 auto;
  }
  .cta-area .cta-button-box__link:first-of-type {
    margin-bottom: 30px;
  }
  .cta-button-box__text-small {
    font-size: 100%;
    padding-top: 20px;
  }

  .side-menu__sub-item {
    padding: 0px 20px 10px;
  }
  .side-menu__sub-link {
    display: block;
  }

  .fv__text-area {
    width: 100%;
  }
  .fv__heading-xl {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
    padding: 0;
  }
  .fv-cta {
    display: block;
    bottom: 30px;
  }
  .fv-cta__link {
    padding: 22px 10px;
    font-size: 16px;
  }
  .fv-cta__link::after {
    width: 7px;
    height: 7px;
    right: 10px;
    top: 48%;
  }
  .fv__heading-em {
    font-size: 50px;
  }
  .fv__heading-sub {
    font-size: 22px;
  }
  .fv__heading-haihai {
    font-size: 24px;
  }
  .fv__heading-maildealer {
    font-size: 24px;
  }
  .fv__heading-xl-image {
    width: 220px;
    padding: 0.5em 0.2em 0;
    display: inline-block;
  }
  .fv__heading-xl-small {
    color: #434343;
    font-size: 120%;
    width: 100%;
    max-width: 450px;
    margin-bottom: 10px;
    padding-left: 0;
    text-align: center;
  }
  .fv__text-attention {
    position: static;
    width: 80%;
    margin: 0 auto 30px;
  }
    .floating__cta-wrap{
    display: flex;
    gap: 10px;
    padding: 24px 22px 10px;
    background-color: #d2d2d2;
  }
  .floating__cta-link{
    position: relative;
    display: grid;
    place-content: center;
    width: 100%;
    height: 41px;
    background-color: #fff;
    border-radius: 52px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
  }
  .floating__cta-link.button-haihai{
    border: 2px solid #4d61de;
    color: #4d61de;
  }
  .floating__cta-link.button-md{
    border: 2px solid #f39800;
    color: #f39800;
  }
  .floating__cta-link-baloon {
    position: absolute;
    top: -6px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    padding: 0 3px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    border-radius: 13px;
  }
  .floating__cta-link-baloon.baloon-haihai{
    width: 119px;
    height: 21px;
    background-color: #4d61de;
  }
  .floating__cta-link-baloon.baloon-md{
    width: 151px;
    height: 21px;
    background-color: #f39800;
  }
  .floating__cta-link-baloon.baloon-haihai::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -11px;
    transform: translate(-50%, -50%);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 11px solid #4d61de;
  }
  .floating__cta-link-baloon.baloon-md::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -11px;
    transform: translate(-50%, -50%);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 11px solid #f39800;
  }
}
@media (max-width: 767px) {
  .sp-only{
    display: block;
  }
  .header-navi-area__logo-img{
    height: 15px;
  }
  .fv__heading-figure{
    width: 100%;
  }
  .fv {
    padding-top: 0;
  }
  .fv__inner {
    padding: 0 15px 15px;
  }
  .fv__heading-xl-image {
    width: 220px;
  }
  .fv__heading-xl-small {
    width: 90%;
    max-width: 450px;
  }
  .fv__heading-image {
    height: auto;
    width: 100%;
  }
  .fv__heading-emblem {
    height: 50px;
    width: 273px;
  }
  .fv__heading-b {
    font-size: 28px;
  }
  .fv__heading-em{
    display: block;
  }
  .fv__main{
    margin: 0 5px;
  }
  .fv__main-service-inner {
    width: 100%;
    margin: 0 auto;
  }
  .fv__main-service{
    width: 100%;
  }
  .fv-anchor__link{
    font-size: 15px;
  }
  .fv__main-service-title{
    font-size: 18px;
    text-align: center;
  }
  .haihai .fv__main-service-title{
    width: 168px;
  }
  .maildealer .fv__main-service-title{
    width: 186px;
  }
  .fv__heading-l {
    font-size: 15px;
  }
  .fv__heading-l-image {
    height: 30px;
    margin: 12px auto 15px;
  }
  .fv-cta{
    padding: 20px;
    bottom: 50px;
    width: calc(100% - 40px);
  }
  .fv-cta__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .fv__main-service-emblem{
    width: auto;
    height: 50px;
  }
  .fv-emblem-box__item {
    width: 130px;
    height: 120px;
  }
  .fv-emblem-box__item:last-child {
    margin-left: 10px;
  }
  .fv-emblem-box__item-inner {
    font-size: 100%;
  }
  .fv-anchor__link.fv-anchor__link--haihai::after {
    width: 8px;
    height: 8px;
    right: 16px;
    top: 45%;
  }
  .fv-anchor__link.fv-anchor__link--maildealer::after {
    width: 8px;
    height: 8px;
    right: 16px;
    top: 45%;
  }
  .solution-item__num-1 {
    order: 2;
  }
  .solution-item__num-2 {
    order: 4;
  }
  .solution-item__num-3 {
    order: 6;
  }
  .solution-item__inner,
  .trouble-item__inner {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .solution-item__inner {
    padding: 20px 10px 10px;
  }
  .trouble-item__heading-m {
    font-size: 110%;
    text-align: left;
    width: 65%;
    margin-bottom: 0;
  }
  .solution-item__heading-m {
    font-size: 110%;
    width: 100%;
  }
  .solution-item__heading-m::before {
    width: 60px;
    height: 40px;
    top: -40px;
  }
  .solution-item__figure,
  .trouble-item__figure {
    margin-bottom: 0;
    width: 30%;
  }
  .solution-item__image {
    width: 100%;
  }
  .trouble-item__image {
    width: 100%;
  }
  .trouble-wrap-detail__list {
    width: 65%;
  }
  .trouble-wrap-detail__item {
    line-height: 1.2;
  }
  .cta-bottom-fixed {
    padding: 12px 0;
  }
  .cta-bottom-fixed__link {
    height: 40px;
  }
}
@media (max-width: 540px) {
  .fv__main{
    gap: 30px;
  }
  .fv__main-center-item.fv__main-center-item--big {
    width: 150px;
    height: 150px;
    padding: 25px 0;
  }
  .fv__main-center-item-orange {
    margin-bottom: 5px;
    padding: 5px 10px 4px;
    font-size: 14px;
  }
  .fv__main-center-item-text {
    font-size: 14px;
  }
  .fv__main-center-item-text b {
    font-size: 20px;
  }
  .fv__main-center-item-text em {
    font-size: 20px;
  }
  .fv__main-center-item {
    width: 90px;
    height: 90px;
    padding: 5px;
    font-size: 16px;
  }
  .fv__main-center-item-image {
    width: 50px;
    height: 50px;
    margin: 0 auto 3px;
  }
  .fv__main-center-item.fv__main-center-item--employee::after{
    width: 285px;
    height: 45px;
    top: -43px;
    right: 42px;
    background: url(/lpl/asset_mdhm01/image/image_fv-arrow-left-sp.webp) no-repeat center center;
    transform: rotate(180deg);
  }
  .fv__main-center-item.fv__main-center-item--customer::after {
    bottom: -43px;
    width: 285px;
    height: 45px;
    left: 42px;
    background: url(/lpl/asset_mdhm01/image/image_fv-arrow-left-sp.webp) no-repeat center center;
    transform: none;
  }
  .fv__wrap {
    padding: 80px 0 210px;
  }
  .fv-cta {
    bottom: 90px;
  }
  .fv-bottom {
    padding: 120px 0 40px;
  }
}