/*
.company_mv{
  background-image: url(/images/company/companymv.jpg);
}
*/
/* .company_mv::before {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-image: url(../../images/company/companymv.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
  } */
.secAll{
  z-index: 10;
  position: relative;
}
.business_concept_text{
  color: #00851B;
  font-size: 22px;
  letter-spacing: 4px;
  text-align: center;
  font-family: 'EB Garamond', serif;
}
.business_concept_text::before{
  content: url(../../lib/flag02.svg);
  background-position: center 85%;
  background-repeat: no-repeat;
  display: block;
}
/* @media screen and (min-width: 768px) {
  .company_mv::before{
  background-image: url(../../images/company/companymv-pc.jpg);
}
  } */

/* @media all and (-ms-high-contrast: none){
  .company_mv{
  background-image: url(../../images/company/companymv-pc.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .company_mv::before {
    display: none;
  }
} */

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

.leftAria p{
  height: 100%;
}

  .leftAria div {
    width: 100%;
  }

.basic_midashi_h3{
  background-color: #00851B;
  color: #fff;
  padding: 3vw 6vw;
  font-size: 5vw;
  letter-spacing: 1vw;
  line-height: 1.2;
  text-align: left;
  height: 20vw;
  display: flex;
  align-items: center;
}

  .anchorbutton li {
    display: inline-block;
    width: 85vw!important;
    border: solid 0.3vw #0D851B;
    border-radius: 10vw;
    margin-bottom: 3vw;
  }


}


.anchorLinkId{
margin-top: 60px;
    padding-top: 0;
}

    .anchorbutton li {
        width: 385px;
    }
