@charset "UTF-8";
/* ==========================================================================
//
// RECRUIT
//
========================================================================== */
/* hero-cmn-page
---------------------------------------------------------- */
.hero-cmn-page .bg{
  background-image:url(../img/bg_mainimg_01_pc.jpg);
}
/* ttl-cmn-area
---------------------------------------------------------- */
.ttl-cmn-area{
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.1em;
}
/* ==========================================================================
// area-intro
========================================================================== */
.area-intro{
  /*margin: 0 0 95px;*/
  padding: 95px 0 90px;
  background: #f5f5f5;
  text-align: center;
}
.area-intro .txt-lead{
  margin: 0 0 40px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.area-intro .txt{
  max-width: 810px;
  margin: 0 auto;
}

/* ==========================================================================
// area-voice
========================================================================== */
.area-voice{
  margin: 0 0 100px;
  padding: 100px 0 0;
  overflow: hidden;
}
.area-voice .ttl-area{
  margin: 0 0 100px;
}
/* sec-profile
---------------------------------------------------------- */
.area-voice .list-profile{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 12px;
  max-width: 1224px;
}
.area-voice .list-profile::after{
  display: block;
  content:"";
  width: 29.17%;
}
.area-voice .list-profile > li{
  margin-bottom:100px;
  width: 29.17%;
}
.area-voice .list-profile > li a{
  display: block;
  color: #212529;
}
.area-voice .list-profile .txt-furigana{
  margin: 0 0 8px;
  font-family: "roboto condensed",sans-serif;
  letter-spacing: 0.1em;
}
.area-voice .list-profile .box-photo{
  position: relative;
  margin: 0 0 20px;
}
.area-voice .list-profile .box-photo .img-wrap{
  overflow: hidden;
}
.area-voice .list-profile .box-photo .img-wrap img{
  vertical-align: bottom;
  transition: 0.5s;
  -webkit-transform: translatez(0);
}
.area-voice .list-profile .box-photo .txt{
  position: absolute;
  bottom: -100px;
  right: 30px;
}
.area-voice .list-profile .box-name{
  padding: 0 0 0 25px;
  -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.area-voice .list-profile .txt-name{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.area-voice .list-profile .txt-position{
  font-size: 13px;
  letter-spacing: 0.1em;
}
/* hover */
.area-voice .list-profile > li a:hover .box-photo .img,
.area-voice .list-profile > li a:focus .box-photo .img{
  transform: scale(1.1);
}
/* animation
---------------------------------------------------------- */
/*
.animated{
  opacity: 0;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
*/
