/*
$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;
  margin-bottom: 20px;
}
div#wrapper > main > header {
  position: relative;
  background-image: url("https://res.cloudinary.com/dzlmfgpj5/image/upload/f_auto,q_auto:low/v1620218769/neoriseone/front-page/yunbo2_ub1tbq.jpg");
  background-size: 140%;
  background-position: bottom center;
  height: 270px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
div#wrapper > main > header > h2 {
  max-width: 400px;
  text-align: center;
  padding: 15px;
  border: solid 5px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #0080c8;
  font-size: 1.6rem;
  font-weight: 700;
}
div#wrapper > main > header > h2 > strong {
  color: #0080c8;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
}
div#wrapper > main > header > div.scroll {
  position: relative;
  z-index: 2222;
  width: 200px;
}
div#wrapper > main > div.main > ul {
  display: flex;
  justify-content: center;
}
div#wrapper > main > div.main > ul > li {
  font-size: 1.2rem;
  margin: 10px 0 0 0;
}
div#wrapper > main > div.main > ul > li + li::before {
  content: ">";
  display: inline-block;
  margin: 0 7px;
}
div#wrapper > main > div.main > section.news {
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 6%;
  padding-right: 6%;
}
div#wrapper > main > div.main > section.news > ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
div#wrapper > main > div.main > section.news > ul li {
  margin: 0;
  width: 48%;
  background-color: #eee;
}
div#wrapper > main > div.main > section.news > ul li a {
  display: block;
  width: 100%;
  aspect-ratio: 21/29.7;
}
div#wrapper > main > div.main > section.news > p {
  text-align: center;
}
div#wrapper > main > div.main > section.news > p a {
  display: inline-block;
  font-size: 1.8rem;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
div#wrapper > main > div.main > section.news > p a::after {
  content: "";
  display: inline-block !important;
  width: 18px;
  height: 18px;
  display: block;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  background-color: #e3aa3c;
  position: relative;
  top: 3px;
  left: 3px;
}
div#wrapper > main > div.main > p {
  background-color: #0080c8;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 6%;
  margin-right: 6%;
}
div#wrapper > main > div.main > p > strong {
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
}
div#wrapper > main > div.main > figure {
  padding-left: 6%;
  padding-right: 6%;
}
div#wrapper > main > div.main > 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.main > figure > ul {
  display: flex;
  justify-content: space-between;
}
div#wrapper > main > div.main > figure > ul > li {
  width: 32%;
  font-size: 1.8rem;
  background-color: #ffffff;
  margin: 0;
}
div#wrapper > main > div.main > figure > ul > li > a {
  display: block;
}
div#wrapper > main > div.main > figure > ul > li > a > ul > li {
  padding-left: 10px;
}
div#wrapper > main > div.main > 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.main > 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.main > figure > ul > li > a:hover {
  opacity: 0.5;
  transition: opacity 1s;
}
div#wrapper > main > div.main > section > h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0080c8;
  border-bottom: solid 2px;
  margin: 40px 0 10px 0;
  margin-left: 6%;
}
div#wrapper > main > div.main > section > div.category {
  padding: 0 6%;
}
div#wrapper > main > div.main > section > div.category > nav > ul > li {
  margin-bottom: 10px;
}
div#wrapper > main > div.main > section > div.category > nav > ul > li > ul {
  overflow: hidden;
}
div#wrapper > main > div.main > 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.main > section > div.category > nav > ul > li > ul > li > a:hover, div#wrapper > main > div.main > section > div.category > nav > ul > li > ul > li a.active {
  color: #ffffff;
  background-color: #0080c8;
  border-color: #0080c8;
}
div#wrapper > main > div.main > section > div.category > nav > ul > li > ul > li > a:hover::after, div#wrapper > main > div.main > 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.main > section > div.category > nav > ul > li > ul > li + li {
  margin-top: 5px;
}
div#wrapper > main > div.main > 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;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}
div#wrapper > main > div.main > section > div.category > nav > ul > li p::after {
  content: ".";
  display: block;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
div#wrapper > main > div.main > 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.main > 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.main > 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.main > section > div.category > nav > ul > li.close > p::after {
  transform: rotate(-45deg);
}
div#wrapper > main > div.main > section > div.category > nav > ul > li.close > ul {
  height: 0;
}
div#wrapper > main > div.main > section > div.category > nav > ul > li.open > p::after {
  transform: rotate(45deg);
}
div#wrapper > main > div.main > section > div.category > nav > ul > li.open > ul {
  height: auto;
}
div#wrapper > main > div.main > section > div.category > div > ul > li {
  font-size: 1.8rem;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 15px;
}
div#wrapper > main > div.main > section > div.category > div > ul > li > a {
  display: block;
  transition: opacity 1s;
}
div#wrapper > main > div.main > section > div.category > div > ul > li > a > ul {
  background-color: #ffffff;
  padding-bottom: 10px;
}
div#wrapper > main > div.main > section > div.category > div > ul > li > a > ul li {
  padding-left: 10px;
}
div#wrapper > main > div.main > 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.main > 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.main > section > div.category > div > ul > li > a:hover {
  opacity: 0.5;
}/*# sourceMappingURL=front-page_sm.css.map */