/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cmn_c_o {
  color: #EA5514;
}

h2.cmn_ttl {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.6px;
  padding-bottom: 25px;
  position: relative;
}

h2.cmn_ttl::after {
  position: absolute;
  content: "";
  width: 104px;
  height: 6px;
  background: #EA5514;
  bottom: 0;
  left: calc(50% - 52px);
}

.cmn_lead {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.88px;
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0 30px;
  color: #142C47;
}

.cmn_lead::before, .cmn_lead::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  background: #142C47;
  top: calc(50% - 15px);
}

.cmn_lead::before {
  left: 0;
  transform: rotate(-35deg);
}

.cmn_lead::after {
  right: 0;
  transform: rotate(35deg);
}

.cmn_ttl02 {
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  color: #FFEF5F;
  background: #142C47;
  min-width: 442px;
  display: table;
  margin: 0 auto 25px;
  border-radius: 38px;
  border: 3px solid #142c47;
  padding: 12px 35px;
}

@media (max-width: 750px) {
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
スマホ　＞汎用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

  h2.cmn_ttl {
      font-size: 24px;
      padding-bottom: 15px;
  }

  h2.cmn_ttl::after {
      width: 60px;
      height: 3px;
      left: calc(50% - 30px);
  }

  .cmn_lead {
      font-size: 18px;
      padding: 0 12px;
  }

  .cmn_ttl02 {
      min-width: auto;
      margin: 0 auto 15px;
      padding: 5px 45px;
      font-size: 18px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

header .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1366px;
  margin: 0 auto;
  width: 100%;
  padding: 15px 28px;
}

header .logo {
  width: 424px;
  margin-right: 50px;
  display: flex;
  align-items: center;
}


header p.con_btn a {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #EA5514;
  color: #fff;
  min-width: 308px;
  padding: 17px 30px 17px 50px;
  border-radius: 50px;
  position: relative;
  border: 1px solid #EA5514;
  transition: all .3s ease-in;
}

header p.con_btn a:hover {
  background: #fff;
  color: #EA5514;
  
}

header p.con_btn a::before {
  position: absolute;
  content: "";
  background: url(../images/mail.png) no-repeat 50% / contain;
  width: 22px;
  height: 15px;
  top: calc(50% - 8px);
  left: 35px;
  transition: all .3s ease-in;
}

header p.con_btn a:hover::before {
  background-image: url(../images/mail02.png);
}

  @media (max-width: 750px) {
    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
スマホ　＞ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    header .inner {
    padding: 5px 10px;}

    header .logo {
        width: 165px;
        margin-right: 5px;
    }

    header p.con_btn a {
        font-size: 10px;
        min-width: auto;
        padding: 10px 15px 10px 15px;
    }

    header p.con_btn a::before {
        width: 22px;
        height: 15px;
        top: calc(50% - 8px);
        left: 35px;
        content: none;
    }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
エンジニア不足を解決
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#lp_about {
  position: relative;
  z-index: 0;
  margin-bottom: 10px;
  background: #FFF8EF;
  overflow: hidden;
}

#lp_about.kugiri_m {
  padding: 102px 0 177px;
}

#lp_about::after {
  position: absolute;
  content: "";
  background: url(../images/about_bottom.jpg) no-repeat bottom left / cover;
  width: 1366px;
  height: 158px;
  bottom: 0;
  left: calc(50% - 683px);
  z-index: -1;
}

#lp_about .bg {
  position: absolute;
  z-index: -0;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}

#lp_about h2.main_ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.55;
  letter-spacing: 1.6px;
  text-align: center;
  margin-bottom: 82px;
}

#lp_about ul.items {
  margin: 0 -25px;
  padding: 0;
  position: relative;
}

#lp_about ul.items li {
  width: calc(33.3333% - 50px);
  margin: 0 25px;
  background: #fff;
}

#lp_about ul.items li .area_b {
  padding: 35px;
}

#lp_about ul.items li .area_b h3.ttl {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.12px;
  text-align: center;
  margin-bottom: 15px;
  font-size: clamp(20px , 2vw , 28px);
}

#lp_about ul.items li .area_b p.txt {
  letter-spacing: 0.64px;
}

