/* ------------------------------------------------------------------
下層ページheader
------------------------------------------------------------------ */
.clip{
  height: 100vh;
  clip-path: border-box;
  margin-top: -110px;
}
.under_top_mv{
  background: #000;
  background-image: linear-gradient(129deg, #646a73, #81858b 47%, #6a707b);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

.under_top_mv img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catch-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.under_top_mv .topTitle {
  margin-bottom: 0;
}

.under_top_mv .topTitle .title_en {
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: .1em;
  color: #fff;
}

.under_top_mv .topTitle .title_ja {
  color: #fff;
}

@media(min-width:768px) {}

@media(min-width:1024px) {}

@media(min-width:1280px) {
  .under_mv_title .topTitle .title_en {
    font-size: 5.6rem;
  }
}

@media only screen and (max-width: 1023px) {
  .clip {
    margin-top: -80px;
    margin-bottom: 0px;
    height: 80vh;

  }

  .under_top_mv{
    height: 80vh;
  }
}

@media only screen and (max-width: 450px) {
  .under_mv_title .topTitle {
    padding: 60px 0;
  }
}

/* ------------------------------------------------------------------
下層ページ  他見出し
------------------------------------------------------------------ */
.title_normal {
  font-weight: 500;
  letter-spacing: .1em;
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
  font-size: 2.0rem;
}

.under-page-inner .topTitle .title_ja{
  margin-bottom: .5em;
}

.under-page-inner .topTitle .title_en {
  position: relative;
  font-size: 1.4rem;
  padding-bottom: .4em;
}

.under-page-inner .under_midashi .title_en {
  margin-bottom: .5em;
}



.sub__title_border {
  margin-bottom: 20px;
  padding-bottom: .7em;
  border-bottom: solid 2px #006dd2;
  font-size: 1.9rem;
}

@media(min-width:1024px) {
  .under-page-inner .topTitle .title_en {
    font-size: 1.5rem;
  }

  .under-page-inner .topTitle .title_ja {
    font-size: 1.8rem;
  }

  .under-page-inner .under_midashi .title_ja {
    font-size: 2.2rem;
  }

  .title_normal {
    font-size: 1.9rem;
  }

  .sub__title_border {
    font-size: 2.0rem;
  }
}

@media(min-width:1280px) {
  .under-page-inner .topTitle .title_en {
    font-size: 1.7rem;
  }

  .under-page-inner .topTitle .title_ja {
    font-size: 2.2rem;
  }

  .under-page-inner .under_midashi .title_ja {
    font-size: 2.4rem;
  }

  .title_normal {
    font-size: 2.5rem;
  }

  .sub__title_border {
    font-size: 2.2rem;
  }
}

@media(min-width:1280px) {
  .under-page-inner .topTitle .title_en {
    font-size: 1.7rem;
  }


  .title_normal {
    font-size: 2.5rem;
  }

  .sub__title_border {
    font-size: 2.2rem;
  }
}

@media(min-width:1366px) {
  .under-page-inner .topTitle .title_en {
    font-size: 1.9rem;
  }

  .under-page-inner ..under-page-inner .topTitle .title_en .title_ja {
    font-size: 2.6rem;

  }
}

@media only screen and (max-width: 1023px) {

}

@media only screen and (max-width: 360px) {

}

/* ------------------------------------------------------------------
下層ページ  共通
------------------------------------------------------------------ */
@media(min-width:1024px) {
  .underpage_title .title_en {
    font-size: 1.4rem;
  }

  .underpage_title .title_ja {
    font-size: 2.4rem;
  }
}

@media(min-width:1280px) {
  .underpage_title .title_en {
    font-size: 1.6rem;
  }

  .underpage_title .title_ja {
    font-size: 2.6rem;
  }
}

@media(min-width:13660px) {
  .underpage_title .title_en {
    font-size: 1.8rem;
  }

  .underpage_title .title_ja {
    font-size: 2.7rem;
  }
}

/* ------------------------------------------------------------------
下層ページ__ニュース一覧
------------------------------------------------------------------ */
ul.underpage__newslist li {
  background: #f6efe8;
  -moz-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -webkit-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -o-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -ms-transition: background-color .2s linear, color .2s linear, border .2s linear;
  transition: background-color .2s linear, color .2s linear, border .2s linear;
}

ul.underpage__newslist li:hover {
  background-color: #fcfaf8;
}

ul.underpage__newslist li .t_a_b {
  padding: 10px 15px 15px;
}

@media(min-width:1024px) {
  ul.underpage__newslist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  ul.underpage__newslist li {
    width: 46%;
    margin-bottom: 3.5%;
  }

  ul.underpage__newslist li p.title_list {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}

/* ------------------------------------------------------------------
よくある質問 アコーディオン
------------------------------------------------------------------ */
.accordion-item {
  margin-bottom: 40px;
  background-color: #f2f5f7;
  border-radius: .6em;
}

.accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  position: relative;
  width: 100%;
}

.accordion-title {
  cursor: pointer;
  color: #153b92;
  font-weight: 600;
  padding: 30px 80px 30px 80px;
  margin-bottom: 0;
  font-size: 1.6rem;
}

.accordion-title::before {
  display: block;
  content: "Q";
  font-family: 'Archivo', sans-serif;
  background: #153b92;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 2.0rem;
  position: absolute;
  top: 25px;
  left: 25px;
}

.accordion-content {
  display: none;
  padding: 15px 80px 40px 80px;
}

.accordion-content p::before {
  display: block;
  content: "A";
  font-family: 'Archivo', sans-serif;
  color: #f45e1a;
  font-weight: 800;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 3.0rem;
  position: absolute;
  top: -2px;
  left: -55px;
}

.accordion-content p {
  position: relative;
  margin-bottom: 0;
  font-size: 1.3rem;
}

/* 矢印 */
.accordion-title {
  position: relative;
}

.accordion-title::after {
  border-right: solid 4px #153b92;
  border-top: solid 4px #153b92;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 30px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 16px;
}

.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

@media(min-width:768px) {
  .accordion-title {
    font-size: 1.6rem;
  }

  .accordion-content p {
    font-size: 1.3rem;
  }
}

@media(min-width:1024px) {
  .accordion-title {
    font-size: 1.8rem;
  }

  .accordion-content p {
    font-size: 1.5rem;
  }
}

@media(min-width:1280px) {
  .accordion-title {
    font-size: 1.8rem;
  }

  .accordion-content p {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 450px) {
  .accordion-title {
    padding: 30px 40px 30px 50px;
    font-size: 1.5rem;
  }

  .accordion-title::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.8rem;
    top: 27px;
    left: 10px;
  }

  .accordion-content {
    padding: 15px 20px 40px 50px;
  }

  .accordion-content p::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.8rem;
    top: 0px;
    left: -40px;
  }

  .accordion-content p {
    font-size: 1.3rem;
  }

  /* 矢印 */
  .accordion-title::after {
    border-right: solid 4px #153b92;
    border-top: solid 4px #153b92;
    content: "";
    display: block;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 16px;
  }
}

/* ------------------------------------------------------------------
CTAスマホ固定
------------------------------------------------------------------ */
@media(min-width:1024px) {
  .sp_cta_fixed {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .sp_cta_fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
  }

  .sp_cta_fixed ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .sp_cta_fixed ul li {
    width: 33.3333%;
  }
}

/* ------------------------------------------------------------------
会社案内
------------------------------------------------------------------ */
.acf-map {
  width: 100%;
  height: 400px;
  margin: 0px 0 40px;
  border-radius: 0;
  overflow: hidden;
}

.maplink {
  position: relative;
  display: block;
  padding-left: 18px;
  margin-top: 2px;
}

a.maplink {
  text-decoration: underline;
}

.maplink::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 7px;
  background: url('../img/pin.png') no-repeat 0 0;
  background-size: 15px 15px;
}

