/*
$img1:url("../../images/front-page/yunbo2.jpg");
$img2:url("../../images/front-page/track.jpg");
$img3:url("../../images/front-page/sell_bkimg.svg");
$img4:url("../../images/common/shovel.svg");
$img5:url("../../images/common/tractor.svg");
$img6:url("../../images/common/truck.svg");
$img7:url("../../images/front-page/triangle.png");
*/
div#wrapper > main {
  background-color: #e5f2f9;
  padding-bottom: 80px;
}
div#wrapper > main > header {
  position: relative;
  height: 626px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
div#wrapper > main > header::before {
  content: ".";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1111;
  width: 50%;
  height: 100%;
  text-indent: -9999px;
  background-image: url("https://res.cloudinary.com/dzlmfgpj5/image/upload/f_auto,q_auto:low/v1620218769/neoriseone/front-page/yunbo2_ub1tbq.jpg");
  background-repeat: no-repeat;
}
div#wrapper > main > header::after {
  content: ".";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1111;
  width: 50%;
  height: 100%;
  text-indent: -9999px;
  background-image: url("https://res.cloudinary.com/dzlmfgpj5/image/upload/f_auto,q_auto:low/v1620218769/neoriseone/front-page/track_rf14wq.jpg");
  background-repeat: no-repeat;
}
@media screen and (min-width: 1400px) {
  div#wrapper > main > header::before {
    background-size: 110%;
    background-position: left bottom;
  }
  div#wrapper > main > header::after {
    background-size: 110%;
    background-position: left bottom;
  }
}
@media (max-width: 1399px) and (min-width: 1250px) {
  div#wrapper > main > header::before {
    background-size: 120%;
    background-position: left bottom;
  }
  div#wrapper > main > header::after {
    background-size: 120%;
    background-position: left bottom;
  }
}
@media (max-width: 1249px) and (min-width: 1150px) {
  div#wrapper > main > header::before {
    background-size: 130%;
    background-position: left bottom;
  }
  div#wrapper > main > header::after {
    background-size: 130%;
    background-position: left bottom;
  }
}
@media (max-width: 1149px) and (min-width: 1041px) {
  div#wrapper > main > header::before {
    background-size: 140%;
    background-position: left bottom;
  }
  div#wrapper > main > header::after {
    background-size: 140%;
    background-position: left bottom;
  }
}
div#wrapper > main > header > h2 {
  max-width: 537px;
  text-align: center;
  padding: 15px;
  border: solid 5px #0080c8;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 2222;
  color: #0080c8;
  font-size: 2.9rem;
  font-weight: 700;
}
div#wrapper > main > header > h2 > strong {
  color: #0080c8;
  font-size: 4.3rem;
  font-weight: 900;
  line-height: 1;
}
div#wrapper > main > header > div.scroll {
  position: relative;
  z-index: 2222;
  width: 200px;
}
div#wrapper > main > header > p.pconly {
  position: absolute;
  top: 30%;
  right: 20%;
  z-index: 2222;
  background-image: url("https://res.cloudinary.com/dzlmfgpj5/image/upload/q_auto:low/v1620218768/neoriseone/front-page/sell_bkimg_an2vls.svg");
  background-size: 100% 100%;
  padding: 10px;
  padding-right: 30px;
}
div#wrapper > main > header > p.pconly > a {
  display: block;
  font-size: 2.2rem;
  color: #ffffff;
  font-weight: 700;
}
div#wrapper > main > header > p.pconly > a > strong {
  font-size: 2.9rem;
  color: #ffffff;
  font-weight: 700;
}
div#wrapper > main > header > p.pconly > a > strong > span {
  font-size: 4.2rem;
  color: #fce600;
  font-weight: 900;
  line-height: 1;
}
div#wrapper > main > div {
  max-width: 990px;
}
div#wrapper > main > div > ul {
  display: flex;
}
div#wrapper > main > div > ul > li {
  font-size: 1.6rem;
  margin: 10px 0 0 0;
}
div#wrapper > main > div > ul > li + li::before {
  content: ">";
  display: inline-block;
  margin: 0 7px;
}
div#wrapper > main > div > section.news {
  padding-top: 20px;
  padding-bottom: 20px;
}
div#wrapper > main > div > section.news > ul {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
div#wrapper > main > div > section.news > ul li {
  margin: 0;
  width: 350px;
  background-color: #eee;
}
div#wrapper > main > div > section.news > ul li a {
  display: block;
  width: 100%;
  aspect-ratio: 21/29.7;
}
div#wrapper > main > div > section.news > ul li + li {
  margin-left: 23px;
}
div#wrapper > main > div > section.news > p {
  text-align: center;
}
div#wrapper > main > div > section.news > p a {
  display: inline-block;
  font-size: 2.4rem;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
div#wrapper > main > div > section.news > p a::after {
  content: "";
  display: inline-block !important;
  width: 25px;
  height: 25px;
  display: block;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  background-color: #e3aa3c;
  position: relative;
  top: 3px;
  left: 3px;
}
div#wrapper > main > div > p {
  background-color: #0080c8;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
