/* ---------------
company.css
---------------- */

.google-maps {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .google-maps {
    padding-bottom: 55%;
  }
}

.google-maps #map_canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#president {
  background: url(../images/company/president_img.png) no-repeat 58% top;
  background-size: cover;
  padding: 5% 0;
}

#president p {
  text-shadow: 0 0 17px rgba(0, 0, 0, 1);
  color: #fff;
  width: 65%;
  text-align: left;
  font-weight: bold;
  font-size: 5vw;
  letter-spacing: -0.05em;
}

#president dl {
  font-size: 4vw;
  text-shadow: 0 0 17px rgba(0, 0, 0, 1);
  color: #fff;
  text-align: left;
}

#president dt {
  font-weight: normal;
}

#president+p {
  text-align: left;
}

#company_profile > ul > li {
  border-bottom: 1px solid #0586c0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#company_profile > ul > li ul {
  width: 100%;  
}
#company_profile > ul > li dl li {
  display: inline-block;
}
#company_profile > ul > li dl li::after {
  content:"、";  
}
#company_profile > ul > li dl li:last-child::after {
  content:" ";   
}
#company_profile ul li dl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  font-size: 1.4rem;
}

#company_profile ul li dl dt {
  font-weight: normal;
  width: 25%;
}

#company_profile ul li dl dd {
  width: 75%;
}

#company_history ul li {
  border-bottom: 1px solid #0586c0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#company_history ul li dl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  font-size: 1.4rem;
}

#company_history ul li dl dt {
  font-weight: normal;
  width: 30%;
}

#company_history ul li dl dd {
  width: 70%;
}

@media screen and (min-width: 768px) {
  #president + p {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  #president dl {
    font-weight: bold;
  }
  #president dt {
    font-size: 1.8rem;
  }
  #president dd {
    font-size: 2rem;
  }
  #president {
    padding: 10% 0;
  }
  #company_profile ul {
    width: 48%;
  }
  #company_profile ul li dl dt {
    width: 20%;
  }
  #company_history ul li dl dt {
    width: 15%;
  }
  #company_history ul li dl dd {
    width: 85%;
  }
  #company_profile ul.company_profile_data01 {
    float: left;
  }
  #company_profile ul.company_profile_data02 {
    float: right;
  }
  #company_profile ul li dl,
  #company_history ul li dl {
    font-size: 1.6rem;
  }
  #company_profile > ul > li,
  #company_history > ul > li{
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (min-width:768px) and (max-width:1025px) {
#president p {
  font-size: 3vw;
  }
}
@media screen and (min-width:1026px)  {
  #president p {
    font-size: 3rem;
  }
  #president {
    padding: 14% 0;
  }
  #president dd {
    font-size: 2.3rem;
  }
}
