@charset "UTF-8";
html {
  font-size: 10px;
}

body.fixed {
  overflow: hidden;
}

img {
  height: auto;
}

small {
  display: block;
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}

.deco {
  position: absolute;
}

.center {
  text-align: center;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.ly_fluid {
  width: 100%;
}

.ly_cont_inner {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}

.ly_shortCont {
  max-width: 990px;
  padding: 0 20px;
  margin: 0 auto;
}

.ly_section {
  padding: 120px 0;
}

.ly_section__pb {
  padding-bottom: 250px;
}

.ly_sectionPtNone {
  padding: 0 0 120px;
}

.ly_sectionPbNone {
  padding: 120px 0 0;
}

.ly_section__small {
  padding: 80px 0;
}

.ly_case {
  padding: 150px 0 120px;
}

/****************************/
/*         privacy           */
/****************************/
.bl_ol {
  counter-reset: count 0;
  margin-top: 20px;
}
.bl_ol li {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
.bl_ol li::before {
  content: counter(count) ". ";
  counter-increment: count 1;
}

.bl_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.el_lowerH1 {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 100px;
  text-align: center;
}

.el_privacyH2 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

.el_privacyH3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

.el_txt {
  font-size: 1.6rem;
}

.el_txt__marginNone {
  margin: 0;
}

.el_txt__marginLeft {
  margin-left: 20px;
}

.el_annotation {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-indent: -1.2rem;
  padding-left: 1.2rem;
}

/****************************/
/*         header           */
/****************************/
* {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bl_header {
  padding: 15px 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.14));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.14));
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.bl_header.is_scrolled .logo {
  width: 230px;
}

.bl_header_inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_header_inner .logo {
  width: 300px;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}

.bl_header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 500;
}
.bl_header_nav li {
  margin-left: 30px;
}
.bl_header_nav a {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  z-index: 2;
}
.bl_header_nav a.current {
  color: #1C7F09;
}
.bl_header_nav a.current::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  bottom: 0;
  width: 20px;
  background-image: url(../img/common/kakeru_current.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.bl_header_nav .kaekru {
  width: 55px;
  margin-bottom: 7px;
}

.bl_header_nav02 {
  display: none;
}

.bl_header_item {
  position: relative;
  cursor: pointer;
}

.bl_header_unit {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  top: 70px;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
  font-size: 1.4rem;
}
.bl_header_unit li {
  margin-left: 0;
}
.bl_header_unit::after {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100px;
  height: 100px;
  pointer-events: auto;
}
.bl_header_unit:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_header_unit.is-hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_header_child {
  width: 300px;
}
.bl_header_child .bl_header_item {
  color: #1C7F09;
  padding-bottom: 10px;
  border-bottom: 1px solid #BBD9B5;
  margin-bottom: 15px;
  width: 100%;
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
}

.bl_header_arrow::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1C7F09;
  border-right: 2px solid #1C7F09;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
.bl_header_arrow:hover::after {
  right: -5px;
}

.bl_header_list {
  color: #000;
}

.bl_header_item_hov {
  position: relative;
}
.bl_header_item_hov::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  -webkit-transform: rotate(135deg) translateX(-100%);
      -ms-transform: rotate(135deg) translateX(-100%);
          transform: rotate(135deg) translateX(-100%);
  width: 8px;
  height: 8px;
  border-top: 2px solid #1C7F09;
  border-right: 2px solid #1C7F09;
  opacity: 0.5;
}
.bl_header_item_hov:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 65px;
  height: 2px;
  background-color: #1C7F09;
}

.bl_header_link {
  position: relative;
  padding-left: 20px;
}
.bl_header_link::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1C7F09;
  border-right: 2px solid #1C7F09;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
.bl_header_link:hover::before {
  left: 3px;
}

/****************************/
/*          top             */
/****************************/
.bl_kv {
  padding: 160px 0 0;
  background-color: #eaf4e9;
  position: relative;
}
.bl_kv.hp_decoLeft::before {
  z-index: 1;
}
.bl_kv.hp_decoRight::after {
  z-index: 1;
}

.bl_kv_wrap {
  position: relative;
  z-index: 2;
}

.bl_kv_inner {
  max-width: 1520px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bl_kv_inner.underMd {
  display: none;
}

.bl_kv_l {
  width: 40.0657894737%;
  position: relative;
  z-index: 2;
}
.bl_kv_l .img {
  max-height: calc(100vh - 240px - 170px);
  margin-bottom: 50px;
}

.bl_kv_r {
  width: 59.2105263158%;
  margin-right: -60px;
  position: relative;
}
.bl_kv_r .deco01 {
  top: -150px;
  left: -160px;
}
.bl_kv_r .deco02 {
  right: -280px;
  bottom: -370px;
}
.bl_kv_r .img {
  position: relative;
  z-index: 2;
  max-height: calc(100vh - 50px - 180px);
}

.bl_compLogoList {
  padding: 8px 0;
  display: none;
  margin-top: 20px;
}
.bl_compLogoList.slick-initialized {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_compLogoList .slick-slide {
  background: #fff;
  padding: 4px;
  margin: 0 20px;
  border-radius: 6px;
}

.bl_kv_img {
  z-index: 2;
  position: relative;
}

.bl_kv_img_deco {
  position: absolute;
  bottom: 22%;
  right: 9%;
  width: 19.2%;
  -webkit-animation: fluffy 3s infinite;
          animation: fluffy 3s infinite;
  z-index: 2;
}

.bl_kv_a {
  background: url(../img/top/kv_bgA.png) no-repeat center center/cover;
  padding: 90px 5vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-top: 100px;
}
.bl_kv_a .bl_kv_con {
  margin-bottom: 8%;
}
.bl_kv_a .bl_kv_unit {
  width: 100%;
}
.bl_kv_a .bl_kv_inner {
  max-width: 1440px;
  gap: 40px;
}

.bl_kv_b {
  background: url(../img/top/kv_bgB.png) no-repeat center center/cover;
  padding: 8% 5vw 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: block;
}
.bl_kv_b .bl_kv_inner {
  max-width: 1440px;
}
.bl_kv_b .bl_kv_con {
  z-index: 2;
  width: 70%;
  max-width: 700px;
}
.bl_kv_b .bl_kv_ai {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

.bl_kv_a .bl_kv_inner, .bl_kv_b .bl_kv_inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/*****************************************   pick up  *****************************************/
.bl_pickUp {
  padding: 60px 0;
}

.bl_pickUp_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_pickUp_left {
  width: 220px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
}

.bl_pickUp_rightBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_pickUp_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 20px;
  border-bottom: solid 2px #d4d4d4;
  padding-bottom: 20px;
}
.bl_pickUp_right:first-of-type {
  padding-top: 2px;
}

.bl_pickUp_right__more .bl_pickUp_right:first-of-type {
  padding-top: 20px;
}

.bl_pickUp_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  padding-right: 30px;
  position: relative;
}
.bl_pickUp_header.is_open::after {
  content: none;
}
.bl_pickUp_header::before, .bl_pickUp_header::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000;
  background-color: #1C7F09;
  border-radius: 50px;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.bl_pickUp_header::before {
  right: 0;
  width: 18px;
  height: 2px;
}
.bl_pickUp_header::after {
  right: 8px;
  width: 2px;
  height: 18px;
}
.bl_pickUp_header .el_label {
  margin-right: 20px;
}
.bl_pickUp_header .ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 5px 0;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.bl_pickUp_cont {
  padding: 30px 0;
}
.bl_pickUp_cont > div:nth-of-type(n+2) {
  margin-top: 20px;
}
.bl_pickUp_cont .img {
  border-radius: 10px;
  overflow: hidden;
}
.bl_pickUp_cont .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_pickUp_cont .col02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_pickUp_cont .col02 > * {
  width: calc(50% - 10px);
}
.bl_pickUp_cont .col03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_pickUp_cont .col03 > * {
  width: calc(33.3333333333% - 13.3333333333px);
}
.bl_pickUp_cont .col04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_pickUp_cont .col04 > * {
  width: calc(25% - 7.5px);
}

.bl_pickUp_txt a {
  display: inline-block;
  text-decoration: underline;
}
.bl_pickUp_txt ul li {
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
}
.bl_pickUp_txt ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #1C7F09;
}
.bl_pickUp_txt ul li:nth-of-type(n+2) {
  margin-top: 7px;
}

.lum-lightbox {
  z-index: 99999999999;
}

/*****************************************   consept  *****************************************/
.bl_conMedia_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_conMedia_inner .txtWrap,
.bl_conMedia_inner .imgWrap {
  width: 50%;
}
.bl_conMedia_inner .txtWrap {
  padding-right: 8%;
}
.bl_conMedia_inner .ttl {
  font-size: 3.6rem;
  line-height: 1.5;
}
.bl_conMedia_inner .logo {
  width: 300px;
  margin-right: 4px;
  margin-bottom: 0.8%;
}
.bl_conMedia_inner .txt {
  margin-top: 30px;
  line-height: 2;
}

.bl_cardOuter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 22px;
     -moz-column-gap: 22px;
          column-gap: 22px;
}

/*****************************************   お悩み  *****************************************/
.bl_problem {
  padding: 60px 0 150px 0;
  position: relative;
  background-image: repeating-linear-gradient(90deg, #EFEFEF, #EFEFEF 1px, transparent 1px, transparent 26px), repeating-linear-gradient(0deg, #EFEFEF, #EFEFEF 1px, #fff 1px, #fff 26px);
}

.bl_problemCommentUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.bl_problemCommentUnit .probrem {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 80%;
  z-index: -1;
}
.bl_problemCommentUnit .deco {
  bottom: 60px;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  z-index: 2;
  width: 16.09375%;
}
.bl_problemCommentUnit .decoMan {
  left: 33.3333333333%;
}
.bl_problemCommentUnit .decoWoman {
  left: 66.6666666667%;
}

.bl_problemComment {
  width: 31%;
  background-color: #fff;
  border: 3px solid #f5f5f5;
  border-radius: 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 60px 20px;
  position: relative;
}
.bl_problemComment .colon {
  position: absolute;
  top: -20px;
  left: 20px;
}

.bl_problem_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.bl_problem_content {
  width: 55%;
}

.bl_problem_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_problem_catch {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
.bl_problem_catch .large {
  font-size: 4.8rem;
  display: inline-block;
  margin-top: 15px;
  line-height: 1.2;
}
.bl_problem_catch .logo {
  width: 280px;
  display: inline-block;
  line-height: 1;
}

.bl_problem_next {
  position: absolute;
  bottom: -6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  width: 100%;
}

.bl_problem_intro {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.bl_problem_intro .txt {
  font-size: 2.8rem;
  font-weight: 700;
}
.bl_problem_intro .icon {
  max-width: 80px;
}

/*****************************************   解決  *****************************************/
.bl_solution {
  background: -webkit-gradient(linear, left top, right top, from(#e2f0e1), to(#f4f7da));
  background: linear-gradient(to right, #e2f0e1, #f4f7da);
}

.bl_speechBubbleCardUnit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
}

.bl_speechBubbleCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 44px 30px 30px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.bl_speechBubbleCard .bal {
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.bl_speechBubbleCard .ttl {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 14px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl_speechBubbleCard .txt {
  line-height: 1.5;
}
.bl_speechBubbleCard .bottom {
  margin-top: 30px;
  text-align: center;
}

/*****************************************   解決2 (possible)   *****************************************/
.bl_possible {
  padding: 120px 0 200px;
  position: relative;
}
.bl_possible::after {
  content: "";
  width: 656px;
  height: 200px;
  background: url(../img/top/possible_bottom.png) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bl_possible_cardWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.1%;
}

.bl_possible_card {
  border-radius: 12px;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
.bl_possible_card .el_slash {
  margin-bottom: 0;
}

.bl_possible_heading {
  background-color: #1C7F09;
  text-align: center;
  padding: 13px 10px;
}

.bl_possible_label {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fcee21;
}

.bl_possible_box {
  background-color: #fff;
  padding: 30px 10%;
}
.bl_possible_box .img {
  margin-bottom: 30px;
  text-align: center;
}

.bl_possible_block {
  background-color: #fff;
  border-radius: 14px;
  padding: 50px 3.1%;
  margin-top: 60px;
  margin-bottom: 30px;
  position: relative;
}
.bl_possible_block .el_largeTtl {
  margin-bottom: 30px;
}

.bl_possible_flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.bl_possible_flowItem {
  text-align: center;
  background-color: #EBF4E9;
  padding: 28px 3.1%;
  border-radius: 14px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  position: relative;
}
.bl_possible_flowItem::before {
  content: "";
  width: 30px;
  height: 40px;
  background-color: #1C7F09;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.bl_possible_flowItem:last-of-type::before {
  content: none;
}
.bl_possible_flowItem .label {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1C7F09;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1.4;
}
.bl_possible_flowItem .num {
  width: 48px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.2rem;
  font-weight: 700;
  background-color: #1C7F09;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 6px;
  margin-right: 5px;
}
.bl_possible_flowItem .img {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_possible_flowItem img {
  height: auto;
}
.bl_possible_flowItem .txt {
  font-weight: 700;
}

.bl_possible_add {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*****************************************   お問い合わせ   *****************************************/
.bl_contact {
  background: #46a51e;
  padding: 70px 0 90px;
  position: relative;
  overflow: hidden;
}
.bl_contact .deco {
  height: 100%;
}
.bl_contact .deco01 {
  top: -160px;
  right: calc(50% + 100px);
  pointer-events: none;
}
.bl_contact .deco02 {
  left: calc(50% + 300px);
  bottom: -260px;
  pointer-events: none;
}

.bl_contact_inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
.bl_contact_inner .ttl {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
.bl_contact_inner .ttl .kakeru {
  width: 140px;
  margin: 0 6px 8px 0;
}

.bl_contact_deco {
  position: absolute;
  bottom: 0;
}

.bl_contact_deco01 {
  left: 20px;
}

.bl_contact_deco02 {
  right: 20px;
}

.bl_checkOnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 530px;
  margin: 0 auto;
}
.bl_checkOnList li {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  padding-left: 34px;
}
.bl_checkOnList li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/icon_checkOn.svg);
  background-size: contain;
}
.bl_checkOnList li:nth-of-type(odd) {
  margin-right: 30px;
}

.bl_contact_bottom {
  margin-top: 30px;
}

.bl_contact_btnUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl_contact_btnUnit .el_conversionBtnMini:first-of-type {
  margin-right: 30px;
}

.bl_contact_tel {
  margin-top: 30px;
  color: #fff;
  text-align: center;
}
.bl_contact_tel .ttl {
  font-size: 1.2rem;
  line-height: 1.5;
}
.bl_contact_tel .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.bl_contact_tel .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-weight: bold;
}
.bl_contact_tel .tel img {
  margin-right: 5px;
}
.bl_contact_tel .note {
  font-size: 1.2rem;
  margin-bottom: 3px;
}

/*****************************************   機能一覧   *****************************************/
.bl_lightGreenUnit {
  position: relative;
  border-radius: 16px;
  background-color: #EBF4E9;
  padding: 60px 4.6875%;
}
.bl_lightGreenUnit .bl_contact_btnUnit {
  margin-top: 30px;
}

.bl_lightGreenUnit__pb {
  padding-bottom: 130px;
}

.bl_functions {
  background-color: #EBF4E9;
}

.bl_functions_box {
  position: relative;
}
.bl_functions_box:first-of-type {
  margin-top: 120px;
}

.bl_functions_deco {
  position: absolute;
  top: 15%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bl_functions_deco01 {
  left: 22%;
}

.bl_functions_deco02 {
  right: 22%;
}

.bl_functions_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
  margin-top: 50px;
}

.bl_functions_link {
  background-color: #fff;
  padding: 40px 32px 60px;
  border-radius: 8px;
  display: block;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.bl_functions_link::after {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 40px;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(61, 125, 36, 0.5);
  border-right: 2px solid rgba(61, 125, 36, 0.5);
}
.bl_functions_link:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.bl_functions_title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1C7F09;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
}
.bl_functions_title .icon {
  margin-right: 20px;
  text-align: center;
  width: 60px;
  height: 60px;
}
.bl_functions_title .small {
  font-size: 2.2rem;
}
.bl_functions_title img {
  max-width: 60px;
  max-height: 60px;
  display: inline-block;
}

.bl_functions_item {
  display: grid;
}

.bl_functions_txt {
  margin-top: 32px;
  letter-spacing: 0.05em;
}

.bl_functions_plus {
  text-align: center;
  margin: 50px 0;
}
.bl_functions_plus img {
  display: inline-block;
}

.bl_functions_catch {
  margin-top: 40px;
}

.bl_rectWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.bl_rectWrap .deco {
  z-index: -2;
}
.bl_rectWrap .deco01 {
  left: -200px;
  top: -240px;
}
.bl_rectWrap .deco02 {
  right: -240px;
  bottom: -140px;
}

.bl_rect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15.3125%;
  text-align: center;
  border-radius: 10px;
  padding: 20px 10px;
  position: relative;
  -webkit-transition: color 0.3s ease-out, -webkit-filter 0.3s ease-out;
  transition: color 0.3s ease-out, -webkit-filter 0.3s ease-out;
  transition: filter 0.3s ease-out, color 0.3s ease-out;
  transition: filter 0.3s ease-out, color 0.3s ease-out, -webkit-filter 0.3s ease-out;
}
.bl_rect.off {
  color: #d1d1d1;
}
.bl_rect.off .img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.3;
}
.bl_rect.on {
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  color: #1C7F09;
}
.bl_rect.on .img {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.bl_rect > * {
  pointer-events: none;
}
.bl_rect .img {
  max-height: 120px;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.bl_rect .balloon {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 300px;
  background-color: #1C7F09;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  text-align: left;
  padding: 20px;
  border-radius: 10px;
}
.bl_rect .balloon::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 25px;
  height: 18px;
  background-image: url(../img/common/speech_balloon_green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.bl_rect .balloon.hover {
  display: block;
}
.bl_rect .balloon .el_noteTxt {
  font-size: 1.2rem;
  display: block;
  color: #fff;
}
.bl_rect .ttl {
  font-weight: 500;
  line-height: 1.2;
  margin-top: 4px;
}
.bl_rect:nth-of-type(n+2) {
  margin-left: 1.5625%;
}
.bl_rect:nth-of-type(6n+1) {
  margin-left: 0;
}
.bl_rect:nth-of-type(n+7) {
  margin-top: 20px;
}

.bl_functions_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 3.125%;
     -moz-column-gap: 3.125%;
          column-gap: 3.125%;
}

.bl_functions_block {
  margin-bottom: 35px;
  overflow: hidden;
  border-radius: 14px;
}
.bl_functions_block:last-of-type {
  margin-bottom: 0;
}

.bl_functions_lead {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background-color: #1C7F09;
  text-align: center;
  line-height: 1.6;
  padding: 14px 20px;
}

.bl_functions_area {
  background-color: #fff;
  padding: 25px 20px 28px;
}

.bl_functions_menu li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
  line-height: 1.6;
  font-weight: 500;
}
.bl_functions_menu li:last-of-type {
  margin-bottom: 0;
}
.bl_functions_menu li::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #1C7F09;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bl_functions_menu li .bl_functions_menu li {
  font-size: 1.4rem;
  padding-left: 14px;
  margin-bottom: 2px;
  font-weight: 400;
  margin-left: 10px;
}
.bl_functions_menu li .bl_functions_menu li::before {
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: transparent;
  top: 6px;
}

/*****************************************   オーダーメイド   *****************************************/
.bl_orderMade {
  position: relative;
  background-color: #fce9da;
}

.bl_orderCase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
}
.bl_orderCase li {
  width: 30.7692307692%;
  border-radius: 1000px;
}
.bl_orderCase li img {
  width: 100%;
}

/*****************************************   他社比較   *****************************************/
.bl_contNoteList {
  margin-top: 10px;
  counter-reset: number 0;
  margin-left: 4%;
}
.bl_contNoteList li {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #737373;
  margin: 2px 0;
  padding-left: 2.4rem;
  position: relative;
}
.bl_contNoteList li::before {
  content: "※" counter(number);
  counter-increment: number 1;
  position: absolute;
  left: 0;
}

/*****************************************   料金プラン   *****************************************/
.bl_price .el_noteTxt {
  font-size: 1.6rem;
  color: #000;
}

.bl_price_block {
  margin-top: 85px;
  position: relative;
}
.bl_price_block .el_checkList li {
  margin-bottom: 1px;
}
.bl_price_block:first-of-type {
  margin-top: 0;
}

.bl_price_block__orange::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: -84px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/top/price_plus.png) no-repeat center center/cover;
}
.bl_price_block__orange .bl_price_heading {
  background-color: #F36219;
}
.bl_price_block__orange .bl_price_content {
  background-color: #fce9da;
}
.bl_price_block__orange .bl_price_item::before {
  background-color: #F36219;
}
.bl_price_block__orange .bl_price_info {
  width: 100%;
}

.bl_price_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1C7F09;
  padding: 15px 20px;
  border-radius: 18px 18px 0 0;
}
.bl_price_heading .label {
  background-color: #fcee21;
  display: inline-block;
  padding: 0px 9px;
  border-radius: 6px;
  font-weight: 700;
  margin-right: 6px;
}

.bl_price_title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
}

