.sp {
  display: none;
}

.pc {
  display: block;
}

.root#index .mv {
  width: 100%;
  height: 830px;
  background-image: url(../../images/index/mv_lg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .root#index .mv {
    background-image: url(../../images/index/mv_xs.png);
    height: 485px;
  }
}
.root#index .mv__copy {
  position: absolute;
  top: 350px;
  left: -50px;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 767px) {
  .root#index .mv__copy {
    top: 135px;
    left: 10%;
  }
}
.root#index .mv__copy__catchCopy {
  font-family: "Anton", sans-serif;
  letter-spacing: 0.04em;
  font-size: 84px;
  font-size: 8.4rem;
  font-weight: normal;
  white-space: nowrap;
  margin-bottom: 10px;
  line-height: 1.2857142857;
}
@media only screen and (max-width: 767px) {
  .root#index .mv__copy__catchCopy {
    font-size: 35px;
    font-size: 3.5rem;
    margin-bottom: 20px;
  }
}
.root#index .mv__copy__bodyCopy {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.6666666667;
}
@media only screen and (max-width: 767px) {
  .root#index .mv__copy__bodyCopy {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.4705882353;
  }
}
.root#index .mv__copy__bodyCopy span {
  display: block;
  font-size: 42px;
  font-size: 4.2rem;
}
@media only screen and (max-width: 767px) {
  .root#index .mv__copy__bodyCopy span {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4705882353;
  }
}
.root#index .tel_info {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 100px auto 0 auto;
  padding: 50px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  border: 1px solid #5edfc3;
}
@media only screen and (max-width: 767px) {
  .root#index .tel_info {
    width: 90%;
    margin: 40px auto;
    padding: 20px 2.666666666%;
    display: block;
  }
}
.root#index .tel_info h3 {
  width: 100%;
  margin-bottom: 30px;
}
.root#index .tel_info p {
  width: 100%;
}
.root#index .tel_info p span {
  font-weight: bold;
}
.root#index .cm_info {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .root#index .cm_info {
    width: 100%;
    margin: 40px 0;
    padding: 0 2.666666666%;
    display: block;
  }
}
.root#index .cm_info .left {
  width: 35%;
  margin-right: 50px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.root#index .cm_info .left:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .root#index .cm_info .left {
    width: 100%;
    margin-right: 0;
  }
}
.root#index .cm_info .left #video {
  display: none;
}
.root#index .cm_info .right .view_pc {
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .root#index .cm_info .right .view_pc {
    display: none;
  }
}
.root#index .cm_info .right .view_sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .root#index .cm_info .right .view_sp {
    display: block;
    font-size: 2.5rem;
    text-align: center;
  }
}
.root#index .cm_info .right p {
  font-size: 1.5rem;
  margin-bottom: 27px;
}
.root#index .cm_info .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .root#index .cm_info .right ul {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .root#index .cm_info .right ul li .pc {
    display: none;
  }
}
.root#index .cm_info .right ul li h3 {
  font-size: 2.2rem;
  color: #FFC000;
}
@media only screen and (max-width: 767px) {
  .root#index .cm_info .right ul li h3 {
    font-size: 2.5rem;
  }
}
.root#index .cm_info .right ul li a {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: 2px solid #5edfc3;
  padding: 10px 20px;
  min-width: 300px;
  letter-spacing: 0.08em;
  font-size: 20px;
  font-size: 2rem;
  background-color: #5edfc3;
  -webkit-transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
}
.root#index .cm_info .right ul li a:hover {
  background: transparent;
  color: #5edfc3;
  cursor: pointer;
}
.root#index .news {
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .root#index .news {
    padding-bottom: 20px;
  }
}
.root#index .news__holder {
  position: relative;
  min-height: 300px;
}
@media only screen and (max-width: 767px) {
  .root#index .news__holder {
    min-height: inherit;
    margin-bottom: 25px;
  }
}
.root#index .news__holder__hl {
  float: left;
  width: 160px;
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .root#index .news__holder__hl {
    width: 75px;
    padding-top: 65px;
  }
}
.root#index .news__holder__hl__unit {
  text-align: right;
  display: inline-block;
}
.root#index .news__holder__hl__unit__en {
  font-family: "Anton", sans-serif;
  letter-spacing: 0.04em;
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: normal;
  display: block;
}
@media only screen and (max-width: 767px) {
  .root#index .news__holder__hl__unit__en {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
.root#index .news__holder__hl__unit__jp {
  font-size: 22px;
  font-size: 2.2rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .root#index .news__holder__hl__unit__jp {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.root#index .news__holder__table {
  position: relative;
  float: left;
  width: 840px;
  padding-top: 40px;
  padding-left: 70px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .root#index .news__holder__table {
    width: calc(100% - 75px);
    padding-top: 20px;
    padding-left: 20px;
  }
}
.root#index .news__holder__table > tbody > tr > th,
.root#index .news__holder__table > tbody > tr > td {
  padding: 15px 10px;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
}
.root#index .news__holder__table > tbody > tr > th a,
.root#index .news__holder__table > tbody > tr > td a {
  text-decoration: none;
  color: #222222;
}
.root#index .news__holder__table > tbody > tr > th a:visited,
.root#index .news__holder__table > tbody > tr > td a:visited {
  color: #222222;
}
.root#index .news__holder__table > tbody > tr > th a:hover,
.root#index .news__holder__table > tbody > tr > td a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .root#index .news__holder__table > tbody > tr > th,
.root#index .news__holder__table > tbody > tr > td {
    padding: 0;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.root#index .news__holder__table > tbody > tr > th {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .root#index .news__holder__table > tbody > tr > th {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .root#index .news__holder__table > tbody > tr > td {
    padding-bottom: 5px;
  }
}
.root#index .news__holder__table:after {
  content: "";
  display: inline-block;
  background-color: #000;
  width: 1px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .root#index .news__holder__table:after {
    height: 100%;
  }
}
.root#index .news__btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .root#index .news__btn {
    position: static;
    display: block;
  }
}
.root#index .intro {
  padding-top: 40px;
  padding-bottom: 220px;
}
@media only screen and (max-width: 767px) {
  .root#index .intro {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.root#index .intro__fig {
  position: absolute;
  right: 300px;
  top: 70px;
  width: calc((100vw - 1000px) / 2 + 700px);
  height: 490px;
  min-width: 750px;
}
@media only screen and (max-width: 767px) {
  .root#index .intro__fig {
    position: static;
    width: 100vw;
    height: 200px;
    min-width: auto;
    margin-left: -2.666666666%;
  }
}
.root#index .intro__fig > div {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../images/index/intro_fig.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.root#index .intro__texts {
  position: relative;
  width: 500px;
  z-index: 2;
  margin-left: 50%;
  padding: 40px 0 40px 40px;
}
@media only screen and (max-width: 767px) {
  .root#index .intro__texts {
    width: 100%;
    margin-left: 0 !important;
    padding: 20px 25px !important;
    margin-top: -30px;
  }
}
.root#index .intro__texts:before {
  content: "";
  display: block;
  width: calc((100vw - 1000px) / 2 + 500px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #222222;
  min-width: 550px;
}
@media only screen and (max-width: 767px) {
  .root#index .intro__texts:before {
    width: 100%;
    min-width: auto;
  }
}
.root#index .intro__texts__hl {
  position: relative;
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .root#index .intro__texts__hl {
    margin-bottom: 15px;
  }
}
.root#index .intro__texts__hl__en {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.35;
  display: block;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.04em;
  font-weight: normal;
  font-size: 46px;
  font-size: 4.6rem;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .root#index .intro__texts__hl__en {
    font-size: 30px;
    font-size: 3rem;
    white-space: normal;
  }
}
.root#index .intro__texts__hl__en:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 40px;
  background-color: #5edfc3;
}
@media only screen and (max-width: 767px) {
  .root#index .intro__texts__hl__en:after {
    width: 20px;
  }
}
.root#index .intro__texts__hl__jp {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .root#index .intro__texts__hl__jp {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.root#index .intro__texts__rt {
  position: relative;
  color: #fff;
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.2857142857;
}
@media only screen and (max-width: 767px) {
  .root#index .intro__texts__rt {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}
.root#index .intro__texts__btn {
  position: relative;
  display: block;
  width: 300px;
  margin-left: 160px;
}
@media only screen and (max-width: 767px) {
  .root#index .intro__texts__btn {
    width: 100%;
    margin-left: 0;
  }
}
.root#index .craftsman {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .root#index .craftsman {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.root#index .craftsman__hl {
  margin-bottom: 20px;
}
.root#index .craftsman__hl__en {
  font-size: 46px;
  font-size: 4.6rem;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.04em;
  font-weight: normal;
  display: block;
}
@media only screen and (max-width: 767px) {
  .root#index .craftsman__hl__en {
    font-size: 30px;
    font-size: 3rem;
  }
}
.root#index .craftsman__hl__jp {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  display: block;
}
@media only screen and (max-width: 767px) {
  .root#index .craftsman__hl__jp {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.root#index .craftsman__menuList__item {
  margin-top: 40px;
  width: calc((100vw - 1000px) / 2 + 1000px);
  min-width: 1050px;
}
@media only screen and (max-width: 767px) {
  .root#index .craftsman__menuList__item {
    width: 102.666666666%;
    min-width: auto;
    margin-top: 20px;
  }
}
.root#index .craftsman__menuList__item:first-child {
  margin-top: 0;
}
.root#index .craftsman__menuList__item__anchor {
  position: relative;
  padding: 30px;
  display: block;
  height: 350px;
  background-image: url(https://placehold.jp/1250x350.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .root#index .craftsman__menuList__item__anchor {
    height: auto;
    padding: 20px 25px;
  }
}
.root#index .craftsman__menuList__item__anchor[data-menu=steeplejack] {
  background-image: url(../../images/index/craftsman_menu_01.png);
}
.root#index .craftsman__menuList__item__anchor[data-menu=heavy_machinery_operator] {
  background-image: url(../../images/index/craftsman_menu_02.png);
}
.root#index .craftsman__menuList__item__anchor[data-menu=dump_driver] {
  background-image: url(../../images/index/craftsman_menu_03.png);
}
.root#index .craftsman__menuList__item__anchor[data-menu=earthwork] {
  background-image: url(../../images/index/craftsman_menu_04.png);
}
.root#index .craftsman__menuList__item__anchor:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../../images/common/pattern_01.png);
  opacity: 1;
  -webkit-transition: inherit;
  transition: inherit;
}
@media only screen and (max-width: 767px) {
  .root#index .craftsman__menuList__item__anchor:before {
    background-size: 10px 10px;
  }
}
.root#index .craftsman__menuList__item__anchor__texts {
  width: 450px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .root#index .craftsman__menuList__item__anchor__texts {
    width: auto;
  }
}
.root#index .craftsman__menuList__item__anchor__texts__hl {
  margin-bottom: 20px;
}
.root#index .craftsman__menuList__item__anchor__texts__hl__en {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.04em;
  font-weight: normal;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  .root#index .craftsman__menuList__item__anchor__texts__hl__en {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.root#index .craftsman__menuList__item__anchor__texts__hl__en:after {
  content: "";
  display: inline-block;
  background-color: #5edec3;
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.root#index .craftsman__menuList__item__anchor__texts__hl__jp {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .root#index .craftsman__menuList__item__anchor__texts__hl__jp {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.root#index .craftsman__menuList__item__anchor__texts__rt {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .root#index .craftsman__menuList__item__anchor__texts__rt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.root#index .craftsman__menuList__item__anchor:hover {
  color: #000;
}
.root#index .craftsman__menuList__item__anchor:hover:before {
  opacity: 0;
}
.root#index .craftsman__menuList__item__anchor:hover .craftsman__menuList__item__anchor__texts__hl__en:after {
  background-color: #000;
}
.root#index .results {
  padding-top: 100px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .root#index .results {
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
.root#index .results__leading__head {
  background-color: #222;
  position: absolute;
  top: 0;
  right: 50%;
  width: calc((100vw - 1000px) / 2 + 500px);
  padding: 30px 30px 30px 0;
  color: #fff;
  text-align: right;
  display: inline-block;
  min-width: 550px;
}
@media only screen and (max-width: 767px) {
  .root#index .results__leading__head {
    width: 35%;
    right: 65%;
    padding: 20px 20px 20px 2.666666666%;
    min-width: auto;
  }
}
.root#index .results__leading__head__hl__en {
  position: relative;
  font-size: 46px;
  font-size: 4.6rem;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.04em;
  font-weight: normal;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  .root#index .results__leading__head__hl__en {
    font-size: 30px;
    font-size: 3rem;
  }
}
.root#index .results__leading__head__hl__en:after {
  content: "";
  display: inline-block;
  background-color: #5edec3;
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.root#index .results__leading__head__hl__jp {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  display: block;
}
@media only screen and (max-width: 767px) {
  .root#index .results__leading__head__hl__jp {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.root#index .results__leading__head__btn {
  margin-top: 50px;
}
.root#index .results__leading__texts {
  padding-left: 545px;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .root#index .results__leading__texts {
    padding-left: 40%;
    padding-top: 15px;
  }
}
.root#index .results__leading__texts__rt {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .root#index .results__leading__texts__rt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.root#index .results__buildingList {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .root#index .results__buildingList {
    margin-top: 30px;
  }
}
.root#index .results__buildingList__item {
  float: left;
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .root#index .results__buildingList__item {
    width: 50%;
  }
}
.root#index .results__buildingList__item__anchor {
  position: relative;
  display: block;
  width: 100%;
  height: 600px;
  background-image: url(https://placehold.jp/375x600.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #5edec3;
  -webkit-transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
}
@media only screen and (max-width: 767px) {
  .root#index .results__buildingList__item__anchor {
    height: 300px;
  }
}
.root#index .results__buildingList__item__anchor:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../../images/common/pattern_01.png);
  opacity: 1;
  -webkit-transition: inherit;
  transition: inherit;
}
@media only screen and (max-width: 767px) {
  .root#index .results__buildingList__item__anchor:before {
    background-size: 10px 10px;
  }
}
.root#index .results__buildingList__item__anchor__texts {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.root#index .results__buildingList__item__anchor__texts__unit {
  display: table-cell;
  vertical-align: middle;
}
.root#index .results__buildingList__item__anchor__texts__unit__en {
  display: block;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.04em;
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .root#index .results__buildingList__item__anchor__texts__unit__en {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.root#index .results__buildingList__item__anchor__texts__unit__jp {
  display: block;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .root#index .results__buildingList__item__anchor__texts__unit__jp {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.root#index .results__buildingList__item__anchor[data-building=commercial_facility] {
  background-image: url(../../images/index/result_building_01.png);
}
.root#index .results__buildingList__item__anchor[data-building=bill_office] {
  background-image: url(../../images/index/result_building_02.png);
}
.root#index .results__buildingList__item__anchor[data-building=mansion] {
  background-image: url(../../images/index/result_building_03.png);
}
.root#index .results__buildingList__item__anchor[data-building=other] {
  background-image: url(../../images/index/result_building_04.png);
}
.root#index .results__buildingList__item__anchor:hover {
  color: #fff;
}
.root#index .results__buildingList__item__anchor:hover:before {
  opacity: 0;
}