.company_container_wrapper {
  padding: 80px 0;
}

.company ul.teble-listLine li a {
  color: #333;
}

.daihyo_Name {
  margin-top: 30px;
  text-align: right;
}

.daihyo_Name p {
  letter-spacing: .1em;
  font-size: 1.6rem;
}

.daihyo_Name p span {
  padding-left: .5em;
  font-size: 120%;
}

.timeline>li {
  margin-bottom: 60px;
}

p.timeline-date {
  letter-spacing: .1em;
}

ol.idea-list {
  counter-reset: number;
  padding-left: 1.5em;
  font-family: "Shippori Mincho", serif;
}

ol.idea-list li{
  margin-bottom: 2em;
}

ol.idea-list li:last-child{
  margin-bottom: 0em;
}

.rinen_mb{
  margin-bottom: 70px;
}

@media(min-width:1024px) {

  .c__greeting .left {
    width: 60%;
  }

  .c__greeting .right {
    width: 40%;
    padding-left: 45px;
  }

  .timeline>li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }

  .timeline-date {
    width: 120px;
    float: left;
    margin-top: 0px;
  }

  p.timeline-date {
    padding: 1.5em 0;
    margin-bottom: 0;
  }

  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #ebf0f5 solid;
    padding-left: 30px;
  }

  .timeline-content p {
    padding: 1.5em 0;
    margin-bottom: 0;
  }

  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #1c2a39;
    position: absolute;
    left: 116px;
    top: 40px;
    border-radius: 100%;
  }
}

