/* アオノスゲタ サブメニュー start */
.l-nav-front-group__item { position: relative; }

.l-nav-front-group-parent {
  position: relative;
  cursor: pointer;
}

.l-nav-front-group-parent::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 110%;
  height: 1px; background: #5a4a37; opacity: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.l-nav-front-group-parent::after {

/* 下向き＞ */
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #ff8039;
    border-right: solid 2px #ff8039;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 102%;
    vertical-align: center;
    bottom: 0;
    margin: auto;
}
.l-nav-front-group-parent:hover::before {
   opacity: 1;
}
.l-nav-front-list__wrap {
  /* 
  display: none;
  */
  position: absolute;
  top: 60px;
  left: 50%;
  width: 655px;
  padding: 40px 40px 40px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0 3px 15px rgba(90, 74, 55, 0.1);
/*  box-shadow: 0 3px 15px rgba(90, 74, 55, 0.1);*/
  box-shadow: 0 3px 15px rgba(29, 29, 29, 0.1);
  border-radius: 10px 10px 10px 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: default;
}

.l-nav-front-list__con {
  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; }

.l-nav-front-list__area-txt {
  width: 280px;
 }

.l-nav-front-list-head__link {
  position: relative;
  display: block;
  padding: 15px 30px 15px 0;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #5a4a37;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-nav-front-list-head__link::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 10px;
  width: 14px;
  height: 10px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2210%22%20viewBox%3D%220%200%2014%2010%22%3E%20%3Cg%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_1%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%201%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M5.771%2C1.755a1.5%2C1.5%2C0%2C0%2C1%2C2.458%2C0L12.348%2C7.64A1.5%2C1.5%2C0%2C0%2C1%2C11.119%2C10H2.881A1.5%2C1.5%2C0%2C0%2C1%2C1.652%2C7.64Z%22%20stroke%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M%206.999996662139893%203.487584114074707%20L%203.841315269470215%208.000000953674316%20L%2010.15868854522705%208.000000953674316%20L%206.999996662139893%203.487584114074707%20M%207.000003337860107%201.115691184997559%20C%207.465139389038086%201.115691184997559%207.930274486541748%201.328961372375488%208.228849411010742%201.755500793457031%20L%2012.34785938262939%207.639811038970947%20C%2013.04377937316895%208.633971214294434%2012.33255004882812%2010.00000095367432%2011.11901950836182%2010.00000095367432%20L%202.880979537963867%2010.00000095367432%20C%201.667449951171875%2010.00000095367432%200.9562196731567383%208.633971214294434%201.652139663696289%207.639811038970947%20L%205.771149635314941%201.755500793457031%20C%206.069729328155518%201.328961372375488%206.534866809844971%201.115691184997559%207.000003337860107%201.115691184997559%20Z%22%20stroke%3D%22none%22%20fill%3D%22%235a4a37%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.l-nav-front-list-head__link:hover {
 border-bottom-color: #e68a00;
 color: #e68a00;
 }

.l-nav-front-list-head__link:hover::before {
 width: 14px;
 height: 10px;
 content: "";
 display: inline-block;
 vertical-align: middle;
 background: no-repeat center/contain;
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2210%22%20viewBox%3D%220%200%2014%2010%22%3E%20%3Cg%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_1%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%201%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M5.771%2C1.755a1.5%2C1.5%2C0%2C0%2C1%2C2.458%2C0L12.348%2C7.64A1.5%2C1.5%2C0%2C0%2C1%2C11.119%2C10H2.881A1.5%2C1.5%2C0%2C0%2C1%2C1.652%2C7.64Z%22%20stroke%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M%206.999996662139893%203.487584114074707%20L%203.841315269470215%208.000000953674316%20L%2010.15868854522705%208.000000953674316%20L%206.999996662139893%203.487584114074707%20M%207.000003337860107%201.115691184997559%20C%207.465139389038086%201.115691184997559%207.930274486541748%201.328961372375488%208.228849411010742%201.755500793457031%20L%2012.34785938262939%207.639811038970947%20C%2013.04377937316895%208.633971214294434%2012.33255004882812%2010.00000095367432%2011.11901950836182%2010.00000095367432%20L%202.880979537963867%2010.00000095367432%20C%201.667449951171875%2010.00000095367432%200.9562196731567383%208.633971214294434%201.652139663696289%207.639811038970947%20L%205.771149635314941%201.755500793457031%20C%206.069729328155518%201.328961372375488%206.534866809844971%201.115691184997559%207.000003337860107%201.115691184997559%20Z%22%20stroke%3D%22none%22%20fill%3D%22%23e68a00%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
 -webkit-transition: all 0.3s ease;
 transition: all 0.3s ease;
 }

.header-wrap > div .menu-wrap > ul li:last-child .l-nav-front-list__item{
  padding: inherit;
  margin: inherit;
}
.l-nav-front-list__item{
    font-size: 16px !important; 
}
.l-nav-front-list-head_nolink {
  position: relative;
  display: block;
  padding: 15px 30px 15px 0;
  border-bottom: 1px solid #5a4a37;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

 .l-nav-front-list__link {
  position: relative;
  display: block;
  height: 50px !important;
  padding: 15px 30px 15px 10px !important; 
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 2px dotted #5a4a37;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.l-nav-front-list__link::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 10px;
  width: 14px;
  height: 10px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2210%22%20viewBox%3D%220%200%2014%2010%22%3E%20%3Cg%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_1%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%201%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M5.771%2C1.755a1.5%2C1.5%2C0%2C0%2C1%2C2.458%2C0L12.348%2C7.64A1.5%2C1.5%2C0%2C0%2C1%2C11.119%2C10H2.881A1.5%2C1.5%2C0%2C0%2C1%2C1.652%2C7.64Z%22%20stroke%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M%206.999996662139893%203.487584114074707%20L%203.841315269470215%208.000000953674316%20L%2010.15868854522705%208.000000953674316%20L%206.999996662139893%203.487584114074707%20M%207.000003337860107%201.115691184997559%20C%207.465139389038086%201.115691184997559%207.930274486541748%201.328961372375488%208.228849411010742%201.755500793457031%20L%2012.34785938262939%207.639811038970947%20C%2013.04377937316895%208.633971214294434%2012.33255004882812%2010.00000095367432%2011.11901950836182%2010.00000095367432%20L%202.880979537963867%2010.00000095367432%20C%201.667449951171875%2010.00000095367432%200.9562196731567383%208.633971214294434%201.652139663696289%207.639811038970947%20L%205.771149635314941%201.755500793457031%20C%206.069729328155518%201.328961372375488%206.534866809844971%201.115691184997559%207.000003337860107%201.115691184997559%20Z%22%20stroke%3D%22none%22%20fill%3D%22%235a4a37%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.l-nav-front-list__link:hover {
/* border-bottom-color: #e68a00;*/
 border-bottom-color: #2d805c;
 }

 .l-nav-front-list__link:hover a{
 color: #2d805c !important;
 }

.l-nav-front-list__link:hover::before {
 width: 14px;
 height: 10px;
 content: "";
 display: inline-block;
 vertical-align: middle;
 background: no-repeat center/contain;
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2210%22%20viewBox%3D%220%200%2014%2010%22%3E%20%3Cg%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_1%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%201%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M5.771%2C1.755a1.5%2C1.5%2C0%2C0%2C1%2C2.458%2C0L12.348%2C7.64A1.5%2C1.5%2C0%2C0%2C1%2C11.119%2C10H2.881A1.5%2C1.5%2C0%2C0%2C1%2C1.652%2C7.64Z%22%20stroke%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M%206.999996662139893%203.487584114074707%20L%203.841315269470215%208.000000953674316%20L%2010.15868854522705%208.000000953674316%20L%206.999996662139893%203.487584114074707%20M%207.000003337860107%201.115691184997559%20C%207.465139389038086%201.115691184997559%207.930274486541748%201.328961372375488%208.228849411010742%201.755500793457031%20L%2012.34785938262939%207.639811038970947%20C%2013.04377937316895%208.633971214294434%2012.33255004882812%2010.00000095367432%2011.11901950836182%2010.00000095367432%20L%202.880979537963867%2010.00000095367432%20C%201.667449951171875%2010.00000095367432%200.9562196731567383%208.633971214294434%201.652139663696289%207.639811038970947%20L%205.771149635314941%201.755500793457031%20C%206.069729328155518%201.328961372375488%206.534866809844971%201.115691184997559%207.000003337860107%201.115691184997559%20Z%22%20stroke%3D%22none%22%20fill%3D%22%232d805c%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
 -webkit-transition: all 0.3s ease;
 transition: all 0.3s ease;
 }
.l-nav-front-list__area-img {
  width: 330px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center; /* 縦方向の中央揃え */
  align-items: center; /* 横方向の中央揃え */
}
.aboutus{
  background-image: url(../img/company/company-main.webp);
  aspect-ratio: 393/342;
}
/* パソコン用 */
@media screen and (min-width: 768px) {
/* ホバーされる親要素 */
.l-nav-front-group-parent {
  position: relative;
  cursor: pointer;
}

/* 表示させる要素（普段は非表示） */
.l-nav-front-group-parent .l-nav-front-list__wrap {
  display: none;
/*
  display: block; /* テスト表示用 
*/
  position: absolute;
  top: 118%;
  left: -30px;
  padding: 10px;
}

/* マウスオーバー時にサブメニュー表示させる */
.l-nav-front-group__item:hover .l-nav-front-list__wrap {
  display: block;
}
/* マウスオーバー時に下線表示させる */
.l-nav-front-group__item:hover .l-nav-front-group-parent:before {
  opacity: 1;
}

}
/* アオノスゲタ サブメニュー end */