@media (max-width: 750px) {
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　スマホ　＞　エンジニア不足を解決
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#lp_about.kugiri_m {
      padding: 50px 0 80px;
  }


  #lp_about h2.main_ttl {
      font-size: 20px;
      margin-bottom: 40px;
  }

  #lp_about ul.items {
      margin: 0;
  }

  #lp_about ul.items li {
      width: 100%;
      margin: 0 0 20px;
  }

}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
適材適所の人材を紹介
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#lp_foreword{
  position: relative;
}

#lp_foreword::before {
  position: absolute;
  content: "";
  background: url(../images/evoltec.png) no-repeat 50% / contain;
  max-width: 198px;
  height: 775px;
  top: calc(50% - 602px);
  left: -40px;
  width: 17vw;
}


#lp_foreword.kugiri_m {
  padding: 40px 0 95px;
}

#lp_foreword h2 {
  margin-bottom: 80px;
}

#lp_foreword ol.items {
  margin-bottom: -76px;
}

#lp_foreword ol.items li {
  border-radius: 8px;
  outline: 8px solid rgba(234, 85, 20, .3);
  position: relative;
  margin-bottom: 76px;
  background: #fff;
}

#lp_foreword ol.items li.list01 {
  padding: 25px 12% 25px 9%;
}

#lp_foreword ol.items li.list02 {
  padding: 40px 6% 33px 9%;
}

#lp_foreword ol.items li p.num {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #EA5514;
  border-radius: 23px;
  padding: 8px 20px;
  text-align: center;
  position: absolute;
  min-width: 230px;
  top: -25px;
  left: calc(50% - 115px);
}

#lp_foreword ol.items li p.num::after {
  content: counter(ol_cnt);
}

#lp_foreword ol.items li.list01 .box {
  width: calc(100% - 318px);
  padding: 40px 50px 0 0;
  /* width: 62%; */
}

#lp_foreword ol.items li.list01 p.txt {
  font-size: 36px;
  letter-spacing: 1.44px;
  font-weight: bold;
  margin-bottom: 10px;
}

#lp_foreword ol.items li.list01 p.txt .num {
  font-family: 'Roboto', sans-serif;
  font-size: 64px;
  letter-spacing: 1.28px;
}

#lp_foreword ol.items li.list01 p.txt .in_b {
  display: inline-block;
}

#lp_foreword ol.items li.list01 p.lead {
  font-size: 12px;
}

#lp_foreword ol.items li.list01 p.img {
  max-width: 318px;
  /* width: 38%; */
}

#lp_foreword ol.items li.list02 p.txt {
  /*     width: calc(100% - 603px); */
  padding: 0 60px 0 0;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  line-height: 1.6667;
  font-weight: 600;
  font-size: 18px;
  width: 34%;
}

#lp_foreword ol.items li.list02 p.img {
  max-width: 603px;
  width: 66%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
レイアウト変更　＞　適材適所の人材を紹介
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 800px) {
  #lp_foreword ol.items li {
      display: block;
  }

  #lp_foreword ol.items li.list01 .box {
      padding: 0;
      width: 100%;
      text-align: center;
  }

  #lp_foreword ol.items li.list01 p.img {
      width: 100%;
      margin: 0 auto;
  }

  #lp_foreword ol.items li.list02 p.txt {
      width: 100%;
      margin-bottom: 20px;
  }

  #lp_foreword ol.items li.list02 p.txt .br_800 {
      display: none;
  }

  #lp_foreword ol.items li.list02 p.img {
      width: 100%;
      margin: 0 auto;
  }
}

@media (max-width: 750px) {
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
スマホ　＞　適材適所の人材を紹介
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#lp_foreword::before {
  display: none;
}
#lp_foreword.kugiri_m {
      padding: 40px 0 45px;
  }

  #lp_foreword h2 {
      margin-bottom: 40px;
  }

  #lp_foreword ol.items li.list01 {
      padding: 25px;
  }

  #lp_foreword ol.items li.list01 p.txt {
      font-size: 20px;
  }

  #lp_foreword ol.items li.list01 p.txt .num {
      font-size: 32px;
  }

  #lp_foreword ol.items li.list02 p.txt {
      padding: 0;
      font-size: 14px;
  }

}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
豊富な契約プラン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#lp_plan {
  background: url(../images/plan_bg01.jpg) no-repeat left top / cover;
  position: relative;
  z-index: 0;
}

#lp_plan::before {
  position: absolute;
  content: "";
  background: url(../images/plan_txt.png) no-repeat 50% / contain;
  width: 198px;
  height: 405px;
  left: -40px;
  top: 85px;
  z-index: -1;
}

