#container main section#top {
  margin: 30px 0 0;
}
#container main section#top .logo {
  height: 100px;
  text-align: center;
  padding: 10px 0;
}
#container main section#top .logo img {
  height: 100%;
}
#container main section#service {
  max-width: 1000px;
  margin: 0 auto;
}
#container main section#service ul {
  list-style: none;
  margin: 25px 0 0;
}
#container main section#service ul li {
  float: left;
  width: calc((100% - 4px) / 5);
  height: 167px;
  margin: 0 0 25px;
}
#container main section#service ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  transition: all .3s ease-out;
}
#container main section#service ul li a img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: 52%;
  height: 50px;
  transition: all .3s ease-out;
}
#container main section#service ul li a h3 {
  position: absolute;
  width: 100%;
  top: 52%;
  font-size: 14px;
  color: #000000;
  transition: all .3s ease-out;
}
#container main section#service ul li a:hover img {
  height: 40px;
}
#container main section#service ul li a:hover h3 {
  font-size: 13px;
}
#container main section#service ul li:nth-child(1) {
  background: #5DB1D0;
}
#container main section#service ul li:nth-child(1) h2 {
  font-size: 16px;
  line-height: 167px;
  color: #FFFFFF;
  text-align: center;
}
#container main section#service ul li:nth-child(2) {
  border-right: 1px #D9D9D9 solid;
}
#container main section#service ul li:nth-child(3) {
  border-right: 1px #D9D9D9 solid;
}
#container main section#service ul li:nth-child(4) {
  border-right: 1px #D9D9D9 solid;
}
#container main section#service ul li:nth-child(5) {
  border-right: 1px #D9D9D9 solid;
}
#container main section#recruit {
  max-width: 1000px;
  margin: 0 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;
}
#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: #5DB1D0;
  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;
}
#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 p {
  font-size: 25px;
  font-weight: bold;
  color: #000000;
}
#container main section#info .area ul li .tel p: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 p 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;
}

@media screen and (max-width: 1024px) {
  #container main section#top .logo {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  #container main section#top .logo {
    height: 80px;
  }
  #container main section#service ul {
    margin: 20px 0 0;
  }
  #container main section#service ul li {
    height: calc((100vw - 4px) / 6);
    margin: 0 0 20px;
  }
  #container main section#service ul li:nth-child(1) h2 {
    font-size: 12px;
    line-height: calc((100vw - 4px) / 6);
  }
  #container main section#service ul li a img {
    height: 40px;
  }
  #container main section#service ul li a h3 {
    font-size: 13px;
  }
  #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#top {
    margin: 10px 0 0;
  }
  #container main section#top .logo {
    height: 50px;
  }
  #container main section#service {
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #container main section#service ul {
    width: calc(130px * 5);
    margin: 0;
  }
  #container main section#service ul li {
    width: 130px;
    height: 130px;
    margin: 0 0 20px;
  }
  #container main section#service ul li:nth-child(1) {
    display: none;
  }
  #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;
  }
  #container main #service_title {
    width: 100%;
    height: 40px;
    margin: 20px 0 0;
    position: relative;
  }
  #container main #service_title h2 {
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    background: #5DB1D0;
  }
  #container main #service_title .arrow {
    position: absolute;
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 0;
    font-size: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 320px) {
  #container main section#info .area ul li .tel a {
    font-size: 15px;
  }
}

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