@charset "utf-8";

.main-visual {
  width: 100%;
  background: url("../images/company/h-bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.map-area {
    margin: 50px auto;
    padding: 15px;
}

.map-area .map {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  position: relative;
}

.map-area .map:before {
  content: "";
  display: block;
}

.map-area iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.slider {
    margin: 50px auto;
    max-width: 1200px;
    width: 100%;
    transition:opacity .6s ease, transform .3s ease;
    overflow-y: visible !important;
    overflow-x: hidden;
}

.slick-track {
    display: flex !important;
    align-items: center !important;
}

.slider li {
    overflow-y: visible !important;
    text-align: center;
    margin: 10px 0;
    transition: transform 500ms ease-out;
    transform: scale(.5);
    padding: 10px;
}

.slider img {
    width: 100%;
    overflow-y: visible !important;
}

.slider .slick-current {
    transform: scale(1.5);
}



@media (max-width: 600px) {

  .main-visual {
    height: 120px;
  }

  .profile-area {
    padding: 15px;
    margin-bottom: 30px;
  }

  .profile-area .title,
  .profile-area .k-title,
  .map-area .title {
    font-size: 1.8rem;
    color: #1a9fc8;
    margin-bottom: 15px;
    font-weight: bold;
  }

  .profile-area .sub-title,
  .profile-area .k-sub-title,
  .map-area .sub-title {
    font-weight: bold;
    font-size: 1.4rem;
    color: #1a9fc8;
  }

  .profile-list dt {
    padding: 5px 8px;
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    background: #1a9fc8;
  }

  .profile-list dd {
    margin-bottom: 10px;
    padding: 5px 8px;
    font-size: 1.4rem;
  }

  .map-area .map:before {
    padding-top: 100%;
  }
}

@media (min-width: 601px) {

  .main-visual {
    height: 300px;
  }

  .profile-area,
  .map-area {
    width: 940px;
    margin: 0 auto 50px;
    padding: 50px 0;
  }

  .profile-area .title,
  .profile-area .k-title,
  .map-area .title {
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 2.6rem;
    color: #1a9fc8;
  }

  .profile-area .sub-title,
  .profile-area .k-sub-title,
  .map-area .sub-title {
    font-weight: bold;
    font-size: 2rem;
    color: #1a9fc8;
  }


     .profile-area .k-title:after {
    content: "";
   width: 125px;
    height: 37px;
    margin: auto 0 auto 10px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
  }

   .profile-area .g-title:after {
    content: "";
   width: 210px;
    height: 48px;
    margin: auto 0 auto 10px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
  }


  .profile-area .title:after {
    content: "";
    width: 255px;
    height: 52px;
    margin: auto 0 auto 10px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .profile-list dt {
    width: 280px;
    padding: 15px 25px;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    float: left;
  }

  .profile-list dd {
    width: 940px;
    padding: 15px 15px 15px 280px;
    font-size: 1.8rem;
    border-bottom: 1px dashed #1a1a1a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .map-area .map:before {
    padding-top: 50%;
  }


}