#lp_plan.kugiri_m {
  padding: 80px 0 90px;
}

#lp_plan h2 {
  margin-bottom: 50px;
}

#lp_plan ul.items {
  margin-bottom: -56px;
  padding: 0;
}

#lp_plan ul.items > li {
  background: #fff;
  margin-bottom: 56px;
}

#lp_plan ul.items li p.img {
  width: 50%;
  max-width: 544px;
}

#lp_plan ul.items li .box {
  width: calc(100% - 544px);
  padding: 10px 30px 10px 7.5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
}

#lp_plan ul.items li h3.main_ttl {
  margin-bottom: 45px;
  font-size: 28px;
  letter-spacing: 1.12px;
  position: relative;
  z-index: 0;
  line-height: 1;
}

@media (max-width: 800px) {
  #lp_plan ul.items li h3.main_ttl {
      margin-bottom: 20px;
  }
}

#lp_plan ul.items li h3.main_ttl::after {
  position: absolute;
  content: "";
  width: 204px;
  height: 10px;
  background: #FFEF5F;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#lp_plan ul.items li:first-child h3.main_ttl::after {
  width: 260px;
}

#lp_plan ul.items li h3.main_ttl .in_b {
  display: inline-block;
  line-height: 1.5;
}

#lp_plan ul.items li ul.items02 {
  padding: 0;
}

#lp_plan ul.items li ul.items02 li {
  letter-spacing: 0.64px;
  padding-left: 22px;
  position: relative;
}

#lp_plan ul.items li ul.items02 li::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #151515;
  border-radius: 35px;
  left: 6px;
  top: 7px;
}

@media (max-width: 750px) {
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
豊富な契約プラン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#lp_plan::before {
 display: none;
}
  #lp_plan.kugiri_m {
      padding: 40px 0;
  }

  #lp_plan ul.items > li {
      display: block;
  }

  #lp_plan ul.items li p.img {
      width: 100%;
  }

  #lp_plan ul.items li .box {
      width: 100%;
      padding: 30px;
  }

  #lp_plan ul.items li h3.main_ttl {
      font-size: 24px;
  }

  #lp_plan ul.items li h3.main_ttl::after {
      width: 80%;
  }

  #lp_plan ul.items li:first-child h3.main_ttl::after {
      width: 82%;
  }

}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
人気割りプラン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#lp_price {
  background: #EFF0F7;
}

#lp_price.kugiri_m {
  padding: 82px 0 40px;
}

#lp_price .cmn_lead {
  margin-bottom: 20px;
}

#lp_price p.sub_txt {
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

#lp_price .box {
  margin-bottom: 32px;
}

#lp_price p.txt {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.88px;
  line-height: 1.727272;
  position: relative;
  padding-left: 57px;
}

#lp_price p.txt::before {
  position: absolute;
  content: "(例)";
  top: 0;
  left: 0;
}

#lp_price p.txt .arrow {
  background: url(../images/arrow.png) no-repeat 50% / contain;
  width: 39px;
  height: 21px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: -3px;
}

#lp_price p.txt .off {
  color: #fff;
  background: #EA5514;
  border-radius: 5px;
  padding: 0px 13px;
  display: inline-block;
  margin-left: 10px;
}

#lp_price p.main_img {
  margin-bottom: 30px;
}

@media (max-width: 1089px) {
  #lp_price p.main_img {
      overflow: scroll;
      position: relative;
  }

  #lp_price p.main_img img {
      max-width: none;
  }
}

#lp_price p.main_img img {
  max-width: none;
}

@media (max-width: 750px) {
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
人気割りプラン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */ 

  #lp_price.kugiri_m {
      padding: 40px 0;
  }

  #lp_price p.main_img::before {
    content:"";
    background: url("../images/arrow-big-right-lines.svg") no-repeat 50% / 25px 25px #fff;
    width: 40px;
    height: 40px;
    border: 1px solid;
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 25px);
    right: 5px;
      transition: all .3s ease-in;
    }
    #lp_price p.main_img.on::before {
        opacity: 0;
    }
    
  #lp_price p.main_img:hover::before {
    opacity: 1;    
  }
    
  #lp_price p.txt {
      font-size: 16px;
      padding-left: 40px;
  }

  #lp_price p.txt .arrow {
      width: 25px;
      height: 15px;
  }

  #lp_price p.txt .off {
      margin: 0;
  }

  #lp_price p.main_img img {
      width: 200%;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