div#wrapper > main > div > p > strong {
  font-size: 5rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #0080c8;
}
div#wrapper > main > div > figure > figcaption {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0080c8;
  border-bottom: solid 2px #0080c8;
  margin-bottom: 20px;
  letter-spacing: 7px;
}
div#wrapper > main > div > figure > ul {
  display: flex;
  justify-content: space-between;
}
div#wrapper > main > div > figure > ul > li {
  width: 32%;
  font-size: 1.8rem;
  background-color: #ffffff;
  margin: 0;
}
div#wrapper > main > div > figure > ul > li > a {
  display: block;
}
div#wrapper > main > div > figure > ul > li > a > ul > li {
  padding-left: 10px;
}
div#wrapper > main > div > figure > ul > li > a > ul > li:nth-child(1) {
  position: relative;
  padding-top: 76.9%;
  height: 0;
  overflow: hidden;
  padding-left: 0 !important;
}
div#wrapper > main > div > figure > ul > li > a > ul > li:nth-child(1) > img {
  position: absolute;
  width: 103%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
div#wrapper > main > div > figure > ul > li > a:hover {
  opacity: 0.5;
  transition: opacity 1s;
}
div#wrapper > main > div > section > h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0080c8;
  border-bottom: 2px solid #0080c8;
  margin: 40px 0 20px 0;
}
div#wrapper > main > div > section > div.category {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
div#wrapper > main > div > section > div.category > nav {
  width: 30%;
  margin: 0;
}
div#wrapper > main > div > section > div.category > nav > ul > li p {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  background-color: #e3aa3c;
  line-height: 100%;
  padding-left: 60px;
  padding-top: 13px;
  padding-bottom: 13px;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 10px;
}
div#wrapper > main > div > section > div.category > nav > ul > li.kensetsu p {
  background-image: url("https://res.cloudinary.com/dzlmfgpj5/image/upload/q_auto:low/v1620221502/neoriseone/front-page/shovel_z3bv3h.svg");
}
div#wrapper > main > div > section > div.category > nav > ul > li.nogyo p {
  background-image: url("https://res.cloudinary.com/dzlmfgpj5/image/upload/q_auto:low/v1620221509/neoriseone/front-page/tractor_buerer.svg");
}
div#wrapper > main > div > section > div.category > nav > ul > li.other p {
  background-image: url("https://res.cloudinary.com/dzlmfgpj5/image/upload/q_auto:low/v1620221516/neoriseone/front-page/truck_jm13jk.svg");
}
div#wrapper > main > div > section > div.category > nav > ul > li > ul > li {
  margin: 7px 0;
}
div#wrapper > main > div > section > div.category > nav > ul > li > ul > li a {
  display: block;
  padding-left: 10px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: solid 2px #7fbfe3;
  font-size: 2rem;
  font-weight: 700;
  color: #0080c8;
  position: relative;
}
div#wrapper > main > div > section > div.category > nav > ul > li > ul > li > a:hover, div#wrapper > main > div > section > div.category > nav > ul > li > ul > li a.active {
  color: #ffffff;
  background-color: #0080c8;
  border-color: #0080c8;
}
div#wrapper > main > div > section > div.category > nav > ul > li > ul > li > a:hover::after, div#wrapper > main > div > section > div.category > nav > ul > li > ul > li a.active::after {
  display: block;
  content: "";
  background-image: url("https://res.cloudinary.com/dzlmfgpj5/image/upload/f_auto,q_auto:low/v1620218768/neoriseone/front-page/triangle_ikpkry.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: calc(100% + 4px);
  position: absolute;
  top: -2px;
  right: -22px;
}
div#wrapper > main > div > section > div.category > div {
  width: 64%;
  margin: 0;
}
div#wrapper > main > div > section > div.category > div > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div#wrapper > main > div > section > div.category > div > ul > li {
  width: 48%;
  font-size: 1.8rem;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 15px;
}
div#wrapper > main > div > section > div.category > div > ul > li > a {
  display: block;
  transition: opacity 1s;
}
div#wrapper > main > div > section > div.category > div > ul > li > a > ul {
  background-color: #ffffff;
  padding-bottom: 10px;
}
div#wrapper > main > div > section > div.category > div > ul > li > a > ul li {
  padding-left: 10px;
}
div#wrapper > main > div > section > div.category > div > ul > li > a > ul > li:nth-child(1) {
  padding-top: 76.9%;
  padding-left: 0 !important;
  height: 0;
  position: relative;
  overflow: hidden;
}
div#wrapper > main > div > section > div.category > div > ul > li > a > ul > li:nth-child(1) > img {
  position: absolute;
  width: 103%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
div#wrapper > main > div > section > div.category > div > ul > li > a:hover {
  opacity: 0.5;
}/*# sourceMappingURL=front-page_pc.css.map */