@charset "utf-8";

/* CSS Document */
/*----------------------
body
------------------------*/
/* [md_01.html head style]*/
/*common heading-l*/
/* [md_01.html head style]*/
/*flexbox*/
/* [md_01.html head style]*/
/*--------------------
ボタン緑*
--------------------*/
/* [md_01.html head style]*/
/*--------------------
ボタン緑 ノーマル*
--------------------*/
/* [md_01.html head style]*/
/*--------------------
ボタン緑 PDF画像*
--------------------*/
/* [md_01.html head style]*/
/*--------------------
汎用インナーの幅
--------------------*/
/* [md_01.html head style]*/
/*--------------------
リード
--------------------*/
/* [md_01.html head style]*/
/*--------------------
背景色
--------------------*/
/* [md_01.html head style]*/
/*--------------------
オレンジグラデーション
--------------------*/
.common_o-gradation {
  background: linear-gradient(to bottom, rgba(219, 128, 0, 1) 25%, rgba(202, 79, 45, 1) 75%);
  -webkit-background-clip: text;
  color: transparent;
}
@media all and (-ms-high-contrast: none) {
  .common_o-gradation {
    background: none;
    -webkit-background-clip: border-box;
    color: #d35923;
  }
}
.fadeinleft {
  opacity: 0;
  transform: translateX(40px);
  transition: 1s;
}
.fadeinright {
  opacity: 0;
  transform: translateX(-40px);
  transition: 1s;
}
.common_heading-l.common_heading-l--haihai::after{
  background-color: #4d61de;
}
.common_heading-l.common_heading-l--common::after{
  background-color: #DA4636;
}

/*----header-----*/
/* [md_01.html head style]*/
/*----fv-----*/
/* [md_01.html head style]*/
/*no1 text　bem形式にしない*/
.no1 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 auto;
  width: 180px;
}
.no1 p {
  padding: 4px 4px 6px;
  font-size: 45%;
  font-weight: bold;
  color: #d35923;
  line-height: 1.3;
  border-top: 1px solid #d35923;
  border-bottom: 1px solid #d35923;
}
.no1 img {
  max-width: 110px;
}
/*----companylogo-----*/
/* [md_01.html head style]*/

/* [md_01.html head style]*/
.common_color-deeporange{
  color: #d35923;
}
.common_bg--paleblue{
  background-color: #f5f6fa;
}
.common_caution-text--right{
  text-align: right;
}
.common_bg-orange{
  background: #fff0e1;
}
.common_cta-pc-document__figure {
  max-width: 400px;
  width: 100%;
  margin: 0 auto 30px auto;
}
.cta-area__left,.cta-area__right{
  width: 100%;
}

/* company */
.companylogo{
  padding: 60px 0;
}
.companylogo__heading-l{
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -4210px 0;
  }
}
.companylogo-list {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background: url(/lpl/asset_mdhm01/image/img-scroll-logo.webp) repeat-x 0 0;
  background-size: 4210px auto;
  height: 136px;
  overflow: hidden;
  animation: loop 50s linear infinite;
}


