.map
{text-align: center;
margin-top: 40px;}
#container main section#company {
  margin: 30px auto 0;
  max-width: 1000px;
}
#container main section#company .title {
  text-align: center;
  margin: 0 0 20px;
}
#container main section#company .title h2 {
  color: #000000;
  font-size: 22px;
}
#container main section#company .title h2 span {
  display: block;
  color: #C10000;
  font-size: 10px;
  font-family: 'Poppins', sans-serif;
}
#container main section#company .area {
  max-width: 1000px;
  margin: 50px auto 0;
}
#container main section#company .area .left {
  float: left;
  width: 50%;
  height: 500px;
  background: url(../images/parts/company_img.jpg);
  background-size: cover;
  background-position: center center;
}
#container main section#company .area .right {
  width: 50%;
  float: left;
  padding: 0 0 0 25px;
}
#container main section#company .area .right table {
  width: 100%;
}
#container main section#company .area .right table tr td:first-child {
  background: #f7f7f7;
  width: 160px;
  text-align: center;
  padding: 20px 30px;
}
#container main section#company .area .right table tr td:last-child {
  width: calc(100% - 120px);
  padding: 20px;
  text-align: justify;
}
#container main section#greeting {
  margin: 50px auto 0;
  max-width: 1000px;
}
#container main section#greeting .title {
  text-align: center;
  margin: 0 0 20px;
}
#container main section#greeting .title h2 {
  color: #000000;
  font-size: 22px;
}
#container main section#greeting .title h2 span {
  display: block;
  color: #C10000;
  font-size: 10px;
  font-family: 'Poppins', sans-serif;
}
#container main section#greeting .area {
  max-width: 1000px;
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#container main section#greeting .area .left {
  float: left;
  width: 50%;
  height: 500px;
  background: url(../images/parts/greeting_img.jpg);
  background-size: cover;
  background-position: center center;
}
#container main section#greeting .area .right {
  width: 50%;
  float: left;
  padding: 0 0 0 25px;
}
#container main section#greeting .area .right h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 20px;
}
#container main section#greeting .area .right p {
  text-align: justify;
}
#container main section#info {
  max-width: 1000px;
  margin: 40px auto 0;
}
#container main section#info .title {
  text-align: center;
  margin: 0 0 20px;
}
#container main section#info .title h2 {
  color: #000000;
  font-size: 22px;
}
#container main section#info .title h2 span {
  display: block;
  color: #C10000;
  font-size: 10px;
  font-family: 'Poppins', sans-serif;
}
#container main section#info .map {
  overflow: hidden;
  position: relative;
}
#container main section#info .map .hover {
  position: absolute;
  z-index: 9996;
  width: 100%;
  height: 100%;
  transition: all .3s ease-out;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  cursor: pointer;
}
#container main section#info .map .hover p {
  display: block;
  width: 300px;
  height: 50px;
  line-height: 46px;
  border: 2px #FFFFFF solid;
  text-align: center;
  margin: 200px auto 0;
  color: #FFFFFF;
  border-radius: 25px;
}
#container main section#info .map .hover:hover {
  opacity: 1;
}
#container main section#info .map iframe {
  margin: -48px 0 0;
  border: 0;
  width: 100%;
  height: 450px;
}
#container main section#info .area {
  margin: 20px 0 0;
}
#container main section#info .area ul {
  list-style: none;
}
#container main section#info .area ul li {
  width: calc((100% - 20px) / 3);
  height: 350px;
  float: left;
  background: #F2F2F2;
  margin: 0 10px 0 0;
}
#container main section#info .area ul li .img {
  width: 100%;
  height: 180px;
}
#container main section#info .area ul li:nth-child(1) .img {
  background: url(../images/parts/info_img1.jpg);
  background-size: cover;
  background-position: center center;
}
#container main section#info .area ul li:nth-child(2) .img {
  background: url(../images/parts/info_img2.jpg);
  background-size: cover;
  background-position: center center;
}
#container main section#info .area ul li:nth-child(3) .img {
  background: url(../images/parts/info_img3.jpg);
  background-size: cover;
  background-position: center center;
}
#container main section#info .area ul li h3 {
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
#container main section#info .area ul li .tel {
  width: 100%;
  text-align: center;
}
#container main section#info .area ul li .tel a {
  font-size: 25px;
  font-weight: bold;
  color: #000000;
}
#container main section#info .area ul li .tel a:before {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 23px;
  background: url(../svg/tel.svg);
  background-size: cover;
  margin: 0 10px 0 0;
}
#container main section#info .area ul li .tel a span {
  display: block;
  font-size: 10px;
  font-weight: 400;
}
#container main section#info .area ul li .address {
  margin: 10px 0 0;
  padding: 0 20px;
}
#container main section#info .area ul li .address p {
  width: 100%;
  float: left;
}
#container main section#info .area ul li .address p:before {
  content: " ";
  display: block;
  float: left;
  width: 11px;
  height: 16px;
  background: url(../svg/map.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 0 0 10px;
  margin: 0 10px 0 0;
}
#container main section#info .area ul li:nth-child(3) {
  margin: 0;
}
#container main section#recruit {
  max-width: 1000px;
  margin: 50px auto;
}
#container main section#recruit a {
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
}
#container main section#recruit a img {
  width: 100%;
  transition: all .3s ease-out;
}
#container main section#recruit a:hover img {
  opacity: .8;
}

