@charset "utf-8";

.ourtalent {
  margin-top: 50px;
  border-top: 1px solid #000;
  padding-top: 155px;
  padding-bottom: 135px;
}

.ourtalent .talent-box {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .ourtalent {
    margin-top: 20px;
    border-top: 1px solid #e6e6e6;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.ourtalent .profile {
  padding: 20px 0 0 16px;
  width: 50%;
}

.ourtalent .profile-link-wrap {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 1.2em 1.6em;
}

.ourtalent .profile-img {
  position: relative;
  width: 50%;
  overflow: hidden;
}

@media only screen and (max-width: 480px) {
  .ourtalent .profile-img {
    width: auto;
  }
}

.ourtalent .profile-img img {
  display: block;
  -webkit-transition: all 8s linear;
  -o-transition: all 8s linear;
  transition: all 8s linear;
}

.ourtalent a:hover .profile-img img {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

@media only screen and (max-width: 480px) {
  .ourtalent .profile-img img {
    width: 130px;
    height: 239px;
  }
}

.ourtalent .profile-img:after {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #111;
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ourtalent a:hover .profile-img:after {
  opacity: 0.5;
}

.ourtalent .profile h3 {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.ourtalent .profile span {
  color: #998675;
}

.ourtalent .profile .profile-tag {
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  color: #000;
}

.ourtalent .profile-tag .js-link {
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ourtalent .profile-tag .js-link:hover {
  color: #998675;
}

.profile figure img {
  display: block;
  width: 100%;
  -webkit-transition: all 8s linear;
  -o-transition: all 8s linear;
  transition: all 8s linear;
}

.ourtalent a:hover .profile-img .project-link {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.ourtalent .profile-img .profile-link {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4em;
  height: 4em;
  margin: -2em;
  border-radius: 50%;
  background-color: #c5a47ed6;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.ourtalent .profile-img .profile-link:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.325em;
  height: 1.325em;
  background: url(../img/img-icon/link.png) 0 0 no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ourtalent a:hover .profile-img .profile-link {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.message {
  text-align: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: #fff;
}

#bg-section02 {
  background-image: url(../img/about/message_bg.jpg);
}

.bg-section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.message-bg {
  position: relative;
  z-index: 2;
  background-color: rgba(153, 133, 117, 0.9);
  padding: 130px 0;
}

.message .section-title {
  color: #fff;
}

.message .section-text {
  color: #fff;
}

.ceo {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 200;
}

@media only screen and (max-width: 767px) {
  .message {
    padding: 130px 0;
  }
}

.company {
  background-color: #f2f2f2;
  padding: 130px 0;
  position: relative;
  z-index: 2;
  color: #fff;
}

.company .section-title {
  color: #828282;
}

.company dl {
  margin-bottom: 40px;
}

.google-map {
  border: 6px solid #fff;
}
