@charset "UTF-8";
/* sub_common
----------------------------------------------------------- */
#sub .head-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 240px;
}
#sub .head-wrap::after {
  content: '';
  position: absolute;
  background: url("../images/common/sub_header_bg.jpg") bottom center repeat-x;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.top-head-inner {
  z-index: 1;
}

.breadCrumb {
  margin-top: 80px;
  padding-right: calc((130 / 1920) * 100vw);
  text-align: right;
}
.breadCrumb li {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
}
.breadCrumb li a {
  color: #18ac38;
  text-decoration: underline;
}
.breadCrumb li a:hover {
  text-decoration: none;
}
.breadCrumb li::after {
  content: "/";
  margin-left: 1em;
  padding-right: 0.5em;
}
.breadCrumb li:last-child::after {
  content: "";
}

#sub-visual {
  width: 100%;
  height: 360px;
  margin-top: 24px;
  padding-right: 150px;
  padding-right: calc((150 / 1920) * 100vw);
  position: relative;
}
#sub-visual .sub-visual-inner {
  width: 100%;
  height: 360px;
  background: url("../images/common/sub_ttl_img.png") no-repeat top right;
  position: relative;
}
#sub-visual .sub-visual-inner::before {
  content: '';
  position: absolute;
  background: url("../images/parts_eco.svg") no-repeat center left;
  background-size: 770px;
  width: 770px;
  height: 770px;
  top: -210px;
  left: -90px;
  transition: all .3s;
  animation: recycle 10s linear infinite;
}
#sub-visual .sub-visual-ttl {
  position: relative;
  padding-left: calc((420 / 1920) * 100vw);
  padding-top: 80px;
}
#sub-visual .ja {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 0.7em;
}
#sub-visual .en {
  color: #18ac38;
  font-size: 100px;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
}
#sub-visual .en::before {
  content: '';
  position: absolute;
  background: url("../images/common/sub_ttl_tree.svg") no-repeat;
  width: 64px;
  height: 104px;
  bottom: 0;
  left: -82px;
}
#sub-visual .en::after {
  content: '';
  position: absolute;
  background: #18ac38;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: -24px;
}

@media screen and (max-width: 1500px) {
  #sub-visual .sub-visual-inner::before {
    background: url("../images/parts_eco.svg") no-repeat center left;
    background-size: 500px;
    width: 500px;
    height: 500px;
    top: -80px;
    left: -80px;
  }
}
main {
  width: 100%;
  clear: both;
  position: relative;
  background: #f6faec;
  z-index: 0;
}
main::after {
  content: '';
  position: absolute;
  background: #f6faec;
  background: linear-gradient(#f6faec, #fff);
  width: 100%;
  height: 120px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}

#sub section {
  width: 100%;
  position: relative;
}