/* emblem */
.emblem {
  justify-content: center;
}
.emblem__list {
  max-width: 800px;
  margin: auto;
  padding: 30px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
}
.emblem__item {
  width: 31%;
  position: relative;
}
.emblem__item:before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 30px;
  height: 75px;
  background-image: url(/lpl/asset_md_01_079/image/image_emblem-left.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.emblem__item:after {
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 30px;
  height: 75px;
  background-image: url(/lpl/asset_md_01_079/image/image_emblem-right.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.emblem__text {
  font-weight: bold;
  font-size: 130%;
  text-align: center;
  line-height: 1.2;
}
.emblem__text-strong {
  font-size: 220%;
  background: linear-gradient(0deg, rgba(212, 94, 30, 1) 0%, rgba(250, 173, 40, 1) 59%, rgba(250, 173, 40, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.emblem__text-middle {
  font-size: 110%;
  padding-right: 3px;
}
.emblem__text-small {
  font-size: 90%;
}
.emblem__text-exsmall {
  font-size: 70%;
  color: #434343;
}
.emblem__text-asterisk {
  vertical-align: top;
  font-size: 10px;
}
.emblem__text-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.emblem__text-item:first-child {
  padding-right: 6px;
  line-height: 1;
  font-size: 90%;
}
/*----trouble-----*/
.trouble{
  padding: 20px 0 80px;
}
.trouble__wrap{
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}
.trouble__inner{
  width: 50%;
}
.trouble__title{
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.3;
}
.trouble__text{
  font-size: 18px;
}
.trouble__text-em{
  font-size: 22px;
  font-weight: bold;
}
.trouble__item{
  display: flex;
  align-items: center;
  gap: 0 20px;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  min-height: 90px;
}
.trouble__item:not(:last-of-type){
  margin-bottom: 20px;
}
.trouble__title-haihai{
  color:#4d61de;
}
.trouble__title-md{
  color:#f39800;
}
.trouble__item-haihai{
  background-color: #f5f6fa;
  border: 2px solid #3a48a6;
}
.trouble__item-md{
  background-color: #fff0e1;
  border: 2px solid #f39800;
}
.trouble__text{
  width: calc(100% - (20px + 110px));
}
.trouble__text-haihai{
  color: #4d61de;
}
.trouble__text-md{
  color: #f39800;
}
.trouble__figure{
  width: 110px;
  height: 70px;
}
.trouble__image{
  height: 100%;
  object-fit: contain;
}
.trouble__link{
  text-align: center;
}
.trouble__button{
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  position: relative;
  display: inline-block;
  margin-top: 20px;
}
.trouble__button-haihai{
  color: #4d61de;
}
.trouble__button-md{
  color: #f39800;
}
.trouble__button-md::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: -16px;
  top: 40%;
  transition: all .3s;
}
.trouble__button-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: -16px;
  top: 40%;
  transition: all .3s;
}
@media (hover: hover) {
  .trouble__button-haihai:hover::after {
    top: 55%;
  }
  .trouble__button-md:hover::after {
    top: 55%;
  }
}
/* haihai-solution */
/*------------------- haihai-solution-detail --------------------*/
.haihai-solution{
  padding: 80px 0;
}
.haihai-solution-detail__box {
  background: #fff;
  padding: 0 50px 50px;
  border-radius: 13px;
  margin-top: 80px;
}
.haihai-solution-detail__heading-m {
  max-width: 510px;
  background: #444444;
  margin: 0 auto 10px;
  color: #fff;
  padding: 12px 4px;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  border-radius: 30px;
  transform: translateY(-20px);
  width: 86%;
  position: relative;
}
.haihai-solution-detail__heading-m::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #444444;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.haihai-solution-detail__box-point {
  display: block;
  font-size: 220%;
  color: #444444;
  text-align: center;
  padding: 0 0 20px 0;
}
.haihai-solution-detail__box-large {
  padding-left: 10px;
  font-size: 230%;
  font-style: normal;
  letter-spacing: -0.02em;
  line-height: 0.9;
}
.haihai-solution-detail__box-point-small {
  font-size: 30%;
}
.haihai-solution-detail-before-after__image {
  width: 100%;
  margin: 0 auto;
  height: auto;
}

/*------------------------------
haihai-solution*
------------------------------*/
.haihai-solution-detail {
  width: 100%;
  border-radius: 20px;
  padding: 40px 5% 30px;
  border-right: 5px solid #c9d0ff;
  border-bottom: 5px solid #c9d0ff;
}
.haihai-solution-detail__image {
  margin: auto;
}
.haihai-solution-detail__texts {
  text-align: center;
}
.haihai-solution-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
}
.haihai-solution-button__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.haihai-solution-button__link-wrap {
  width: 200px;
  padding: 5px 5px 20px;
}
.haihai-solution-button__link {
  font-size: 130%;
  color: #fff;
  width: 100%;
  height: 100%;
  background: #ffb300;
  background: -webkit-linear-gradient(90deg, #ffa200 0%, #ffb300 100%);
  background: linear-gradient(90deg, #ffa200 0%, #ffb300 100%);
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  display: grid;
  place-items: center;
}
.haihai-solution-button__link:hover {
  background: #fff;
  color: #ffb300;
  border: #ffb300 3px solid;
}
.haihai-solution-button__item {
  padding: 5px 20px 20px 0;
  z-index: 1;
  height: 100px;
  width: 250px;
}
.haihai-solution-button__item:nth-last-of-type(1) {
  padding: 5px 0 20px 0;
  width: 260px;
}
.haihai-solution__title {
  padding: 10px;
  background: #e8e8e8;
  border: 3px solid #fff;
  border-radius: 10px;
  color: #7e7e7e;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: all ease-in-out 0.15s;
  position: relative;
  height: 100%;
  display: grid;
  place-items: center;
}
.haihai-solution__title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #4d61de;
  border-bottom: 0;
  z-index: -1;
  transition: all ease-in-out 0.15s;
}
.haihai-solution__text {
  margin-bottom: 20px;
}
.haihai-solution__text.haihai-solution__text--small {
  font-size: 80%;
  line-height: 1.5;
}
.slick-current .haihai-solution__title::before,
.slick-current .haihai-solution__title {
  transition: all ease-in-out 0.35s;
}
.slick-current .haihai-solution__title,
.haihai-solution__title:hover {
  border: 3px solid #4d61de;
  color: #4d61de;
  background: #fff;
  font-size: 120%;
}
.slick-current .haihai-solution__title::before,
.haihai-solution__title:hover::before {
  bottom: -11px;
}
.haihai-solution__heading-m {
  font-size: 180%;
  font-weight: bold;
  color: #4d61de;
  margin: 20px 0 50px;
  line-height: 1.2;
  position: relative;
}
.haihai-solution__heading-m::before {
  content: "";
  position: absolute;
  border-top: 2px solid #4d61de;
  width: 75%;
  height: 2px;
  top: -16px;
  left: 15%;
}
.haihai-solution__heading-m::after {
  content: "";
  position: absolute;
  border-top: 2px solid #4d61de;
  width: 75%;
  height: 2px;
  bottom: -16px;
  left: 15%;
}
.haihai-solution__image {
  max-width: 600px;
  width: 100%;
  margin: auto;
}
/* haihai-function_list 主な機能　配配 */
/* --------- function --------- */
/*haihai-function_list*/
.haihai-function{
  padding: 80px 0;
}
.haihai-function_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 20px;
}
.haihai-function_list__item{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc((100% - 40px) / 3);
  padding: 15px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #f5f6fa;
}
.haihai-function_list__heading-m {
  display: block;
  text-align: center;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: #444444;
  line-height: 1.5;
}
.haihai-function_list__image {
  max-width: 90px;
  height: 90px;
  width: 100%;
  margin: 0 auto;
}
.haihai-function_list__image_150-100 {
  max-width: 135px;
}
.haihai-function_list__link {
  width: 100%;
  text-align: center;
  color: #4e62e0;
  background: #fff;
  padding: 5px;
  box-sizing: border-box;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 10px;
}
.haihai-function_list__figure{
  display: flex;
  align-items: center;
  width: 100px;
  height: 70%;
}
.haihai-function_list__text {
  width: calc(100% - 115px);
  font-size: 15px;
}
/*function main*/
.function-main {
  position: relative;
}
.function-main__heading-l {
  font-size: 230%;
  color: #4e62e0;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}
.function-main__item {
  margin: 0 auto;
  width: 20%;
  padding-right: 10px;
}
.function-main__box {
  display: block;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 10px;
}
.function-main__image {
  max-width: 80px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.function-main__image_150-100 {
  max-width: 120px;
}
.function-main__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  line-height: 1.2;
  height: 45px;
}
/* haihai-case 導入事例
.haihai-case {
  background: url(/lp/asset_mdhm01/image/image_bg-blue-dot.svg) repeat;
}
.haihai-case__wrap {
  display: flex;
  justify-content: space-between;
}
.haihai-case__box {
  margin: 0 auto;
}
/* .haihai-case__box--deco {
  position: relative;
}
.haihai-case__box--deco::before,
.haihai-case__box--deco::after {
  content: "";
  position: absolute;
  background: url(/lp/asset_mdhm01/image/icon_brackets.svg) no-repeat;
  background-size: 100%;
  width: 120px;
  height: 120px;
}
.haihai-case__box--deco::before {
  top: 0;
  left: 0;
}
.haihai-case__box--deco::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.haihai-case__heading-m {
  text-align: center;
  font-size: 210%;
  font-weight: bold;
  font-feature-settings: "palt";
  color: #4d61de;
  margin: 0 auto 40px;
  position: relative;
  padding: 30px 30px 0;
}
.haihai-case__heading-m::before,
.haihai-case__heading-m::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 30px;
}
.haihai-case__heading-m::before {
  background: url(/lp/asset_mdhm01/image/icon_double-quotation_left.svg) no-repeat;
  background-size: 100%;
  left: 30px;
}
.haihai-case__heading-m::after {
  background: url(/lpl/asset/images/icon_double-quotation_right.svg) no-repeat;
  background-size: 100%;
  right: 30px;
}
.haihai-case__heading-m--company {
  display: block;
  font-size: 70%;
}
.haihai-case__flex {
  display: flex;
  justify-content: space-between;
  padding: 0 30px 30px;
}
.haihai-case-left {
  width: 58%;
  background: rgba(238, 240, 252, 0.8);
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
}
.haihai-case-left-before,
.haihai-case-left-after {
  display: flex;
}
.haihai-case-left-before {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #acb4e4;
  position: relative;
}
.haihai-case-left-before::before,
.haihai-case-left-before::after {
  content: "";
  position: absolute;
  border: 12px solid transparent;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.haihai-case-left-before::before {
  border: 12px solid transparent;
  border-top: 12px solid #acb4e4;
}
.haihai-case-left-before::after {
  border: solid 14px transparent;
  border-top: solid 14px #f1f3fd;
  margin-top: -5px;
}
.haihai-case-left__title-box {
  width: 78%;
}
.haihai-case-left__figure {
  width: 20%;
  text-align: center;
  margin-right: 15px;
}
.haihai-case-left__image {
  max-width: 50px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.haihai-case-left__figcaption {
  font-size: 90%;
  font-weight: bold;
  color: rgba(23, 42, 136, 0.5);
}
.haihai-case-left__figcaption--after {
  color: #eca823;
}
.haihai-case-left-before__heading-s {
  font-size: 100%;
  color: #172a88;
  margin-bottom: 15px;
  line-height: 1.2;
}
.haihai-case-left-before__item {
  font-size: 85%;
  line-height: 1.2;
  padding: 0 0 15px 24px;
  position: relative;
}
.haihai-case-left-before__item::before {
  content: "●";
  position: absolute;
  color: #6b78c9;
  font-size: 100%;
  left: 5px;
  top: 0;
}
.haihai-case-left-after__heading-s {
  font-size: 120%;
  color: #4e62e0;
  margin-bottom: 15px;
  line-height: 1.2;
}
.haihai-case-left-after__item {
  font-size: 90%;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 15px 24px;
  position: relative;
}
.haihai-case-left-after__item::before {
  content: "";
  position: absolute;
  background: url(/lp/asset_mdhm01/image/icon_check_yellow.svg) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}
.haihai-case-right {
  width: 38%;
}
.haihai-case-right__image {
  max-width: 300px;
  width: 100%;
  height: auto;
}
.js_haihai-case-slick-arrow.prev-arrow {
  background-image: url(/lp/mail05/asset/images/icon_arrow-round_left.svg);
}
.js_haihai-case-slick-arrow.next-arrow {
  background-image: url(/lp/mail05/asset/images/icon_arrow-round_right.svg);
} */
.case__title.case__title--haihai{
  color: #4d61de;
}
.case-left-after.case-left-after--haihai{
  background-color: #B6C2FC;
}
.case-after__heading-m.case-after__heading-m--haihai{
  color: #4d61de;
}
.case-right__figure.case-right__figure--haihai{
 background: none;
 height: 100%;
}
.case-right__figure.case-right__figure--haihai .case__image{
  height: 100%;
  object-fit: contain;
 }
 .js_top-slick-arrow.prev-arrow--haihai,.js_top-slick-arrow.next-arrow--haihai{
  background: #4E62E0;
 }

 /* solution */
 .solution {
  padding: 80px 0;
}
.solution-detail {
  width: 100%;
  border-radius: 20px;
  padding: 40px 5% 10px;
  border-right: 5px solid #ffd182;
  border-bottom: 5px solid #ffd182;
}
 .solution-button{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.solution-button__list{
  width: 100%;
}
.solution-button__link-wrap{
  width: 20%;
  padding: 5px 5px 20px;
}
.solution-button__link{
  font-size: 130%;
  color: #fff;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(right, #19af93, #148880);
  background: -webkit-linear-gradient(right, #19af93, #148880);
  background: linear-gradient(to right, #19af93, #148880);
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  display: grid;
  place-items: center;
}
.solution-button__link:hover{
  background: -webkit-linear-gradient(right, #d88000, #c74f2d);
  background: linear-gradient(to right, #d88000, #c74f2d);
}
.solution-button__item {
  padding: 5px 20px 20px 0;
  position: relative;
  z-index: 1;
  height: 100px;
}
.solution__title {
  padding: 10px;
  background: #f8f8f8;
  border: 3px solid #fff;
  border-radius: 10px;
  color: #7e7e7e;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: all ease-in-out 0.15s;
  position: relative;
  height: 100%;
  display: grid;
  place-items: center;
}
.solution__title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #ce5923;
  border-bottom: 0;
  z-index: -1;
  transition: all ease-in-out 0.15s;
}
.solution__text{
  margin-bottom: 20px;
  font-size: 15px;
}
.solution__text.solution__text--small{
  font-size: 80%;
  line-height: 1.5;
}
.slick-current .solution__title::before,
.slick-current .solution__title {
  transition: all ease-in-out 0.35s;
}
.slick-current .solution__title,
.solution__title:hover {
  border: 3px solid #ce5923;
  color: #ce5923;
  background: #fff;
  font-size: 120%;
}
.slick-current .solution__title::before,
.solution__title:hover::before {
  bottom: -11px;
}
.solution__heading-m {
  font-size: 180%;
  font-weight: bold;
  color: #ce5923;
  margin-bottom: 20px;
  line-height: 1.2;
}
.solution__figure {
  margin-bottom: 20px;
}
.solution__image {
  max-width: 100%;
}
.solution-detail__image{
  margin: auto;
}
.solution-detail__texts{
  text-align: center;
}
/* example */
.example{
padding: 80px 0;
}
.example__wrap{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
.example__wrap:after{
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 30px solid #434343;
  border-bottom: 0;
  bottom: -50px;
  left: 50%;
}
.example__sub{
  position: relative;
  color: #DA4636;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.example__sub:before{
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  transform: rotate(-30deg);
  background-color: #DA4636;
  margin-right: 10px;
}
.example__sub:after{
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  transform: rotate(30deg);
  background-color: #DA4636;
  margin-left: 10px;
}
.example__left{
  width: calc(100% - 55% - 25px);
}
.example__right{
  width: 55%;
}
.example__haihai{
  position: relative;
  background-color: #f5f6fa;
  border: 2px solid #3a48a6;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 50px;
}
.example__haihai:before{
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background-color: #434343;
  border-radius: 10px;
  transform: rotate(45deg);
  transform-origin: center;
  bottom: -40px;
  left: 50%;
}
.example__haihai::after{
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background-color: #434343;
  border-radius: 10px;
  transform: rotate(-45deg);
  transform-origin: center;
  bottom: -40px;
  left: 50%;
}
.example__md{
  background-color: #fff0e1;
  border: 2px solid #f39800;
  border-radius: 10px;
  padding: 20px;
}
.example__title{
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.example__em{
  font-size: 18px;
  font-weight: bold;
}
.example__title--haihai{
  color: #4d61de;
}
.example__title--md{
  color: #f39800;
}
.example__detail{
  font-size: 14px;
}
.example__conclusion{
  color: #DA4636;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.example__conclusion---em{
  font-size: 30px;
}
/*----reason-----*/
.reason {
  padding: 80px 0;
}
.reason__text{
  font-size: 15px;
}
.reason__list {
  padding-top: 30px;
}
.reason__item {
  width: 31%;
  border-top: 4px solid #DA4636;
  border-bottom: 4px solid #DA4636;
  padding: 30px 3.5%;
  position: relative;
}
.reason__number-title {
  color: #fff;
  background: #DA4636;
  width: 120px;
  padding: 7px 0;
  font-weight: bold;
  font-size: 150%;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 25px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(calc(-50% + -2px)) translateX(-50%);
}
.reason__number-title-sub {
  font-size: 50%;
  display: block;
}
.reason__figure {
  width: 150px;
  height: 120px;
  max-width: 150px;
  margin: 0 auto;
  padding: 10px 0;
}
.reason__image {
  object-fit: contain;
  height: 100%;
}
.reason__heading-m {
  font-size: 130%;
  text-align: center;
  font-weight: bold;
  color: #DA4636;
  margin-bottom: 20px;
  line-height: 1.5;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*----about-----*/
.about-md {
  padding: 50px 0 100px;
}
.about-md__title{
  font-size: 220%;
  position: relative;
  text-align: center;
  margin-bottom: 90px;
  font-weight: bold;
  line-height: 1.3;
}
.about-md__title--strong{
  font-size: 120%;
  color: #d35923;
}
.about-md__title::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 55px;
  height: 3px;
  left: 50%;
  bottom: -40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f39800;
}
.about-md__wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 50px;
}
.about-md__text-area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
  border-radius: 120px;
  color: #d35923;
  background-color:#fff0e1;
  font-size: 160%;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
.about-md__figure-area {
  width: calc(100% - 400px);
  border-radius: 20px;
  padding: 30px;
  display: flex;
  align-items: center;
}
.about-md__text-area-lead {
  line-height: 1.5;
  font-size: 130%;
  margin-bottom: 30px;
}
.about-md-emblem-box {
  width: 100%;
  padding-bottom: 10px;
}
.about-md-emblem-box__list {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.about-md-emblem-box__item {
  width: 170px;
  height: 170px;
  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;
}
.about-md-emblem-box__item:last-child {
  padding-bottom: 10px;
  margin: 0;
}
.about-md-emblem-box__item-inner {
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  font-size: 120%;
}
.about-md-emblem-box__text-sup {
  position: absolute;
  top: 0.5em;
  left: 100%;
  font-size: 35%;
}
.about-md-emblem-box__text-award,
.about-md-emblem-box__text-year {
  font-size: 200%;
  position: relative;
  padding-top: 0.05em;
  display: inline-block;
}
.about-md-emblem-box__text-min-award {
  font-size: 75%;
  letter-spacing: -0.06em;
}
.about-md__text-attention {
  font-size: 80%;
  line-height: 1.4;
}
.about-md__yotube {
  width: 100%;
  height: 100%;
}

/*----feature-----*/
.feature{
  overflow: hidden;
}
.feature-heading{
  margin-bottom: 120px;
}
.feature__item {
  position: relative;
  z-index: 1;
  padding: 50px 0 50px 50px;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: nowrap;
}
.feature__item::after {
  content: "";
  width: calc((100vw - 1000px) / 2 + 1000px);
  height: 100%;
  background: #fff0e1;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.feature__left {
  width: 38%;
}
.feature__right {
  width: calc(100% - 38%);
  position: relative;
}
.feature__item-reverse {
  flex-direction: row-reverse;
  padding: 50px 50px 50px 0;
}
.feature__item-reverse::after {
  left: auto;
  left: 0;
  border-radius: 10px 0 0 10px;
}
.feature__heading-m {
  position: relative;
  font-weight: bold;
  font-size: 150%;
  line-height: 1.3;
  width: 100%;
  color: #d35923;
  margin-bottom: 20px;
}
.feature__sutitle {
  color: #f39800;
  font-size: 150%;
  position: absolute;
  top: -16px;
  font-weight: bold;
}
.feature__sutitle-reverse {
  right: 20px;
}
.feature__number {
  font-size: 300%;
}
.feature__heading-m-strong {
  font-size: 180%;
}

.feature-text-area__text {
  font-size: 110%;
}
.feature-text-area__text-bold {
  font-weight: bold;
}
.feature-text-area__link {
  font-weight: bold;
  text-decoration: underline;
  color: #f39800;
}
.feature-text-area__list {
  display: flex;
  flex-wrap: wrap;
}
.feature-text-area__item-two-column {
  width: 50%;
}
.feature-figure-area {
  width: 100%;
  position: absolute;
  left: 0;
  width: 107%;
}
.feature-figure-area-top1{
  top: -75%;
}
.feature-figure-area-top2{
  top: -50%;
}
.feature-figure-area-top3{
  top: -50%;
}
.feature-figure-area-reverse {
  left: -50px;
  top: -50%;
}

/*----function-----*/
.function {
  padding: 0;
}
.function-wrap {
  border-radius: 20px;
  padding: 80px;
}
.function__item {
  align-items: flex-start;
  width: 32%;
  background: #fff0e1;
  margin-bottom: 20px;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  word-wrap: break-word;
}
.function__heading-m {
  width: 100%;
  text-align: center;
  color: #ce5923;
  background: #fff;
  padding: 5px;
  box-sizing: border-box;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 10px;
}
.function__figure {
  display: flex;
  width: 100px;
  height: 70%;
}
.function__image {
  width: 100px;
  height: auto;
}
.function__text {
  width: calc(100% - 115px);
  font-size: 15px;
}
/* モーダル */
.function-modal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  font-family: "Helvetica Neue", sans-serif;
}
.function-modal.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.function-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.function-modal__content {
  position: relative;
  background: #fff;
  padding: 32px 24px;
  border-radius: 12px;
  max-width: 500px;
  width: 75%;
  margin: 0 auto;
  z-index: 1;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  transform: translateY(40px);
  transition: transform 0.3s ease;
}
.function-modal.show .function-modal__content {
  transform: translateY(0);
}
.function-modal__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #d35923;
}
.haihai-function .function-modal__title {
  color: #4e62e0;
}
.function-modal__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.function-modal__list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 12px;
  color: #434343;
  font-size: 16px;
  line-height: 1.6;
}
.function-modal__close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  color: #888;
  cursor: pointer;
  transition: color 0.2s ease;
}
.function-modal__close:hover {
  color: #000;
}

/* effect */
.effect{
  padding: 80px 0;
}
.effect__title {
  font-size: 150%;
  color: #d35923;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.effect__title:before{
  content: "";
  width: 2px;
  height: 20px;
  display: inline-block;
  vertical-align: bottom;
  border-left: #d35923 solid 1px;
  transform: rotate(-30deg);
  margin-right: 10px;
}
.effect__title:after{
  content: "";
  width: 2px;
  height: 20px;
  display: inline-block;
  vertical-align: bottom;
  border-left: #d35923 solid 1px;
  transform: rotate(30deg);
  margin-left: 10px;
}
.effect__wrap {
  position: relative;
  padding: 30px;
  background: #eff0f3;
}
.effect__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}
.effect-left {
  width: 50%;
}
.effect-right {
  width: 50%;
}
.effect-right__dl {
  display: flex;
  justify-content: start;
  margin-bottom: 25px;
}
.effect-right__dl:last-of-type {
  margin-bottom: 0;
}
.effect-right__dt {
  width: 55%;
  font-size: 150%;
  font-weight: bold;
}
.effect-right__dd {
  position: relative;
  font-size: 150%;
  font-weight: bold;
}
.effect-right__dd-orange {
  color: #f27900;
  font-size: 120%;
}
.effect-right__dd::before {
  content: "";
  position: absolute;
  background: url("/lpl/asset_pg_01/image/image_watch-arrow.svg") no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  top: 0;
  left: -30px;
}
.effect-left__image {
  max-width: 370px;
  margin: 0 auto 20px 30px;
}
.effect-left__text {
  text-align: center;
  font-weight: bold;
  font-size: 150%;
  letter-spacing: 2px;
}
.effect-left__text-big {
  font-size: 200%;
}
.effect__notice {
  font-size: 80%;
  line-height: 1.3;
}
/*----case-----*/
.case {
  padding: 80px 0;
}
.case__item {
  position: relative;
  margin: 0 35px;
  width: 900px;
}
.case__title {
  font-weight: bold;
  color: #f39800;
  font-size: 220%;
  text-align: center;
  line-height: 1.3;
  border: 3px solid #eff0f3;
  border-radius: 10px 10px 0 0;
  padding: 20px;
  background-color: #fff;
}
.case__company-name {
  display: block;
  font-size: 70%;
  color: #434343;
  margin-bottom: 10px;
}
.case__flex {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: #e8e8e8;
  border-radius: 0 0 10px 10px;
}
.case-content__wrap {
  padding: 20px;
}
.case-left {
  display: flex;
  flex-direction: column;
  width: 60%;
  box-sizing: border-box;
  border-radius: 10px;
}
.case-left-before {
  background: #fff;
  border-radius: 15px 15px 0 0;
  position: relative;
}
.case-left-before::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 100%;
  height: 20px;
  background: #fff;
  transform: translateY(95%);
}
.case-left-after {
  background: #ffd182;
  border-radius: 0 0 15px 15px;
  padding-top: 40px;
}
.case-right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38%;
}
.case__heading-m {
  flex-shrink: 0;
  width: 70px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  position: relative;
  font-size: 110%;
  padding-top: 20px;
}
.case__heading-m::before {
  font-size: 60%;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 5px 0;
  border-radius: 15px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.case__heading-m::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
}
.case-before__heading-m::before {
  content: "BEFORE";
  background: #f1f1f1;
}
.case-before__heading-m::after {
  border-color: #f1f1f1 transparent transparent transparent;
}
.case-after__heading-m {
  color: #ce5923;
}
.case-after__heading-m::before {
  content: "AFTER";
  background: #fff;
}
.case-after__heading-m::after {
  border-color: #fff transparent transparent transparent;
}
.case__heading-m-strong {
  font-size: 23px;
  display: block;
}
.case-content__text-box {
  width: calc(100% - 90px);
  padding-left: 20px;
}
.case-before__text-box {
  border-left: 3px dashed #f1f1f1;
}
.case-after__text-box {
  border-left: 3px dashed #fff;
}
.case__heading-s {
  padding: 10px 20px;
  font-size: 130%;
  text-align: center;
  font-weight: bold;
  border-radius: 100vmax;
  background: #f1f1f1;
  margin-bottom: 15px;
  position: relative;
}
.case-before__heading-s {
  background: #f1f1f1;
}
.case-after__heading-s {
  background: #fff;
  color: #ce5923;
}
.case-content__item {
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}
.case-content__item::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffd182;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.case-after__item {
  padding-left: 20px;
}
.case-after__item::before {
  background: #fff;
}
.case-after__item::after {
  content: "";
  width: 10px;
  height: 6px;
  border-left: 3px solid #ed3c34;
  border-bottom: 3px solid #ed3c34;
  position: absolute;
  top: 2px;
  left: 0;
  transform: rotate(-45deg);
}
.case-right__figure {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 56.25%;
  background: #fff;
}
.case__image {
  height: auto;
  width: auto;
  position: absolute;
}
.case__image-height {
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.case__image-width {
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.js_top-slick-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 60px;
  background: #ce5923;
  border-radius: 5px;
  z-index: 1;
  border: none;
  transform: translateY(-50%);
  cursor: pointer;
}
.prev-arrow{
  transform: translateX(-50%);
  left: calc(50% - 450px);
}
.prev-arrow::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 12px;
}
.next-arrow {
  transform: translateX(50%);
  right: calc(50% - 450px);
}
.next-arrow::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 12px;
}
.js_top-slick-arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: calc(50% - 4px);
}
/*----support-----*/
.support{
  padding: 80px 0;
}
.support-worry {
  margin-bottom: 60px;
  position: relative;
}
.support-worry__list {
  display: flex;
  justify-content: space-around;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
.support-worry__item {
  background: #f5f5f5;
  border: 4px solid #fff;
  text-align: center;
  padding: 20px 30px;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 130%;
  line-height: 1.5;
  font-weight: bold;
  border-radius: 20px;
  position: relative;
}
.support-worry__item--add-man::before,
.support-worry__item--add-woman::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 130px;
  bottom: -20px;
}
.support-worry__item--add-man::before {
  background: url(/lpl/asset_md_01_079/image/icon_illust-man-worry.svg) no-repeat;
  background-size: 100%;
  left: -100px;
}
.support-worry__item--add-woman::before {
  background: url(/lpl/asset_md_01_079/image/icon_illust-woman-worry.svg) no-repeat;
  background-size: 100%;
  right: -120px;
}
.support-cando {
  padding: 60px 40px;
  border-radius: 15px;
  position: relative;
}
.support-cando::before {
  content: "";
  position: absolute;
  background: url(/lpl/asset_md_01_079/image/icon_3arrow-bottom_orange.svg) no-repeat;
  background-size: 100%;
  width: 270px;
  height: 60px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.support-cando__attention {
  display: table;
  text-align: center;
  font-weight: bold;
  font-size: 150%;
  margin: 0 auto 10px;
  padding: 0 50px;
  position: relative;
}
.support-cando__attention::before,
.support-cando__attention::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #d35923;
}
.support-cando__attention::before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.support-cando__attention::after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.support-cando__heading-m {
  text-align: center;
  font-weight: bold;
  font-size: 180%;
  margin-bottom: 40px;
}
.support-cando__image {
  max-width: 350px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.support-cando__item {
  padding: 0 0 12px 30px;
  position: relative;
  font-weight: bold;
  font-size: 110%;
}
.support-cando__item::before {
  content: "";
  position: absolute;
  background: url(/lpl/asset_md_01_079/image/icon_check_bg-orange.svg) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
}
/*----flow-----*/
.flow{
  padding: 80px 0;
}
.flow__list-box{
  position: relative;
}
.flow__list {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.flow__list::after {
  content: "";
  position: absolute;
  width: 95%;
  z-index: -1;
  height: 10px;
  background: #f7931d;
  top: 25px;
  left: 0;
}
.flow__item {
  width: 22%;
}
.flow__item-title {
  background: #db6821;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  color: #fff;
  border-radius: 4px;
  position: relative;
  margin-bottom: 30px;
}
.flow__item-title::before,
.flow__item-title::after {
  content: "";
  position: absolute;
  background-size: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.flow__item-title::before {
  width: 40px;
  height: 40px;
  top: -30px;
}
.flow__item-title::after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #db6821;
  bottom: -8px;
}
.flow__num01::before {
  background: url(/lpl/asset_md_display/image/placeholder.png) no-repeat;
}
.flow__num01.lazyloaded::before {
  background-image: url(/lpl/asset_md_display/image/icon_num01.svg);
}
.flow__num02::before {
  background: url(/lpl/asset_md_display/image/placeholder.png) no-repeat;
}
.flow__num02.lazyloaded::before {
  background-image: url(/lpl/asset_md_display/image/icon_num02.svg);
}
.flow__num03::before {
  background: url(/lpl/asset_md_display/image/placeholder.png) no-repeat;
}
.flow__num03.lazyloaded::before {
  background-image: url(/lpl/asset_md_display/image/icon_num03.svg);
}
.flow__num04::before {
  background: url(/lpl/asset_md_display/image/placeholder.png) no-repeat;
}
.flow__num04.lazyloaded::before {
  background-image: url(/lpl/asset_md_display/image/icon_num04.svg);
}
.flow__num05::before {
  background: url(/lpl/asset_md_display/image/placeholder.png) no-repeat;
}
.flow__num05.lazyloaded::before {
  background-image: url(/lpl/asset_md_display/image/icon_num05.svg);
}
.flow__image {
  width: 70px;
  height: 70px;
  text-align: center;
  margin: 0 auto 10px;
}
.flow__item-box {
  background: #fff0e1;
  height: 220px;
  padding: 15px;
  border-radius: 6px;
}
.flow__cta-button {
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin-top: 20px;
  display: block;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(right, #19af93, #148880);
  background: -webkit-linear-gradient(right, #19af93, #148880);
  background: linear-gradient(to right, #19af93, #148880);
  border-radius: 52px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
.flow__cta-button:hover{
  background: -moz-linear-gradient(right, #d88000, #c74f2d);
  background: -webkit-linear-gradient(right, #d88000, #c74f2d);
  background: linear-gradient(to right, #d88000, #c74f2d);
}
.flow__label{
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  top: -40px;
  right: -40px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  border: #d35923 2px dotted ;
  background-color: #fff0e1;
}
.flow__label-text{
  font-weight: bold;
  color: #d35923;
  line-height: 1.3;
}

/*----footer-----*/
/*about rakus*/
.about-rakus{
  margin-bottom: 80px;
  background-color: #fff;
}
.about-rakus_heading-l{
  margin-bottom: 70px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #ea6f00;
}
.about-rakus__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin: 0 auto 30px;
}
.about-rakus-logo__image {
  max-width: 35px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.about-rakus__lead-main {
  color: #434343;
  font-size: 180%;
  font-weight: bold;
}
.about-rakus__table {
  width: 95%;
  margin: 0 auto 70px;
}
.about-rakus__th {
  font-size: 150%;
  padding: 20px 40px;
  border-bottom: 1px solid #ccc;
  color: #ea6f00;
  font-weight: 700;
  width: 30%;
  box-sizing: border-box;
}
.about-rakus__td {
  font-size: 130%;
  padding: 20px 40px;
  border-bottom: 1px solid #ccc;
  color: #343434;
  width: 70%;
  box-sizing: border-box;
}
.about-rakus__list {
  display: flex;
  justify-content: center;
}
.about-rakus__item:first-of-type {
  margin-right: 30px;
}
.about-rakus__image {
  height: 110px;
  width: auto;
}

footer {
  padding: 80px 0 0;
  position: relative;
  color: #fff;
}
.footer-info {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
  background: #7e7e7e;
}
.f-company-info {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.f-company-info figure {
  max-width: 50px;
  background: #fff;
  padding: 6px;
  box-sizing: border-box;
  border-radius: 2px;
  margin-right: 20px;
}
.f-company-info__image{
  width: 38px;
  height: 44px;
}
.f-company-info p {
  font-size: 105%;
  line-height: 1.5;
}
.f-company-info p span {
  font-size: 120%;
  font-weight: bold;
}
p.copyright {
  text-align: center;
  padding-top: 20px;
}
/*----page top-----*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
  z-index: 1000;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
}
.pagetop a {
  display: block;
}
.pagetop a:hover img {
  opacity: 0.85;
}

/*----bottom cta-----*/
/* [md_01.html head style]*/
/* side menu */
/* [md_01.html head style]*/

/* =================================================
 * smartphone
 * ================================================*/
 @media (max-width: 1240px) {
  /* .haihai-case-right__figure {
    text-align: center;
    margin-bottom: 15px;
  }
  .haihai-case-right__image {
    max-width: 180px;
  }
  .haihai-case__box--deco::before,
  .haihai-case__box--deco::after {
    width: 60px;
    height: 60px;
  }
  .haihai-case__heading-m {
    font-size: 130%;
    margin-bottom: 15px;
  }
  .haihai-case__heading-m::before,
  .haihai-case__heading-m::after {
    width: 20px;
    height: 20px;
  }
  .haihai-case__heading-m::before {
    left: 15px;
  }
  .haihai-case__heading-m::after {
    right: 15px;
  }
  .haihai-case__flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .haihai-case-left,
  .haihai-case-right {
    width: 95%;
    margin: 0 auto;
  }
  .haihai-case-left {
    padding: 20px;
  }
  .haihai-case-left__figure {
    width: 18%;
    margin-right: 10px;
  }
  .haihai-case-left__image {
    max-width: 40px;
    margin-bottom: 0;
  }
  .haihai-case-left-before {
    margin-bottom: 20px;
    padding-bottom: 6px;
  }
  .haihai-case-left-before__heading-s {
    font-size: 95%;
  }
  .haihai-case-left-before__item {
    padding: 0 0 10px 20px;
  }
  .haihai-case-left-before__item::before {
    font-size: 80%;
    top: 3px;
  }
  .haihai-case-left__figcaption {
    font-size: 70%;
    letter-spacing: -0.05em;
  }
  .haihai-case-left-after__heading-s {
    font-size: 100%;
  }
  .haihai-case-left-after__item {
    font-size: 85%;
    padding: 0 0 10px 20px;
  }
  .haihai-case-left-after__item::before {
    width: 15px;
    height: 15px;
  } */
 }
/* [md_01.html head style]*/
@media (max-width: 1023px) {
  /* [md_01.html head style]*/
  /*--------------------
  ボタン緑 PDF画像*
  --------------------*/
  /* [md_01.html head style]*/
  /*----header-----*/
  /* [md_01.html head style]*/
  /*----fv-----*/
  /* [md_01.html head style]*/
  /*company*/
  /* [md_01.html head style]*/
  /*trouble-detail*/
  .trouble__button{
    font-size: 14px;
    margin-top: 10px;
  }
  /*solution-detail*/
  .haihai-solution-detail__title {
    font-size: 150%;
    margin: 0 0 20px 0;
  }
  .haihai-solution-detail__contents {
    padding-top: 20px;
  }
  .haihai-solution-detail__contents-box {
    display: block;
    text-align: center;
    margin: 0 0 75px 0;
  }
  .haihai-solution-detail__contents-box-text {
    font-size: 90%;
  }
  .haihai-solution-detail__contents-figure {
    margin: 0;
  }
  .haihai-solution-button{
    width: 100%;
  }
  /* example */
  .example{
    padding: 50px 20px;
  }
  .example__wrap{
   display: block;
  }
  .example__wrap:after{
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #343434;
    transform: translateX(-50%);
  }
  .example__left{
    width: 100%;
    margin-bottom: 20px;
  }
  .example__right{
    width: 100%;
  }
  .example__conclusion{
    font-size: 16px;
  }
  .example__conclusion---em{
    font-size: 20px;
  }
   .example__sub{
    font-size: 12px;
  }
  /*----about-----*/
  .about-md__wrap {
    padding: 0 0 30px;
    gap: 0 10px;
  }
  .about-md__title{
    font-size: 160%;
    margin-bottom: 50px;
  }
  .about-md__title::after {
    bottom: -24px;
  }
  .about-md__figure-area {
    width: 100%;
    padding: 20px;
  }
  .about-md__figure {
    max-width: 450px;
    margin: 0 auto;
  }
  .about-md__text-area-lead {
    font-size: 115%;
    margin-bottom: 10px;
  }
  .about-md-emblem-box__list {
    margin-bottom: 5px;
  }
  .about-md-emblem-box__item:last-child {
    padding-bottom: 10px;
  }
  /*----solution-----*/

  /*----before-after-----*/
  .before-after {
    padding: 15px;
  }
  .before-after__wrap {
    padding: 30px;
    border-radius: 10px;
    width: 100% !important;
    max-width: 600px;
  }
  .before-after__figure {
    border: none;
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }
  /*----function-----*/
  .function {
    padding: 0;
  }
  .function-wrap {
    border-radius: 0;
    padding: 50px;
    width: 100% !important;
  }
  .function__list {
    max-width: 500px;
    margin: 0 auto;
  }
  .function__item {
    border: none;
    margin-bottom: 10px;
    padding: 10px 5px;
  }
  .function__heading-m {
    font-size: 100%;
    padding: 0;
    background: none;
    color: #d35923;
    margin-bottom: 5px;
    line-height: 1.3;
  }
  .function__figure {
    width: 80%;
    max-width: 80px;
    margin: 0 auto;
  }
  .function__image {
    width: 100%;
  }
  .function__text {
    display: none;
  }
  .function-modal__list {
    font-size: 15px;
  }
  .haihai-function_list{
    gap: 10px;
    max-width: 500px;
    margin: 0 auto;
  }
  .haihai-function__item {
    border: none;
    margin-bottom: 10px;
    padding: 10px 5px;
  }
  .haihai-function_list__item{
    width: calc((100% - 20px) / 3);
    padding: 10px;
  }
  .haihai-function_list__heading-m {
    font-size: 100%;
    padding: 0;
    background: none;
    color: #4e62e0;
    margin-bottom: 5px;
    line-height: 1.3;
  }
  .haihai-function_list__figure {
    width: 80%;
    max-width: 80px;
    margin: 0 auto;
  }
  .haihai-function_list__text {
    display: none;
  }
  /*effect*/
  .effect__inner {
    flex-flow: column;
  }
  .effect-left {
    width: 100%;
  }
  .effect-right {
    width: 100%;
    padding-top: 30px;
  }
  .effect-left__image {
    margin: 0 auto 20px;
  }
  .effect-right__dl {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
  }
  .effect-right__dt {
    font-size: 120%;
  }
  .effect-right__dd {
    font-size: 120%;
  }
  .effect__title:before{
    display: none;
  }
  .effect__title:after{
    display: none;
  }
  /* case */
  .next-arrow{
    right: 30px;
  }
  .prev-arrow{
    left: 30px;
  }
  /* solution */
  .solution {
    padding: 30px 0;
  }
  .solution__title {
    padding: 0 10px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /*support*/
  .support {
    padding: 50px 0;
  }
  .support__wrap {
    padding: 40px 25px 25px;
  }
  .support__wrap::before {
    width: 110px;
    height: 40px;
    left: 50%;
    padding-top: 10px;
    transform: translateX(-50%);
  }
  .orange-box {
    padding: 20px;
  }
  .support__figure,
  .support__list {
    width: 100%;
  }
  .support__image {
    margin: 0 auto 20px;
    max-width: 350px;
  }
  .support-worry__item--add-man::before, .support-worry__item--add-woman::before {
      width: 80px;
      height: 60px;
      bottom: -50px;
  }
  .support-worry__item--add-woman::before {
    right: -15px;
  }
  .support-worry__item--add-man::before {
    left: -15px;
  }
  /*flow*/
  .flow{
    padding: 50px 0;
  }
  .flow__list {
    flex-wrap: wrap;
    align-items: center;
    margin: 50px auto 0;
  }
  .flow__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .flow__item-title::before {
    top: 10px;
    left: 30px;
  }
  .flow__item-box {
    display: flex;
    align-items: center;
    height: auto;
  }
  .flow__figure {
    width: 35%;
  }
  .flow__text-box {
    width: 60%;
  }
  .flow__label{
    top: inherit;
    bottom: 160px;
    right: 0;
    width: 60px;
    height: 60px;
  }
  .flow__label-text{
    font-size: 80%;
  }
  .pagetop {
    bottom: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
  }
  footer {
    width: 100%;
  }
  .footer-info > div {
    width: 100%;
  }
  .f-company-info::before {
    display: none;
  }
  .f-menu ul li:first-child {
    margin-bottom: 20px;
  }
  /*----floating-----*/
  .floating {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background-color: #d2d2d2;
    z-index: 1000;
  }
}
@media (max-width: 767px) {
  /* [md_01.html head style]*/
  /*----side-menu-----*/
  /*--------------------
  ボタン緑 ノーマル*
  --------------------*/
  /* [md_01.html head style]*/
  /*----header-----*/
  /* [md_01.html head style]*/
  /*----fv-----*/
  /* [md_01.html head style]*/
  /*----companylogo-----*/
  /* [md_01.html head style]*/
  /*----trouble-----*/
  /* [md_01.html head style]*/

  /* companylogo */
  .companylogo {
    padding: 30px 0;
  }
  .companylogo__heading-l{
    font-size: 20px;
  }
  .companylogo-list {
    background-size: 2500px auto;
    height: 80px;
  }
  /* emblem */
  .emblem__list{
    gap: 0 10px;
    padding: 0;
  }
  .emblem__item{
    width: 45%;
  }
  .emblem__text{
    font-size: 100%;
  }
  .emblem__item:before{
    width: 20px;
    height: 50px;
  }
  .emblem__item:after{
    width: 20px;
    height: 50px;
  }
  /* trouble */
  .trouble{
    padding: 20px 0 50px;
  }
  .trouble__wrap{
    display: block;
  }
  .trouble__inner{
    width: 100%;
  }
  .trouble__inner:first-of-type{
    margin-bottom: 20px;
  }
  .trouble__title{
    font-size: 20px;
  }
  .trouble__text{
    font-size: 14px;
  }
  .trouble__text-em{
    font-size: 16px;
    font-weight: bold;
  }
  .trouble__item:not(:last-of-type){
    margin-bottom: 10px;
  }
   /* --------- solution-detail --------- */
   .haihai-solution{
    padding: 50px 0;
  }
  .haihai-solution__inner{
    margin-bottom: 20px;
  }
   .haihai-solution-detail__heading-m {
    font-size: 90%;
    border-radius: 50px;
    padding: 12px 14px;
    width: 100%;
  }
  .haihai-solution-detail__box-point {
    font-size: 150%;
  }
  .haihai-solution-detail__box {
    padding: 0 40px 40px;
  }
  .haihai-solution-button__item{
    z-index: 1;
    height: 120px;
    width: calc((100% - 50px) / 4);
    padding: 5px 2px 10px 2px;
  }
  .haihai-solution__title {
    font-size: 12px;
    height: 100px;
  }
  .haihai-function{
    padding: 50px 0 50px;
  }
  /* solution */
  .solution {
    padding: 30px 0;
  }
  .solution-detail {
    width: 100%;
    padding: 20px 25px 20px;
    border: none;
  }
  .solution__heading-m {
    font-size: 140%;
    text-align: center;
    margin-bottom: 10px;
  }
  .solution__figure {
    max-width: 450px;
    margin: 0 auto 10px;
  }
  .solution__text{
    text-align: left;
  }
  .solution-button__item{
    padding: 5px 2px 10px 2px;
  }
  .solution__title{
    font-size: 12px;
    height: 100px;
  }
  .solution-button__item{
    height: 120px;
  }
  /* example */
  .example__sub{
    font-size: 12px;
  }

  /*----reason-----*/
  .reason {
    padding: 30px 0 0;
  }
  .reason__item {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: none;
    max-width: 450px;
    margin: 0 auto 30px;
  }
  .reason__number-title {
    font-size: 120%;
  }
  .reason__number-title-sub {
    font-size: 80%;
    display: inline-block;
    padding-right: 10px;
  }
  .reason__figure {
    width: 100px;
    max-width: initial;
    margin: 0 auto 0 0;
    padding: 0;
  }
  .reason__heading-m {
    font-size: 120%;
    text-align: left;
    margin-bottom: 0;
    min-height: initial;
    display: block;
    width: calc(100% - 120px);
  }
  .reason__text {
    padding-top: 10px;
    font-size: 90%;
  }
  /*----about-----*/
  .about-md {
    padding: 30px 0;
  }
  .about-md__text-area {
    width: 110px;
    height: 110px;
    font-size: 80%;
  }
  .about-md__text-area:after{
  }
  .about-md__figure-area {
    width: 100%;
    padding: 0;
    background: none !important;
    border-radius: 0;
  }
  .about-md-emblem-box__item {
    width: 140px;
    height: 140px;
  }
  .about-md-emblem-box__item:last-child {
    margin-left: 10px;
  }
  .about-md-emblem-box__item-inner {
    font-size: 100%;
  }
  /*effect*/
    .effect{
      padding: 40px 0;
    }
  /*----feature-----*/
  .feature-heading{
    margin-bottom: 50px;
  }
  .feature__sutitle{
    position: static;
    margin-bottom: 10px;
  }
  .feature__number{
    font-size: 240%;
  }
  .feature__item{
    display: block;
    background-color: #fff0e1;
    padding: 20px;
    margin-bottom: 30px;
  }
  .feature__item::after{
    display: none;
  }
  .feature__left{
    width: 100%;
  }
  .feature__right{
    width: 100%;
  }
  .feature-figure-area{
    position: static;
    width: 100%;
  }
  .feature__heading-m{
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .feature__heading-m-strong{
    font-size: 150%;
  }
  /*----#case-----*/
  .case{
    padding: 50px 0;
  }
  .case__sp-inner {
    max-width: 400px;
    margin: 0 auto;
  }
  .case__list {
    /* width: 95%; */
    margin-bottom: 30px;
  }
  .case__item {
    padding: 15px 10px;
    width: 100%;
    margin: 0;
  }
  .case__title {
    font-size: 130%;
    padding: 15px;
  }
  .case__company-name {
    font-size: 80%;
    margin-bottom: 5px;
  }
  .case__flex {
    flex-direction: column-reverse;
    row-gap: 15px;
    padding: 15px;
  }
  .case-content__wrap {
    padding: 15px;
  }
  .case-left {
    width: 100%;
  }
  .case-left-before::before {
    height: 15px;
  }
  .case-right {
    width: 100%;
  }
  .case-left-after {
    padding-top: 30px;
  }
  .case__heading-m {
    width: 55px;
    font-size: 85%;
    padding-top: 10px;
  }
  .case__heading-m::before {
    top: -25px;
    font-size: 10px;
  }
  .case__heading-m::after {
    top: -3px;
  }
  .case-content__text-box {
    width: calc(100% - 65px);
    padding-left: 15px;
  }
  .case__heading-s {
    padding: 5px 10px;
    font-size: 90%;
    margin-bottom: 10px;
  }
  .case-right__figure {
    padding-top: 56.25%;
  }
  .js_top-slick-arrow {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 60px;
    background: #d35923;
    border-radius: 5px;
    z-index: 1;
    border: none;
    transform: translateY(-50%);
  }
  .prev-arrow {
    left: 0;
  }
  .next-arrow {
    right: 0;
  }
  /*----solution-----*/

  .js_solution-detail-slick-arrow {
    position: absolute;
    top: 45%;
    border: none;
    width: 25px;
    height: 50px;
    border-radius: 5px;
    background: #ce5923;
    z-index: 1;
  }
  .js_solution-detail-slick-arrow::before {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 22px;
  }

  .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }
  .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #f39800;
    margin: 0 5px;
    cursor: pointer;
  }
  .slick-dots li.slick-active {
    background: #f39800;
  }
  .slick-dots button {
    display: none;
  }
  /*----function-----*/
  .function-wrap {
    padding: 50px 20px 50px;
  }
  /*flow*/
  .flow__d-list-description {
    display: none;
  }
  /* support */
  .support-worry__item {
    width: 47%;
    padding: 8px;
    font-size: 95%;
    line-height: 1.3;
  }
  .support-cando {
    padding: 30px 20px 15px;
  }
  .support-cando::before {
    width: 190px;
    height: 40px;
  }
  .support-cando__attention {
    font-size: 110%;
  }
  .support-cando__heading-m {
    font-size: 140%;
    margin-bottom: 20px;
  }
  .support-cando__figure {
    margin-bottom: 15px;
  }
  .support-cando__item {
    font-size: 95%;
    padding: 0 0 8px 21px;
  }
  .support-cando__item::before {
    width: 16px;
    height: 16px;
  }
  /*----bottom cta-----*/
  /* [md_01.html head style]*/

  .about-rakus {
    margin-bottom: 50px;
  }
  .about-rakus_heading-l{
    font-size: 30px;
  }
  .about-rakus-logo__image {
    max-width: 50px;
  }
  .about-rakus__flex{
    gap: 20px;
  }
  .about-rakus__lead-main{
    font-size: 150%;
    line-height: 1.1;
  }
  .about-rakus__th {
    font-size: 110%;
    padding: 15px 10px;
    width: 20%;
  }
  .about-rakus__td {
    font-size: 105%;
    padding: 15px 12px;
    width: 80%;
  }
  .about-rakus-logo__image {
    max-width: 50px;
  }
  .about-rakus__image {
    height: 80px;
  }
  .about-rakus__table {
    margin: 0 auto 30px;
  }
  footer{
    margin-bottom: 75px;
  }
}