@media(min-width:1366px) {

}

@media only screen and (max-width: 450px) {
  .acf-map {
    height: 300px;
    margin: 0px 0 20px;
  }

  .c__greeting .left {
    margin-bottom: 30px;
  }

  .company .mb-box {
    padding-bottom: 40px;
  }

  .company .mb-box:last-child {
    padding-bottom: 0px;
  }

  .rinen_mb{
    margin-bottom: 40px;
  }
}

/* ------------------------------------------------------------------
事業内容
------------------------------------------------------------------ */

@media(min-width:1024px) {
  .service__page{
    position: relative;
    padding-bottom: 120px;
    margin-bottom: 120px;
  }

  .service__page:last-child{
    margin-bottom: 0px
  }

  .service__page .tp--ab:before {
    content: '';
    display: block;
    background-color: #e7e7e766;
    position: absolute;

    width: 85.15625%;
    height: calc(100% - 107px);
    bottom: 0px;

  }

  .service__page:nth-of-type(even) .tp--ab:before{
    right: -40px;
    left: auto;
  }

  .service__page:nth-of-type(odd) .tp--ab:before{
    left: -40px;
    right: auto;
  }

  .service__page:nth-of-type(even) .left {
    order: 2;
  }

  .service__page:nth-of-type(even) .right {
    order: 1;
  }

  .service__page .left {
    padding-top: 10%;
    z-index: 1;
  }

  .service__page .topTitle{
    text-align: left;
  }
}


@media only screen and (max-width: 1023px) {
  .service__page {
    background-color: #e7e7e766;
    margin-bottom: 40px;
    padding: 40px 20px;
  }
  .under-page-inner .topTitle .title_en{
    letter-spacing: .1em;
  }

  .service__page .right {
    padding-top: 30px;
  }
}
/* ------------------------------------------------------------------
採用情報
------------------------------------------------------------------ */
.recruit_top h3{
  font-weight: 500;
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 1.5em;
}

.recruit_top h3 .label_top{
  display: inline-block;
  padding: .5em .6em;
  background: #005fff;
  color: #fff;
  font-size: 2.0rem;
  margin-bottom: .6em;
}

.recruit_top h3 .label_mikeiken{
  display: inline-block;
  font-size: 2.5rem;
  margin-bottom: .5em;
}

.recruit__wrapper {
  background: #e7e7e766;
  padding: 40px 30px;
}

.recruit__inner{
  padding: 0px;
}