サブスクプラン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#lp_subsc {
  background: #EFF0F7;
}

#lp_subsc.kugiri_m {
  padding: 75px 0 88px;
}

#lp_subsc p.cmn_lead {
  margin-bottom: 20px;
}

#lp_subsc h2 {
  margin-bottom: 42px;
}

#lp_subsc p.txt {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.88px;
  line-height: 1.727272;
  margin-bottom: 40px;
}

#lp_subsc p.txt .small {
  letter-spacing: 0.64px;
  font-size: 16px;
  font-weight: 400;
}

#lp_subsc p.main_img {
  margin-bottom: 30px;
}

@media (max-width: 1089px) {
  #lp_subsc p.main_img {
      overflow: scroll;
      position: relative;
  }
    

  #lp_subsc p.main_img img {
      max-width: none;
  }
}

@media (max-width: 750px) {
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
サブスクプラン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */ 
  #lp_subsc.kugiri_m {
      padding: 40px 0;
  }

  #lp_subsc p.txt {
      font-size: 15px;
      margin-bottom: 20px;
  }

    
  #lp_subsc p.main_img::before {
        content: "";
        background: url("../images/arrow-big-right-lines.svg") no-repeat 50% / 25px 25px #fff;
        width: 40px;
        height: 40px;
        border: 1px solid;
        border-radius: 100%;
        position: absolute;
        top: calc(50% - 10px);
        right: 5px;
        transition: all .3s ease-in;
    }
    
    #lp_subsc p.main_img.on::before {
        opacity: 0;
    }
    
  #lp_subsc p.main_img img {
      width: 200%;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
充実の無料サポート
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#lp_sup{
  position: relative;
}

#lp_sup::before{
  position: absolute;
  content:"";
  background: url(../images/SUPPORT.png) no-repeat 50% / contain;
  width: 198px;
  height: 709px;
  top: 88px;
  left: -42px;
  z-index: -1;
}

#lp_sup.kugiri_m {
  padding: 80px 0 40px;
}

#lp_sup h2 {
  margin-bottom: 45px;
}

#lp_sup p.main_lead {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.72px;
  line-height: 1.6666;
  margin-bottom: 50px;
}

#lp_sup ul.items {
  margin: 0 -23px;
  padding: 0;
}

#lp_sup ul.items > li {
  width: calc(50% - 46px);
  margin: 0 23px;
  padding: 30px 15px 15px 15px;
}

#lp_sup ul.items > li.list01 {
  background: #D7EDF9;
}

#lp_sup ul.items > li.list02 {
  background: #E5E1DB;
}

#lp_sup ul.items li h3.ttl {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.12px;
  color: #142C47;
  margin-bottom: 20px;
  padding: 0 80px 0 30px;
  font-size: clamp(22px, 2vw ,28px);
  min-height: 84px;
}

#lp_sup ul.items li.list01 h3.ttl {
  background: url(../images/jpn.png) no-repeat right 24px top 50% / 54px 36px;
}

#lp_sup ul.items li.list02 h3.ttl {
  background: url(../images/jpn_vet.png) no-repeat right 24px top 50% / 53px 77px;
}

#lp_sup ul.items li .box {
  background: #fff;
  padding: 38px 31px 31px 31px;
}

#lp_sup .main_txt {
  letter-spacing: 0.64px;
  margin-bottom: 5px;
}

#lp_sup ul.items li ul.items02 {
  margin-bottom: 37px;
  padding: 0;
}

#lp_sup ul.items li ul.items02 li {
  letter-spacing: 0.64px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}

#lp_sup ul.items li ul.items02 li::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #151515;
  border-radius: 35px;
  left: 6px;
  top: 7px;
}

@media (max-width: 1000px) {
  #lp_sup ul.items {
      margin: 0 0 -30px;
      display: block;
  }

  #lp_sup ul.items > li {
      margin: 0 auto 30px;
      width: 100%;
      max-width: 520px;
  }

  #lp_sup ul.items li h3.ttl {
      font-size: 28px;
  }
}

