@charset "utf-8";
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  background: transparent;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
    display: inline-block;
}
a img {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}
img {
  max-width: 100%;
  margin: auto;
  vertical-align: bottom;
    padding: 0;
    border: 0;
    font-size: 100%;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.electric_mini_pc {
  display: block;
}
.electric_mini_sp {
  display: none;
}
/* 動き */
  /* fadeUp */
  .fadeUp{
    -webkit-animation-name:fadeUpAnime;
            animation-name:fadeUpAnime;
    -webkit-animation-duration:0.5s;
            animation-duration:0.5s;
    -webkit-animation-fill-mode:forwards;
            animation-fill-mode:forwards;
    opacity:0;
    }
    @-webkit-keyframes fadeUpAnime{
      from {
        opacity: 0;
      -webkit-transform: translateY(60px);
              transform: translateY(60px);
      }
      to {
        opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      }
    }
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
      -webkit-transform: translateY(60px);
              transform: translateY(60px);
      }
      to {
        opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      }
    }
    /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
    .fadeUpTrigger{
        opacity: 0;
    }
    /* ボタンの動き */
.electric_mini .btn_slide {
  overflow: hidden;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  position: relative;
  z-index: 1;
}
.electric_mini .btn_slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6a758c;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  z-index: -1;
}
.electric_mini .btn_slide:hover {
  color: #ffffff;
  
}
.electric_mini .btn_slide:hover::before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
/* コンテンツ */
.electric_mini {
  font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  min-width: 766px;
  line-height: 1;
  letter-spacing: .05rem;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 18px;
  color: #231815;
 padding-top: 88.8px;
}
.electric_mini .blue {
  color: #140a9a;
}
.electric_mini .en {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 900;
  font-style: italic;
}
.electric_mini .en02 {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
}
/* electric_mini_header */
.electric_mini_header {
  padding: 30px 0;
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.electric_mini_headerInner {
  max-width: 1300px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  
}
.electric_mini_header h1 {
  width: 350px;
  margin-right: 25px;
}
.electric_mini_header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.electric_mini_header ul li {
  margin-right: 20px;
}
.electric_mini_header ul li a {
  font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 22px;
  color: #140a9a;
  font-weight: 600;
  position: relative;
  padding-left: 25px;
}
.electric_mini_header ul li a::before {
  content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/header_arw.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.electric_mini_header ul li a:hover {
  opacity: .7;
}
/* mv */
.lp_excavator .mv {
  max-height: 1200px;
    background-color: #fff;
}
.lp_excavator .mv img {
  width: 100%;
    max-height: 1200px;
    -o-object-fit: contain;
       object-fit: contain;
}
/* 固定 */
.electric_mini .fixed_nav {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
width: 57px;
z-index: 1;
}
.electric_mini .fixed_nav p {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.electric_mini .fixed_nav p a {
  color: #fff;
  font-size: 17px;
  padding: 15px 20px;
  height: 135px;
  text-align: center;
}
.electric_mini .fixed_nav p a:hover {
  opacity: .8;
}
.electric_mini .fixed_nav p.fixed_nav01 a {
  background-color: #140a9a;
}
.electric_mini .fixed_nav p.fixed_nav02 a {
  background-color: #8e95a4;
}
/* topCont */
.lp_excavator .topCont {
  padding: 70px 0 150px;
  text-align: center;
}
.lp_excavator .topCont .topCont_ttl {
  margin:0 auto;
  max-width: 1005px;
  position: relative;
  padding: 85px 0;
  width: 83%;
}
.lp_excavator .topCont .topCont_ttl h1 {
  font-size: 45px;
  padding-left: 220px;
  line-height: 1.5;
}
.lp_excavator .topCont .topCont_ttl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #140a9a;
  position: absolute;
  max-width: 200px;
  max-height: 200px;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 38px;
  letter-spacing: .2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lp_excavator .topCont h2 {
  font-size: 22px;
  line-height: 2;
}
.lp_excavator .topCont p {
  line-height: 2;
  margin-top: 50px;
}
.lp_excavator .topCont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 915px;
  margin: 110px auto 0;
  width: 83%;
}
.lp_excavator .topCont ul li {
  width: 31%;
}
.lp_excavator .topCont ul li a {
  position: relative;
  display: block;
  width: 100%;
}
.lp_excavator .topCont ul li a:hover {
  opacity: .8;
}
.lp_excavator .topCont ul li a img.report_btnTxt {
  position: relative;
  z-index: -1;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  max-width: 160px;
}
.lp_excavator .topCont ul li a img.report_btnTxt.btnTxt02 {
  animation: floating-y02 1.8s ease-in-out infinite alternate-reverse;
}
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
@-webkit-keyframes floating-y02 {
  0% {
            -webkit-transform: translateY(5%);
                    transform: translateY(5%);
  }
  100% {
            -webkit-transform: translateY(-5%);
                    transform: translateY(-5%);
  }
}
@keyframes floating-y02 {
  0% {
            -webkit-transform: translateY(5%);
                    transform: translateY(5%);
  }
  100% {
            -webkit-transform: translateY(-5%);
                    transform: translateY(-5%);
  }
}
.lp_excavator .topCont ul li a img.report_btnImg {
  margin-top: -20px;
}
/* movie */
.lp_excavator .movie {
  background-color: #040000;
  padding: 45px 0;
}
.lp_excavator .movie .movie_cont {
  max-width: 1320px;
  width: 83%;
margin: 0 auto;
}
.lp_excavator .movie iframe {
  width: 100%;
height: auto;
aspect-ratio: 16 / 9;
margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* zoo */
.lp_excavator .zoo {
  background-color: #efefef;
  padding: 165px 0 130px;
}
.lp_excavator .zoo h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 45px;
  line-height: 2;
}
.lp_excavator .zoo .zoo_subtxt {
  text-align: center;
  line-height: 2;
  width: 83%;
  margin: 0 auto;
}
.lp_excavator .zoo ul {
  margin: 100px auto 0;
  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;
  max-width: 950px;
  width: 83%;
}
.lp_excavator .zoo ul li {
  width: 48%;
  position: relative;
  margin-bottom: 50px;
}
.lp_excavator .zoo ul li:last-child {
  margin-bottom: 0;
}
.lp_excavator .zoo ul li .zoo_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.lp_excavator .zoo ul li .zoo_icon {
  position: relative;
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
  z-index: 1;
  text-align: center;
}
.lp_excavator .zoo ul li .zoo_icon::before {
  content: '';
position: absolute;
left: -11px;
top: -46%;
display: inline-block;
width: 90px;
    height: 90px;
background-color: #140a9a;
border-radius: 100px;
z-index: -1;
}
.lp_excavator .zoo ul li .zoo_icon span {
  font-size: 25px;
  display: block;
}
.lp_excavator .zoo ul li h3 {
  font-size: 25px;
  padding-left: 25px;
  line-height: 1.2;
  letter-spacing: 0;
}
.lp_excavator .zoo ul li figure {
  margin-left: 50px;
}
.lp_excavator .zoo ul li h4 {
  font-size: 22px;
  line-height: 1.5;
  margin: 20px 0 15px 50px;
}
.lp_excavator .zoo ul li p {
  line-height: 1.75;
  margin-left: 50px;
}
.lp_excavator .zoo ul li p span {
  display: block;
  font-size: 13px;
}
.lp_excavator .zoo ul li:last-child {
  width: 100%;
}
.lp_excavator .zoo ul li .zoo_lastCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lp_excavator .zoo ul li .zoo_lastCont figure {
  width: 50%;
}
.lp_excavator .zoo ul li .zoo_lastCont p {
  width: 45%;
}
.lp_excavator .zoo .zoo_btn a {
  max-width: 895px;
  display: block;
  width: 83%;
  text-align: center;
  color: #fff;
  margin: 95px auto 0;
  background-color: #8e95a4;
  padding: 30px 0;
  font-size: 26px;
}
.lp_excavator .zoo .zoo_fig {
  max-width: 270px;
  margin: 65px auto 0;
}
/* use */
.lp_excavator .use {
  padding:160px 0 170px;
}
.lp_excavator .use h2 {
  font-size: 53px;
  margin-bottom: 70px;
  text-align: center;
}
.lp_excavator .use h3.use_topttl {
  font-size: 45px;
  margin:0 auto 50px;
  text-align: center;
  width: 83%;
}
.lp_excavator .use .use_toptxt {
  font-size: 22px;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}
.lp_excavator .use ul {
  max-width: 785px;
  width: 83%;
  margin: 0 auto;
}
.lp_excavator .use ul li {
  margin-bottom: 30px;
}
.lp_excavator .use ul li:last-child {
  margin-bottom: 0;
}
.lp_excavator .use ul li figure {
  padding: 75px 90px 35px;
  position: relative;
}
.lp_excavator .use ul li figure img {
  max-width: 610px;
  margin: 0 auto;
  width: 100%;
}
.lp_excavator .use ul li figure figcaption {
  position: absolute;
    top: 0;
    left: 0;
    background-color: #fcd005;
    width: 122px;
    border-radius: 100px;
    height: 122px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.lp_excavator .use ul li figure figcaption p {
  font-size: 42px;
  font-weight: 600;
  color: #3e3c3c;
  padding-bottom: 5px;
}
.lp_excavator .use ul li figure figcaption p span {
  font-size: 27px;
  font-weight: 500;
}
.lp_excavator .use ul li .use_listtxt {
  max-width: 610px;
  margin: 0 auto;
}
.lp_excavator .use ul li .use_listtxt h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.lp_excavator .use ul li .use_listtxt p {
  line-height: 1.75;
}
.lp_excavator .use h4 {
  font-size: 53px;
  text-align: center;
  margin-top: 190px;
}
/* certification */
.lp_excavator .certification {
  background-color: #efefef;
  padding: 135px 0 150px;
}
.lp_excavator .certification h2 {
  font-size: 50px;
  text-align: center;
  padding: 0 8%;
  margin: 0 auto 50px;
  line-height: 1.8;
}
.lp_excavator .certification span {
  display: block;
  max-width: 290px;
  margin: 0 auto 70px;
}
.lp_excavator .certification figure {
  max-width: 900px;
  width: 83%;
  margin: 0 auto 125px;
}
.lp_excavator .certification h3 {
  font-size: 63px;
  text-align: center;
  line-height: 1.7;
  margin: 0 auto 100px;
}
.lp_excavator .certification_catalog {
  max-width: 900px;
  width: 83%;
  margin: 0 auto;
}
.lp_excavator .certification_catalog p {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}
.lp_excavator .certification_catalog ul {
  margin-top: 15px;
  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;
}
.lp_excavator .certification_catalog ul li {
  width: 49%;
}
.lp_excavator .certification_catalog ul li a {
  display: block;
  padding: 20px 0;
  background-color: #8e95a4;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
}
/* search */
.lp_excavator .search {
  padding: 105px 0 130px;
}
.lp_excavator .search h2 {
  font-size: 36px;
  text-align: center;
  margin: 0 auto 70px;
}
.lp_excavator .search_cont {
  max-width: 900px;
  width: 83%;
  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;
}
.lp_excavator .search_cont figure {
  width: 47%;
}
.lp_excavator .search_cont .search_cont_txt {
  width: 49%;
}
.lp_excavator .search_cont .search_cont_txt p {
  line-height: 1.75;
  letter-spacing: 0;
}
.lp_excavator .search_cont .search_cont_txt a {
  display: block;
  padding: 20px 0;
  background-color: #8e95a4;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin: 25px auto 0;
}
/* electric_mini_footer */
.electric_mini_footer {
  background-color: #efefef;
  padding: 20px 0;
  text-align: center;
}
.electric_mini_footer p {
  font-size: 13px;
  color: #595757;
}
/* 下層ページ */
.lp_excavatorSub .sub_topImg {
  padding-top: 90px;
}
.lp_excavatorSub .sub_topImg .sub_spec_mainfig {
  max-width: 580px;
  margin: 0 auto;
}
.lp_excavatorSub.lp_pc30e-6 .sub_topImg .sub_spec_mainfig {
  max-width: 750px;
}
.lp_excavatorSub .sub_topImg .sub_specttl {
  margin: 0 auto 100px;
  text-align: center;
}
.lp_excavatorSub .sub_topImg .sub_specttl p {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 25px;
}
.lp_excavatorSub .sub_topImg .sub_specttl h2 {
  font-size: 127px;
  letter-spacing: -.05rem;
  position: relative;
}
.lp_excavatorSub .sub_topImg .sub_specttl h2.sub01 {
  display: inline-block;
  padding-left: 90px;
}
.lp_excavatorSub .sub_topImg .sub_specttl h2.sub01::before {
  content: '登場';
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 31px;
  color: #fff;
  font-weight: bold;
  background-color: #231815;
  position: absolute;
  width: 85px;
  height: 85px;
  border-radius: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lp_excavatorSub .sub_Top {
  padding-top: 90px;
  text-align: center;
}
.lp_excavatorSub .sub_Top h1 {
  font-size: 45px;
  margin: 0 auto 100px;
}
.lp_excavatorSub .sub_Top .sub_movie {
  background-color: #040000;
    padding: 45px 0;
}
.lp_excavatorSub .sub_Top .sub_movie .sub_movie_cont {
  max-width: 1320px;
  width: 90%;
  margin: 0 auto;
}
.lp_excavatorSub .sub_Top .sub_movie .sub_movie_cont iframe {
  width: 100%;
height: auto;
aspect-ratio: 16 / 9;
margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.lp_excavatorSub .sub_spec {
  padding: 130px 0 135px;
  margin: 0 auto;
}
.lp_excavatorSub .sub_spec ul {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
.lp_excavatorSub .sub_spec ul li {
  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;
  margin-bottom: 65px;
}
.lp_excavatorSub .sub_spec ul li:last-child {
  margin-bottom: 0;
}
.lp_excavatorSub .sub_spec ul li .sub_specList_txt {
  width: 48%;
}
.lp_excavatorSub .sub_spec ul li .sub_specList_txtTtl {
  position: relative;
  padding: 40px 0 45px;
  margin-bottom: 10px;
}
.lp_excavatorSub .sub_spec ul li .sub_specList_txtTtl h3 {
  font-size: 22px;
  line-height: 2;
  position: relative;
  z-index: 1;
}
.lp_excavatorSub .sub_spec ul li .sub_specList_txtTtl p {
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%) scale(0.8, 1);
      -ms-transform: translate(-50%, -50%) scale(0.8, 1);
          transform: translate(-50%, -50%) scale(0.8, 1);
  font-size: 200px;
  color: #bfcfe5;
  font-weight: bold;
  letter-spacing: -.5rem;
  white-space: nowrap;
}
.lp_excavatorSub .sub_spec ul li .sub_specList_txtTtl p span {
  font-size: 38px;
  letter-spacing: 0;
}
.lp_excavatorSub .sub_spec .sub_specList_txt p.sub_specList_p {
  line-height: 1.75;
}
.lp_excavatorSub .sub_spec .sub_specList_txt p.sub_specList_p span{
  display: block;
  font-size: 14px;
}
.lp_excavatorSub .sub_spec ul li figure {
  width: 50%;
}
/* sub_about */
.lp_excavatorSub .sub_about {
  background-color: #efefef;
  padding: 95px 0 100px;
}
.lp_excavatorSub .sub_about h2 {
  max-width: 900px;
  width: 90%;
  margin: 0 auto 80px;
  font-size: 67px;
}
.lp_excavatorSub .sub_about .sub_aboutGraph {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 70px;
}
.lp_excavatorSub.lp_pc01e-2 .sub_about .sub_aboutGraph {
  background: url(../img/pc01e-2/about_bg.png) no-repeat right / contain;
}
.lp_excavatorSub.lp_pc05e-1 .sub_about .sub_aboutGraph {
  background: url(../img/pc05e-1/about_bg.png) no-repeat right / contain;
}
.lp_excavatorSub.lp_pc30e-6 .sub_about .sub_aboutGraph {
  background: url(../img/pc30e-6/about_bg.png) no-repeat right / contain;
}
.lp_excavatorSub .sub_about .sub_aboutGraph figure {
  width: 95%;
  margin: 0 auto 80px;
}
.lp_excavatorSub .sub_about .sub_aboutGraph figure.sub_aboutGraph_fig02 {
  margin-top: 170px;
}
.lp_excavatorSub .sub_about .sub_aboutGraph .sub_aboutGraph_top {
  margin-bottom: 45px;
}
.lp_excavatorSub .sub_about .sub_aboutGraph .sub_aboutGraph_top p {
  font-size: 20px;
  border-top: 1.5px solid #231815;
  border-bottom: 1.5px solid #231815;
  padding: 7px 0;
}
.lp_excavatorSub .sub_about .sub_aboutGraph dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px solid #231815;
  font-size: 20px;
}
.lp_excavatorSub .sub_about .sub_aboutGraph .sub_aboutGraph_cont {
  margin-bottom: 45px;
}
.lp_excavatorSub .sub_about .sub_aboutGraph .sub_aboutGraph_cont p {
  font-size: 20px;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  padding: 7px 0;
}
.lp_excavatorSub .sub_about .sub_aboutGraph .sub_aboutGraph_cont.sub_aboutGraph_cont02 p:nth-of-type(2) {
  border-bottom: 1.5px solid #231815;
  border-top: none;
}
.lp_excavatorSub .sub_about .sub_aboutGraph .sub_aboutGraph_cont p.nonborder {
  border-top: unset;
}
.lp_excavatorSub .sub_about .sub_aboutGraph .sub_aboutGraph_cont sup {
  font-size: 14px;
}
.lp_excavatorSub .sub_about .sub_aboutGraph .sub_aboutGraph_cont span {
  font-size: 15px;
  display: block;
  padding-top: 7px;
}
/* tableの場合 */
table, tbody, tfoot, thead, tr, th, td {
  margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
table {
  /* markup tables with 'cellspacing="0"' */
  border-collapse: collapse;
  border-spacing: 0;
}
.lp_excavatorSub .sub_about .sub_aboutGraph_cont table, .lp_excavatorSub .sub_about .sub_aboutGraph_cont tbody {
  width: 100%;
  font-size: 20px;
}
.lp_excavatorSub .sub_about .sub_aboutGraph_cont table tr {
  border-bottom: 1px solid #231815;
  width: 100%;
}
.lp_excavatorSub .sub_about .sub_aboutGraph_cont table th {
  width: 20%;
    text-align: left;
    font-weight: normal;
    padding: 5px 0;
}
.lp_excavatorSub .sub_about .sub_aboutGraph_cont table tr td:nth-of-type(1) {
  width: 40%;
    text-align: left;
    padding: 5px 0;
}
.lp_excavatorSub .sub_about .sub_aboutGraph_cont table tr td:nth-of-type(2) {
  width: 40%;
    text-align: right;
    padding: 5px 0;
}
.lp_excavatorSub .sub_about .sub_about_btn {
  margin: 0 auto;
  max-width: 900px;
  width: 90%;
}
.lp_excavatorSub .sub_about .sub_about_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lp_excavatorSub .sub_about .sub_about_btn ul li {
  width: 48%;
}
.lp_excavatorSub .sub_about .sub_about_btn ul li a {
  display: block;
  background-color: #8e95a4;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  padding: 25px;
}
/* 資格取得 */
.lp_mini_kyoshujo h2.top_ttl {
  font-size: 45px;
    text-align: center;
    line-height: 1.5;
    padding: 215px 0 35px;
    color: #140a9a;
}
.lp_mini_kyoshujo p.top_subttl{
  font-size: 28px;
    font-weight: 500;
    text-align: center;
    line-height: 1.8;
    padding-bottom: 200px;
}
.lp_mini_kyoshujo .kyoshujo_education {
  margin: 0 auto 140px;
  max-width: 900px;
  width: 90%;
}
.lp_mini_kyoshujo h2.kyoshujo_ttl {
  font-size: 31px;
  line-height: 1.5;
  font-weight: normal;
  padding-left: 55px;
  position: relative;
  height: 92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.lp_mini_kyoshujo .kyoshujo_date h2.kyoshujo_ttl {
  display: block;
}
.lp_mini_kyoshujo h2.kyoshujo_ttl span{
  display: block;
  font-size: 16px;
}
.lp_mini_kyoshujo h2.kyoshujo_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 29px;
  height: 92px;
  background-color: #152a8b;
}
.lp_mini_kyoshujo .kyoshujo_education span {
  display: block;
  font-size: 19px;
  text-align: right;
  margin: 80px 0 60px auto;
}
.lp_mini_kyoshujo .kyoshujo_education p {
  font-size: 19px;
  line-height: 1.75;
}
.lp_mini_kyoshujo .kyoshujo_education h3 {
  font-size: 27px;
  font-weight: normal;
  margin: 75px auto 20px;
}
.lp_mini_kyoshujo .kyoshujo_education ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 35px auto 0;
}
.lp_mini_kyoshujo .kyoshujo_education ul li {
  width: 23.5%;
}
.lp_mini_kyoshujo .kyoshujo_content {
  margin: 0 auto 115px;
  max-width: 900px;
  width: 90%;
}
.lp_mini_kyoshujo .kyoshujo_content .kyoshujo_content_table01 {
  margin: 50px auto 0;
}
.lp_mini_kyoshujo .kyoshujo_content .kyoshujo_content_table01 p {
  font-size: 21px;
  border-bottom: 1px solid #231815;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.lp_mini_kyoshujo .kyoshujo_content .kyoshujo_content_table01 span {
  display: block;
}
.lp_mini_kyoshujo .kyoshujo_content .kyoshujo_content_table02 {
  margin: 60px auto 0;
}
.lp_mini_kyoshujo .kyoshujo_content .kyoshujo_content_table02 p {
  border-bottom: 1px solid #231815;
  padding-bottom: 7px;
}
.lp_mini_kyoshujo .kyoshujo_content .kyoshujo_content_table02 h3 {
  border-bottom: 1px solid #231815;
  padding: 7px 0;
  font-weight: normal;
}
.lp_mini_kyoshujo .kyoshujo_content .kyoshujo_content_table02 dl {
  padding: 7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #231815;
}
.lp_mini_kyoshujo .kyoshujo_content .kyoshujo_content_table02 dl.kyoshujo_content_tableCont_ttl {
  background-color: #efefef;
  padding: 7px 15px ;
}
.lp_mini_kyoshujo .kyoshujo_content .kyoshujo_content_table02 span {
  display: block;
  text-align: right;
  margin-top: 20px;
  line-height: 1.75;
}
.lp_mini_kyoshujo .kyoshujo_date {
  margin: 0 auto 100px;
  max-width: 900px;
  width: 90%;
}
.lp_mini_kyoshujo .kyoshujo_date ul {
  margin: 75px auto 0;
  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;
}
.lp_mini_kyoshujo .kyoshujo_date ul::after {
  content: "";
    display:block;
    width:19%;
}
.lp_mini_kyoshujo .kyoshujo_date ul li {
  width: 19%;
  margin-bottom: 10px;
}
.lp_mini_kyoshujo .kyoshujo_date ul li a {
  display: block;
  background-color: #8e95a4;
  color: #fff;
  text-align: center;
  padding: 12px 0;
}
/* sub_contactBtn */
.lp_excavatorSub .sub_contactBtn {
  margin: 100px auto 0;
}
.lp_excavatorSub .sub_contactBtn a {
  display: block;
  background-color: #8e95a4;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  padding: 35px;
}
/* 250319追記 レポートページ */
.lp_report .report_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1095px;
  width: 90%;
  margin: 0 auto 30px;
  padding: 65px 0 75px;
}
.lp_report .report_ttl span {
  display: block;
  color: #fff;
  position: relative;
  font-size: 48px;
  letter-spacing: .2rem;
}
.lp_report .report_ttl span::before {
  content: '';
position: absolute;
left: -45px;
    top: 20px;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
display: inline-block;
width: 257px;
    height: 257px;
background-color: #140a9a;
border-radius: 300px;
z-index: -1;
}
.lp_report .report_ttl h2 {
  font-size: 45px;
  margin-left: 65px;
  margin-top: 30px;
}
/*  */
.lp_report .report_movie {
  background-color: #040000;
  padding: 45px 0;
}
.lp_report .report_movie .movie_cont {
  max-width: 1320px;
  width: 83%;
margin: 0 auto;
}
.lp_report .report_movie iframe {
  width: 100%;
height: auto;
aspect-ratio: 16 / 9;
margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*  */
.lp_report .report_cont {
  padding-bottom: 165px;
}
.lp_report .report_cont .report_contTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 120px auto 60px;
}
.lp_report .report_cont .report_contTtl .report_contTtl_icon {
  position: relative;
  color: #fff;
  font-size: 23px;
  line-height: 1.2;
  z-index: 1;
  text-align: center;
}
.lp_report .report_cont .report_contTtl .report_contTtl_icon::before {
  content: '';
position: absolute;
left: -15px;
top: -46%;
display: inline-block;
width: 112px;
  height: 112px;
background-color: #140a9a;
border-radius: 100px;
z-index: -1;
}
.lp_report .report_cont .report_contTtl .report_contTtl_icon span {
  font-size: 32px;
  display: block;
}
.lp_report .report_cont .report_contTtl h3 {
  font-size: 32px;
  padding-left: 30px;
  line-height: 1.2;
  letter-spacing: 0;
}
.lp_report .report_cont p {
  max-width: 615px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.7;
  width: 83%;
}
.lp_report .report_cont ul {
  max-width: 900px;
  width: 83%;
  margin: 65px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lp_report .report_cont ul li {
  width: 48%;
}
.lp_report .report_cont figure {
  max-width: 900px;
  width: 83%;
  margin: 65px auto 0;
}
.lp_report .report_park {
  text-align: center;
  padding:0 5% 165px;
}
.lp_report .report_park h3 {
  font-size: 32px;
  margin-bottom: 60px;
}
.lp_report .report_park p {
    line-height: 1.7;
    margin-bottom: 40px;
}
.lp_report .report_park .report_park_btn a {
  max-width: 895px;
  display: block;
  width: 90%;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  background-color: #8e95a4;
  padding: 30px 0;
  font-size: 26px;
}
@media screen and (max-width: 1085px) {
  .electric_mini {
    padding-top: 104px;
  }
  .electric_mini_header ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .electric_mini_header ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .electric_mini_headerInner {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
            display: block;
  }
  .electric_mini_header {
    padding: 16px 0;
  }
  .electric_mini_header h1 {
    margin-bottom: 15px;
  }
  .lp_excavator .zoo ul {
    margin: 40px auto 0;
    display: block;
    width: 100%;
    max-width: 600px;
  }
  .lp_excavator .zoo ul li .zoo_ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp_excavator .zoo ul li {
    width: 100%;
    margin-bottom: 50px;
  }
  .lp_excavator .zoo ul li .zoo_icon {
    font-size: 14px;
  }
  .lp_excavator .zoo ul li .zoo_icon::before {
    left: -10px;
    top: -48%;
  width: 70px;
  height: 70px;
  }
  .lp_excavator .zoo ul li .zoo_icon span {
    font-size: 18px;
  }
  .lp_excavator .zoo ul li h3 {
    font-size: 20px;
    padding-left: 20px;
    line-height: 1.5;
  }
  .lp_excavator .zoo ul li figure {
    margin-left: 0;
    margin-top: 10px;
  }
  .lp_excavator .zoo ul li h4 {
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .lp_excavator .zoo ul li p {
    margin-left: 0;
  }
  .lp_excavator .zoo ul li p span {
    display: block;
    font-size: 13px;
  }
  .lp_excavator .zoo ul li .zoo_lastCont {
    display: block;
  }
  .lp_excavator .zoo ul li .zoo_lastCont figure {
    width: 100%;
  }
  .lp_excavator .zoo ul li .zoo_lastCont p {
    width: 100%;
    margin-top: 20px;
  }
}
  @media screen and (max-width: 767px) {
    .electric_mini {
      min-width: 100%;
      font-size: 16px;
    }
    .electric_mini_pc {
      display: none!important;
    }
    .electric_mini_sp {
      display: block!important;
    }
    /* electric_mini_header */
.electric_mini_header h1 {
  max-width: 320px;
  display: block;
  width: 100%;
}
.electric_mini_header ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.electric_mini_header ul li {
  margin-right: 10px;
}
.electric_mini_header ul li a {
  font-size: min(3.3vw, 14px);
  padding-left: 15px;
}
.electric_mini_header ul li a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/header_arw.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
}
/* 固定 */
.electric_mini .fixed_nav {
  width: 27px;
}
.electric_mini .fixed_nav p a {
  font-size: 13px;
  padding: 0 7px;
  height: 100px;
}
/* top */
.lp_excavator .topCont {
  padding: 65px 29px 40px;
}
.lp_excavator .topCont .topCont_ttl {
  padding: 10px 0 30px;
}
.lp_excavator .topCont .topCont_ttl h1 {
  font-size: 27px;
  padding-left: 80px;
  text-align: left;
}
.lp_excavator .topCont .topCont_ttl span {
  max-width: 75px;
  max-height: 75px;
  font-size: 18px;
  letter-spacing: 0;
}
.lp_excavator .topCont h2 {
  font-size: 18px;
}
.lp_excavator .topCont p {
  margin-top: 30px;
}
.lp_excavator .topCont ul {
  display: block;
  margin: 60px auto 0;
  max-width: 300px;
}
.lp_excavator .topCont ul li {
  width: 100%;
  margin-bottom: 25px;
}
.lp_excavator .topCont ul li:last-child {
  margin-bottom: 0;
}
/* movie */
.lp_excavator .movie {
  padding: 15px 29px;
}
.lp_excavator .movie .movie_cont {
  width: 100%;
}
/* zoo */
.lp_excavator .zoo {
  padding: 50px 29px;
}
.lp_excavator .zoo h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.lp_excavator .zoo .zoo_btn a {
  margin: 50px auto 0;
  padding: 20px 0;
  font-size: 18px;
}
.lp_excavator .zoo .zoo_fig {
  max-width: 200px;
  margin: 30px auto 0;
}
/* use */
.lp_excavator .use {
  padding:60px 0 95px;
}
.lp_excavator .use h2 {
  font-size: 27px;
  margin-bottom: 30px;
  text-align: center;
}
.lp_excavator .use h3.use_topttl {
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.lp_excavator .use .use_toptxt {
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
}
.lp_excavator .use ul {
  width: 100%;
  padding: 0 29px;
  text-align: center;
}
.lp_excavator .use ul li {
  margin-bottom: 25px;
}
.lp_excavator .use ul li figure {
  padding: 40px 0 15px 7%;
  display: inline-block;
}
.lp_excavator .use ul li figure img {
  max-width: 420px;
  width: 100%;
}
.lp_excavator .use ul li figure figcaption {
    width: 64px;
    height: 64px;
}
.lp_excavator .use ul li figure figcaption p {
  font-size: 29px;
  padding-bottom: 10px;
  text-align: center;
}
.lp_excavator .use ul li figure figcaption p span {
  font-size: 18px;
}
.lp_excavator .use ul li .use_listtxt {
  max-width: 420px;
  margin: 0 auto;
}
.lp_excavator .use ul li .use_listtxt h3 {
  font-size: 19px;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 7%;
}
.lp_excavator .use ul li .use_listtxt p {
  text-align: left;
  padding-left: 7%;
}
.lp_excavator .use h4 {
  font-size: 27px;
  margin-top: 80px;
}
/* certification */
.lp_excavator .certification {
  padding: 80px 29px 75px;
}
.lp_excavator .certification h2 {
  font-size: 21px;
  margin: 0 auto 25px;
  padding: 0;
}
.lp_excavator .certification span {
  max-width: 150px;
  margin: 0 auto 25px;
}
.lp_excavator .certification figure {
  width: 100%;
  margin: 0 auto 55px;
}
.lp_excavator .certification h3 {
  font-size: 27px;
  margin: 0 auto 65px;
}
.lp_excavator .certification_catalog {
  width: 100%;
}
.lp_excavator .certification_catalog p {
  font-size: 16px;
  padding-bottom: 5px;
}
.lp_excavator .certification_catalog ul {
  margin-top: 10px;
}
.lp_excavator .certification_catalog ul li {
  width: 48.5%;
}
.lp_excavator .certification_catalog ul li a {
  padding: 10px 0;
  font-size: 14px;
  margin-bottom: 5px;
  letter-spacing: 0;
}
/* search */
.lp_excavator .search {
  padding: 75px 29px 80px;
}
.lp_excavator .search h2 {
  font-size: 22px;
  margin: 0 auto 25px;
}
.lp_excavator .search_cont {
  width: 100%;
  display: block;
}
.lp_excavator .search_cont .search_cont_txt {
  width: 100%;
}
.lp_excavator .search_cont .search_cont_txt p {
  max-width: 310px;
  width: 100%;
  margin: 0 auto;
}
.lp_excavator .search_cont .search_cont_txt a {
  padding: 10px 0;
  font-size: 14px;
  margin: 20px auto 0;
  max-width: 310px;
  width: 100%;
}
/* electric_mini_footer */
.electric_mini_footer {
  padding: 15px 0;
}
.electric_mini_footer p {
  font-size: 10px;
}
/* 下層ページ */
.lp_excavatorSub .sub_topImg {
  padding: 45px 29px 0;
}
.lp_excavatorSub .sub_topImg .sub_spec_mainfig {
  max-width: 580px;
  width: 70%;
}
.lp_excavatorSub .sub_topImg .sub_specttl {
  margin: 0 auto 50px;
}
.lp_excavatorSub .sub_topImg .sub_specttl p {
  font-size: 16px;
  margin-bottom: 20px;
}
.lp_excavatorSub .sub_topImg .sub_specttl h2 {
  /* font-size: 74px; */
  font-size: min(20vw, 74px);
}
.lp_excavatorSub .sub_topImg .sub_specttl h2.sub01 {
  display: inline-block;
  padding-left: 57px;
}
.lp_excavatorSub .sub_topImg .sub_specttl h2.sub01::before {
  font-size: 18px;
  width: 57px;
  height: 57px;
}
.lp_excavatorSub .sub_Top {
  padding-top: 45px;
}
.lp_excavatorSub .sub_Top h1 {
  font-size: 22px;
  margin: 0 auto 45px;
}
.lp_excavatorSub .sub_Top .sub_movie {
  padding: 15px 29px;
}
.lp_excavatorSub .sub_Top .sub_movie .sub_movie_cont {
  width: 100%;
}
.lp_excavatorSub .sub_spec {
  padding: 65px 29px 85px;
}
.lp_excavatorSub .sub_spec ul {
  max-width: 420px;
  width: 100%;
}
.lp_excavatorSub .sub_spec ul li {
  display: block;
  margin-bottom: 45px;
}
.lp_excavatorSub .sub_spec ul li .sub_specList_txt {
  width: 100%;
}
.lp_excavatorSub .sub_spec ul li .sub_specList_txtTtl {
  position: relative;
  padding: 25px 0;
  margin-bottom: 10px;
}
.lp_excavatorSub .sub_spec ul li .sub_specList_txtTtl h3 {
  font-size: 18px;
}
.lp_excavatorSub .sub_spec ul li .sub_specList_txtTtl p {
  left: 50%;
  font-size: 145px;
}
.lp_excavatorSub .sub_spec ul li .sub_specList_txtTtl p span {
  font-size: 27px;
}
.lp_excavatorSub .sub_spec .sub_specList_txt p.sub_specList_p {
  margin-bottom: 15px;
}
.lp_excavatorSub .sub_spec .sub_specList_txt p.sub_specList_p span {
  font-size: 12px;
}
.lp_excavatorSub .sub_spec ul li figure {
  width: 100%;
  margin: 0 auto;
}
/* sub_about */
.lp_excavatorSub .sub_about {
  padding: 30px 0 60px;
}
.lp_excavatorSub .sub_about h2 {
  font-size: 21px;
  width: 100%;
  padding: 0 29px;
  margin-bottom: 25px;
}
.lp_excavatorSub .sub_about .sub_aboutGraph {
  width: 100%;
  padding: 40px 29px 75px;
}
.lp_excavatorSub .sub_about .sub_aboutGraph figure {
  width: 90%;
  margin: 0 auto 30px;
}
.lp_excavatorSub .sub_about .sub_aboutGraph figure.sub_aboutGraph_fig02 {
  margin-top: 30px;
}
.lp_excavatorSub .sub_about .sub_aboutGraph .sub_aboutGraph_top {
  margin-bottom: 23px;
}
.lp_excavatorSub .sub_about .sub_aboutGraph .sub_aboutGraph_top p {
  font-size: 14px;
  padding: 5px 0;
}
.lp_excavatorSub .sub_about .sub_aboutGraph dl {
  font-size: 14px;
  padding: 5px 0;
}
.lp_excavatorSub .sub_about .sub_aboutGraph .sub_aboutGraph_cont {
  margin-bottom: 23px;
}
.lp_excavatorSub .sub_about .sub_aboutGraph .sub_aboutGraph_cont p {
  font-size: 14px;
  padding: 5px 0;
}
.lp_excavatorSub .sub_about .sub_aboutGraph .sub_aboutGraph_cont sup {
  font-size: 12px;
}
.lp_excavatorSub .sub_about .sub_aboutGraph .sub_aboutGraph_cont span {
  font-size: 12px;
  line-height: 1.5;
  padding-top: 5px;
}
/* tableの場合 */
.lp_excavatorSub .sub_about .sub_aboutGraph_cont table, .lp_excavatorSub .sub_about .sub_aboutGraph_cont tbody {
  font-size: 14px;
}
.lp_excavatorSub .sub_about .sub_aboutGraph_cont table th {
  width: 25%;
}
.lp_excavatorSub .sub_about .sub_aboutGraph_cont table tr td:nth-of-type(1) {
  width: 30%;
  padding-right: 5px;
}
.lp_excavatorSub .sub_about .sub_aboutGraph_cont table tr td:nth-of-type(2) {
  width: 35%;
  text-align: left;
}
.lp_excavatorSub .sub_about .sub_about_btn {
  width: 100%;
  padding: 0 29px;
}
.lp_excavatorSub .sub_about .sub_about_btn ul {
  display: block;
  margin: 0 auto;
}
.lp_excavatorSub .sub_about .sub_about_btn ul li {
  width: 100%;
}
.lp_excavatorSub .sub_about .sub_about_btn ul li:first-child {
  margin-bottom: 30px;
}
.lp_excavatorSub .sub_about .sub_about_btn ul li a {
  font-size: 18px;
  padding: 20px;
}
/* 資格取得 */
.lp_mini_kyoshujo h2.top_ttl {
  font-size: 20px;
  line-height: 1.75;
  padding: 75px 0 30px;
}
.lp_mini_kyoshujo p.top_subttl {
  font-size: 16px;
  padding: 0 29px 80px;
}
.lp_mini_kyoshujo .kyoshujo_education {
  margin: 0 auto 80px;
  width: 100%;
  padding: 0 29px;
}
.lp_mini_kyoshujo h2.kyoshujo_ttl {
  font-size: 21px;
  padding-left: 35px;
  height: 93px;
}
.lp_mini_kyoshujo h2.kyoshujo_ttl::before {
  width: 20px;
  height: 93px;
}
.lp_mini_kyoshujo .kyoshujo_education span {
  font-size: 15px;
  line-height: 1.75;
  margin: 40px 0 45px auto;
}
.lp_mini_kyoshujo .kyoshujo_education p {
  font-size: 16px;
}
.lp_mini_kyoshujo .kyoshujo_education h3 {
  font-size: 20px;
  margin: 35px auto 15px;
}
.lp_mini_kyoshujo .kyoshujo_education ul {
  margin: 45px auto 0;
}
.lp_mini_kyoshujo .kyoshujo_content {
  margin: 0 auto 60px;
  width: 100%;
  padding: 0 29px;
}
.lp_mini_kyoshujo .kyoshujo_content .kyoshujo_content_table01 {
  margin: 30px auto 0;
}
.lp_mini_kyoshujo .kyoshujo_content .kyoshujo_content_table01 p {
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.lp_mini_kyoshujo .kyoshujo_content .kyoshujo_content_table01 span {
 font-size: 14px;
}
.lp_mini_kyoshujo .kyoshujo_content .kyoshujo_content_table02 {
  margin: 40px auto 0;
}
.lp_mini_kyoshujo .kyoshujo_content .kyoshujo_content_table02 p {
  padding-bottom: 5px;
  font-size: 14px;
}
.lp_mini_kyoshujo .kyoshujo_content .kyoshujo_content_table02 h3 {
  padding: 5px 0;
  font-size: 14px;
}
.lp_mini_kyoshujo .kyoshujo_content .kyoshujo_content_table02 dl {
  padding: 5px 0;
  font-size: 14px;
}
.lp_mini_kyoshujo .kyoshujo_content .kyoshujo_content_table02 dl.kyoshujo_content_tableCont_ttl {
  padding: 5px 10px;
}
.lp_mini_kyoshujo .kyoshujo_content .kyoshujo_content_table02 span {
  font-size: 12px;
  margin-top: 15px;
  line-height: 1.5;
}
.lp_mini_kyoshujo .kyoshujo_date {
  margin: 0 auto 40px;
  width: 100%;
  padding: 0 29px;
}
.lp_mini_kyoshujo .kyoshujo_date ul {
  margin: 30px auto 0;
}
.lp_mini_kyoshujo .kyoshujo_date ul::after {
    width:32%;
}
.lp_mini_kyoshujo .kyoshujo_date ul li {
  width: 32%;
  margin-bottom: 8px;
}
/* sub_contactBtn */
.lp_excavatorSub .sub_contactBtn {
  margin: 40px auto 0;
}
.lp_excavatorSub .sub_contactBtn a {
  max-width: 450px;
  width: 95%;
  margin: 0 auto;
  font-size: 14px;
  padding: 30px;
}
/* 250319追記 レポートページ */
.lp_report .report_ttl {
  margin: 0 auto 30px;
  padding: 0;
  display: block;
  text-align: center;
}
.lp_report .report_ttl span {
  font-size: 22px;
  margin-top: 20px;
}
.lp_report .report_ttl span::before {
  left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        top: 5%;
        width: 150px;
        height: 150px;
}
.lp_report .report_ttl h2 {
  font-size: 27px;
  margin-left: 0;
  line-height: 1.5;
  margin-top: 70px;
}
/*  */
.lp_report .report_movie {
  padding: 15px 29px;
}
.lp_report .report_movie .movie_cont {
  width: 100%;
}
/*  */
.lp_report .report_cont {
  padding-bottom: 60px;
}
.lp_report .report_cont .report_contTtl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto 30px;
  padding: 0 29px;
}
.lp_report .report_cont .report_contTtl .report_contTtl_icon {
  font-size: 14px;
}
.lp_report .report_cont .report_contTtl .report_contTtl_icon::before {
  left: -10px;
  top: -48%;
width: 70px;
height: 70px;
}
.lp_report .report_cont .report_contTtl .report_contTtl_icon span {
  font-size: 18px;
}
.lp_report .report_cont .report_contTtl h3 {
  font-size: 20px;
  padding-left: 20px;
  line-height: 1.5;
}
.lp_report .report_cont p {
  margin: 0 29px;
}
.lp_report .report_cont ul {
  max-width: 300px;
  width: 100%;
  margin: 30px auto 0;
  display: block;
}
.lp_report .report_cont ul li {
  width: 100%;
}
.lp_report .report_cont ul li:first-child {
  margin-bottom: 20px;
}
.lp_report .report_cont figure {
  max-width: 300px;
  width: 100%;
  margin: 30px auto 0;
}
.lp_report .report_park {
  text-align: center;
  padding:0 29px 80px;
}
.lp_report .report_park h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.lp_report .report_park p {
    margin-bottom: 30px;
}
.lp_report .report_park .report_park_btn a {
    padding: 10px 0;
  font-size: 18px;
  line-height: 1.5;
}
  }