body,.bg-light-gray{
  background: black;
  color: white;
}
.container{
  overflow: hidden;
}
header .intro-text{
  bottom: 0;
  top: 0;
  margin-top: 60vh;
}
header .intro-text .intro-lead-in{
  line-height: 1;
      font-size: 5vh;
          margin-bottom: 0.25rem;
}
header .intro-text .intro-heading{
  line-height: 1.25;
      font-size: 4vh;
}
.text-muted,.works-cont-thumb-txt,section#team table td{
  color: white;
}
.inner-banner{
  position: relative;
}
.inner-banner h1{
  font-size: 65px;
  font-family: Roboto, sans-serif;
  font-weight: 100;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 65px;
  margin: auto;
  -moz-text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
  -ms-text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
}
section#contact{
  background-color: black;
}
section#team table td{
  border: 1px solid white;
}
.inner-banner img{
  width: 100%;
}
.col-lg-12.consulting .col-md-4 span{
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 2.5rem;
}
.col-lg-12.consulting .col-md-4{
  margin-bottom: 2rem;
}
.col-lg-12.consulting .col-md-6 span{

}
.col-lg-12.consulting .col-md-4 span::before{
  content:"";
  display: block;
  padding-top: 56.25%; /* 高さを幅の75%に固定 */
}
.col-lg-12.consulting .col-md-4 span img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#china .col-lg-12.consulting a.button{
  width: 100%;
  padding: 1rem 0;
  float: none;
  color: black;
}
#juniorglobal table{
  width: 100%;
  text-align: left;
}
#juniorglobal table tr{
    border-top: 1px solid;
}
#juniorglobal table tr td{
padding: 1em 0;
}
@media (min-width: 992px){
  .col-md-6 {
    min-height: 40rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px){
header .intro-text .intro-lead-in{
      font-size: 6vh;
}
header .intro-text .intro-heading{
  font-size: 4.5vh;
}
}
@media (max-width: 430px){
.col-lg-12.consulting .col-md-4,
.col-lg-12.consulting .col-md-6{
margin-bottom: 6rem;
width: 100%;
}
.col-lg-12.consulting .col-md-4 span{
  margin-bottom: 3rem;
}
.service-heading{
      margin-bottom: 2rem;
}
#juniorglobal .inner-banner h1{
      font-size: 7.5vw;
}
#juniorglobal table tr td{
  padding: 1rem;
}
}