@media (max-width: 750px) {
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
充実の無料サポート
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#lp_sup::before{
  display: none;
}
#lp_sup.kugiri_m {
      padding: 40px 0;
  }

  #lp_sup h2 {
      margin-bottom: 10px;
      padding-bottom: 8px;
  }

  #lp_sup p.main_lead {
      font-size: 13px;
      margin-bottom: 25px;
  }

  #lp_sup ul.items li h3.ttl {
      font-size: 18px;
      padding: 0 40px 0 15px;
      min-height: auto;
  }

  #lp_sup ul.items li.list01 h3.ttl {
      background-size: 40px auto;
      background-position: right top 17px;
      padding-left: 33px;
  }

  #lp_sup ul.items li.list02 h3.ttl {
      background-size: 40px auto;
      background-position: right top;
  }

  #lp_sup ul.items li .box {
      padding: 25px 20px;
  }

  #lp_sup ul.items li ul.items02 {
      margin-bottom: 20px;
  }

}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
採用までの流れ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#lp_staff.kugiri_m {
  padding: 35px 0 90px;
}

#lp_staff h2.main_ttl {
  position: relative;
  display: table;
  margin: 0 auto 30px;
  z-index: 0;
}

#lp_staff h2.main_ttl::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background: #FFEF5F;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#lp_staff p.main_img img {
  margin: 0 auto;
}

@media (max-width: 750px) {
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
採用までの流れ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */#lp_staff.kugiri_m {
      padding: 40px 0;
  }

}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
採用までの流れ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#lp_flow {
  background: #FFF8EF;
  position: relative;
}

#lp_flow::before {
  position: absolute;
  content: "";
  background: url(../images/flow.png) no-repeat 50% /contain;
  width: 198px;
  height: 412px;
  top: 88px;
  left: -40px;
}

#lp_flow.kugiri_m {
  padding: 80px 0;
}

#lp_flow h2 {
  margin-bottom: 112px;
}

#lp_flow ol.items {
  margin-bottom: -120px;
}

#lp_flow ol.items li {
  position: relative;
}

#lp_flow ol.items li::before {
  content: counter(ol_cnt, decimal-leading-zero);
  position: absolute;
  top: -128px;
  font-family: 'Roboto', sans-serif;
  font-size: 226px;
  color: rgba(234, 85, 20, .15);
  z-index: 1;
}

#lp_flow ol.items li:nth-child(odd)::before {
  left: 17px;
}

#lp_flow ol.items li:nth-child(even)::before {
  right: 10px;
}

#lp_flow ol.items li:not(:last-child)::after {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 42px 24px 0 24px;
  border-color: rgba(234, 85, 20, .15) transparent transparent transparent;
  line-height: 0px;
  _border-color: rgba(234, 85, 20, .15) #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  bottom: -80px;
  left: calc(50% - 24px);
}

#lp_flow ol.items li > div[class*=bg] {
  background: no-repeat left top / 100% auto;
  padding-top: 35.3%;
  max-height: 384px;
  position: relative;
  margin-bottom: 120px;
  margin-top: 40px;
}

#lp_flow ol.items li div.bg01 {
  background-image: url("../images/flow_bg01.jpg");
}

#lp_flow ol.items li div.bg02 {
  background-image: url(../images/flow_bg02.jpg);
}

#lp_flow ol.items li div.bg03 {
  background-image: url(../images/flow_bg03.jpg);
}

#lp_flow ol.items li div.bg04 {
  background-image: url(../images/flow_bg04.jpg);
}

#lp_flow ol.items li .box {
  background: linear-gradient(#f88067 0%, #ffba62 100%);
  max-width: 398px;
  min-height: 252px;
  position: absolute;
  top: -40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 36px;
}

#lp_flow ol.items li:nth-child(odd) .box {
  right: 62px;
}

#lp_flow ol.items li:nth-child(even) .box {
  left: 62px;
}

#lp_flow ol.items li h3.main_ttl {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.12px;
  color: #fff;
  margin-bottom: 30px;
}

#lp_flow ol.items li p.main_txt {
  letter-spacing: 0.64px;
  color: #fff;
}

@media (max-width: 750px) {
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
採用までの流れ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#lp_flow::before {
  display: none;
}
  #lp_flow.kugiri_m {
      padding: 40px 0;
  }

  #lp_flow h2 {
      margin-bottom: 50px;
  }

  #lp_flow ol.items {
      margin: 0;
  }

  #lp_flow ol.items li::before {
      font-size: 70px;
      top: -55px;
  }

  #lp_flow ol.items li:not(:last-child)::after {
      border-width: 21px 12px 0 12px;
      bottom: -32px;
      left: calc(50% - 12px);
  }

  #lp_flow ol.items li > div[class*=bg] {
      margin-bottom: 40px;
  }

  #lp_flow ol.items li .box {
      position: static;
      max-width: none;
      min-height: auto;
      padding: 20px 31px;
  }


  #lp_flow ol.items li h3.main_ttl {
      font-size: 24px;
      margin-bottom: 10px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
お問い合わせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#lp_contact.kugiri_m {
    padding: 80px 0 90px;
}

#lp_contact h2 {
    margin-bottom: 45px;
}

#lp_contact p.main_lead {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.72px;
    margin-bottom: 85px;
}

#lp_contact .contactControl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin: 23px 0;
}

#lp_contact dl.contactControls {
    width: 100%;
    max-width: 805px;
    margin: 0 auto;
}

#lp_contact .contactControl dt {
    width: 188px;
    display: table;
    padding-top: 12px;
    margin-right: 70px;
}

#lp_contact .contactLabel {
    display: inline-block;
    font-weight: 600;
}

#lp_contact span.req {
    display: inline-block;
    vertical-align: 2px;
    font-size: 10px;
    color: #EA5514;
    border: 1px solid;
    border-radius: 50px;
    padding: 0 9px;
    margin-left: 20px;
}

#lp_contact .contactControl dd {
    width: calc(100% - 188px - 70px);
    display: table;
}

#lp_contact span.place {
    display: block;
    font-size: 14px;
    color: #777777;
    margin-top: 5px;
}

#lp_contact input[type="text"],#lp_contact input[type="tel"] {
    max-width: 360px;
    width: 100%;
}

#lp_contact input[type="email"], textarea {
    width: 100%;
    font-size: 16px;
    padding: 0.2em 0.5em;
    border-radius: 2px;
}

#lp_contact input[type="text"], input[type="email"] ,input {
    height: 50px;
    border-radius: 3px;
    border: 1px solid #808080;
}

#lp_contact textarea {
    min-height: 164px;
    resize: vertical;
    border-radius: 3px;
    border: 1px solid #808080;
}

.g-recaptcha > div {
    margin: 0 auto 35px;
}

#lp_contact .contactSubmit {
    text-align: center;
    position: relative;
    max-width: 380px;
    margin: 0 auto;
    border-radius: 100px;
    overflow: hidden;
    z-index: 0;
}

#lp_contact .contactSubmit::before {
      content:"";
      background: linear-gradient(#e72415 0%, #f5a509 100%);
      width:100%;
      height:100%;
      position:absolute;
      z-index:-1;
      left:0;
      transition:0.5s;
      border-radius: 50px;
      top: 0;
}

#lp_contact .contactSubmit:hover::before {
    opacity: 0;    
}

#lp_contact .contactSubmit::after {
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    z-index:-2;
    left:0;
    top: 0;
    border-radius: 50px;
    background: linear-gradient(#f5a509 0%, #e72415 100%);
}

#lp_contact .contactSubmit .bg{
    position: relative;
}

#lp_contact .contactSubmit .bg::before {
    content: "「個人情報保護方針」に同意の上";
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    top: 16px;
    left: calc(50% - 120px);
}

#lp_contact .form-button {
    min-width: 380px;
    padding: 40px 0 51px 0;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    z-index: 0;
    background: none;
    border:none;
}

#lp_contact button.form-button {
    min-width: 380px;
    padding: 15px 0;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    z-index: 0;
    background: none;
    border: none;
    position: relative;
}

#lp_contact button.form-button::before {
    content: "";
    background: linear-gradient(#e72415 0%, #f5a509 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    transition: 0.5s;
    border-radius: 50px;
    top: 0;
}

#lp_contact button.form-button:hover::before {
    opacity: 0;
}

#lp_contact button.form-button::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    border-radius: 50px;
    background: linear-gradient(#f5a509 0%, #e72415 100%);
}

#lp_contact button.form-button .small {
    display: block;
    font-size: 16px;
}


#lp_contact .form-button:hover {
    cursor: pointer;
    }

#lp_contact .privercy {
    margin: 55px 0 62px;
}

#lp_contact .privercy .pr_area {
    overflow: scroll;
    padding: 30px;
    height: 153px;
    border-radius: 3px;
    border: 1px solid #808080;
}