.bl_price_content {
  padding: 40px;
  border-radius: 0 0 18px 18px;
  background-color: #EBF4E9;
}

.bl_price_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.bl_price_item {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px 18px 30px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  position: relative;
  overflow: hidden;
}
.bl_price_item::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #1C7F09;
}

.bl_price_info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.bl_price_info .el_checkList {
  width: 100%;
}

.bl_price_info__etc {
  position: relative;
}
.bl_price_info__etc::before {
  content: "etc.";
  position: absolute;
  bottom: 0;
  right: 0;
}

.bl_price_label {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  padding-bottom: 20px;
  border-bottom: 1px dashed #d4d4d4;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
}

.bl_price_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.bl_price_detail:last-of-type {
  margin-bottom: 0;
}
.bl_price_detail .label {
  background-color: #1C7F09;
  color: #fff;
  display: inline-block;
  padding: 0px 6px;
  border-radius: 6px;
  font-weight: 700;
}
.bl_price_detail .txt .large {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.bl_price_aid {
  text-align: center;
  margin-top: 100px;
  position: relative;
}

.bl_price_lead {
  margin-bottom: 20px;
}

.bl_price_deco {
  display: contents;
}

.bl_price_deco01, .bl_price_deco02 {
  position: absolute;
  top: 44%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12%;
}

.bl_price_deco01 {
  left: 10%;
}

.bl_price_deco02 {
  right: 10%;
}

/*****************************************   導入事例   *****************************************/
.slider {
  padding-bottom: 40px;
}
.slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider .slick-list {
  padding: 10px;
}
.slider .slick-slide {
  height: auto;
}
.slider .prev-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
.slider .next-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  cursor: pointer;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.bl_slideDots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.bl_slideDots li {
  margin: 0 18px;
}
.bl_slideDots li button {
  position: relative;
  text-indent: -9999px;
}
.bl_slideDots li button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border: solid 1px #1C7F09;
  border-radius: 50px;
}
.bl_slideDots li.slick-active button::before {
  content: "";
  background-color: #1C7F09;
}

.bl_slideDots__orange li button::before {
  border-color: #F36219;
}
.bl_slideDots__orange li.slick-active button::before {
  background-color: #F36219;
}

.bl_card {
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}
.bl_card li {
  position: relative;
  margin-bottom: 0.8em;
}
.bl_card li:last-child {
  margin-bottom: 0;
}
.bl_card li:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
}

.bl_card_ttl {
  margin: auto;
  text-align: center;
  font-size: 2rem;
  padding: 10px;
  font-weight: 700;
}

.bl_card_info {
  padding: 40px 60px 40px 70px;
}
.bl_card_info .bad:before {
  background-image: url(../img/common/icon_bad.svg);
  top: 4px;
  left: -24px;
}
.bl_card_info .bad .bl_card_ttl {
  background: #f5f5f5;
}
.bl_card_info .good {
  font-weight: 500;
}
.bl_card_info .good:before {
  background-image: url(../img/common/icon_good.svg);
  top: 4px;
  left: -24px;
}
.bl_card_info .good .bl_card_ttl {
  background: #1C7F09;
}

.bl_card_arrow {
  width: 16px !important;
}

.bl_card_gray .bl_card_ttl {
  background: #f5f5f5;
}

.bl_card_green .bl_card_ttl {
  background: #1C7F09;
  color: #fff;
}

.bl_caseTop {
  background: #EBF4E9;
}

.bl_caseTop_txt {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
  line-height: 1.2;
}
.bl_caseTop_txt .small {
  font-size: 1.6rem;
  font-weight: 400;
}

.bl_case_mainImg {
  margin-bottom: 40px;
  border-radius: 10px;
}

.bl_case_mainImg {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  display: block;
  max-width: 800px;
  width: 100%;
}

.bl_case_arrow {
  width: 60px !important;
  height: 32px;
  border-radius: 0;
  padding: 0 20px;
}

.bl_case_txtUnit {
  margin-top: 70px;
  position: relative;
}
.bl_case_txtUnit:first-of-type {
  border-left: none;
  margin-top: 70px;
}
.bl_case_txtUnit .bl_case_row:first-of-type {
  margin-top: 0;
}
.bl_case_txtUnit .bl_case_row:last-of-type {
  margin-bottom: 70px;
  margin-top: 20px;
}

.bl_case_txtUnit {
  margin-top: 40px;
}

.bl_case_txtUnit__mt {
  margin-top: 200px;
}
.bl_case_txtUnit__mt:first-of-type {
  margin-top: 200px;
}

.bl_case_txtUnit__mtMid {
  margin-top: 100px;
}
.bl_case_txtUnit__mtMid:first-of-type {
  margin-top: 100px;
}

.bl_case_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

.bl_case_rowItem {
  width: 47%;
}
.bl_case_rowItem .bl_case_txtUnit__h4:first-of-type {
  margin-top: 0;
}

.bl_case_ttl {
  border-left: 4px solid #1C7F09;
  padding: 5px 0 5px 20px;
  font-size: 2.4rem;
  margin-bottom: 30px;
  background-color: #EBF4E9;
}

.bl_case_txtUnit__h4 .bl_case_ttl {
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  border-left: none;
  line-height: 1.6;
  background: none;
}
.bl_case_txtUnit__h4 .bl_case_ttl:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #1C7F09;
  display: inline-block;
  top: 12px;
  left: 0;
}

.bl_caceComment_ttl {
  color: #1C7F09;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-left: none;
  padding-left: 0;
}
.bl_caceComment_ttl img {
  margin-right: 10px;
}

.bl_case_txtUnit__h4 {
  margin-top: 40px;
}

.bl_case_txt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.bl_case_img {
  margin: 50px auto;
  text-align: center;
  display: block;
}

.bl_case_company {
  background-color: #EBF4E9;
  border-radius: 10px;
  padding: 40px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
  margin-bottom: 60px;
}
.bl_case_company th {
  text-align: left;
  color: #858585;
}
.bl_case_company td {
  padding-left: 2.0833333333vw;
}

.bl_case_logo {
  margin-right: 5.2083333333vw;
}

.bl_caseStudy_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 3.125%;
     -moz-column-gap: 3.125%;
          column-gap: 3.125%;
  row-gap: 60px;
}

.bl_case_companyBox {
  margin-top: 80px;
  margin-bottom: 60px;
}

.bl_case_companyBox__qrOnly {
  text-align: center;
}
.bl_case_companyBox__qrOnly .bl_case_companyOther {
  margin-top: 0;
  padding: 25px 60px;
}
.bl_case_companyBox__qrOnly .bl_case_companyCatch {
  text-align: left;
  margin-right: 40px;
  font-size: 2.4rem;
}
.bl_case_companyBox__qrOnly .bl_case_companyQr {
  max-width: 120px;
}

.bl_case_companyArea {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d4d4d4;
  overflow: hidden;
}