.inner {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.box-w {
  background: #fff;
  border-radius: 10px;
  padding: 80px 90px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  padding: 1em 1.2em;
  line-height: 1.6;
  border: 1px solid #999;
}

th {
  background-color: #eee;
  font-weight: bold;
}

td {
  background-color: #fff;
}

/* service
----------------------------------------------------------- */
.service-inner {
  position: relative;
}
.service-inner.service01 {
  padding-bottom: 160px;
}
.service-inner.service02 {
  padding-bottom: 200px;
  z-index: 3;
}
.service-inner.service03 {
  background: #f2f5f2;
  padding-bottom: 200px;
  position: relative;
}
.service-inner.service03::after {
  content: '';
  position: absolute;
  background: #f6faec;
  background: linear-gradient(#f2f5f2, #fff);
  width: 100%;
  height: 120px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.service-ttl-area {
  width: 100%;
  height: 740px;
  padding-left: calc((150 / 1920) * 100vw);
  position: relative;
}

.service01 .service-ttl-area {
  background: url("../images/service_bg01.jpg") no-repeat top center;
}

.service02 .service-ttl-area {
  background: url("../images/service_bg02.jpg") no-repeat top center;
}

.service03 .service-ttl-area {
  background: url("../images/service_bg03.jpg") no-repeat top center;
}

.service-ttl {
  width: 630px;
  height: 100%;
  padding-top: 80px;
  background: #18ac38;
  text-align: center;
}
.service-ttl .num {
  text-align: center;
}
.service-ttl .ja {
  color: #fff;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 600;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.service-ttl .en {
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
}

.service-detail {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 5%;
  z-index: 2;
  margin-top: -260px;
}

.service-intro {
  width: 1200px;
  margin: 0 auto;
  padding: 130px 0;
}

.service-lead {
  display: flex;
  align-items: center;
}
.service-lead dt {
  width: 40%;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #18ac38;
  line-height: 1.8;
  position: relative;
  padding-left: 80px;
}
.service-lead dt::before {
  content: '';
  position: absolute;
  background: url("../images/tp_info_kine.svg") no-repeat;
  top: -40px;
  left: 0;
  width: 13px;
  height: calc(100% + 80px);
}
.service-lead dd {
  width: auto;
  flex: 1;
  line-height: 2.0;
}

.service-img {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 160px;
}
.service-img ul {
  display: flex;
  justify-content: space-between;
}
.service-img li {
  position: relative;
}
.service-img li img {
  width: 100%;
}
.service-img li figcaption {
  background: #18ac38;
  border-radius: 40px 0 40px 0;
  padding: 1.6em;
  display: inline-block;
  position: absolute;
  bottom: -4em;
  left: -1.8em;
}
.service-img li h3 {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
}
.service-img li .place {
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 0.8em;
}

.service02 .service-img li figcaption {
  bottom: -2.4em;
}

.service-work {
  width: 100%;
  padding: 110px 5% 0;
  position: relative;
  z-index: 1;
}
.service-work:after {
  content: '';
  position: absolute;
  background: url("../images/service_logo.svg") no-repeat;
  width: 1645px;
  height: 1273px;
  margin: 0 auto;
  top: -200px;
  left: 0;
  right: 0;
  z-index: -1;
}

.service-work-box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2em 0;
}
.service-work-box h4 {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  background: url("../images/common/icon_green@2x.png") no-repeat top center;
  background-size: 30px;
  padding-top: 48px;
  margin-bottom: 1.6em;
}
.service-work-box .__item {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #abcd03;
  padding-top: 2em;
}
.service-work-box li {
  padding-left: 16px;
  position: relative;
  line-height: 2.0;
  font-size: 15px;
  font-size: 1.5rem;
}
.service-work-box li::before {
  content: '';
  position: absolute;
  background: #abcd03;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  top: calc(50% - 3px);
  left: 0;
}

.service-hanakura {
  width: 100%;
  padding: 0 5%;
  position: relative;
}
.service-hanakura .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 150px;
}

.s-hanakura-ttl {
  text-align: center;
  margin-bottom: 100px;
}
.s-hanakura-ttl h3 {
  margin-bottom: 1em;
}
.s-hanakura-ttl h3 img {
  width: 480px;
}
.s-hanakura-ttl p {
  font-weight: 600;
  letter-spacing: 0.1em;
}

.service-hanakura ul {
  display: flex;
  justify-content: space-between;
}
.service-hanakura li {
  width: 46%;
  background: #fff;
  border-radius: 30px;
}

.s-hanakura-img {
  position: relative;
  text-align: center;
}
.s-hanakura-img img {
  width: 100%;
  border-radius: 30px 30px 0 0;
}
.s-hanakura-img figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s-hanakura-img figcaption p {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  display: inline-block;
  background-color: rgba(47, 40, 31, 0.8);
  padding: 0.2em 1em;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.basya .s-hanakura-img::before {
  content: '';
  position: absolute;
  background: url("../images/service_en_basha@2x.png") no-repeat;
  background-size: 410px;
  width: 410px;
  height: 71px;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.ayase .s-hanakura-img::before {
  content: '';
  position: absolute;
  background: url("../images/service_en_ayase@2x.png") no-repeat;
  background-size: 228px;
  width: 228px;
  height: 102px;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.s-hanakura-info {
  padding: 50px 70px;
}
.s-hanakura-info dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.s-hanakura-info dt {
  color: #18ac38;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
  width: 30%;
  padding: 1.8em 0;
  padding-top: 2.2em;
  letter-spacing: 0.1em;
  font-weight: 700;
  border-bottom: 1px solid #e6ece6;
}
.s-hanakura-info dt:last-of-type {
  border: none;
}
.s-hanakura-info dd {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  width: 70%;
  padding: 1.8em 0;
  border-bottom: 1px solid #e6ece6;
  position: relative;
}
.s-hanakura-info dd:last-of-type {
  border: none;
}

.btn-map {
  width: 100%;
  margin-top: 2em;
}
.btn-map a {
  background: #fff;
  color: #18ac38;
  border: 1px solid #18ac38;
  border-radius: 100px;
  padding: 0.5em 2em;
  display: block;
  text-align: center;
}
.btn-map a span {
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}
.btn-map a span::before {
  content: '';
  position: absolute;
  background: url("../images/icon_map.svg") no-repeat;
  width: 12px;
  height: 16px;
  top: calc(50% - (16px / 2));
  left: 0;
}
.btn-map a:hover {
  background: #18ac38;
  color: #fff;
  border: 1px solid #18ac38;
}

.hanakura-btn {
  width: 460px;
  margin: 80px auto 0;
}

/* works
----------------------------------------------------------- */
.works-intro {
  position: relative;
  padding: 0 5%;
}

.works-lead {
  text-align: center;
  top: -50px;
  position: relative;
}
.works-lead p {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.works-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.works-nav li {
  width: 49.5%;
  height: 140px;
}
.works-nav li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  text-align: center;
  background: #18ac38;
  border-radius: 5px 100px 5px 100px;
  padding-top: 42px;
  position: relative;
  box-shadow: 0px 0px 21px 0px rgba(171, 205, 3, 0.5);
}
.works-nav li a::before {
  content: '';
  position: absolute;
  background: url("../images/works_arrow@2x.png") no-repeat top left;
  background-size: 80px;
  width: 80px;
  height: 80px;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.works-nav li a:hover {
  filter: brightness(105%) saturate(120%);
}
.works-nav li a.__nav02 {
  border-radius: 100px 5px 100px 5px;
}

.works-detail {
  width: 100%;
  max-width: 1600px;
  background: #fff;
  margin: 150px auto 240px;
  position: relative;
}
.works-detail::before {
  content: '';
  position: absolute;
  background: url("../images/tp_service_circle.svg") no-repeat top center;
  width: 505px;
  height: 88px;
  top: -88px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.works-detail .inner {
  padding-top: 50px;
}
.works-detail .ttl-green {
  position: relative;
  margin-bottom: 100px;
}
.works-detail .ttl-green::after {
  content: '';
  position: absolute;
  background: url("../images/works_en01.svg") no-repeat;
  width: 289px;
  height: 226px;
  top: -50px;
  left: -40px;
  right: 0;
  margin: 0 auto;
}

.works-detail#woks02 {
  margin-bottom: 120px;
}
.works-detail#woks02 .ttl-green::after {
  background: url("../images/works_en02.svg") no-repeat;
  width: 350px;
  height: 226px;
}

.works-list-txt {
  text-align: center;
}

.works-list {
  position: relative;
  margin-top: 100px;
  padding-bottom: 40px;
}
.works-list h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 70px;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
.works-list h3::before {
  content: '';
  position: absolute;
  background: url("../images/parts_tree_light.svg") no-repeat bottom left;
  width: 40px;
  height: 64px;
  bottom: 0;
  left: 0;
}
.works-list h3::after {
  content: '';
  position: absolute;
  background: #abcd03;
  width: 1180px;
  height: 1px;
  bottom: 0;
  right: 0;
}
.works-list ul {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.works-list ul::after {
  content: '';
  position: absolute;
  background: #abcd03;
  width: 100%;
  height: 170px;
  top: 20%;
  left: 0;
  z-index: -1;
}
.works-list li {
  width: 560px;
  text-align: center;
  position: relative;
}
.works-list li img {
  width: 100%;
}
.works-list li h4 {
  margin: 1.6em 0 1em;
  color: #18ac38;
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
}
.works-list li .place {
  background: #f7faee;
  display: inline-block;
  border-radius: 100px;
  padding: 0.8em 1.6em;
  font-size: 15px;
  font-size: 1.5rem;
}

/* greeting
----------------------------------------------------------- */
.greeting-inner {
  width: 100%;
  padding: 0 5% 170px;
  position: relative;
  z-index: 1;
}
.greeting-inner::before {
  content: '';
  position: absolute;
  background: url("../images/message.svg") no-repeat top right;
  width: 1092px;
  height: 311px;
  top: 240px;
  right: 0;
  z-index: -1;
}
.greeting-inner::after {
  content: '';
  position: absolute;
  background: #fff;
  width: calc((1400 / 1920) * 100vw);
  height: 120%;
  top: 80px;
  right: 0;
  z-index: -2;
}
.greeting-inner .inner {
  width: 100%;
  max-width: 1200px;
  /*display: flex;
  justify-content: space-between;*/
  position: relative;
}

.greeting-message {
  width: auto;
  flex: 1;
  /*padding-right: 130px;*/
  padding-right: 0;
  position: relative;
}
.greeting-message h2 {
  color: #18ac38;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 2em;
}
.greeting-message p {
  margin-bottom: 1.6em;
}

.greeting-img {
  /*width: 320px;
  padding-top: 170px;*/
  padding-top: 80px;
  text-align: right;
}
.greeting-img figure {
  margin-bottom: 1.6em;
}
.greeting-img .__name {
  font-size: 24px;
  font-size: 2.4rem;
}
.greeting-img .__name .small {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 1em;
}

.philosophy-inner {
  width: 100%;
  height: 760px;
  position: relative;
  z-index: 2;
  padding-top: 180px;
}
.philosophy-inner::after {
  content: '';
  position: absolute;
  background: url("../images/greeting_philosophy.jpg") no-repeat top right;
  width: calc((1695 / 1920) * 100vw);
  height: 760px;
  top: 0;
  left: 0;
  z-index: -1;
}
.philosophy-inner h2 {
  color: #18ac38;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
}
.philosophy-inner h2::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #18ac38;
  bottom: -10px;
  left: 0;
}

.philosophy-txt {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: bold;
  margin-top: 4em;
  letter-spacing: 0.1em;
  line-height: 2.6;
  font-size: 30px;
  font-size: 3rem;
}
.philosophy-txt strong {
  font-weight: bold;
  color: #fff;
  background: #18ac38;
  display: inline-block;
  line-height: 1;
  padding: 0.3em 0.3em 0.2em 0.4em;
  margin-right: 0.4em;
  margin-left: -0.4em;
}

.management-inner {
  padding: 180px 5% 340px;
  position: relative;
}

.management-lead {
  margin-top: 130px;
  position: relative;
  z-index: 2;
}
.management-lead p {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}

.management-system {
  margin-top: 170px;
  position: relative;
  z-index: 1;
}
.management-system::after {
  content: '';
  position: absolute;
  background: url("../images/greeting_manage_bg.png") no-repeat top center;
  width: 1646px;
  height: 1274px;
  top: -330px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.m-system {
  width: 380px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 2em;
}
.m-system .m-system_img {
  text-align: center;
  margin-top: -90px;
}
.m-system .m-system_img img {
  width: 120px;
}
.m-system h3 {
  color: #18ac38;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin: 1.2em 0 1em;
}
.m-system p {
  font-size: 15px;
  font-size: 1.5rem;
}

.m-system.m-system01 {
  margin: 0 auto;
}

.m-system.m-system02 {
  position: absolute;
  top: 28%;
  left: 0;
}

.m-system.m-system03 {
  position: absolute;
  top: 28%;
  right: 0;
}

.m-system.m-system04 {
  margin: 120px auto 0;
}

/* company
----------------------------------------------------------- */
.company-inner {
  width: 100%;
  padding: 0 5% 200px;
  position: relative;
}

.dataList.box-w {
  margin-top: 5em;
}
.dataList.box-w dl {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.dataList.box-w dt {
  width: 25%;
  padding: 1.8em 1.8em 1.8em 0;
  line-height: 2.0;
  border-bottom: 1px solid #e2e1df;
  position: relative;
}
.dataList.box-w dt:first-of-type {
  padding-top: 0;
}
.dataList.box-w dt:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.dataList.box-w dt span {
  position: relative;
  font-weight: 600;
  padding-left: 20px;
}
.dataList.box-w dt span::before {
  content: '';
  position: absolute;
  background: #abcd03;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  top: calc(50% - (8px / 2));
  left: 0;
}
.dataList.box-w dd {
  width: 75%;
  padding: 1.8em;
  line-height: 2.0;
  border-bottom: 1px solid #e2e1df;
}
.dataList.box-w dd h3 {
  font-weight: 600;
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 0.5em;
}
.dataList.box-w dd .__tel a {
  color: #18ac38;
  font-weight: 600;
}
.dataList.box-w dd:first-of-type {
  padding-top: 0;
}
.dataList.box-w dd:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.dataList.box-w dd a {
  color: #18ac38;
  text-decoration: underline;
}
.dataList.box-w dd a:hover {
  text-decoration: none;
}
.dataList.box-w dd strong {
  font-weight: 600;
}
.dataList.box-w dd .license01 {
  margin-bottom: 1em;
  text-indent: 1em;
}
.dataList.box-w dd .license02 {
  text-indent: 1em;
}

.company-address-map {
  display: flex;
  align-items: center;
}
.company-address-map .address {
  margin-right: 1em;
  line-height: 1.8;
}
.company-address-map .map {
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff !important;
  display: block;
  background-image: linear-gradient(46deg, #abcd03 0%, #5dc473 100%);
  font-family: 'Inter', sans-serif;
  line-height: 1.0;
  padding: 0.7em 1em 0.6em;
  border-radius: 100px;
  line-height: 1;
  text-decoration: none !important;
}
.company-address-map .map:hover {
  filter: brightness(105%) saturate(120%);
}

.tel-basyamichi {
  text-indent: 6.5em;
  margin-bottom: 10px;
}

.tel-ayase {
  text-indent: 6.5em;
}

/* recruit
----------------------------------------------------------- */
.recruit-inner {
  width: 100%;
  padding: 0 5% 200px;
  position: relative;
}

/* privacy
----------------------------------------------------------- */
.privacy-inner {
  width: 100%;
  padding: 0 5% 200px;
  position: relative;
}

.privacy-intro {
  margin-bottom: 80px;
}
.privacy-intro .alignC {
  margin: 2em 0;
}

.privacy-inner .box-w {
  margin-bottom: 40px;
}
.privacy-inner .box-w dt {
  color: #18ac38;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.8;
}
.privacy-inner .box-w dd {
  line-height: 2.0;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e2e1df;
}
.privacy-inner .box-w dd:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* sitemap
----------------------------------------------------------- */
.sitemap-inner {
  width: 100%;
  padding: 0 5% 200px;
  position: relative;
}
.sitemap-inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 8%;
}
.sitemap-inner li {
  width: 45%;
  border-bottom: 1px solid #d8e88f;
}
.sitemap-inner li a {
  font-weight: 600;
  position: relative;
  display: block;
  padding: 2em 0 2em 1.2em;
}
.sitemap-inner li a:hover {
  color: #18ac38;
}
.sitemap-inner li a::before {
  content: '';
  position: absolute;
  background: #abcd03;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  top: calc(50% - 3px);
  left: 0;
}