#lp_contact .privercy .txt_wrap h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    color: #EA5514;
}

#lp_contact .privercy .txt_wrap h4 {
    font-size: 20px;
    font-weight: bold;
}

#lp_contact .privercy .txt_wrap p {
    margin-bottom: 30px;
    padding-left: 10px;
    font-size: 15px;
}

#lp_contact .privercy .txt_wrap .com {
    text-align: right;
}

#lp_contact .privercy .txt_wrap .com p.date {
    margin-bottom: 10px;
}

#lp_contact .privercy .txt_wrap .com p.name {
    margin-bottom: 10px;
}

#lp_contact .privercy .txt_wrap .com p.desc {
    line-height: 1.5;
}

#lp_contact .privercy .txt_wrap p.subtxt {
    margin-bottom: 10px;
    color: #323952;
}

#lp_contact .privercy .txt_wrap ul {
    margin-bottom: 15px;
}

#lp_contact .privercy .txt_wrap ul li {
    letter-spacing: 0.64px;
    padding-left: 22px;
    position: relative;
    font-size: 14px;
}

#lp_contact .privercy .txt_wrap ul li::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #EA5514;
    border-radius: 35px;
    left: 6px;
    top: 7px;
}

#lp_contact .privercy .txt_wrap p.small {
    margin-bottom: 0;
}

#lp_contact .privercy .txt_wrap ol {
    margin-bottom: 30px;
}

#lp_contact .privercy .txt_wrap ol li {
    margin-bottom: 10px;
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 25px;
}

#lp_contact .privercy .txt_wrap table {
    padding: 0;
    width: 100%;
    margin: 0 0 45px;
}

#lp_contact .privercy .txt_wrap table tr th {
    margin: 0;
    padding: 15px;
    vertical-align: top;
    letter-spacing: 0.1em;
    font-weight: normal;
    text-align: left;
    background-color: #FEF8DE;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    color: #555;
    width: 22%;
}

#lp_contact .privercy .txt_wrap table tr td {
    margin: 0;
    padding: 15px;
    vertical-align: top;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    background-color: #F5F5F5;
    color: #666;
    width: 78%;
}

.end-message {
    display: none;
}

.false-message {
    display: none;
}

@media (max-width: 750px) {
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
お問い合わせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */#lp_contact.kugiri_m {
      padding: 40px 0px;
  }

  #lp_contact h2 {
      margin-bottom: 20px;
  }

  #lp_contact p.main_lead {
      font-size: 16px;
      margin-bottom: 40px;
  }

  #lp_contact .contactControl {
      display: block;
  }


  #lp_contact .contactControl dt {
      width: 100%;
      margin: 0px 0px 15px;
  }

  #lp_contact .contactControl dd {
      width: 100%;
  }

  #lp_contact .form-button {
      min-width: 100%;
      font-size: 20px;
      padding: 33px 0px 39px;
  }
    
  #lp_contact button.form-button {
      min-width: 100%;
      font-size: 20px;
  }

    #lp_contact button.form-button .small {
        font-size: 12px;
    }
  #lp_contact .contactSubmit::before {
      font-size: 12px;
      left: calc(50% - 172px);
      
  }
    #lp_contact .contactSubmit .bg::before{
        top: 13px;
    }
  #lp_contact .privercy {
      margin: 0px 0px 32px;
  }
    #lp_contact .privercy .txt_wrap h3{
        font-size: 18px;
    }
    #lp_contact .privercy .txt_wrap h4{
        font-size: 16px;
    }
    #lp_contact .privercy .txt_wrap ul{
        padding: 0;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
会社概要
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#lp_com {
  background: #EFF0F7;
  position: relative;
}

#lp_com::before{
  position: absolute;
  content:"";
  background: url(../images/about.png) no-repeat 50% / contain;
  width: 198px;
  height: 758px;
  top: 82px;
  left: -40px;

}

#lp_com.kugiri_m {
  padding: 75px 0 70px;
}

#lp_com h2 {
  margin-bottom: 49px;
}

#lp_com .box {
  background: #fff;
  padding: 100px 130px 25.5% 130px;
  position: relative;
  margin-bottom: 74px;
}

#lp_com .box::after {
  position: absolute;
  content: "";
  background: url(../images/com_bg01.jpg) no-repeat left bottom / 100% auto;
  width: 100%;
  height: 171px;
  left: 0;
  bottom: 102px;
}

#lp_com .box > table {
  letter-spacing: 0.64px;
  border-collapse: collapse;
  margin-bottom: 85px;
}

#lp_com .box > table tr {
  display: flex;
}

#lp_com .box > table tr:not(:last-child) > * {
  margin-bottom: 9px;
}

#lp_com .box > table th {
  width: 90px;
  text-align: left;
  margin-right: 30px;
  display: table;
}

#lp_com .box > table td {
  width: calc(100% - 90px - 30px);
  line-height: 1.625;
}

#lp_com h3.ttl {
  font-size: 22px;
  font-weight: bold;
  background: #142C47;
  border-radius: 35px;
  color: #fff;
  min-width: 495px;
  text-align: center;
  display: table;
  margin: 0 auto 30px;
  padding: 10px 30px;
}

#lp_com p.sub_ttl {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

#lp_com ul.items {
  margin: 0 -18px 45px;
  padding: 0;
}

#lp_com ul.items02 {
  margin-bottom: 80px;
}

#lp_com ul.items li {
  width: calc(50% - 36px);
  margin: 0 18px;
}

#lp_com ul.items li p.img {
  margin-bottom: 7px;
}

#lp_com .box dl {
  margin-bottom: 59px;
}

#lp_com .box dl dt {
  color: #142C47;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.88px;
  border-bottom: 2px solid;
  padding: 12px 0;
  margin-bottom: 25px;
}

#lp_com .box dl dd {
  letter-spacing: 0.64px;
  padding-left: 15px;
}

#lp_com p.main_btn a {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  z-index:0;
  letter-spacing: 1.14px;
  min-width: 590px;
  border-radius: 50px;
  padding: 26px 35px;
  text-align: center;
  margin: 0 auto;
  transition: all .3s ease-in;
  position: relative;
}

#lp_com p.main_btn a::before {
  content:"";
  background: linear-gradient(#f5a509 0%, #e72415 100%);
  width:100%;
  height:100%;
  position:absolute;
  z-index:-1;
  left:0;
  transition:0.5s;
  border-radius: 50px;
  top: 0;
}

#lp_com p.main_btn a:hover::before {
  opacity: 0;
}
#lp_com p.main_btn a::after {
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    z-index:-2;
    left:0;
    top: 0;
    border-radius: 50px;
    background: linear-gradient( #e72415 0%, #f5a509 100%);
}


@media (max-width: 750px) {
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
会社概要
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#lp_com::before{
 display: none;
}

  #lp_com.kugiri_m {
      padding: 40px 0;
  }

  #lp_com h2 {
      margin-bottom: 35px;
  }

  #lp_com .box {
      padding: 35px 20px 100px;
      margin-bottom: 35px;
  }

  #lp_com .box::after {
      bottom: 0;
      background-size: 100% auto;
  }

  #lp_com .box > table {
      margin-bottom: 25px;
  }

  #lp_com .box > table tr {
      display: block;
      margin-bottom: 13px;
  }

  #lp_com .box > table tr:not(:last-child) > * {
      margin-bottom: 5px;
  }

  #lp_com .box > table th {
      margin-bottom: 5px;
  }

  #lp_com .box > table td {
      width: 100%;
  }

  #lp_com h3.ttl {
      min-width: 100%;
      font-size: 15px;
      padding: 20px;
  }


  #lp_com ul.items {
      display: block;
      margin: 0;
  }


  #lp_com ul.items li {
      margin: 0 0 20px;
      width: 100%;
  }

  #lp_com ul.items li p.img img {
      margin: 0 auto;
  }

  #lp_com ul.items li p.txt {
      text-align: center;
  }

  #lp_com .box dl {
      margin-bottom: 25px;
  }

  #lp_com .box dl dt {
      font-size: 18px;
  }

  #lp_com p.main_btn a {
      min-width: 100%;
      font-size: 16px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
footer {
  padding: 50px 0 15px;
}

footer p.footer_logo {
  width: 424px;
  margin: 0 auto 26px;
}

footer .copy {
  text-align: center;
  font-size: 12px;
}

@media (max-width: 750px) {
  footer {
    padding: 25px 0 15px;
  }
  
  footer p.footer_logo {
    width: 212px;
    margin: 0 auto 15px;
  }
}