ul.icp__list li{
  position: relative;
  font-weight: 500;
  font-size: 2.0rem;
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

ul.icp__list li:last-child{
  margin-bottom: 0;
}

ul.icp__list li::before{
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  background: url(../img/check.svg) no-repeat 0 0;
  background-size: 22px 22px;
  margin-top: -11px;
}

ul.step__list li{
  position: relative;
  background: #fff;
  padding: 110px 30px 50px;
}

ul.step__list li::before{
  display: block;
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(../img/arrow_black.svg) no-repeat 0 0;
  background-size: 22px 22px;

}

ul.step__list li:last-child::before{
  display: none;
}

ul.step__list li .counter__box{
  display: block;
  font-family: "Manrope", serif;
  font-weight: 600;
  letter-spacing: .2em;
  font-size: 1.8rem;
  width: 140px;
  text-align: center;
  background: #2d2d2d;
  border-radius: 17px;
  color: #fff;
  height: 34px;
  line-height: 34px;
  position: absolute;
  left:50%;
  top:50px;
  margin-left: -70px;
}

ul.step__list li img{
  width: 30%;
  margin-bottom: 20px;
}

ul.step__list li .t_a_b{
  padding: 5px 0 0;
}

ul.step__list li h4{
  font-weight: 600;
  text-align: center;
}

ul.step__list li p{
  margin-bottom: 0;
}

.kaiketsu{
  margin-top: 40px;
  font-weight: 500;
  text-align: center;
  font-size: 1.9rem;
}

.review__list_top{
  margin-bottom: 40px;
  font-weight: 500;
  text-align: center;
  font-size: 1.9rem;
}

ul.review__list li{
  background: #fff;
  padding: 30px 50px;
  margin-bottom:50px;
}

ul.review__list li:last-child{
  margin-bottom:0px;
}

ul.review__list li h4{
  font-weight: 500;
  margin-bottom: .2em;
  font-size: 1.9rem;
}

.review__list__title{
  border-bottom: solid 1px;
  margin-bottom: 30px;
  padding-bottom: 1em;
}

.r__prof{
  display: block;
}

ul.works__list li{
  background: #fff;
  padding: 30px 30px;
}

.works__list__title{
  border-bottom: solid 1px;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

ul.works__list li p span{
  display: inline-block;
  font-weight: 500;
  padding-right: 1em;
}

.erareru h5{
  font-size: 2.0rem;
  border-bottom: solid 1px #2d2d2d;
  margin-bottom: 1em;
  padding-bottom: .6em;
}

.erareru .left h5{
  color: #0045b2;
}

.erareru .right h5{
  color: #888;
}

ul.recruit_page_cta li .btn{
  letter-spacing: .2em;
  line-height: 90px;
  font-size: 2.4rem;
  width: 80%;
}

.recruit_cta .btn{
  font-family: "Poppins", sans-serif;
  letter-spacing: .2em;
  width: 400px;
  line-height: 80px;
  font-size: 2.4rem;
}

@media(min-width:1024px) {
  .recruit__wrapper {
    padding: 60px 30px;
  }

  .recruit__inner{
    background: #fff;
    padding: 30px;
  }
  .recruit__message .left{
    width: 25%;
  }

  .recruit__message .right{
    width: 70%;
  }
  ul.step__list li::before{
    right: -1.8em;
    top:50%;
    margin-top: -11px;
  }
  .recruit_youtube .left{
    width: 47%;
  }
  .recruit_youtube .right{
    width: 47%;
  }

  ul.review__list li .left{
    width: 20%;
  }

  ul.review__list li .right{
    width: 75%;
  }

  ul.recruit_page_cta li{
    margin-bottom: 0;
  }
}

@media(min-width:1280px) {
  .recruit__wrapper {
    padding: 80px 40px;
  }

  .recruit__inner{
    padding: 40px;
  }
}

@media only screen and (max-width: 1023px) {
  .recruit_top h3 .label_top{
    display: block;
    text-align: center;
    font-size: 1.6rem;
  }

  .recruit_top h3 .label_mikeiken{
    text-align: center;
    font-size: 1.9rem;
  }

  .recruit_top h3{
    text-align: left;
    font-size: 1.8rem;
  }

  .recruit__message .left img{
    width: 60%;
  }
  .recruit__inner .left{
    margin-bottom: 40px;
  }

  ul.icp__list li{
    font-size: 1.8rem;
    padding-left: 1.2em;
  }

  ul.icp__list li::before{
    width: 18px;
    height: 18px;
    top: 4px;
    background-size: 18px 18px;
    margin-top: 0;
  }

  ul.step__list li{
    margin-bottom: 40px;
  }

  ul.step__list li:last-child{
    margin-bottom: 0px;
  }

  ul.step__list li::before{
    left: 50%;
    bottom:-1.8em;
    margin-left: -11px;
    transform:rotate(90deg);
  }
  .kaiketsu{
    margin-top: 30px;
    font-size: 1.7rem;
  }

  .review__list_top{
    text-align: left;
    margin-bottom: 30px;
    font-size: 1.7rem;
  }

  .erareru h5{
    font-size: 1.8rem;
  }

  ul.review__list li:first-child{
    border-top: solid 1px;
    padding-top: 30px;
  }

  ul.review__list li{
    background: inherit;
    padding: 0px 0px 30px;
    margin-bottom:30px;
    border-bottom: solid 1px;
  }

  ul.review__list li .left img{
    width: 60%;
  }

  ul.review__list li .left{
    margin-bottom: 30px;
  }

  .review__list__title{
    background: rgba(0, 0, 0, .05);
    border-bottom: solid 0px;
    padding: .5em;
  }

  ul.works__list li{
    margin-bottom: 30px;
  }

  ul.works__list li:last-child{
    margin-bottom: 0px;
  }

  ul.recruit_page_cta{
    display: block!important;
  }

  ul.recruit_page_cta li{
    margin-bottom: 30px;
  }

  ul.recruit_page_cta li:last-child{
    margin-bottom: 0px;
  }

  ul.recruit_page_cta li .btn{
    width:100%;
    line-height: 70px;
    font-size: 1.9rem;
  }

  .recruit_cta .btn{
    width:100%;
    line-height: 70px;
    font-size: 1.9rem;
  }
}


/* ------------------------------------------------------------------
topよくいただくご質問
------------------------------------------------------------------ */
ul.faq li {
  padding: 40px;
  margin-bottom: 36px;
  background: #fff;
}

.q__box {
  position: relative;
  font-weight: 600;
  padding-left: 50px;
  padding-bottom: 2em;

}

.a__box {
  position: relative;
  padding-left: 50px;

}

.q__box::before {
  display: block;
  content: "Q";
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #2d2d2d;
  line-height: 38px;
  height: 38px;
  width: 38px;
  font-size: 2.0rem;
  position: absolute;
  top: 0;
  left: 0;
}

.a__box::before {
  display: block;
  content: "A";
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
  color: #2d2d2d;
  background: #eee;
  line-height: 38px;
  height: 38px;
  width: 38px;
  font-size: 2.0rem;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {}

@media (min-width: 1024px) {

}

@media (min-width: 1366px) {

}

@media only screen and (max-width: 736px) {
  ul.faq li {
    margin-bottom: 50px;
  }

  ul.faq li li:last-child {
    margin-bottom: 0;
  }

  .q__box {
    padding-left: 42px;
    padding-bottom: 20px;
    font-size: 1.6rem;
  }

  .q__box::before {
    display: block;
    content: "Q";
    font-family: "Cabin", sans-serif;
    font-weight: 500;
    text-align: center;
    border-radius: 50%;
    line-height: 32px;
    height: 32px;
    width: 32px;
    font-size: 1.6rem;
    position: absolute;
    top: -5px;
    left: 0;
  }

  .a__box::before {
    display: block;
    content: "A";
    font-family: "Cabin", sans-serif;
    font-weight: 500;
    text-align: center;
    border-radius: 50%;
    line-height: 32px;
    height: 32px;
    width: 32px;
    font-size: 1.6rem;
    position: absolute;
    top: -5px;
    left: 0;
  }
}

/* ------------------------------------------------------------------
お問い合わせ 親ページ
------------------------------------------------------------------ */
.top-contact ul.recruit_page_cta li .btn{
  width: 100%;
}
@media(min-width:1024px) {}

@media(min-width:1280px) {}

@media only screen and (max-width: 1023px) {}

@media only screen and (max-width: 390px) {}

@media only screen and (max-width: 320px) {}

/* ------------------------------------------------------------------

------------------------------------------------------------------ */
@media(min-width:1024px) {}

@media(min-width:1280px) {}

@media only screen and (max-width: 1023px) {}

@media only screen and (max-width: 390px) {}

@media only screen and (max-width: 320px) {}

/* ------------------------------------------------------------------
個人情報保護方針
------------------------------------------------------------------ */
.privacy .privacy__container {
  margin-bottom: 40px;
}

.privacy .privacy__container ol {
  padding-left: 1.2em;
}

.privacy .privacy__container ol li{
  margin-bottom: .7em;
}

.privacy h3, .privacy h4 {
  font-weight: 500;
  margin: 0 0 1em;
  font-size: 1.9rem;
  letter-spacing: .1em;
}

.privacy a {
  text-decoration: underline;
}

.privacy .table>tbody>tr>td {
  text-align: left;
}

.title_ol{
  display: block;
  font-weight: 500;
  margin-bottom: .3em;
}

ol.parentheses_list{
  padding-left: 0!important;
}

ol.parentheses_list li{
 list-style-type:none;
 counter-increment: parentheses;
}

ol.parentheses_list li::before{
 content: "(" counter(parentheses) ") ";
}

@media only screen and (max-width: 736px) {
  .privacy .privacy__container {
    margin-bottom: 20px;
  }

  .privacy h3, .privacy h4 {
    font-size: 1.7rem;
  }
}

/* ------------------------------------------------------------------
サイトマップ
------------------------------------------------------------------ */
.sitemap ul li:first-child {
  margin-left: 0px;
}

.sitemap ul li:first-child::before {
  display: none;
}

.sitemap ul li {
  position: relative;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: left;
  margin-left: 30px;
}

.sitemap ul li::before {
  display: block;
  position: absolute;
  top: -18px;
  left: -20px;
  width: 14px;
  height: 30px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  content: "";
}

.sitemap ul li a {
  color: #2d2d2d;
}

.sitemap ul li a:hover {
  text-decoration: underline;
}

ul.sub-menu li {
  margin-bottom: 0px !important;
  margin-left: 30px !important;
}

ul.sub-menu li:last-child {
  margin-bottom: 30px !important;
}

ul.sub-menu li:before {
  display: block !important;
  left: -20px !important;
  height: 12px !important;
  top: 0px !important;
}

ul.sub-menu li a {
  font-weight: 400;
}

@media only screen and (max-width: 736px) {
  .sitemap ul li {
    font-size: 1.3rem;
  }
}
