@charset "utf-8";
/* CSS Document */

#top {
  background: url(../img/top/top.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  #top {
    background: url(../img/top/top.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: auto;
    padding-top: 90%;
    margin-top: 60px;
  }
}

#company {
  padding: 90px 0 120px 0;
}
#company .c_title01:before {
  display: none;
}
#company dl {
  display: flex;
  border-top: 1px solid #808080;
  padding: 20px 20px 20px 100px;
  margin: 0 25px;
}
#company dl:last-child {
  border-bottom: 1px solid #808080;
}
#company dl dt {
  width: 150px;
}
#company dl dd {
  line-height: 1.75;
}
#company dl dd span {
  display: inline-block;
  width: 115px;
}
@media only screen and (max-width: 767px) {
  #company {
    padding: 40px 0 50px 0;
  }
  #company dl {
    display: flex;
    border-top: 1px solid #808080;
    padding: 10px 5px;
    margin: 0;
  }
  #company dl:last-child {
    border-bottom: 1px solid #808080;
  }
  #company dl dt {
    width: 20%;
  }
  #company dl dd {
    width: 80%;
    line-height: 1.5;
  }
  #company dl dd span {
    width: auto;
    margin-right: 10px;
  }
}


#works,
#history {
  padding-bottom: 120px;
}
#works li,
#history li {
  border-top: 1px solid #808080;
  padding: 20px 20px 20px 100px;
  margin: 0 25px;
}
#works li:last-child,
#history li:last-child {
  border-bottom: 1px solid #808080;
}
@media only screen and (max-width: 767px) {
  #works,
  #history {
    padding-bottom: 50px;
  }
  #works li,
  #history li {
    padding: 10px 5px;
    margin: 0;
  }
}


#message {
  padding-bottom: 120px;
}
#message .message_text {
  float: right;
  width: 500px;
  line-height: 1.75;
}
#message .message_text span {
  display: block;
  text-align: right;
}
#message .ceo {
  float: left;
  width: 355px;
}
@media only screen and (max-width: 767px) {
  #message {
    padding-bottom: 50px;
  }
  #message .message_text {
    float: none;
    width: 100%;
    line-height: 1.5;
  }
  #message .ceo {
    float: none;
    width: 100%;
    text-align: center;
  }
}


#access {
  font-size: 18px;
}
#access .text01 {
  margin-bottom: 40px;
  text-align: center;
}
#access .textBox {
  margin-bottom: 40px;
}
#access .textBox ul {
  float: left;
  width: 50%;
}
#access .textBox li {
  margin-bottom: 5px;
}
#access .textBox li span {
  display: inline-block;
  width: 75px;
}
#access .textBox li dfn {
  font-style: normal;
}
#access .textBox .text02 {
  float: left;
  width: 50%;
  text-align: center;
}
#access .gmap {
  line-height: 0;
}
#access .gmap iframe {
  width: 100%;
  height: 485px;
}
@media only screen and (max-width: 767px) {
  #access {
    font-size: 14px;
    margin-bottom: 0;
  }
  #access .text01 {
    margin-bottom: 20px;
  }
  #access .textBox {
    margin-bottom: 10px;
  }
  #access .textBox ul {
    float: none;
    width: 100%;
  }
  #access .textBox li span {
    float: left;
    width: 20%;
  }
  #access .textBox li dfn {
    float: left;
    width: 80%;
    font-style: normal;
  }
  #access .textBox .text02 {
    float: none;
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
  #access .gmap iframe {
    height: 230px;
  }
}


