@charset "UTF-8";
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap {
  overflow: hidden;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.top-bg {
  height: 40vh;
  background-image: url("../images/top-bg-company.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

h1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
  color: #fff;
  font-size: 50px;
  width: 100vw;
  text-align: center;
}

.sec01 {
  padding: 30px 0;
}

.sec01 h2 {
  display: inline-block;
  width: 80%;
  margin: 0 10% 50px;
  text-align: center;
  border-bottom: 2px solid black;
  padding: 30px;
}

.sec01 .sec01-contents {
  margin: 0 12%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec01 .sec01-contents ul {
  list-style: none;
  font-size: 18px;
  width: 60%;
}

.sec01 .sec01-contents ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}

.sec01 .sec01-contents ul li .js-list-title {
  width: 21%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 50px;
}

.sec01 .sec01-contents ul li .js-list-title span {
  display: block;
}

.sec01 .sec01-contents img {
  display: block;
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.sec02 {
  padding: 30px 0 90px;
  background-color: #ffebd1;
}

.sec02 h2 {
  display: inline-block;
  width: 80%;
  margin: 0 10% 50px;
  text-align: center;
  border-bottom: 2px solid black;
  padding: 30px;
}

.sec02 .google-map {
  margin: auto;
  padding: 50px 0;
  text-align: center;
}

.btn-box {
  text-align: center;
}

.btn-box .btn {
  display: inline-block;
  background-color: black;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  width: 670px;
  padding: 20px;
}

.company-slide {
  list-style: none;
  padding: 50px 0;
}

.company-slide li {
  width: 400px;
  height: 400px;
}

.company-slide li:focus {
  outline: none;
}

.company-slide li img {
  width: 400px;
  height: 400px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin: auto;
}

@media screen and (max-width: 720px) {
  .sec01 {
    padding: 20px 0;
  }
  .sec01 h2 {
    margin: 0 10% 30px;
    padding: 20px;
  }
  .sec01 .sec01-contents {
    margin: 0 10px;
    display: block;
  }
  .sec01 .sec01-contents ul {
    list-style: none;
    font-size: 15px;
    width: 100%;
  }
  .sec01 .sec01-contents ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
  }
  .sec01 .sec01-contents ul li .js-list-title {
    margin-right: 20px;
    width: 30%;
  }
  .sec01 .sec01-contents ul li div {
    width: 70%;
  }
  .sec01 .sec01-contents img {
    width: 200px;
    height: 200px;
    margin: auto;
  }
  .sec02 {
    padding: 10px 0 90px;
  }
  .sec02 h2 {
    margin: 0 10% 30px;
    padding: 20px;
  }
  .sec02 .google-map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin: 30px 10px;
  }
  .sec02 .google-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .sec02 .btn-box {
    margin: 0 10px;
  }
  .sec02 .btn-box .btn {
    width: 100%;
  }
  .sec02 .company-slide {
    padding: 10px 0;
  }
  .sec02 .company-slide li {
    width: 150px;
    height: 150px;
  }
  .sec02 .company-slide li img {
    width: 150px;
    height: 150px;
  }
}
/*# sourceMappingURL=company.css.map */