@media screen and (max-width: 768px) {
  #container main section#greeting .area .right {
    padding: 0 25px;
  }
  #container main section#info {
    padding: 0 10px;
  }
  #container main section#info .area {
    margin: 20px 0;
  }
  #container main section#info .area ul li {
    height: 305px;
  }
  #container main section#info .area ul li .img {
    height: 150px;
  }
  #container main section#info .area ul li .tel a {
    font-size: 22px;
  }
  #container main section#info .area ul li .tel a:before {
    width: 12px;
    height: 18px;
  }
  #container main section#info .area ul li .address p {
    font-size: 12px;
  }
  #container main section#info .area ul li .address p:before {
    width: 11px;
    height: 16px;
  }
}
@media screen and (max-width: 736px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  #container main section#company {
    margin: 20px auto 0;
  }
  #container main section#company .title h2 {
    font-size: 16px;
  }
  #container main section#company .area {
    margin: 20px 0 0;
  }
  #container main section#company .area .left {
    width: 100%;
    height: 330px;
    float: none;
  }
  #container main section#company .area .right {
    width: 100%;
    float: none;
    padding: 10px 10px 0;
  }
  #container main section#company .area .right table tr td:first-child {
    width: 100px;
    padding: 10px 20px;
  }
  #container main section#company .area .right table tr td:last-child {
    padding: 10px;
  }
  #container main section#greeting {
    margin: 20px auto 0;
  }
  #container main section#greeting .title h2 {
    font-size: 16px;
  }
  #container main section#greeting .area {
    margin: 20px 0 0;
    display: block;
    justify-content: none;
    align-items: none;
  }
  #container main section#greeting .area .left {
    width: calc(100vw - 100px);
    max-width: 420px;
    height: calc(100vw - 100px);
    max-height: 420px;
    float: none;
    margin: 0 auto;
  }
  #container main section#greeting .area .right {
    width: 100%;
    float: none;
    padding: 50px 10px 0;
  }
  #container main section#greeting .area .right h3 {
    text-align: center;
  }
  #container main section#greeting .area .right p {
    max-width: 420px;
    margin: 0 auto;
  }
  #container main section#recruit {
    text-align: center;
  }
  #container main section#recruit a {
    width: auto;
    display: inline-block;
  }
  #container main section#recruit a img {
    max-width: 420px;
  }
  #container main section#info .title h2 {
    font-size: 16px;
  }
  #container main section#info .map .hover {
    display: none;
  }
  #container main section#info .map iframe {
    height: 250px;
  }
  #container main section#info .area {
    margin: 10px 0;
  }
  #container main section#info .area ul {
    max-width: 420px;
    margin: 0 auto;
  }
  #container main section#info .area ul li {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 10px;
  }
  #container main section#info .area ul li .img {
    width: 50%;
    height: 110px;
    float: left;
    margin: 0 10px 0 0;
  }
  #container main section#info .area ul li h3 {
    width: 100%;
    text-align: left;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
  }
  #container main section#info .area ul li .tel {
    width: 100%;
    text-align: left;
  }
  #container main section#info .area ul li .tel a {
    font-size: 18px;
  }
  #container main section#info .area ul li .tel a:before {
    width: 13px;
    height: 18px;
    margin: 0 5px 0 0;
  }
  #container main section#info .area ul li .address {
    width: calc(50% - 10px);
    margin: 5px 0 0 auto;
    padding: 0;
  }
  #container main section#info .area ul li .address p {
    width: 100%;
    float: left;
    font-size: 10px;
  }
  #container main section#info .area ul li .address p:before {
    width: 11px;
    height: 16px;
    margin: 0 5px 0 0;
  }
  #container main section#info .area ul li:nth-child(3) {
    margin: 0;
  }
}
@media screen and (max-width: 320px) {
  #container main section#info .area ul li .tel a {
    font-size: 15px;
  }
}

/*# sourceMappingURL=company.css.map */
