@charset "UTF-8";

/*============================
common
============================*/

.container {
  padding-bottom: 0;
}

.primary {
  float: none;
  width: 100%;
}

.primary article {
  padding: 80px 0;
}

h2 {
  font-weight: bold;
  padding-bottom: 40px;
  text-align: center;
  font-size: 25px;
}

@media only screen and (max-width: 768px) {
  .primary article {
    padding: 40px 0;
  }

  h2 {
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
    font-size: 20px;
  }
}

/*============================
FV
============================*/

.top_bg {
  width: 100%;
}

.top_img {
  background: url(../images/home/top.jpg) no-repeat center center;
  padding-top: 43.0769%;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-background-size: 100%;
  background-size: 100%r;
}

@media only screen and (max-width: 768px) {
  .top_bg {
    padding-top: 55px;
  }
}

/*============================
#service
============================*/

#service img {
  width: 480px;
}

#service .text {
  width: 480px;
}

#service .text p:first-child {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

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

  #service img {
    width: 100%;
  }

  #service .text {
    width: 100%;
    margin-top: 20px;
  }

  #service .text p:first-child {
    font-size: 18px;
  }
}

/*============================
#company
============================*/

#company {
  background-color: #f9f9f9;
}

#company .info {
  width: 480px;
}

#company #map {
  height: 350px;
  width: 480px;
}

#company #map iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  #company .info {
    width: 100%;
  }

  #company #map {
    margin-top: 20px;
    height: 280px;
    width: 100%;
  }
}