.bl_case_companyImg {
  width: 31%;
}
.bl_case_companyImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bl_case_companyCon {
  width: 69%;
  padding: 35px 50px 45px 35px;
}
.bl_case_companyCon .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_case_companyCon .logo {
  max-width: 90px;
  border: 1px solid #d4d4d4;
}
.bl_case_companyCon .logo_w0 {
  max-width: none;
}
.bl_case_companyCon .logo__square {
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_case_companyCon .logo__square img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.bl_case_companyCon .name {
  margin-left: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid transparent;
}
.bl_case_companyCon .name a {
  padding-right: 30px;
  display: inline-block;
  line-height: 1.5;
}
.bl_case_companyCon .name a::after {
  position: absolute;
  top: 50%;
  right: 0px;
  content: "";
  height: 22px;
  width: 22px;
  background-image: url(../img/common/icon_blank_green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.bl_case_companyCon .name:hover {
  border-bottom: 1px solid #000;
}

.bl_case_companyCon__p10 .logo {
  padding: 10px;
}

.bl_case_companyTxt {
  margin-top: 20px;
  color: #737373;
}

.bl_case_companyOther {
  background-color: #f5f5f5;
  padding: 20px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  margin-top: 22px;
}

.bl_case_companyCatch {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-right: 10px;
}

.bl_case_companyQr {
  max-width: 90px;
}

.bl_case_label {
  position: absolute;
  top: 0;
  left: -85px;
  font-size: 12rem;
  font-weight: 700;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#AEC100), to(#56A062));
  background: linear-gradient(to right, #AEC100, #56A062);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.3;
  line-height: 1;
  z-index: -1;
  letter-spacing: -0.02em;
  -webkit-transform: translateY(-70%);
      -ms-transform: translateY(-70%);
          transform: translateY(-70%);
}
.bl_case_label span {
  font-size: 16rem;
  margin-right: 20px;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
  vertical-align: top;
}

.bl_case_flow {
  padding: 60px 40px 40px;
  text-align: center;
  border: 4px solid #1C7F09;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  position: relative;
  margin-top: 50px;
}
.bl_case_flow img {
  display: inline-block;
}

.bl_case_flow__oem {
  padding: 60px 40px;
  margin-top: 0;
}
.bl_case_flow__oem .bl_case_suggestion {
  margin-top: 0;
}

.bl_case_suggestion {
  margin-top: 20px;
}

.bl_case_rect {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 400px;
  font-size: 2.2rem;
  padding: 5px 10px;
  border-radius: 30px;
  background-color: #FFFF00;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bl_case_rect::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 25px;
  height: 18px;
  background-image: url(../img/common/speech_balloon_yellow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.bl_case_rect__green {
  background-color: #1C7F09;
  color: #fff;
}
.bl_case_rect__green::before {
  background-image: url(../img/common/speech_balloon_green.svg);
}

.bl_case_rect__lightGreen {
  background-color: #87AC00;
  color: #fff;
}
.bl_case_rect__lightGreen::before {
  background-image: url(../img/common/speech_balloon_lightgreen.svg);
}

.bl_caseStudy {
  background-color: #EBF4E9;
}

.bl_btn_wrap {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.bl_caseStudy_img {
  width: 100%;
}

.bl_caseStudy_unit {
  padding: 20px 20px 30px 20px;
}

.bl_caseStudy_ttl {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.bl_caseStudy_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 20px 30px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.bl_caseStudy_txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.bl_caseStudy_con {
  margin-top: 5px;
}

.bl_caseStudy_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.bl_caseStudy_box::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1C7F09;
  border-right: 2px solid #1C7F09;
  top: 50%;
  right: 3px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.bl_caseStudy_icon {
  margin-right: 5px;
}
.bl_caseStudy_icon img {
  max-width: 60px;
  max-height: 40px;
}

.bl_caseStudy_icon__large img {
  padding: 8px;
}

.bl_caseStudy_con {
  font-weight: 500;
}

.bl_caseStudy_cat {
  font-size: 1.2rem;
  line-height: 1;
  color: #1C7F09;
}

.bl_caseStudy_campany {
  font-size: 1.4rem;
}

.bl_caseStudy_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  row-gap: 30px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.bl_caseStudy_list.is-fading {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

.bl_caseStudy_list__gray .bl_caseStudy_item {
  background-color: #f5f5f5;
}

.bl_caseStudy_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.bl_caseStudy_thum {
  width: 31%;
}

.bl_caseStudy_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_caseStudy_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  min-height: 40px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 5px;
}

.bl_caseStudy_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_caseStudy_logo img {
  max-height: 40px;
  max-width: 90px;
}

.bl_caseStudy_label {
  display: inline-block;
  background-color: #1C7F09;
  color: #fff;
  padding: 2px 15px;
  border-radius: 30px;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.bl_caseStudy_catch {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.bl_caseStudy_tagWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  row-gap: 1px;
  margin-top: 15px;
}

.bl_caseStudy_tag {
  font-size: 1.2rem;
  color: #666;
}
.bl_caseStudy_tag::before {
  content: "#";
}

.bl_caseStudy_filterbox {
  margin-bottom: 50px;
}
.bl_caseStudy_filterbox.is_open .bl_caseStudy_filterButton::after {
  display: none;
}

.bl_caseStudy_filter {
  background-color: #fff;
  padding: 40px;
  border-radius: 14px;
  margin-bottom: 60px;
}

.bl_caseStudy_filterButton {
  width: 100%;
  height: 50px;
  text-align: center;
  color: #fff;
  background-color: #1C7F09;
  font-size: 1.6rem;
  font-weight: 700;
  display: none;
  position: relative;
}
.bl_caseStudy_filterButton::before, .bl_caseStudy_filterButton::after {
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}
.bl_caseStudy_filterButton::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.bl_caseStudy_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #d4d4d4;
}
.bl_caseStudy_select:last-of-type {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.bl_caseStudy_data {
  width: 105px;
  font-weight: 500;
  text-align: right;
}

.bl_caseStudy_selectBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_caseStudy_selectList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.bl_caseStudy_selectList li {
  line-height: 1;
}

.bl_caseStudy_selectBtn {
  display: inline-block;
  background-color: #fff;
  color: #737373;
  border: 1px solid #d4d4d4;
  padding: 5px 9px;
  border-radius: 30px;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.bl_caseStudy_selectBtn.is_active {
  background-color: #1C7F09;
  color: #fff;
  border: 1px solid #1C7F09;
}

.bl_caseKv {
  z-index: 2;
  position: relative;
}

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

.bl_caseKv_img {
  height: 500px;
  margin-right: -80px;
}
.bl_caseKv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bl_caseKv_img__left img {
  -o-object-position: left center;
     object-position: left center;
}

.bl_caseKv_img__right img {
  -o-object-position: right center;
     object-position: right center;
}

.bl_caseKv_con {
  width: 100%;
  max-width: 360px;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  border: 1px solid #D4D4D4;
}

.bl_caseKv_company {
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  padding-right: 17px;
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.bl_caseKv_company::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../img/common/icon_blank_green.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bl_caseKv_company__notLink {
  pointer-events: none;
  color: #000 !important;
}
.bl_caseKv_company__notLink::after {
  content: none;
}

.bl_caseKv_block {
  font-size: 1.4rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
.bl_caseKv_block:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.bl_caseKv_block p {
  color: #737373;
}
.bl_caseKv_block .label {
  color: #000;
  margin-bottom: 6px;
  margin-top: 20px;
}
.bl_caseKv_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bl_caseKv_block li {
  display: inline-block;
  padding-left: 13px;
  position: relative;
  color: #1C7F09;
  margin-right: 8px;
}
.bl_caseKv_block li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  background-color: #1C7F09;
  border-radius: 50%;
  top: 8px;
  left: 0;
  color: #1C7F09;
}
.bl_caseKv_block li:last-child {
  margin-right: 0;
}

.bl_caseKv_thum {
  text-align: center;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.bl_caseKv_thum img {
  display: inline-block;
  max-width: 280px;
  max-height: 145px;
}

.bl_caseFlow {
  background-color: #EBF4E9;
  padding: 270px 0 20px;
  margin-top: -220px;
  position: relative;
  margin-bottom: 250px;
}
.bl_caseFlow::before {
  content: "";
  width: 100%;
  max-height: 100px;
  height: 5vw;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #EBF4E9;
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

.bl_caseFlow__mbSmall {
  margin-bottom: 190px;
}

.bl_caseFlow__lightGreen {
  background-color: #E5F0C6;
}
.bl_caseFlow__lightGreen::before {
  background-color: #E5F0C6;
}

.bl_caseFlow_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px dashed #747474;
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.bl_caseFlow_row::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 70px;
  height: 30px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #747474;
}
.bl_caseFlow_row:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.bl_caseFlow_row:last-of-type::after {
  content: none;
}
.bl_caseFlow_row .bl_case_txtUnit {
  margin-top: 0;
}
.bl_caseFlow_row .bl_case_txt {
  margin-bottom: 20px;
}

.bl_caseFlow_label {
  width: 120px;
}
.bl_caseFlow_label p {
  font-size: 2.6rem;
  font-weight: 700;
  width: 120px;
  height: 120px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #1C7F09;
  background-color: #fff;
  color: #1C7F09;
  border-radius: 50%;
}

.bl_caseFlow_label__after p {
  background-color: #FFFF00;
  border: 2px solid #FFFF00;
  color: #000;
}

.bl_caseFlow_con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_caseFlow_block {
  background-color: #fff;
  padding: 36px 40px 30px;
  border-radius: 10px;
  margin-top: 30px;
  position: relative;
}
.bl_caseFlow_block .bl_caseFlow_list {
  font-size: 1.4rem;
}

.bl_caseFlow_rect {
  display: inline-block;
  font-size: 1.6rem;
  padding: 1px 32px;
  border-radius: 30px;
  background-color: #737373;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 30px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
}
.bl_caseFlow_rect::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 25px;
  height: 18px;
  background-image: url(../img/common/speech_balloon_gray.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.bl_caseFlow_list li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 3px;
}
.bl_caseFlow_list li:last-of-type {
  margin-bottom: 0;
}
.bl_caseFlow_list li::before {
  content: "";
  background-image: url(../img/common/icon_checkOn.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
  position: absolute;
}

.bl_caseFlow_about {
  background-color: #fff;
  padding: 70px 40px 60px;
  border-radius: 10px;
  margin-top: 30px;
  position: relative;
}
.bl_caseFlow_about:nth-child(n+2) {
  margin-top: 90px;
}

.bl_caseFlow_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.4%;
}

.bl_caseFlow_content {
  text-align: center;
}

.bl_caseFlow_logo {
  margin-bottom: 10px;
}

.bl_caseFlow_lead {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 700;
}
.bl_caseFlow_lead .large {
  font-size: 2.4rem;
}
.bl_caseFlow_lead .hp_greenMarker {
  padding: 0 8px;
  margin-right: 5px;
}

.bl_caseFlow_catch {
  font-size: 1.8rem;
  text-align: center;
  padding: 5px 10px;
  border-radius: 12px;
  font-weight: 500;
  border: 1px solid #87AC00;
  color: #87AC00;
  line-height: 1.4;
}

.bl_caseOem {
  background-color: #EBF4E9;
  padding: 80px 0;
  margin: 100px 0 60px;
}

.bl_caseOem_txt {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}

.bl_caseOem_note {
  text-align: center;
  font-size: 1.4rem;
}

.bl_caseOem_col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 60px;
}

.bl_caseOem_item {
  border: 2px solid #1C7F09;
  border-radius: 14px;
  position: relative;
}
.bl_caseOem_item::after {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 20px;
  height: 40px;
  background-color: #1C7F09;
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bl_caseOem_item:last-of-type::after {
  content: none;
}

.bl_caseOem_num {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #1C7F09;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_caseOem_num__label {
  color: #1C7F09;
  width: auto;
  display: inline-block;
  border: 2px solid #1C7F09;
  background-color: #fff;
  border-radius: 20px;
  padding: 6px 25px;
  height: auto;
  font-size: 2rem;
  line-height: 1.2;
}

.bl_caseOem_box {
  padding: 20px 8.5%;
}

.bl_caseOem_img {
  background-color: #EBF4E9;
  padding: 30px 5.6% 10px;
  border-radius: 14px 14px 0 0;
}

.bl_caseOem_title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #1C7F09;
  margin-bottom: 20px;
  line-height: 1.4;
}

.bl_case_catWrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  margin-right: 4px;
}

.bl_case_cat {
  width: 70px;
  height: 24px;
  color: #fff;
  background-color: #1C7F09;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0;
}

.bl_case_cat__gray {
  background-color: #436D8A;
}

.bl_caseOem_list {
  padding-bottom: 20px;
  position: relative;
  margin-top: 6px;
}
.bl_caseOem_list::before {
  content: "など";
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.4rem;
}
.bl_caseOem_list li {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
  line-height: 1.5;
}
.bl_caseOem_list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #999999;
  position: absolute;
  top: 10px;
  left: 0;
}

.bl_caseOem_and {
  max-width: 720px;
  padding-top: 100px;
  margin: 0 auto;
  position: relative;
}
.bl_caseOem_and::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/common/x.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
}
.bl_caseOem_and .bl_caseOem_item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.bl_caseOem_and .bl_caseOem_img {
  border-radius: 14px 0 0 14px;
  padding: 50px 20px 30px;
}
.bl_caseOem_and .bl_caseOem_box {
  padding: 50px 20px 30px;
}
.bl_caseOem_and .bl_caseOem_title {
  text-align: left;
}

.bl_caseOem_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 25px;
}

.bl_caseOem_point {
  width: 240px;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #1C7F09;
  border-radius: 50%;
}

.bl_caseOem_label {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  min-height: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bl_caseOem_label .large {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1C7F09;
}

.bl_caseOem_banner {
  margin-top: 70px;
}

.bl_caseOem_bannerBox {
  max-width: 600px;
  background-color: #fff;
  border-radius: 14px;
  border: 2px solid #1C7F09;
  padding: 18px 20px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 auto;
  font-weight: 500;
  position: relative;
}

.bl_caseOem_bannerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.bl_caseOem_bannerList li {
  font-size: 2.4rem;
  color: #1C7F09;
  font-weight: 700;
  padding-left: 26px;
  position: relative;
}
.bl_caseOem_bannerList li::before {
  content: "";
  position: absolute;
  top: 54%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icon_checkOn.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.bl_caseOem_bannerLeft {
  position: absolute;
  bottom: -35px;
  left: -50px;
}

.bl_caseOem_bannerRight {
  position: absolute;
  bottom: -35px;
  right: -50px;
}

/***************************************** よくある質問 *****************************************/
.bl_qa {
  background-color: #f5f5f5;
}

.bl_qa_wrap {
  margin-top: 80px;
}

.bl_qa_box {
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 6px;
}
.bl_qa_box:last-of-type {
  margin-bottom: 0;
}

.bl_qa_qBox {
  padding: 22px 70px 22px 40px;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.3s ease-out, border 0.3s ease-out;
  transition: background-color 0.3s ease-out, border 0.3s ease-out;
  border: 2px solid transparent;
}
.bl_qa_qBox .icon {
  position: absolute;
  top: 50%;
  right: 55px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.bl_qa_qBox .icon::before, .bl_qa_qBox .icon::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
}
.bl_qa_qBox .icon::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.bl_qa_qBox.is_open::after {
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #d4d4d4;
}
.bl_qa_qBox.is_open .icon::before {
  opacity: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.bl_qa_qBox.is_open .icon::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bl_qa_q {
  position: relative;
  padding-left: 80px;
  font-size: 2.8rem;
  font-weight: 700;
}
.bl_qa_q::before {
  content: "Q";
  position: absolute;
  top: -3px;
  left: 0;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #1C7F09;
  border-radius: 50%;
}

.bl_qa_a {
  margin: 30px 40px 0;
  padding-bottom: 30px;
  padding-left: 80px;
  position: relative;
}
.bl_qa_a::before {
  content: "A";
  position: absolute;
  top: -10px;
  left: 0;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #F36219;
  border-radius: 50%;
}

/***************************************** KAKERUが選ばれる理由 *****************************************/
.bl_comparison_attention {
  margin-top: 90px;
  text-align: center;
}

.bl_comparison_catch {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
.bl_comparison_catch .large {
  font-size: 4.4rem;
  line-height: 1.4;
}

.bl_comparison_list {
  width: 100%;
  text-align: left;
  background-color: #f5f5f5;
  padding: 20px;
  margin-top: 10px;
  position: relative;
}
.bl_comparison_list .el_checkList {
  font-size: 2.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.bl_comparison_list .el_checkList li {
  margin-bottom: 4px;
}
.bl_comparison_list .el_checkList li::before {
  top: 13px;
}

.bl_comparison_deco {
  position: absolute;
  right: 930px;
  top: 0;
  width: 14%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.bl_comparison_info {
  padding: 40px 20px;
  text-align: center;
  border-radius: 12px;
  border: 10px solid #EBF4E9;
  background-color: #fff;
  max-width: 960px;
  margin: 80px auto 0;
}

.bl_comparison_label {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}

/***************************************** サービスのご案内 *****************************************/
.bl_announce {
  background: #46a51e;
  padding: 70px 0 90px;
  position: relative;
  overflow: hidden;
}
.bl_announce .el_btn {
  margin: 30px 0 0;
}

.bl_announce_inner {
  background: linear-gradient(-70deg, #fcee21 38%, #fff 0);
  border-radius: 10px;
  padding: 50px 20px 50px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.bl_announce_content {
  width: 47%;
}

.bl_announce_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_announce_logo {
  margin-bottom: 10px;
}

/***************************************** 業種別活用事例 *****************************************/
.bl_byIndustryWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -20px;
}

.bl_byIndustry {
  position: relative;
  border-radius: 10px;
  margin: 0 20px;
}
.bl_byIndustry .sub {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #1E870A;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(rgb(221, 240, 224)), to(rgb(243, 247, 204)));
  background: linear-gradient(90deg, rgb(221, 240, 224) 0%, rgb(243, 247, 204) 100%);
  border-radius: 20px;
  white-space: nowrap;
  padding: 2px 20px 3px;
  z-index: 2;
  margin: auto;
  display: block;
  width: 100%;
  max-width: 240px;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.bl_byIndustry_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  height: 100%;
}
.bl_byIndustry_unit img {
  height: 100px;
  margin: auto;
  display: block;
}

.bl_byIndustry_unit__desc {
  background-color: #1C7F09;
  color: #fff;
  font-size: 2.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_byIndustry_suggest {
  position: absolute;
  top: 10px;
  left: -7px;
  max-width: 90px;
}
.bl_byIndustry_suggest img {
  height: auto;
}

.bl_byIndustry_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 80px;
  border-radius: 10px 10px 0 0;
  font-size: 2rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  position: relative;
  padding: 16px 20px;
  background-color: #1C7F09;
  text-align: center;
}
.bl_byIndustry_ttl .small {
  display: block;
  line-height: 1.2;
  font-size: initial;
}

.bl_byIndustry_info {
  padding: 30px;
}
.bl_byIndustry_info .txt {
  margin-top: 20px;
}

.bl_byIndustry_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}
.bl_byIndustry_list .bl_byIndustry_unit {
  position: relative;
}
.bl_byIndustry_list .bl_byIndustry_unit::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(61, 125, 36, 0.5);
  border-right: 2px solid rgba(61, 125, 36, 0.5);
}
.bl_byIndustry_list .bl_byIndustry_unit__desc::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  opacity: 1;
}

.bl_byIndustry_item {
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.bl_byIndustry_item:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.bl_byIndustry_item .bl_byIndustry_info {
  padding: 30px 20px;
}
.bl_byIndustry_item .txt {
  margin-top: 12px;
}

.bl_byIndustry_title .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-top: 12px;
}

.bl_byIndustry_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  padding: 30px 40px;
  border-radius: 10px;
}

.bl_byIndustry_lead {
  padding: 35px 38px;
  background-color: #fff;
  color: #000;
  border-radius: 10px;
}
.bl_byIndustry_lead .large {
  font-size: 3rem;
}

.bl_byIndustry_note {
  margin: 0 15px;
}

.bl_byIndustry_catch {
  margin-left: 10px;
}
.bl_byIndustry_catch .large {
  font-size: 4rem;
}

.bl_byIndustry_bunner {
  position: absolute;
  left: 50%;
  bottom: -85px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  padding: 0 4.6875%;
}

.bl_byIndustry_desc {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

/*****************************************   満足度アンケート  *****************************************/
.bl_questionnaire {
  background: -webkit-gradient(linear, left top, right top, from(#e2f0e1), to(#f4f7da));
  background: linear-gradient(to right, #e2f0e1, #f4f7da);
  overflow: hidden;
}
.bl_questionnaire .voiceWrap {
  max-width: 990px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transform: translateX(1.7%);
      -ms-transform: translateX(1.7%);
          transform: translateX(1.7%);
}
.bl_questionnaire .img01 {
  width: 12.1212121212%;
}
.bl_questionnaire .comment {
  width: 65.0505050505%;
}
.bl_questionnaire .img02 {
  width: 16.1616161616%;
}

.bl_chartWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.bl_chartWrap .inner {
  background-color: #fff;
  border-radius: 10px;
  width: 31.25%;
  padding: 30px 20px;
  text-align: center;
}
.bl_chartWrap .ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
.bl_chartWrap .q {
  font-size: 4.8rem;
  font-family: "YakuHanJP", "Roboto", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.02em;
  color: #1C7F09;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
.bl_chartWrap .chartImg {
  margin-bottom: 30px;
}
.bl_chartWrap .greenTtl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 10px;
}
.bl_chartWrap .hp_greenCircle {
  text-align: left;
  line-height: 1.5;
}
.bl_chartWrap .hp_greenCircle:nth-of-type(n+2) {
  margin-top: 10px;
}

/*****************************************   banner  *****************************************/
.bl_banner {
  max-width: 960px;
  margin: 100px auto 0;
  padding: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#e2f0e1), to(#f4f7da));
  background: linear-gradient(to right, #e2f0e1, #f4f7da);
  border-radius: 10px;
}
.bl_banner .el_h2 {
  font-size: 4rem;
}

.bl_banner__margin {
  margin: -70px auto 80px;
}
.bl_banner__margin .bl_lineContact_inner {
  padding-top: 40px;
}
.bl_banner__margin .el_slash .inner::before {
  left: -60px;
}

.bl_lineContact_inner {
  padding: 50px 20px 40px;
  background-color: #fff;
  border-radius: 6px;
}

/****************************/
/*         footer           */
/****************************/
.bl_footer {
  padding: 50px 0 20px;
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.bl_footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_footer_inner .right {
  margin-left: 30px;
}
.bl_footer_inner .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  position: relative;
}
.bl_footer_inner .link::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 4px;
  left: -10px;
  width: 1px;
  background-color: #fff;
}
.bl_footer_inner .link img {
  margin-left: 4px;
}
.bl_footer_inner .tel .icon {
  width: 11px;
  margin: 0 5px 3px 0;
}
.bl_footer_inner .banner {
  display: block;
  max-width: 370px;
}
.bl_footer_inner .serviceInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
  row-gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bl_footer_inner .serviceInfoName {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #fff;
}
.bl_footer_inner .serviceInfoName:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.bl_footer_inner .linkTxt {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.bl_footer_inner .linkTxt:hover {
  border-bottom: 1px solid transparent;
}
.bl_footer_inner .linkTxt .icon {
  width: 10px;
  margin: 0 0 6px 2px;
}

.bl_footer_companyName {
  border-bottom: 1px solid #fff;
}
.bl_footer_companyName .icon {
  width: 10px;
  margin: 0 0 5px 2px;
}

.bl_followWrap {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  -webkit-transform: translateX(106%);
      -ms-transform: translateX(106%);
          transform: translateX(106%);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.bl_followWrap .closeBtn {
  position: absolute;
  z-index: 2;
  top: -14px;
  right: -14px;
}
.bl_followWrap a {
  display: block;
  text-align: center;
  -webkit-transition: none;
  transition: none;
}
.bl_followWrap .spOnly {
  display: none;
}
.bl_followWrap.is_scroll {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.bl_footer_nav {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
}

.bl_footer_sns {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_footer_sns li {
  margin-right: 30px;
}
.bl_footer_sns a:hover {
  opacity: 0.7;
}

.bl_footer_item {
  position: relative;
  padding-left: 20px;
}
.bl_footer_item::before {
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1C7F09;
  border-right: 2px solid #1C7F09;
  content: "";
  top: 51%;
  left: 2px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.bl_footer_item__blank {
  padding-right: 20px;
}
.bl_footer_item__blank::after {
  content: "";
  position: absolute;
  background: url(/assets/img/common/icon_blank.svg) no-repeat center center/cover;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/****************************/
/*          lower           */
/****************************/
/*  common  */
.bl_lowerKv {
  padding: 150px 0 60px;
}
.bl_lowerKv .el_leadTxt {
  margin-bottom: 0;
}

.bl_lower_info {
  padding: 80px 0;
}
.bl_lower_info .bl_comparison_info {
  margin-top: 0;
}

/*****************************************   contact  *****************************************/
.bl_progress {
  max-width: 580px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.bl_progress::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  background-color: #d4d4d4;
  z-index: -2;
}

.bl_progress__02::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  right: 50%;
  height: 1px;
  background-color: #1C7F09;
  z-index: -1;
}

.bl_progress__03::before {
  background-color: #1C7F09;
}
.bl_progress__03::after {
  content: none;
}

.bl_progress_inner {
  background-color: #f5f5f5;
  color: #d4d4d4;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.bl_progress_inner .number {
  font-size: 1.8rem;
  font-family: "YakuHanJP", "Roboto", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1;
}
.bl_progress_inner .txt {
  font-size: 1.8rem;
  font-weight: 500;
}
.bl_progress_inner.current {
  background-color: #1C7F09;
  color: #fff;
}

.bl_form {
  font-size: 1.6rem;
}
.bl_form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bl_form dt,
.bl_form dd {
  padding: 30px 0 30px 20px;
}
.bl_form dt .flex,
.bl_form dd .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_form dt {
  font-weight: 500;
  border-top: 1px solid #1C7F09;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_form dt:last-of-type {
  border-bottom: 1px solid #1C7F09;
}
.bl_form dd {
  border-top: 1px solid #cacaca;
  width: calc(100% - 300px);
  padding-left: 40px;
}
.bl_form dd:last-of-type {
  border-bottom: 1px solid #cacaca;
}
.bl_form input,
.bl_form textarea {
  resize: vertical;
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 13px 20px;
  letter-spacing: 0.06em;
  font-family: "YakuHanJP", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  background-color: #f5f5f5;
  border: none;
}
.bl_form input:focus,
.bl_form textarea:focus {
  outline: solid 1px #1C7F09;
}
.bl_form input {
  border-radius: 10px;
}
.bl_form input.short {
  max-width: 500px;
}
.bl_form input.veryShort {
  max-width: 200px;
  margin-right: 10px;
}
.bl_form textarea {
  border-radius: 10px;
}
.bl_form select {
  color: #000;
}
.bl_form select:focus {
  outline: solid 1px #1C7F09;
}

.bl_form__column dl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bl_form__column dt,
.bl_form__column dd {
  width: 100%;
}
.bl_form__column dt {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 0 10px;
}
.bl_form__column dt:last-of-type {
  border-bottom: none;
}
.bl_form__column dd {
  padding: 0 0 20px;
  border-top: none;
}
.bl_form__column dd:last-of-type {
  border-color: #1C7F09;
}

.bl_form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  border-top: 1px solid #1C7F09;
  width: 100%;
}
.bl_form_row dt {
  border: none;
}
.bl_form_row dd:last-of-type {
  border: none;
}

.bl_form_row_wide {
  border-top: none;
}

::-webkit-input-placeholder {
  letter-spacing: 0.06em;
  color: #b3b3b3;
}

::-moz-placeholder {
  letter-spacing: 0.06em;
  color: #b3b3b3;
}

:-ms-input-placeholder {
  letter-spacing: 0.06em;
  color: #b3b3b3;
}

::-ms-input-placeholder {
  letter-spacing: 0.06em;
  color: #b3b3b3;
}

::placeholder {
  letter-spacing: 0.06em;
  color: #b3b3b3;
}

.bl_mustReadWrap {
  text-align: center;
  padding: 50px 0 20px;
}
.bl_mustReadWrap .icon {
  margin: 0 2px 8px;
}

/*  送信ボタン  */
.bl_submitWrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_submitWrap_back {
  width: 100%;
  max-width: 260px;
}

.bl_submitWrap_submit {
  width: 100%;
  max-width: 440px;
  margin-left: 20px;
}

.bl_contactFinish {
  text-align: center;
}
.bl_contactFinish .ttl {
  font-size: 2.6rem;
  margin-bottom: 40px;
}
.bl_contactFinish .catch {
  font-size: 1.8rem;
  margin-top: 60px;
  font-weight: 500;
}
.bl_contactFinish .el_conversionBtn {
  margin-top: 20px;
}

/*****************************************   資料請求 document  *****************************************/
.docSlider {
  padding-bottom: 40px;
}
.docSlider .slide-arrow {
  width: 18px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  cursor: pointer;
}
.docSlider .prev_doc-arrow {
  left: 0;
}
.docSlider .next_doc-arrow {
  right: 0;
}

.bl_doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_doc .col02 {
  width: 48%;
}

.bl_document_desc {
  font-weight: 500;
}
.bl_document_desc .border {
  border-left: solid 2px #5BB950;
  border-right: solid 2px #C2D70A;
}
.bl_document_desc .txt {
  margin-top: 40px;
  text-align: center;
  line-height: 1.5;
}

.bl_document_box {
  border-radius: 10px;
  background: #EBF4E9;
  padding: 30px 20px;
  margin-bottom: 20px;
}
.bl_document_box .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1C7F09;
  text-align: center;
  margin-bottom: 10px;
}

.bl_ul li {
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
}
.bl_ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #1C7F09;
}
.bl_ul li:nth-of-type(n+2) {
  margin-top: 7px;
}

/*****************************************  基本機能一覧 basicfeature  *****************************************/
.bl_basicfeature {
  background-color: #EDF4EA;
  padding: 20px 0 200px 0;
}
.bl_basicfeature.hp_decoLeft, .bl_basicfeature.hp_decoRight {
  z-index: 1;
}

.bl_basicfeature_nav {
  margin-bottom: 42px;
}

.bl_basicfeature_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  position: relative;
}
.bl_basicfeature_item:first-of-type {
  margin-top: 0;
}
.bl_basicfeature_item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.bl_basicfeature_item:nth-child(even) .bl_basicfeature_con {
  border-radius: 0 10px 10px 0;
}
.bl_basicfeature_item:nth-child(even) .bl_basicfeature_img {
  border-radius: 10px 0 0 10px;
}
.bl_basicfeature_item:nth-child(even) .bl_basicfeature_img img {
  border-radius: 10px 0 0 10px;
}
.bl_basicfeature_item .bl_contNoteList {
  position: absolute;
  left: 0;
  top: 100%;
}
.bl_basicfeature_item .bl_contNoteList li::before {
  content: "※";
}

.bl_basicfeature_con {
  width: 52.34375%;
  padding: 80px 70px 20px 70px;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
}

.bl_basicfeature_img {
  width: 47.65625%;
  outline: 5px solid #f5f5f5;
  outline-offset: -5px;
  border-radius: 0 10px 10px 0;
}
.bl_basicfeature_img img {
  border-radius: 0 10px 10px 0;
}

.bl_basicfeature_title {
  font-size: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1C7F09;
  line-height: 1.4;
}
.bl_basicfeature_title .icon {
  max-height: 50px;
  max-width: 44px;
  margin-right: 10px;
}
.bl_basicfeature_title .icon img {
  width: 100%;
  height: 100%;
  max-height: 50px;
}
.bl_basicfeature_title .small {
  font-size: 2.4rem;
}

.bl_basicfeature_catch {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 30px;
  line-height: 1.5;
}

.bl_basicfeature_txt {
  margin-top: 25px;
}

.bl_basicfeature_note {
  font-size: 1.4rem;
  margin-top: 40px;
}

.bl_basicfeature_other {
  padding: 120px 4.6875% 0;
}

/*****************************************  機能詳細 functionDetails  *****************************************/
.bl_functionDetailsTop {
  background-color: #EDF4EA;
  padding: 160px 0 100px 0;
  position: relative;
}
.bl_functionDetailsTop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 470px;
  height: 430px;
  background-image: url(../img/common/deco_bg_left.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.bl_functionDetailsTop::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 470px;
  height: 480px;
  background-image: url(../img/common/deco_bg_right.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.bl_functionDetailsTop_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}

.bl_functionDetailsTop_con {
  width: 43%;
}

.bl_functionDetailsTop_img {
  width: 50%;
}

.bl_functionDetailsTop_title {
  font-size: 4.8rem;
  color: #1C7F09;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
}
.bl_functionDetailsTop_title .icon {
  width: 80px;
  height: 80px;
  padding: 8px;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
}

.bl_functionDetailsTop_catch {
  font-weight: 700;
  font-size: 2.8rem;
  margin-top: 40px;
  line-height: 1.35;
}

.bl_functionDetailsTop_txt {
  margin-top: 35px;
}

.bl_functionDetails {
  padding-bottom: 120px;
  overflow: hidden;
}

.bl_functionDetails_area {
  padding-top: 120px;
}
.bl_functionDetails_area .bl_caseStudy {
  margin: 0 20px;
}

.bl_functionDetails_title {
  text-align: center;
  padding-bottom: 90px;
  position: relative;
  font-size: 2.8rem;
}
.bl_functionDetails_title::before {
  content: "";
  position: absolute;
  width: 84px;
  height: 4px;
  left: 50%;
  bottom: 60px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #91C126;
}
.bl_functionDetails_title::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 4px;
  left: 50%;
  bottom: 60px;
  background-color: #1C7F09;
}

.bl_functionDetails_unit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 140px;
  padding-top: 70px;
}

.bl_functionDetails_item {
  padding: 45px 35px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.14));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.14));
  text-align: center;
}

.bl_functionDetails_img {
  margin-top: -110px;
}

.bl_functionDetails_catch {
  font-size: 1.8rem;
  border-radius: 20px;
  padding: 5px 20px;
  font-weight: 700;
  display: inline-block;
  margin: 23px auto 0;
  text-align: center;
  color: #1C7F09;
  background-color: #EDF4EA;
}

.bl_functionDetails_txt {
  margin-top: 23px;
  text-align: left;
}

.bl_functionDetails_box {
  padding: 50px;
  background-color: #fef7f2;
  margin-top: 60px;
  border-radius: 10px;
}

.bl_functionDetails_subtitle {
  font-size: 2.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px dashed #d4d4d4;
}
.bl_functionDetails_subtitle .icon {
  margin-right: 8px;
}

.bl_functionDetails_list {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_functionDetails_place {
  margin-right: 40px;
  margin-top: 5px;
}
.bl_functionDetails_place .icon {
  margin-right: 5px;
}

.bl_functionDetails_etc {
  padding: 120px 0;
  background-color: #EDF4EA;
}
.bl_functionDetails_etc .bl_basicfeature_other {
  padding-top: 0;
}

.bl_tool {
  background: url(/shift-lp/assets/img/top/mv_bg.png);
  padding: 80px 0 120px 0;
}

.bl_tool_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 35px auto 0;
  width: 100%;
}

.bl_tool_img {
  width: 54%;
}

.bl_tool_con {
  width: 41%;
}

.bl_tool_txt {
  font-size: 1.8rem;
  line-height: 1.6;
}

.bl_tool_area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.bl_tool_child {
  text-align: center;
}

.bl_tool_figure {
  max-width: 120px;
  width: 100%;
  margin: 0 auto;
}
.bl_tool_figure img {
  display: inline-block;
}

.bl_tool_caption {
  color: #1C7F09;
  margin-top: 4px;
  font-weight: 700;
}

.bl_tool_box {
  margin-top: 30px;
}

.bl_tool_list {
  margin-top: 5px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.bl_tool_item {
  width: 100%;
  max-width: 250px;
  height: 45px;
  background-color: #F2F2F7;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5px 0 42px;
  position: relative;
  margin: 0 auto;
  border: 2px solid transparent;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.bl_tool_icon {
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bl_tool_name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.bl_function {
  padding: 120px 0 0;
}

.bl_function_img {
  text-align: center;
  margin-top: 30px;
}

.bl_function_item {
  margin-bottom: 60px;
  text-align: center;
}

.bl_service_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.bl_service_block {
  position: relative;
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 55px 20px 45px;
  margin-top: 20px;
}

.bl_service_label {
  display: block;
  max-width: 380px;
  width: 100%;
  font-size: 2.4rem;
  color: #fff;
  background-color: #0099ca;
  border-radius: 70px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 700;
  line-height: 1.4;
  padding: 3px 15px 4px;
}

.bl_service_list li {
  position: relative;
}
.bl_service_list li::before {
  content: "";
  background-image: url(../img/common/icon_checkOn_black.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
  position: absolute;
}

.bl_info {
  background-color: #4d4d4d;
  padding: 25px 0 35px;
}

.bl_plan {
  background: #EBF4E9;
  padding-bottom: 80px;
}

/****************************/
/*          txt             */
/****************************/
/**  pickup  **/
.el_label {
  display: inline-block;
  background-color: #1C7F09;
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  padding: 6px 14px 8px;
}

/**  heading  **/
.el_largeTtl {
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.5;
}
.el_largeTtl .small {
  font-size: 2.8rem;
}
.el_largeTtl .kakeru {
  width: 300px;
  display: inline-block;
  margin: 0 4px 8px 0;
}
.el_largeTtl .txt__mt {
  display: inline-block;
  margin-top: 20px;
}

.el_largeTtl__mbSmall {
  margin-bottom: 20px;
}

.el_midTtl {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.el_smallTtl {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.el_backTitle {
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
  text-align: center;
  z-index: 2;
}
.el_backTitle .catch {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 9rem;
  font-weight: 700;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, left top, right top, from(#AEC100), to(#56A062));
  background: linear-gradient(to right, #AEC100, #56A062);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.2;
  line-height: 1;
  z-index: -1;
  letter-spacing: 0;
}

.el_h2 {
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.el_h2 .kakeru {
  width: 280px;
  margin: 0 10px 19px 0;
}

.el_h2__white {
  color: #fff;
}

.el_h2__addLine {
  position: relative;
  margin-top: 60px;
}
.el_h2__addLine::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 2px;
  height: 60px;
  background-color: #1C7F09;
  border-radius: 10px;
}

.el_h2__addLine__txtNone {
  margin-bottom: 60px;
}

.el_h2__mini {
  font-size: 4.4rem;
  line-height: 1.5;
}

.el_h3 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}

.el_singleTtl {
  font-size: 3.2rem;
  text-align: left;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 30px;
}
.el_singleTtl + .el_companyName {
  margin-bottom: -20px;
}

.el_singleTtl {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #1C7F09;
}

.el_leadTxt {
  text-align: center;
  line-height: 2;
  margin-bottom: 50px;
}
.el_leadTxt .kakeru {
  width: 54px;
  margin: 0 5px 7px 3px;
}
.el_leadTxt .large {
  font-size: 2.6rem;
  font-weight: 700;
}

.el_leadTxt__white {
  color: #fff;
}
.el_leadTxt__white .kakeru {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.el_speechBalloon {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 40px;
}
.el_speechBalloon .inner {
  position: relative;
  background: #F36219;
  display: inline-block;
  padding: 8px 40px 10px;
  border-radius: 50px;
}
.el_speechBalloon .inner::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 30px;
  height: 18px;
  background-image: url(../img/common/speech_balloon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

.el_mainLeadTxt {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.7;
}
.el_mainLeadTxt .large {
  font-size: 4.8rem;
  font-weight: 900;
}
.el_mainLeadTxt .black {
  font-weight: 900;
}

.el_mainLeadTxt__addMt {
  margin-top: 50px;
}

.el_mainLeadTxt__addMb {
  margin-bottom: 50px;
}

.el_subLeadTxt {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
.el_subLeadTxt .large {
  font-size: 3.6rem;
}

.el_subLeadTxt__addMt {
  margin-top: 40px;
}

.el_subLeadTxt__addMb {
  margin-bottom: 40px;
}

.el_slash {
  line-height: 1.5;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.el_slash .inner {
  display: inline-block;
  position: relative;
  padding: 0 60px;
}
.el_slash .inner::before, .el_slash .inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
}
.el_slash .inner::before {
  left: 0;
  background-image: url(../img/common/icon_slash_l.svg);
}
.el_slash .inner::after {
  right: 0;
  background-image: url(../img/common/icon_slash_r.svg);
}
.el_slash .large {
  font-size: 3.6rem;
}
.el_slash .kakeru {
  width: 120px;
  margin: 0 5px 5px 5px;
}

.el_slash__bold {
  font-weight: 700;
}

.el_slash__white {
  color: #fff;
}
.el_slash__white .inner::before {
  background-image: url(../img/common/icon_slash_l__white.svg);
}
.el_slash__white .inner::after {
  background-image: url(../img/common/icon_slash_r__white.svg);
}

.el_slash__small {
  font-size: 2rem;
  margin-bottom: 20px;
}
.el_slash__small .inner {
  padding: 0 36px;
}
.el_slash__small .inner::before, .el_slash__small .inner::after {
  width: 26px;
  height: 26px;
}

.el_slash__mbSmall {
  margin-bottom: 8px;
}

.el_noteTxt {
  display: inline-block;
  width: 100%;
  margin: 5px 0;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #737373;
  padding-left: 1rem;
  text-indent: -1rem;
}
.el_noteTxt::before {
  content: "※";
}

.el_noteTxt__right {
  text-align: right;
}

.el_noteTxt_markNone::before {
  content: "";
}

.el_sup {
  font-size: 1rem;
}

.el_tel {
  font-size: 5.4rem;
  font-weight: bold;
  font-family: "YakuHanJP", "Roboto", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}

.el_tag {
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #1C7F09;
  border-radius: 50px;
  color: #fff;
  padding: 0 10px;
  margin: 3px 5px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.el_tapTxt {
  font-size: 1.2rem;
  color: #737373;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.el_tapTxt img {
  margin: 0 3px 4px;
  width: 18px;
}

.el_checkList li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 8px;
  letter-spacing: 0;
}
.el_checkList li::before {
  content: "";
  background-image: url(../img/common/icon_checkOn.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
  position: absolute;
}
.el_checkList li:last-of-type {
  margin-bottom: 0;
}

.el_checkList__orange li::before {
  background-image: url(../img/common/icon_checkOn_orange.svg);
}

/****************************/
/*          btn             */
/****************************/
.el_ham {
  display: none;
  width: 60px;
  height: 60px;
  position: relative;
  background-color: #1C7F09;
}
.el_ham span {
  position: absolute;
  height: 2px;
  left: 15px;
  right: 15px;
  background-color: #fff;
  border-radius: 50px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.el_ham span:first-of-type {
  top: 20px;
}
.el_ham span:nth-of-type(2) {
  top: 29px;
}
.el_ham span:nth-of-type(3) {
  bottom: 20px;
}
.el_ham.is_open span:first-of-type {
  top: 29px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.el_ham.is_open span:nth-of-type(2) {
  opacity: 0;
}
.el_ham.is_open span:nth-of-type(3) {
  bottom: 29px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.el_btn {
  display: block;
  width: 100%;
  max-width: 360px;
  font-size: 2rem;
  font-family: "YakuHanJP", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 20px;
  background: #1C7F09;
  border-radius: 50px;
  position: relative;
  border: 1px solid #1C7F09;
  margin: 40px auto 0;
}
.el_btn:after {
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.el_btn .hover {
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.el_btn__monochrome {
  margin: 40px auto 0;
  color: #000;
  border-color: #000;
  background-color: #fff;
}
.el_btn__monochrome::after {
  border-color: #000;
}

.el_btn__orangeAnchor {
  margin: 0 auto;
  background-color: #F36219;
  color: #fff;
  border: 1px solid #F36219;
}
.el_btn__orangeAnchor::after {
  border: none;
  width: 28px;
  height: 28px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/icon_orangeAnchor.svg) no-repeat center center/cover;
}

.el_btn__blank {
  margin-top: 26px;
}
.el_btn__blank:after {
  border-top: none;
  border-right: none;
  content: "";
  height: 16px;
  width: 16px;
  display: block;
  background-image: url(../img/common/icon_blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.el_btn__topArrow::after {
  -webkit-transform: translateY(-25%) rotate(-45deg);
      -ms-transform: translateY(-25%) rotate(-45deg);
          transform: translateY(-25%) rotate(-45deg);
}

.el_btn__bottomArrow::after {
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.el_btn__mt0 {
  margin-top: 0 !important;
}

.el_youtubeBtn {
  width: 100%;
  max-width: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 50px;
  border: 1px solid #000;
  padding: 10px 40px 10px 20px;
  margin: 50px auto 0;
  position: relative;
}
.el_youtubeBtn .icon {
  margin-right: 10px;
}
.el_youtubeBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  height: 16px;
  width: 16px;
  display: block;
  background-image: url(../img/common/icon_blank_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  opacity: 0.5;
}

.el_btnOuter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el_btnOuter .el_slash {
  margin-bottom: 10px;
}

.el_btnOuter__addMt {
  margin-top: 50px;
}

.el_conversionBtnRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -10px;
}
.el_conversionBtnRow .el_btnOuter {
  max-width: 440px;
  width: 100%;
}

.el_conversionBtnRow_contact {
  width: 100%;
}

.el_conversionBtn {
  display: block;
  width: 100%;
  max-width: 440px;
  font-size: 2.2rem;
  font-family: "YakuHanJP", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  padding: 24px 20px;
  background: #E12B33;
  border-radius: 50px;
  position: relative;
}
.el_conversionBtn > span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 2px 0;
  z-index: 2;
}
.el_conversionBtn .icon {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.el_conversionBtn .hover {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.el_conversionBtn::before, .el_conversionBtn::after {
  content: "";
  position: absolute;
}
.el_conversionBtn::before {
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: transparent;
  border-radius: 50px;
}
.el_conversionBtn::after {
  top: 50%;
  right: 30px;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  opacity: 0.5;
}

.el_conversionBtn__long {
  margin-left: 30px;
  font-size: 1.4rem;
  max-width: 300px;
  padding: 15px 20px 15px 10px;
}
.el_conversionBtn__long .icon {
  width: 14px;
  margin-right: 3px;
}
.el_conversionBtn__long::after {
  right: 16px;
  width: 6px;
  height: 6px;
}
.el_conversionBtn__long:last-of-type {
  margin-left: 10px;
}

.el_conversionBtn__ungle span {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.el_conversionBtn__ungle::after {
  opacity: 1;
}

.el_conversionBtn__an .icon {
  -webkit-animation: btnIconZoom infinite 0.8s alternate;
          animation: btnIconZoom infinite 0.8s alternate;
}

.el_conversionBtnMini {
  display: block;
  width: 100%;
  max-width: 360px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  color: #1C7F09;
  padding: 20px;
  border: solid 1px #1C7F09;
  background: #fff;
  border-radius: 50px;
  position: relative;
}
.el_conversionBtnMini > span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 2px 0;
  z-index: 2;
}
.el_conversionBtnMini .icon {
  display: inline-block;
  position: relative;
  margin-right: 7px;
}
.el_conversionBtnMini .hover {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.el_conversionBtnMini::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  width: 10px;
  height: 10px;
  border-top: 2px solid #1C7F09;
  border-right: 2px solid #1C7F09;
  opacity: 0.5;
}

.el_conversionBtnMini__blank::after {
  border: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../img/common/icon_blank_green.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.el_conversionBtn__shadow {
  -webkit-box-shadow: 0 8px 0 #991d23;
          box-shadow: 0 8px 0 #991d23;
}

.el_conversionBtn__exLarge {
  max-width: 740px;
  font-size: 2.8rem;
  padding: 35px 40px;
  border-radius: 80px;
}

@-webkit-keyframes btnIconZoom {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes btnIconZoom {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes ungleRightMove {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  100% {
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
  }
}
@keyframes ungleRightMove {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  100% {
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
  }
}
.el_conversionBtn__back {
  background: #737373;
}
.el_conversionBtn__back::after {
  right: auto;
  left: 30px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
      -ms-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.el_moreWrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 50px 0 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%, rgb(255, 255, 255));
}
.el_moreWrap.is_open {
  background: rgba(255, 255, 255, 0);
}

.el_moreBtn {
  font-family: "YakuHanJP", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}

.el_txtLink {
  text-decoration: underline;
  text-align: center;
}
.el_txtLink .icon {
  margin-right: 8px;
  display: inline-block;
}
.el_txtLink .icon img {
  vertical-align: text-bottom;
}

.el_bubble {
  display: inline-block;
  background-color: #F36219;
  color: #fff;
  font-size: 2rem;
  border-radius: 60px;
  padding: 13px 35px;
  position: relative;
  line-height: 1.2;
  font-weight: 500;
  min-width: 300px;
  text-align: center;
  margin-bottom: 13px;
}
.el_bubble::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 25px;
  height: 18px;
  background-image: url(../img/common/speech_balloon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.el_bubble__green {
  background-color: #1C7F09;
}
.el_bubble__green::before {
  background-image: url(../img/common/speech_balloon_green.svg);
}

/*****************************************   導入事例  *****************************************/
.el_case {
  font-size: 1.4rem;
  color: #1C7F09;
  background-color: #EBF4E9;
  border-radius: 50px;
  display: inline-block;
  padding: 0 10px;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.el_companyName {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #737373;
}
.el_companyName img {
  margin-right: 10px;
}

.el_url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #000;
  display: inline-block;
}
.el_url:hover {
  border-color: transparent;
  opacity: 0.7;
}
.el_url .icon {
  position: relative;
  width: 14px;
  bottom: 7px;
  left: 4px;
}

/****************************/
/*          other           */
/****************************/
.el_bigarrow {
  margin: -10px auto;
  display: block;
  position: relative;
  z-index: 2;
}

/****************************/
/*          lower           */
/****************************/
/*  common  */
/*****************************************   contact  *****************************************/
/*  form  */
.el_checkbox {
  display: inline-block;
  margin: 5px 0;
  font-size: max(16px, 1.6rem);
}
.el_checkbox label,
.el_checkbox input,
.el_checkbox span {
  cursor: pointer;
}
.el_checkbox span {
  position: relative;
  padding-left: 35px;
}
.el_checkbox input[type=checkbox] {
  opacity: 0;
  width: 10px;
  position: absolute;
}
.el_checkbox label {
  position: relative;
}
.el_checkbox input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: solid 1px #1C7F09;
}
.el_checkbox input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  display: block;
  width: 7px;
  height: 13px;
  -webkit-transform: rotate(38deg);
      -ms-transform: rotate(38deg);
          transform: rotate(38deg);
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.el_checkbox input[type=checkbox]:checked + span::before {
  background-color: #1C7F09;
}
.el_checkbox input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.el_select {
  width: 100%;
  max-width: 500px;
  position: relative;
}
.el_select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
}
.el_select select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 10px;
  background-color: #f5f5f5;
  font-size: 1.6rem;
  padding: 15px 40px 15px 20px;
  cursor: pointer;
}

/*****************************************   basicfeature  *****************************************/
.el_cardUnit {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.el_card {
  position: relative;
  border-left: 1px solid rgba(61, 125, 36, 0.5);
  display: grid;
}
.el_card a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  padding: 10px 5px 35px 5px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.el_card a:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.el_card a::after {
  content: "";
  position: absolute;
  top: 80%;
  right: 50%;
  -webkit-transform: rotate(135deg) translateY(-50%);
      -ms-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(61, 125, 36, 0.5);
  border-right: 2px solid rgba(61, 125, 36, 0.5);
}
.el_card:last-of-type {
  border-right: 1px solid rgba(61, 125, 36, 0.5);
}

.el_cardImg {
  max-width: 70px;
  max-height: 70px;
  margin: 0 auto;
}
.el_cardImg img {
  width: 100%;
  height: 100%;
}

.el_cardTitle {
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  line-height: 1.3;
}
.el_cardTitle .small {
  font-size: 1.4rem;
}

.el_seoOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
}

.el_utilBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 10px;
}

.el_box {
  border: 2px solid #1C7F09;
  border-radius: 10px;
  position: relative;
}
.el_box .block {
  padding: 40px 20px 50px;
  background-color: #fff;
  text-align: center;
  border-radius: 0 0 10px 10px;
}
.el_box .inner {
  max-width: 1160px;
  margin: 0 auto;
}
.el_box .deco {
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.el_box + .el_box {
  margin-top: 80px;
}

.el_box__black {
  border: 2px solid #4d4d4d;
}
.el_box__black .el_box_title {
  background-color: #4d4d4d;
}

.el_box_title {
  background-color: #1C7F09;
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  padding: 20px;
  line-height: 1.4;
  border-radius: 7px 7px 0 0;
}

.el_box_block {
  background-color: #f5f5f5;
  padding: 35px 20px;
  margin-top: 50px;
  text-align: center;
  position: relative;
}
.el_box_block .el_h3 {
  margin-bottom: 20px;
}
.el_box_block .el_bubble {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 210px;
}

.el_box_block__case {
  max-width: 1080px;
  margin: 60px auto 45px;
  background-color: #fff;
  padding: 50px 20px 35px;
  border-radius: 12px;
}

/****************************  text  ****************************/
.hp_colorLine {
  color: #06c755;
}

.hp_txtLink {
  color: #1C7F09;
  border-bottom: 1px solid #1C7F09;
}
.hp_txtLink:hover {
  border-color: rgba(255, 255, 255, 0);
}

.hp_txtDecoWhite {
  background-color: #fff;
  padding: 0.05em 0.15em;
}

.hp_dot {
  position: relative;
  display: inline-block;
  line-height: 1.4;
}
.hp_dot::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background-color: #1C7F09;
  border-radius: 50px;
}

.hp_dot__orange::before {
  width: 6px;
  height: 6px;
  background-color: #F36219;
}

.hp_dot__white::before {
  width: 6px;
  height: 6px;
  background-color: #fff;
}

.hp_colorBlack {
  color: #000;
}

.hp_colorGreen {
  color: #1C7F09;
}

.hp_colorOrange {
  color: #F36219;
}

.hp_colorYellow {
  color: #fcee21;
}

.hp_colorRed {
  color: #e12b33;
}

.hp_colorGray {
  color: #737373;
}

.hp_fontMedium {
  font-weight: 500;
}

.hp_fontBold {
  font-weight: bold;
}

.hp_displayIb {
  display: inline-block;
}

.ho_fwBold {
  font-weight: bold;
}

.ho_fwBlack {
  font-weight: 900;
}

.hp_greenTxt {
  color: #1C7F09;
}

.hp_blueTxt {
  color: #2089C4;
}

.hp_grayTxt {
  color: #666;
}

.hp_greenCircle {
  position: relative;
  padding-left: 16px;
}
.hp_greenCircle::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 11px;
  left: 0;
  border-radius: 50%;
  border-color: #1C7F09;
  background-color: #1C7F09;
}

.hp_marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #EBF4E9));
  background: linear-gradient(transparent 60%, #EBF4E9 40%);
}

.hp_marker_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #fcee21));
  background: linear-gradient(transparent 70%, #fcee21 30%);
}

.hp_link {
  text-decoration: underline;
}
.hp_link:hover {
  text-decoration: none;
}

.hp_lineblue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #C9E4F4));
  background: linear-gradient(transparent 65%, #C9E4F4 65%);
}

.hp_greenMarker {
  background-color: #1C7F09;
  color: #fff;
  font-weight: 700;
  padding: 0 2px;
}

.hp_greenMarker__lightGreen {
  background-color: #87AC00;
}

/****************************  background  ****************************/
.hp_bgGreen {
  background-color: #1C7F09;
}

/****************************  form  ****************************/
.hp_whiteSpacePreWrap {
  white-space: pre-wrap;
}

.hp_eventsNone {
  opacity: 0.3;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.hp_required {
  width: 44px;
  margin-left: 10px;
  color: #fff;
  background-color: #e12b33;
  line-height: 1;
  padding: 4px 7px 6px;
  font-size: 1.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.hp_optional {
  width: 44px;
  margin-left: 10px;
  color: #fff;
  background-color: #737373;
  line-height: 1;
  padding: 4px 7px 6px;
  font-size: 1.4rem;
}

/****************************  other  ****************************/
.hp_decoLeft {
  position: relative;
}
.hp_decoLeft::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 470px;
  height: 430px;
  background-image: url(../img/common/deco_bg_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.hp_decoRight {
  position: relative;
}
.hp_decoRight::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 470px;
  height: 480px;
  background-image: url(../img/common/deco_bg_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: -1;
}

.hp_shadow {
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.14));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.14));
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.hp_shadow__orange {
  -webkit-filter: drop-shadow(0 0 4px rgba(224, 107, 56, 0.3));
          filter: drop-shadow(0 0 4px rgba(224, 107, 56, 0.3));
}

.hp_radius {
  border-radius: 10px;
}

.hp_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.hp_ungleTop {
  position: relative;
}
.hp_ungleTop::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 43px solid transparent;
  border-left: 43px solid transparent;
  border-top: 50px solid #fff;
  border-bottom: 0;
  z-index: 2;
}

.hp_zIndex {
  position: relative;
  z-index: 2;
}

/****************************  Break  **************************** */
.spOnly {
  display: none;
}

.lgOnly {
  display: none;
}

.hp_spScroll {
  display: none;
  text-align: left;
  margin-bottom: 10px;
  max-width: 280px;
}

/*  form  */
.un_agreeBtn {
  font-size: 2rem;
  text-align: center;
  margin: 30px 0 0;
}
.un_agreeBtn:hover {
  color: #1C7F09;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.un_agreeBtn label,
.un_agreeBtn input,
.un_agreeBtn span {
  cursor: pointer;
}
.un_agreeBtn input[type=checkbox] {
  opacity: 0;
  width: 10px;
  position: absolute;
}
.un_agreeBtn label {
  position: relative;
}
.un_agreeBtn input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid #d4d4d4;
}
.un_agreeBtn input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 6px;
  display: block;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(38deg);
      -ms-transform: rotate(38deg);
          transform: rotate(38deg);
  border-right: 3px solid #1C7F09;
  border-bottom: 3px solid #1C7F09;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.un_agreeBtn input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.un_checkboxTxt {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}

.un_formCaution {
  color: #ED1C24;
  font-weight: 500;
  font-size: 14px;
}

/*  アニメーション  */
.an_fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn forwards 0.8s;
          animation: fadeIn forwards 0.8s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.an_fadeDown {
  opacity: 0;
  -webkit-animation: fadeDown forwards 0.8s;
          animation: fadeDown forwards 0.8s;
}

@-webkit-keyframes fadeDown {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeDown {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fluffy {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes fluffy {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.an_delay01 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.an_delay02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.an_delay03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.an_delay04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.an_delay05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.an_delay06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.an_delay07 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.an_delay08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.an_delay09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.an_delay10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.an_delay11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.an_delay12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.an_delay13 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.an_delay14 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.an_delay15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.an_delay16 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.an_delay17 {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.an_delay18 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.an_delay19 {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.an_delay20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.js_moreClose {
  display: none;
}

.js_accordionCont {
  display: none;
}

.js_scrollIn,
.js_child {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.2s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.2s ease-out, color 0.3s ease-out, background-color 0.3s ease-out;
  transition: transform 0.5s ease-out, opacity 0.2s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
}
.js_scrollIn.in,
.js_child.in {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.js_slideInRight {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
          transform: translateX(40px);
}
.js_slideInRight.in {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.js_slideInLeft {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px);
}
.js_slideInLeft.in {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.js_fadeIn {
  opacity: 0;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.js_fadeIn.in {
  opacity: 1;
}

.js_zoomIn {
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.js_zoomIn.in {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.js_delay01 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.js_delay02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.js_delay03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.js_delay04 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.js_delay05 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.js_delay06 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.js_delay07 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.js_delay08 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.js_delay09 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.js_delay10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.js_delay11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.js_delay12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

@media screen and (min-width: 768px) {
  /*  header  */
  .bl_header_inner .logo:hover {
    opacity: 0.7;
  }
  .bl_header_nav .bl_header_item:hover {
    color: #1C7F09;
  }
  /*  pickup  */
  .bl_pickUp_header:hover .ttl {
    color: #1C7F09;
  }
  .bl_pickUp_header:hover::before, .bl_pickUp_header:hover::after {
    background-color: #1C7F09;
  }
  .bl_pickUp_txt a:hover {
    text-decoration: none;
  }
  .bl_caseKv_company:hover {
    color: #1C7F09;
  }
  .bl_caseStudy_item:hover .bl_caseStudy_catch {
    color: #1C7F09;
  }
  /*  追従ボタン  */
  .bl_followWrap button {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .bl_followWrap button:hover {
    opacity: 0.7;
  }
  .bl_followWrap a {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .bl_followWrap a:hover {
    opacity: 0.7;
  }
  /*  footer  */
  .bl_footer_nav a {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .bl_footer_nav a:hover {
    color: #1C7F09;
  }
  .bl_footer_item__blank:hover::after {
    background: url(/assets/img/common/icon_blank_green.svg) no-repeat center center/cover;
  }
  /**  element  **/
  .el_conversionBtn {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .el_conversionBtn:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .el_conversionBtnMini {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .el_conversionBtnMini:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .el_conversionBtn__shadow {
    -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  }
  .el_conversionBtn__shadow:hover {
    -webkit-transform: scale(1) translateY(6px);
        -ms-transform: scale(1) translateY(6px);
            transform: scale(1) translateY(6px);
    -webkit-box-shadow: 0 0 0 #991d23;
            box-shadow: 0 0 0 #991d23;
  }
  .el_btn {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .el_btn:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .el_youtubeBtn {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .el_youtubeBtn:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .el_checkbox {
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
  .el_checkbox:hover {
    color: #1C7F09;
  }
  .el_txtLink {
    -webkit-transition: -webkit-text-decoration 0.3s ease-out;
    transition: -webkit-text-decoration 0.3s ease-out;
    transition: text-decoration 0.3s ease-out;
    transition: text-decoration 0.3s ease-out, -webkit-text-decoration 0.3s ease-out;
  }
  .el_txtLink:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 1540px) {
  .bl_slider .prev-arrow {
    left: -20px;
  }
  .bl_slider .next-arrow {
    right: -20px;
  }
  .bl_kv_unit {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1540px) {
  .bl_slider .prev-arrow {
    left: -20px;
  }
  .bl_slider .next-arrow {
    right: -20px;
  }
  .bl_kv_unit {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  .lgOnly {
    display: block;
  }
  .lgNone {
    display: none !important;
  }
  .ly_cont {
    padding: 0 20px;
  }
  .el_lowerH1 {
    font-size: 3.6rem;
  }
  .el_privacyH2 {
    font-size: 3rem;
  }
  .bl_byIndustry_box {
    padding: 25px 20px;
    font-size: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bl_byIndustry_lead {
    padding: 20px 16px;
  }
  .bl_byIndustry_lead .large {
    font-size: 2.6rem;
  }
  .bl_byIndustry_note {
    margin: 0 7px;
  }
  .el_ham {
    display: block;
  }
  .bl_header_nav02 {
    display: block;
  }
  .bl_header {
    height: 60px;
    padding: 0 0 0 20px;
    background-color: #fff;
    -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.14));
            filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.14));
  }
  .bl_header_inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_header_inner .logo {
    width: 200px;
  }
  .bl_header_inner .bl_header_menu {
    display: none;
    position: fixed;
    z-index: -1;
    top: 60px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #F7F7F7;
    padding: 50px 20px 100px;
    overflow-y: scroll;
  }
  .bl_header_inner .bl_header_menu .el_conversionBtn {
    margin-top: 50px;
  }
  .bl_header_inner .bl_header_menu .el_conversionBtn:last-of-type {
    margin-top: 0px;
  }
  .bl_header_inner .bl_header_menu:last-of-type {
    margin: 25px 0 0 0;
  }
  .bl_header_inner .bl_header_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
    width: 60%;
    margin: 0 auto 50px auto;
  }
  .bl_header_inner .bl_header_nav li {
    width: 100%;
    margin-left: 0;
  }
  .bl_header_inner .bl_header_nav .small {
    font-size: 1.2rem;
  }
  .bl_header_inner .bl_header_item {
    padding: 30px 40px;
    border-bottom: 1px solid #BBD9B5;
    text-align: left;
    width: 100%;
    font-size: 1.6rem;
    position: relative;
  }
  .bl_header_inner .bl_header_item.current::before {
    content: none;
  }
  .bl_header_inner .bl_header_item.is-active {
    background-color: #1C7F09;
    color: #fff;
  }
  .bl_header_inner .bl_header_item_link {
    position: relative;
  }
  .bl_header_inner .bl_header_item_link::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #1C7F09;
    border-right: 2px solid #1C7F09;
    top: 50%;
    left: auto;
    right: 40px;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .bl_header_inner .bl_header_item_link:hover::before {
    right: 35px;
  }
  .bl_header_inner .bl_header_item_cross::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background-color: #1C7F09;
    border-top: none;
    border-right: none;
    opacity: 1;
  }
  .bl_header_inner .bl_header_item_cross::after {
    content: "";
    position: absolute;
    top: 50%;
    left: auto;
    right: 40px;
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    width: 20px;
    height: 2px;
    background-color: #1C7F09;
  }
  .bl_header_inner .bl_header_item_cross.is-active::before {
    background-color: #fff;
  }
  .bl_header_inner .bl_header_item_cross.is-active::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
    background-color: #fff;
  }
  .bl_header_inner .bl_header_item_cross.is-expanded::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .bl_header_inner .bl_header_unit {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
    opacity: 0;
    position: relative;
    padding: 0;
    display: block;
    gap: 0;
    top: 0;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  .bl_header_inner .bl_header_unit.is-open {
    max-height: 1500px;
    opacity: 1;
  }
  .bl_header_inner .bl_header_child .bl_header_item {
    background-color: #EBF4E9;
    color: #1C7F09;
    margin-bottom: 0;
    font-weight: 500;
  }
  .bl_header_inner .bl_header_list {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    padding: 0 40px;
    -webkit-transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
    border-bottom: 1px solid #BBD9B5;
  }
  .bl_header_inner .bl_header_list.is-open {
    max-height: 700px;
    opacity: 1;
    background: #EBF4E9;
  }
  .bl_header_inner .bl_header_link {
    padding: 30px 10px 30px 0;
    border-bottom: 2px dotted #BBD9B5;
    width: 100%;
    position: relative;
  }
  .bl_header_inner .bl_header_link::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #1C7F09;
    border-right: 2px solid #1C7F09;
    top: 50%;
    left: auto;
    right: 0px;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .bl_header_inner .bl_header_link:hover::before {
    right: -5px;
  }
  .bl_header_inner .bl_header_function:last-of-type .bl_header_link {
    border-bottom: none;
  }
  .bl_header_inner .bl_header_nav02 {
    padding-top: 30px;
    text-align: center;
  }
  .bl_header_inner .bl_header_nav02 .bl_contact_tel {
    color: #000;
  }
  .bl_header_inner .bl_header_nav02 .telInfo {
    font-size: 1.2rem;
  }
  .bl_header_inner .bl_header_nav02 .txtLink {
    border-bottom: 1px solid #000;
  }
  .bl_header_inner .bl_header_nav02 .bottom {
    margin-top: 30px;
  }
  .bl_header_inner .bl_modalBg {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: -webkit-gradient(linear, left top, right top, from(#ddf0e0), to(#f3f7cc));
    background: linear-gradient(to right, #ddf0e0, #f3f7cc);
    opacity: 0.6;
  }
  .bl_header_inner .el_conversionBtn {
    display: block;
    margin: 0 auto;
    font-size: 1.6rem;
    padding: 18px 16px;
    max-width: 370px;
  }
  .bl_header_inner .el_conversionBtnMini {
    font-size: 1.6rem;
    padding: 14px 20px;
    max-width: 280px;
  }
  .bl_header_inner .el_conversionBtnMini:first-of-type {
    margin-right: 0;
  }
  .bl_header_inner .el_conversionBtnMini::after {
    right: 26px;
    width: 6px;
    height: 6px;
  }
  .bl_header_inner .el_btnOuter {
    margin: 20px 20px 0;
  }
  .bl_header_inner .el_slash__small {
    font-size: 1.6rem;
  }
  .bl_kv {
    padding-top: 80px;
  }
  .bl_kv_b .bl_kv_ai {
    width: 72%;
  }
  .bl_header_item_hov::after {
    content: none;
  }
  .bl_header_arrow::after {
    border-top: none;
    border-right: none;
  }
  .bl_basicfeature_con {
    padding: 60px 60px 20px 60px;
  }
  .bl_basicfeature_title {
    font-size: 2.4rem;
  }
  .bl_basicfeature_title .small {
    font-size: 2rem;
  }
  .bl_basicfeature_catch {
    font-size: 2rem;
  }
  .bl_basicfeature_txt {
    font-size: 1.4rem;
  }
  .bl_functionDetailsTop {
    margin-top: 60px;
  }
  .bl_functionDetailsTop_title {
    font-size: 4rem;
  }
  .bl_functionDetailsTop_title .icon {
    width: 70px;
    height: 70px;
  }
  .bl_functionDetailsTop_catch {
    font-size: 2.4rem;
    margin-top: 30px;
  }
  .bl_functionDetailsTop_txt {
    margin-top: 30px;
  }
  .bl_functions_deco {
    top: 15%;
    width: 14vw;
  }
  .bl_functions_deco01 {
    left: 18%;
  }
  .bl_functions_deco02 {
    right: 18%;
  }
  .bl_problem_deco {
    top: -40px;
    width: 80px;
  }
  .bl_problem_deco01 {
    left: 30px;
  }
  .bl_problem_deco02 {
    right: 30px;
  }
  .bl_possible_title {
    font-size: 3.8rem;
  }
  .bl_possible_point {
    font-size: 7rem;
    left: -10px;
  }
  .bl_possible_point_slash {
    font-size: 10rem;
  }
  .bl_price_info__etc {
    padding-bottom: 20px;
  }
  .bl_case_label {
    left: -40px;
  }
  .bl_case_label span {
    margin-right: 5px;
  }
  .bl_comparison_deco {
    right: auto;
    left: 80px;
  }
  .el_singleTtl + .el_companyName {
    margin-bottom: 10px;
  }
  .bl_tool_txt {
    font-size: 1.6rem;
  }
  .bl_tool_list {
    grid-template-columns: repeat(4, 1fr);
  }
  .bl_contact_deco {
    height: 160px;
  }
  .bl_contact_deco01 {
    left: 12px;
  }
  .bl_contact_deco02 {
    right: 12px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 9px;
  }
  body {
    font-size: 1.4rem;
  }
  .ly_cont {
    padding: 0 20px;
  }
  /**  kv  **/
  .bl_kv {
    height: auto;
  }
  .bl_kv_unit {
    width: 100%;
    padding: 0 20px;
  }
  .bl_kv_inner {
    max-height: initial;
  }
  .bl_kv_inner.overMd {
    display: none;
  }
  .bl_kv_inner.underMd {
    display: block;
  }
  .bl_kv_inner .kv {
    width: 100%;
    max-width: 560px;
    margin-bottom: 50px;
  }
  .bl_kv_inner .el_conversionBtn {
    display: block;
    padding: 20px 25px;
    margin: 0 auto;
  }
  .bl_kv_inner .el_btnOuter {
    margin-top: 30px;
  }
  .bl_kv_inner .deco {
    width: 500px;
    right: -90px;
    bottom: -110px;
  }
  .bl_kv_r .deco01 {
    width: 300px;
  }
  /**  ボタン  **/
  .bl_rect {
    width: calc(20% - 16px);
    padding: 20px 10px 10px;
  }
  .bl_rect .img {
    height: 60px;
  }
  .bl_rect .ttl {
    font-size: 1.2rem;
  }
  .bl_rect:nth-of-type(n+2) {
    margin-left: 20px;
  }
  .bl_rect:nth-of-type(5n+1) {
    margin-left: 0;
  }
  .bl_rect:nth-of-type(n+6) {
    margin-top: 20px;
  }
  .bl_caseStudy_wrap,
  .bl_package_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .bl_byIndustry_ttl {
    font-size: 1.8rem;
  }
  .el_conversionBtnRow {
    display: block;
    margin-top: 0;
  }
  .el_conversionBtnRow .el_conversionBtn {
    margin: 0 auto;
  }
  .el_conversionBtnRow .el_btnOuter {
    margin: 15px auto 0 auto;
  }
  .el_conversionBtnRow.overMd {
    display: none;
  }
  .el_conversionBtn__mini {
    margin-left: 20px;
    max-width: 210px;
  }
  .bl_byIndustry_list {
    grid-template-columns: repeat(3, 1fr);
  }
  .bl_byIndustry_bunner {
    bottom: -190px;
  }
  .bl_byIndustry_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 10px;
  }
  .bl_byIndustry_lead {
    width: 100%;
    text-align: center;
  }
  .bl_byIndustry_catch {
    margin-top: 5px;
    margin-left: 0;
  }
  /**  お問い合わせ  **/
  .bl_form dt {
    width: 240px;
  }
  .bl_form dd {
    width: calc(100% - 240px);
  }
  .bl_form_row {
    max-width: 240px;
  }
  .bl_form_row dt, .bl_form_row dd {
    width: 100%;
  }
  .bl_form_row_wide {
    max-width: 100%;
  }
  /**  満足度アンケート  **/
  .bl_chartWrap .ttl {
    font-size: 1.8rem;
  }
  /**  よくある質問  **/
  .bl_qa_q {
    font-size: 2.4rem;
  }
  /**  導入事例  **/
  .bl_card_info {
    padding: 20px 40px 20px 45px;
  }
  .bl_case_company {
    padding: 30px 3.90625vw;
  }
  .bl_caseStudy_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }
  .bl_caseStudy_thum {
    width: 100%;
  }
  .bl_caseStudy_thum img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bl_caseStudy_block {
    padding: 24px 20px 30px 20px;
  }
  .bl_caseStudy_heading {
    margin-bottom: 14px;
    min-height: auto;
  }
  .el_singleTtl {
    font-size: 2.7rem;
    margin-bottom: 20px;
  }
  .bl_caseFlow_flex {
    grid-template-columns: repeat(1, 1fr);
  }
  .bl_caseFlow_img {
    text-align: center;
  }
  .bl_caseOem_col {
    grid-template-columns: repeat(1, 1fr);
    max-width: 500px;
    margin: 50px auto 0;
    gap: 100px;
  }
  .bl_caseOem_and {
    max-width: 500px;
  }
  .bl_caseOem_and .bl_caseOem_item {
    grid-template-columns: repeat(1, 1fr);
  }
  .bl_caseOem_and .bl_caseOem_img {
    border-radius: 14px 14px 0 0;
  }
  .bl_caseOem_and .bl_caseOem_box {
    padding: 20px 8.5%;
  }
  .bl_caseOem_item::after {
    top: auto;
    bottom: -45px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    width: 40px;
    height: 20px;
  }
  .el_casestudyBtn {
    font-size: 1.6rem;
  }
  .bl_footer_inner .right {
    margin-left: 40px;
  }
  .bl_footer_nav {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .bl_basicfeature_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .bl_basicfeature_item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .bl_basicfeature_item:nth-child(even) .bl_basicfeature_con {
    border-radius: 0 0 10px 10px;
  }
  .bl_basicfeature_item:nth-child(even) .bl_basicfeature_img {
    border-radius: 10px 10px 0 0;
  }
  .bl_basicfeature_item:nth-child(even) .bl_basicfeature_img img {
    border-radius: 10px 10px 0 0;
  }
  .bl_basicfeature_con {
    width: 100%;
    padding: 50px 60px;
    border-radius: 0 0 10px 10px;
  }
  .bl_basicfeature_img {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .bl_basicfeature_img img {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .bl_functionDetails_unit {
    grid-template-columns: repeat(2, 1fr);
  }
  .bl_functionDetails_slide .slider .prev-arrow {
    left: 25px;
  }
  .bl_functionDetails_slide .slider .next-arrow {
    right: 25px;
  }
  .bl_possible {
    padding-top: 170px;
  }
  .bl_possible_cardWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  .bl_possible_card {
    width: 350px;
  }
  .bl_possible_flow {
    gap: 35px;
  }
  .bl_possible_flowItem::before {
    width: 18px;
    height: 28px;
    right: -11px;
  }
  .bl_possible_flowItem .label {
    font-size: 2.4rem;
  }
  .bl_possible_flowItem .num {
    width: 34px;
    height: 34px;
    font-size: 2.4rem;
    padding-bottom: 4px;
  }
  .bl_functions_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .bl_functions_title {
    font-size: 2.4rem;
  }
  .bl_functions_title .small {
    font-size: 2rem;
  }
  .bl_functions_menu li::before {
    top: 6px;
  }
  .bl_problem {
    padding-bottom: 200px;
  }
  .bl_problem_next {
    bottom: 3%;
  }
  .bl_problem_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_problem_row .el_largeTtl {
    margin-bottom: 0;
  }
  .bl_problem_content {
    width: 100%;
  }
  .bl_price_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .bl_price_lead {
    margin-bottom: 10px;
  }
  .bl_price_deco {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 11vw;
  }
  .bl_price_deco01, .bl_price_deco02 {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    top: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .bl_comparison_deco {
    left: 10px;
  }
  .bl_tool_list {
    grid-template-columns: repeat(3, 1fr);
  }
  .bl_tool_area {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .bl_tool_caption {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  .hp_spScroll {
    display: block;
  }
  .ly_section {
    padding: 70px 0;
  }
  .ly_sectionPtNone {
    padding: 0 0 70px;
  }
  .ly_sectionPbNone {
    padding: 70px 0 0;
  }
  .ly_section__pb {
    padding-bottom: 180px;
  }
  .ly_case {
    padding: 90px 0 60px;
  }
  .el_lowerH1 {
    font-size: 2.6rem;
    margin-bottom: 60px;
  }
  .el_privacyH2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .el_privacyH3 {
    font-size: 2rem;
  }
  /**  header  **/
  .bl_header {
    height: 60px;
    padding: 0 0 0 20px;
  }
  .bl_header_inner .logo {
    width: 190px;
  }
  .bl_header_inner .bl_header_nav {
    width: 100%;
  }
  .bl_header_inner .bl_header_menu {
    padding: 0 0 100px 0;
  }
  .bl_header_inner .el_conversionBtn {
    font-size: 1.4rem;
  }
  /**  KV  **/
  .bl_kv {
    height: auto;
    padding: 0;
    margin-top: 60px;
  }
  .bl_kv_unit {
    padding-top: 30px;
  }
  .bl_kv_inner {
    max-height: initial;
  }
  .bl_kv_inner .kv {
    margin-bottom: 30px;
  }
  .bl_kv_inner .el_conversionBtn {
    max-width: 335px;
  }
  .bl_kv_inner .el_btnOuter {
    margin-top: 15px;
  }
  .bl_kv_img {
    margin-bottom: 0;
  }
  .bl_kv_img_deco {
    bottom: 28%;
    right: 2%;
    width: 33%;
  }
  .bl_kv_img_deco__bottom {
    bottom: 24%;
  }
  .bl_kv_a {
    background: url(../img/top/kv_bgA_sp.png) no-repeat center center/cover;
    padding: 6vw 20px 8vw;
    margin-top: 60px;
  }
  .bl_kv_a .bl_kv_con {
    margin-bottom: 0;
  }
  .bl_kv_a .bl_kv_ai {
    display: none;
  }
  .bl_kv_b {
    background: url(../img/top/kv_bgB_sp.png) no-repeat center center/cover;
    padding: 7vw 20px 23vw;
    margin-top: 60px;
  }
  .bl_kv_b .bl_kv_inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bl_kv_b .bl_kv_con {
    width: 100%;
  }
  .bl_kv_b .bl_kv_ai {
    width: 93%;
    opacity: 0.4;
    display: none;
  }
  /**  consept  **/
  .bl_pickUp {
    padding: 30px 0;
  }
  .bl_pickUp_inner {
    display: block;
  }
  .bl_pickUp_right {
    padding-bottom: 10px;
  }
  .bl_pickUp_left {
    text-align: center;
    font-size: 2.4rem;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .bl_pickUp_header .ttl {
    font-size: 1.6rem;
  }
  .bl_pickUp_cont {
    padding: 10px 0;
  }
  .bl_pickUp_cont .img {
    border-radius: 4px;
  }
  .bl_pickUp_cont .col02 * {
    width: calc(50% - 5px);
  }
  .bl_pickUp_cont .col03 * {
    width: calc(33.3333333333% - 6.6666666667px);
  }
  .bl_pickUp_cont .col04 * {
    width: calc(50% - 5px);
  }
  .bl_pickUp_cont .col04 *:nth-of-type(n+3) {
    margin-top: 10px;
  }
  /**  consept  **/
  .bl_conMedia_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_conMedia_inner .txtWrap,
  .bl_conMedia_inner .imgWrap {
    width: 100%;
  }
  .bl_conMedia_inner .ttl {
    font-size: 2rem;
    text-align: center;
  }
  .bl_conMedia_inner .logo {
    width: 170px;
  }
  .bl_conMedia_inner .txt {
    margin-top: 20px;
  }
  .bl_conMedia_inner .txtWrap {
    padding-right: 0;
  }
  .bl_conMedia_inner .imgWrap {
    margin-top: 20px;
  }
  .el_youtubeBtn {
    font-size: 1.6rem;
    margin-top: 30px;
  }
  .el_youtubeBtn .icon {
    width: 26px;
  }
  .el_youtubeBtn::after {
    width: 14px;
    height: 14px;
    right: 20px;
  }
  /**  お悩み  **/
  .bl_problemCommentUnit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bl_problemCommentUnit .bl_problemComment:nth-of-type(even) {
    margin-left: 10px;
  }
  .bl_problemCommentUnit .bl_problemComment:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .bl_problemComment {
    width: calc(50% - 5px);
    padding: 26px 6px 20px;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }
  .bl_problemComment .colon {
    top: -10px;
    left: 10px;
    width: 26px;
  }
  .bl_problem {
    padding-bottom: 190px;
    padding-top: 40px;
  }
  .bl_problem_item {
    font-size: 1.6rem;
  }
  .bl_problem_deco {
    top: 100%;
    width: 80px;
  }
  .bl_problem_deco01 {
    left: 20%;
  }
  .bl_problem_deco02 {
    right: 20%;
  }
  .bl_problem_intro .txt {
    font-size: 2rem;
  }
  .bl_problem_intro .icon {
    max-width: 60px;
  }
  .bl_problem_arrow {
    width: 40px;
    margin: 0 auto;
  }
  .bl_problem_next {
    bottom: 9%;
  }
  /**  解決  **/
  .bl_speechBubbleCardUnit {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bl_speechBubbleCardUnit.col03 .bl_speechBubbleCard {
    width: 100%;
  }
  .bl_speechBubbleCard {
    padding: 30px 20px;
  }
  .bl_speechBubbleCard:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .bl_speechBubbleCard .ttl {
    font-size: 1.8rem;
  }
  .bl_speechBubbleCard .bottom {
    margin-top: 20px;
  }
  /**  お問い合わせ  **/
  .bl_contact {
    padding: 40px 0;
  }
  .bl_contact .deco01 {
    top: -40px;
    right: calc(50% - 70px);
  }
  .bl_contact .deco02 {
    left: calc(50% - 140px);
    bottom: -130px;
  }
  .bl_contact_inner {
    padding: 20px 20px 30px 20px;
  }
  .bl_contact_inner .ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .bl_contact_inner .ttl .kakeru {
    width: 72px;
    margin: 0 5px 5px 0;
  }
  .bl_contact_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_contact_content:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .bl_contact_content > div {
    margin: 0;
  }
  .bl_contact_content > div:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .bl_contact_content .ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .bl_contact_content .txt {
    font-size: 1.2rem;
  }
  .bl_contact_bottom {
    margin-top: 20px;
  }
  .bl_contact_btnUnit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_contact_btnUnit .el_conversionBtnMini:first-of-type {
    margin: 0 0 10px 0;
  }
  .bl_contact_tel {
    margin-top: 20px;
  }
  .bl_checkOnList {
    display: block;
  }
  .bl_checkOnList li {
    font-size: 1.6rem;
    padding-left: 28px;
  }
  .bl_checkOnList li::before {
    width: 20px;
    height: 20px;
  }
  .bl_checkOnList li:nth-of-type(odd) {
    margin-right: 0;
  }
  /**  機能一覧  **/
  .bl_rectWrap {
    margin-top: 10px;
  }
  .bl_rectWrap .deco01 {
    width: 140px;
    left: -50px;
    top: -44px;
  }
  .bl_rectWrap .deco02 {
    width: 210px;
    right: -100px;
    bottom: -30px;
  }
  .bl_rect {
    width: calc(33.3333333333% - 6.6666666667px);
    padding: 18px 5px 15px;
  }
  .bl_rect .img {
    max-height: 60px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .bl_rect:nth-of-type(n+2) {
    margin-left: 10px;
  }
  .bl_rect:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .bl_rect:nth-of-type(n+4) {
    margin-top: 10px;
  }
  .bl_rect .balloon {
    font-size: 1rem;
    width: 150px;
    padding: 10px;
    letter-spacing: 0;
  }
  .bl_rect .balloon .el_noteTxt {
    font-size: 1rem;
  }
  .bl_lightGreenUnit {
    padding: 34px 20px;
  }
  .bl_lightGreenUnit__pb {
    padding-bottom: 200px;
  }
  .bl_byIndustry {
    width: 100%;
    margin: 0 13px;
  }
  .bl_byIndustry_unit img {
    height: 70px;
  }
  .bl_byIndustry_suggest {
    top: 0;
  }
  .bl_byIndustry_suggest img {
    height: auto;
  }
  .bl_byIndustry_info {
    padding: 26px 20px;
  }
  .bl_byIndustry_info .txt {
    margin-top: 20px;
  }
  .bl_byIndustry_ttl {
    font-size: 1.8rem;
    padding: 16px 20px;
    min-height: auto;
  }
  .bl_byIndustry_list {
    grid-template-columns: repeat(1, 1fr);
  }
  .bl_byIndustry_list .bl_byIndustry_unit::after {
    bottom: 12px;
  }
  .bl_byIndustry_list .bl_byIndustry_unit__desc {
    padding: 40px 10px;
    font-size: 1.8rem;
  }
  .bl_byIndustry_list .bl_byIndustry_unit__desc::after {
    bottom: auto;
    top: 50%;
  }
  .bl_byIndustry_item .txt {
    margin-top: 12px;
  }
  .bl_byIndustry_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_byIndustry_title .ttl {
    margin-top: 0px;
  }
  .bl_byIndustry_title img {
    margin: 0 15px 0 0;
    height: 50px;
  }
  .bl_byIndustry_bunner {
    bottom: -120px;
    padding: 0 20px;
  }
  .bl_byIndustry_box {
    font-size: 1.8rem;
    padding: 22px 15px 10px 15px;
  }
  .bl_byIndustry_lead {
    font-size: 1.6rem;
    padding: 20px 6px;
  }
  .bl_byIndustry_lead .large {
    font-size: 2.2rem;
  }
  .bl_byIndustry_catch .large {
    font-size: 3.2rem;
  }
  .slider {
    padding-bottom: 30px;
  }
  .slider .slide-arrow {
    width: 50px;
  }
  /** オーダーメイド  **/
  .bl_orderCase .slick-list {
    padding: 10px 40px;
    margin: -10px -20px;
  }
  .bl_orderCase .slick-list li {
    margin: 0 10px;
  }
  .bl_orderCase .prev-arrow {
    left: 20px;
  }
  .bl_orderCase .next-arrow {
    right: 20px;
  }
  /** 他社比較  **/
  .bl_contNoteList {
    margin-left: 0;
  }
  .bl_contNoteList li {
    font-size: 1rem;
  }
  /** 料金プラン  **/
  .bl_kakeru {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_kakeru .x {
    margin: 10px 0;
    width: 20px;
  }
  .bl_kakeru_inner {
    max-width: 300px;
    padding: 26px 20px;
  }
  .bl_kakeru_inner .ttl {
    font-size: 1.6rem;
  }
  .bl_kakeru_inner .price {
    font-size: 2.8rem;
  }
  .bl_kakeru_inner .yen {
    font-size: 1.6rem;
  }
  .bl_kakeru_inner .tax {
    font-size: 1.4rem;
  }
  /** 導入事例  **/
  .bl_slider.is_open .slick-slide {
    height: 100%;
  }
  .bl_slider .slick-slide {
    height: 135vw;
  }
  .bl_slider .slide-arrow {
    width: 40px;
  }
  .bl_slider .prev-arrow {
    left: -15px;
  }
  .bl_slider .next-arrow {
    right: -15px;
  }
  .bl_slider .el_moreWrap {
    display: block;
  }
  .bl_slider_inner {
    padding: 20px 20px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow: hidden;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .bl_slider_inner .img {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 20px;
  }
  .bl_slider_inner .txtWrap {
    width: 100%;
  }
  .bl_slider_inner .ttl {
    font-size: 1.6rem;
    margin: 10px 0;
  }
  .bl_slider_inner .voice {
    margin-top: 20px;
  }
  .bl_slider_inner .voiceTtl {
    margin-bottom: 0;
  }
  .bl_slider_inner .voiceTxt {
    font-size: 1.2rem;
  }
  .bl_tagWrap {
    margin: -2px -2px 0;
  }
  /** アンケート  **/
  .bl_questionnaire .voiceWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .bl_questionnaire .comment {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    text-align: center;
  }
  .bl_questionnaire .comment img {
    width: 100%;
    max-width: 400px;
  }
  .bl_questionnaire .img01 {
    width: 20%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .bl_questionnaire .img02 {
    width: 26%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 30px;
  }
  .bl_chartWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_chartWrap .inner {
    width: 100%;
  }
  .bl_chartWrap .inner:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .bl_chartWrap .ttl {
    font-size: 1.8rem;
    line-height: 1.3;
    position: relative;
    z-index: 2;
  }
  .bl_chartWrap .q {
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 8rem;
    margin: 0;
    opacity: 0.2;
    z-index: -1;
  }
  .bl_chartWrap .chartImg {
    max-width: 70%;
    margin: 0 auto 20px;
  }
  .bl_chartWrap .greenTtl {
    font-size: 1.6rem;
  }
  .bl_caseStudy_wrap,
  .bl_package_wrap {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 30px;
  }
  .bl_caseStudy_ttl,
  .bl_package_ttl {
    font-size: 1.6rem;
  }
  .bl_case_arrow {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .bl_case_txtUnit {
    margin-top: 35px;
  }
  .bl_case_txtUnit .bl_case_row:last-of-type {
    margin-bottom: 40px;
  }
  .bl_case_companyArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_case_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_case_rowReverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .bl_case_rowReverse .bl_case_rowItem:first-of-type {
    margin-top: 40px;
  }
  .bl_case_rowReverse .bl_case_rowItem:last-of-type {
    margin-top: 0;
  }
  .bl_case_rowItem {
    width: 100%;
  }
  .bl_case_rowItem:last-of-type {
    margin-top: 40px;
  }
  .bl_case_companyImg {
    width: 100%;
  }
  .bl_case_companyCon {
    width: 100%;
    padding: 20px 20px 30px 20px;
  }
  .bl_case_companyCon .logo {
    max-width: 50px;
  }
  .bl_case_companyCon .logo_w0 {
    max-width: 110px;
  }
  .bl_case_companyCon .logo__square {
    width: 50px;
    height: 50px;
    padding: 5px;
  }
  .bl_case_companyCon .name {
    font-size: 1.8rem;
  }
  .bl_case_companyCon .name a::after {
    height: 18px;
    width: 18px;
  }
  .bl_case_companyTxt {
    margin-top: 14px;
  }
  .bl_case_logo {
    margin-right: 0;
    margin-bottom: 22px;
  }
  .bl_case_company {
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  .bl_case_companyOther {
    padding: 15px;
  }
  .bl_case_companyCatch {
    font-size: 1.6rem;
  }
  .bl_case_companyBox__qrOnly {
    margin-top: 50px;
  }
  .bl_case_companyBox__qrOnly .bl_case_companyOther {
    padding: 15px;
  }
  .bl_case_companyBox__qrOnly .bl_case_companyCatch {
    margin-right: 10px;
    font-size: 1.6rem;
  }
  .bl_case_companyBox__qrOnly .bl_case_companyQr {
    max-width: 90px;
  }
  .bl_cardOuter {
    row-gap: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_cardOuter img {
    border-radius: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .bl_card:first-of-type:after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .bl_card_info {
    padding: 20px 19px 20px 39px;
  }
  .bl_case_ttl,
  .bl_caceComment_ttl {
    font-size: 1.8rem;
  }
  .bl_case_ttl {
    margin-bottom: 15px;
  }
  .bl_caceComment_ttl {
    font-size: 20px;
  }
  .bl_case_txtUnit__h4 .bl_case_ttl {
    font-size: 1.8rem;
  }
  .bl_caseStudy_filterbox {
    margin-bottom: 40px;
  }
  .bl_caseStudy_filter {
    padding: 30px 20px;
    border-radius: 0 0 14px 14px;
  }
  .bl_caseStudy_filterButton {
    display: block;
  }
  .bl_caseStudy_select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 14px;
    margin-bottom: 15px;
  }
  .bl_caseStudy_data {
    width: auto;
    font-size: 1.6rem;
  }
  .bl_caseStudy_selectBtn {
    font-size: 1.2rem;
  }
  .el_url .icon {
    width: 10px;
  }
  /**  バナー  **/
  .bl_banner {
    padding: 10px;
    margin: 50px auto 0;
  }
  .bl_banner .el_slash .inner::before {
    left: -50px;
  }
  .bl_banner .center.mt20 {
    text-align: left;
  }
  .bl_banner__margin {
    margin: -30px auto 50px;
  }
  .bl_banner__margin .el_slash .inner::before {
    left: -60px;
  }
  /**  追従ボタン  **/
  .bl_followWrap {
    right: 10px;
    bottom: 10px;
    max-width: 260px;
    text-align: center;
    -webkit-filter: drop-shadow(0 0 2px #fff);
            filter: drop-shadow(0 0 2px #fff);
  }
  .bl_followWrap .closeBtn {
    top: -16px;
    right: -8px;
    width: 30px;
  }
  .bl_followWrap a:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .bl_followWrap .spOnly {
    display: block;
  }
  /**  footer  **/
  .bl_footer small {
    display: block;
  }
  .bl_footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .bl_footer_inner .right {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .bl_footer_inner .left {
    width: 100%;
  }
  .bl_lineContact {
    margin: -10px 0 70px;
  }
  .bl_lineContact_inner {
    padding: 30px 20px;
  }
  /************  下層  ************/
  /**  お問い合わせ  **/
  .bl_lowerKv {
    padding: 100px 0 20px;
  }
  .bl_lower_info {
    padding: 70px 0;
  }
  .bl_progress_inner {
    width: 100px;
    height: 100px;
  }
  .bl_progress_inner .number {
    font-size: 1.4rem;
  }
  .bl_progress_inner .txt {
    font-size: 1.6rem;
  }
  .bl_form {
    margin-top: 40px;
  }
  .bl_form dt,
  .bl_form dd {
    width: 100%;
  }
  .bl_form dt {
    padding: 20px 0 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .bl_form dt:last-of-type {
    border-bottom: none;
  }
  .bl_form dd {
    padding: 0 0 20px;
    border-top: none;
  }
  .bl_form dd:last-of-type {
    border-color: #1E870A;
  }
  .bl_form_row {
    max-width: 100%;
  }
  .bl_form_item {
    width: 100%;
  }
  .bl_mustReadWrap > p {
    font-size: 1.4rem;
  }
  .un_agreeBtn {
    font-size: 1.6rem;
  }
  .bl_submitWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_submitWrap .g-recaptcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bl_submitWrap_back {
    margin: 0 auto;
  }
  .bl_submitWrap_submit {
    margin: 20px 0 0 0;
  }
  .bl_contactFinish .ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .bl_contactFinish .catch {
    font-size: 1.6rem;
    margin-top: 40px;
  }
  .bl_doc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_doc .col02 {
    width: 100%;
  }
  /**  element  **/
  /* ttl */
  .el_largeTtl {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  .el_largeTtl .kakeru {
    width: 140px;
    margin: 8px 5px 8px 0;
  }
  .el_largeTtl .small {
    font-size: 1.8rem;
  }
  .el_largeTtl .txt__mt {
    margin-top: 10px;
  }
  .el_midTtl {
    font-size: 1.8rem;
  }
  .el_backTitle .catch {
    font-size: 8rem;
  }
  .el_h2 {
    font-size: 2.6rem;
    margin-bottom: 10px;
    line-height: 1.4;
    padding-top: 8px;
  }
  .el_h2 .kakeru {
    margin: 0 4px 5px 0;
    width: 170px;
  }
  .el_h2__addLine {
    margin-top: 30px;
  }
  .el_h2__addLine::before {
    height: 30px;
  }
  .el_h2__addLine__txtNone {
    margin-bottom: 30px;
  }
  .el_h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .el_singleTtl {
    font-size: 1.8rem;
  }
  .el_singleTtl {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .el_smallTtl {
    font-size: 1.6rem;
  }
  .bl_card_ttl {
    font-size: 1.6rem;
  }
  .bl_case_mainImg {
    margin-bottom: 30px;
  }
  .bl_case_mainImg {
    margin-bottom: 40px;
  }
  .el_leadTxt {
    margin-bottom: 30px;
    line-height: 1.8;
  }
  .el_leadTxt .large {
    font-size: 2rem;
  }
  /**  unique  **/
  .el_bigarrow {
    width: 50px;
    margin: -10px auto;
  }
  /* txt */
  .el_speechBalloon {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .el_speechBalloon .inner {
    padding: 10px 20px 12px;
  }
  .el_speechBalloon .inner::before {
    width: 24px;
  }
  .el_tel {
    font-size: 3.8rem;
  }
  .el_mainLeadTxt {
    font-size: 1.8rem;
  }
  .el_mainLeadTxt .large {
    font-size: 2.8rem;
  }
  .el_mainLeadTxt__addMt {
    margin-top: 30px;
  }
  .el_mainLeadTxt__addMb {
    margin-bottom: 30px;
  }
  .el_subLeadTxt {
    font-size: 1.8rem;
  }
  .el_subLeadTxt .large {
    font-size: 2.4rem;
  }
  .el_subLeadTxt__addMt {
    margin-top: 30px;
  }
  .el_subLeadTxt__addMb {
    margin-bottom: 30px;
  }
  .el_slash {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .el_slash .inner {
    padding: 0 40px;
  }
  .el_slash .inner::before, .el_slash .inner::after {
    width: 28px;
    height: 24px;
    top: auto;
  }
  .el_slash .large {
    font-size: 2.2rem;
  }
  .el_slash .kakeru {
    width: 60px;
  }
  .el_slash__spSlashLarge .inner::before, .el_slash__spSlashLarge .inner::after {
    height: 40px;
  }
  .el_slash__bold {
    font-size: 2rem;
  }
  .el_slash__fz {
    font-size: 2.4rem;
  }
  .el_noteTxt {
    font-size: 1rem;
  }
  .el_tag {
    font-size: 1rem;
    margin: 2px;
  }
  /* btn */
  .el_btnOuter__addMt {
    margin-top: 40px;
  }
  .el_conversionBtn {
    display: block;
    margin: 0 auto;
    font-size: 1.8rem;
    padding: 12px 16px;
    max-width: 340px;
    line-height: 1.3;
  }
  .el_conversionBtn::after {
    right: 25px;
    width: 8px;
    height: 8px;
  }
  .el_conversionBtn .icon {
    margin-right: 8px;
  }
  .el_conversionBtn .icon img {
    max-height: 23px;
    max-width: 23px;
  }
  .el_conversionBtnMini {
    font-size: 1.6rem;
    padding: 14px 20px;
    max-width: 280px;
  }
  .el_conversionBtnMini::after {
    right: 15px;
    width: 6px;
    height: 6px;
  }
  .el_conversionBtnMini .icon {
    margin-right: 4px;
  }
  .el_conversionBtnMini__blank::after {
    right: 23px;
    width: 12px;
    height: 12px;
  }
  .el_btn {
    padding: 16px 10px 20px;
    font-size: 1.6rem;
    margin-top: 20px;
    max-width: 320px;
  }
  .el_btn__monochrome {
    padding: 20px;
    font-size: 1.8rem;
    margin-top: 40px;
  }
  .el_btn__orangeAnchor {
    margin-top: 0;
  }
  .el_bubble {
    font-size: 1.6rem;
    padding: 8px 30px;
    min-width: 200px;
  }
  .bl_case_img {
    margin: 30px auto 35px;
  }
  .bl_case_txtUnit__h4 .bl_case_ttl {
    padding-left: 17px;
  }
  .bl_case_txtUnit__h4 .bl_case_ttl:before {
    top: 10px;
  }
  .bl_case_txtUnit__h4:first-of-type {
    margin-top: 0 !important;
  }
  .bl_case_txtUnit__mt {
    margin-top: 120px;
  }
  .bl_case_txtUnit__mt:first-of-type {
    margin-top: 120px;
  }
  .bl_case_label {
    font-size: 6rem;
    left: -24px;
  }
  .bl_case_label span {
    font-size: 8rem;
    margin-right: 0;
  }
  .bl_case_flow {
    padding: 40px 20px 20px;
  }
  .bl_case_rect {
    font-size: 1.6rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .bl_caseKv_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_caseKv_img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .bl_caseKv_con {
    max-width: 100%;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    position: relative;
    top: auto;
    right: auto;
  }
  .bl_caseKv_thum {
    min-height: 100px;
    margin-bottom: 15px;
  }
  .bl_caseKv_thum img {
    max-width: 280px;
    max-height: 120px;
  }
  .bl_caseKv_block {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .bl_caseKv_block .bl_caseKv_company, .bl_caseKv_block .label {
    margin: 0 0 2px;
  }
  .bl_caseFlow {
    margin-bottom: 0;
  }
  .bl_caseFlow_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .bl_caseFlow_label {
    width: 100%;
    text-align: center;
  }
  .bl_caseFlow_label p {
    width: 100px;
    height: 100px;
    font-size: 2.2rem;
  }
  .bl_caseFlow_con {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .bl_caseFlow_block {
    margin-top: 35px;
  }
  .bl_caseFlow_lead {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .bl_caseFlow_lead .large {
    font-size: 1.8rem;
  }
  .bl_caseFlow_catch {
    font-size: 1.4rem;
  }
  .bl_caseFlow_logo {
    max-width: 220px;
    text-align: center;
    margin: 0 auto 10px;
  }
  .bl_caseFlow_about {
    padding: 50px 20px 40px;
  }
  .bl_caseFlow_about:nth-child(n+2) {
    margin-top: 50px;
  }
  .bl_caseFlow_flex {
    gap: 28px;
  }
  .bl_caseOem_txt {
    font-size: 1.6rem;
  }
  .bl_caseOem_title {
    font-size: 2rem;
  }
  .bl_caseOem_list {
    padding-bottom: 25px;
  }
  .bl_caseOem_list li {
    font-size: 1.4rem;
  }
  .bl_caseOem_num {
    width: 50px;
    height: 50px;
    font-size: 2.4rem;
  }
  .bl_caseOem_num__label {
    font-size: 1.8rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: auto;
  }
  .bl_caseOem_box {
    padding: 20px;
  }
  .bl_caseOem_col {
    gap: 75px;
  }
  .bl_caseOem_item::after {
    width: 30px;
    height: 15px;
    bottom: -35px;
  }
  .bl_caseOem_and .bl_caseOem_box {
    padding: 20px;
  }
  .bl_caseOem_label {
    font-size: 1.4rem;
    min-height: 85px;
  }
  .bl_caseOem_label .large {
    font-size: 1.8rem;
  }
  .bl_caseOem_point {
    width: 190px;
    height: 190px;
  }
  .bl_caseOem_icon {
    width: 60px;
    height: 60px;
  }
  .bl_caseOem_row {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 15px;
    margin-top: 20px;
  }
  .bl_caseOem_bannerList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    max-width: 180px;
    margin: 0 auto 10px;
  }
  .bl_caseOem_bannerList li {
    font-size: 1.8rem;
    text-align: left;
  }
  .bl_caseOem_bannerBox {
    font-size: 1.4rem;
  }
  .bl_caseOem_bannerLeft, .bl_caseOem_bannerRight {
    width: 90px;
    bottom: -13px;
  }
  .bl_caseOem_bannerLeft {
    left: -16px;
  }
  .bl_caseOem_bannerRight {
    right: -16px;
  }
  /**  hepler  **/
  .hp_dot::before {
    width: 5px;
    height: 5px;
    top: -2px;
  }
  .hp_dot__orange::before {
    width: 4px;
    height: 4px;
    top: -2px;
  }
  .hp_dot__white::before {
    width: 4px;
    height: 4px;
    top: -2px;
  }
  .hp_shadow {
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.14));
            filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.14));
  }
  .hp_ungleTop::after {
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 30px solid #fff;
  }
  .hp_decoLeft::before {
    width: 180px;
  }
  .hp_decoRight::after {
    width: 150px;
  }
  .el_cardUnit {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .el_card {
    border-left: none;
    border: 3px solid #EDF4EA;
    border-radius: 10px;
  }
  .el_card::after {
    top: 84%;
  }
  .el_card:last-of-type {
    border-right: 3px solid #EDF4EA;
  }
  .el_card a {
    padding: 8px 2px 25px 2px;
  }
  .el_cardImg {
    max-width: 65px;
    max-height: 50px;
  }
  .el_cardTitle {
    margin-top: 10px;
    line-height: 1.3;
    font-size: 1.2rem;
  }
  .el_cardTitle .small {
    font-size: 1rem;
  }
  .bl_basicfeature {
    padding: 0 0 100px 0;
  }
  .bl_basicfeature_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .bl_basicfeature_item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .bl_basicfeature_con {
    width: 100%;
    padding: 30px 20px;
  }
  .bl_basicfeature_img {
    width: 100%;
  }
  .bl_basicfeature_title {
    font-size: 2rem;
  }
  .bl_basicfeature_title .small {
    font-size: 1.6rem;
  }
  .bl_basicfeature_catch {
    font-size: 1.8rem;
    margin-top: 20px;
  }
  .bl_basicfeature_txt {
    font-size: 1.4rem;
    margin-top: 16px;
  }
  .bl_functionDetailsTop {
    padding: 50px 0 45px 0;
  }
  .bl_functionDetailsTop::before {
    width: 70%;
    height: 70%;
  }
  .bl_functionDetailsTop::after {
    width: 200px;
    height: 206px;
  }
  .bl_functionDetailsTop_unit {
    display: block;
  }
  .bl_functionDetailsTop_con {
    width: 100%;
  }
  .bl_functionDetailsTop_title {
    font-size: 2.4rem;
  }
  .bl_functionDetailsTop_title .icon {
    width: 60px;
    height: 60px;
  }
  .bl_functionDetailsTop_catch {
    font-size: 1.8rem;
    margin-top: 30px;
    line-height: 1.4;
  }
  .bl_functionDetailsTop_txt {
    margin-top: 25px;
    line-height: 1.4;
  }
  .bl_functionDetailsTop_img {
    width: 100%;
    margin-top: 30px;
  }
  .bl_functionDetails_unit {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 130px;
  }
  .bl_functionDetails_area {
    padding-top: 75px;
  }
  .bl_functionDetails_title {
    font-size: 2.2rem;
    padding-bottom: 65px;
  }
  .bl_functionDetails_title::before, .bl_functionDetails_title::after {
    bottom: 45px;
  }
  .bl_functionDetails_catch {
    margin-top: 20px;
  }
  .bl_functionDetails_txt {
    margin-top: 20px;
  }
  .bl_functionDetails_box {
    padding: 20px;
  }
  .bl_functionDetails_subtitle {
    font-size: 1.8rem;
    padding-bottom: 15px;
  }
  .bl_functionDetails_list {
    margin-top: 15px;
  }
  .bl_functionDetails_etc {
    padding: 80px 0;
  }
  .bl_functions_box:first-of-type {
    margin-top: 80px;
  }
  .bl_functions_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .bl_functions_link {
    padding: 20px 30px 40px;
  }
  .bl_functions_title {
    font-size: 2rem;
  }
  .bl_functions_title .small {
    font-size: 1.6rem;
  }
  .bl_functions_txt {
    margin-top: 20px;
  }
  .bl_functions_plus {
    margin: 40px 0;
  }
  .bl_functions_plus img {
    width: 60px;
  }
  .bl_functions_deco {
    display: none;
  }
  .bl_functions_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .bl_functions_blockWrap {
    margin-bottom: 30px;
  }
  .bl_functions_blockWrap:last-of-type {
    margin-bottom: 0;
  }
  .bl_functions_block {
    margin-bottom: 30px;
  }
  .bl_functions_lead {
    font-size: 1.8rem;
    padding: 12px 20px;
  }
  .bl_functions_area {
    padding: 15px 20px 20px;
  }
  .bl_functions_menu li::before {
    top: 8px;
  }
  .bl_functions_menu li .bl_functions_menu li {
    font-size: 1.2rem;
  }
  .bl_possible {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .bl_possible::after {
    width: 330px;
    height: 102px;
  }
  .bl_possible_block {
    padding: 30px 20px;
  }
  .bl_possible_card {
    width: 100%;
  }
  .bl_possible_label {
    font-size: 2.4rem;
  }
  .bl_possible_box {
    padding: 30px 20px;
  }
  .bl_possible_flow {
    grid-template-columns: repeat(1, 1fr);
    gap: 55px;
  }
  .bl_possible_flowItem::before {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -56px;
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    width: 25px;
    height: 20px;
  }
  .bl_possible_flowItem .label {
    font-size: 2rem;
  }
  .bl_possible_flowItem .img {
    max-width: 220px;
    margin: 0 auto 20px;
  }
  .bl_price .el_noteTxt {
    text-align: left;
    font-size: 1.2rem;
  }
  .bl_price_block__orange::before {
    width: 50px;
    height: 50px;
    top: -72px;
  }
  .bl_price_block__orange .bl_price_info {
    padding-bottom: 0;
  }
  .bl_price_content {
    padding: 30px 20px;
    border-radius: 0 0 12px 12px;
  }
  .bl_price_list {
    grid-template-columns: repeat(1, 1fr);
  }
  .bl_price_item {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
  }
  .bl_price_heading {
    padding: 10px 20px;
    border-radius: 12px 12px 0 0;
  }
  .bl_price_title {
    font-size: 2.2rem;
  }
  .bl_price_label {
    font-size: 2rem;
  }
  .bl_price_aid {
    margin-top: 70px;
  }
  .bl_comparison_attention {
    margin-top: 40px;
  }
  .bl_comparison_catch {
    font-size: 1.8rem;
  }
  .bl_comparison_catch .large {
    font-size: 2.4rem;
  }
  .bl_comparison_list .el_checkList {
    font-size: 1.4rem;
  }
  .bl_comparison_list .el_checkList li::before {
    top: 4px;
  }
  .bl_comparison_label {
    font-size: 2rem;
  }
  .bl_comparison_info {
    padding: 30px 20px;
    margin-top: 50px;
    border: 6px solid #EBF4E9;
  }
  .bl_comparison_deco {
    display: none;
  }
  .bl_compLogoList .slick-slide {
    margin: 0 10px;
  }
  .bl_qa_wrap {
    margin-top: 40px;
  }
  .bl_qa_box {
    margin-bottom: 20px;
  }
  .bl_qa_qBox {
    padding: 18px 60px 18px 20px;
  }
  .bl_qa_qBox .icon {
    right: 35px;
  }
  .bl_qa_qBox.is_open::after {
    width: calc(100% - 40px);
  }
  .bl_qa_q {
    font-size: 1.8rem;
    padding-left: 50px;
    line-height: 1.4;
  }
  .bl_qa_q::before {
    width: 33px;
    height: 29px;
    padding-bottom: 4px;
    font-size: 2rem;
    top: 0;
  }
  .bl_qa_a {
    padding-left: 50px;
    margin: 20px 20px 0;
  }
  .bl_qa_a::before {
    width: 33px;
    height: 29px;
    padding-bottom: 4px;
    font-size: 2rem;
    top: 0;
  }
  .bl_announce_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 30px 25px 40px;
  }
  .bl_announce_content {
    width: 100%;
  }
  .bl_announce_logo {
    margin-bottom: 18px;
  }
  .bl_tool {
    padding: 80px 0;
  }
  .bl_tool .el_slash__mbSmall {
    margin-bottom: 5px;
  }
  .bl_tool_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .bl_tool_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_tool_img {
    width: 100%;
  }
  .bl_tool_con {
    width: 100%;
    margin-top: 30px;
  }
  .bl_tool_con .el_conversionBtn {
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bl_function {
    padding: 70px 0 0;
  }
  .bl_function_flow {
    margin-top: 40px;
  }
  .bl_function_item {
    overflow-x: scroll;
    margin-bottom: 30px;
  }
  .bl_function_item img {
    width: 600px;
    max-width: none;
  }
  .bl_caseTop_txt {
    font-size: 2.2rem;
  }
  .bl_caseTop_txt .small {
    font-size: 1.4rem;
  }
  .bl_contact_inner {
    padding: 20px 20px 115px;
  }
  .bl_contact_deco {
    height: 100px;
  }
  .bl_contact_deco01 {
    left: 19%;
  }
  .bl_contact_deco02 {
    right: 25%;
  }
  .bl_service_img {
    overflow-x: scroll;
  }
  .bl_service_img img {
    width: 600px;
    max-width: none;
  }
  .el_box .block {
    padding: 30px 20px;
  }
  .el_box_title {
    font-size: 2.2rem;
  }
  .el_box_block {
    padding: 25px 15px;
    margin-top: 30px;
  }
  .el_box_block__case {
    padding: 40px 20px 25px;
  }
}
@media screen and (max-width: 560px) {
  .bl_caseStudy_wrap,
  .bl_package_wrap,
  .bl_caseStudy_list {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 30px;
  }
  .bl_caseStudy_catch {
    font-size: 1.8rem;
  }
  .bl_footer_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_byIndustry_lead {
    font-size: 1.4rem;
  }
  .bl_byIndustry_lead .large {
    font-size: 2rem;
  }
  .bl_tool_list {
    grid-template-columns: repeat(1, 1fr);
  }
  .bl_tool_item {
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */