@charset "utf-8";
/* ============================================================
 ▼▼base▼▼
============================================================ */
.en {
  font-family: 'Verdana', sans-serif;
}
/* ============================================================
 clearfix
============================================================ */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/* ============================================================
 リンク矢印
============================================================ */
.anc-arrow:before {
  content: "＞";
  margin-right: .2em;
}
/* ============================================================
 WEB FONT
============================================================ */
.english {
  font-family: 'Montserrat', sans-serif;
}
/* ============================================================
 レイアウト
============================================================ */
#main {
  margin-top: 0;
  margin-bottom: 0;
}
#header-pc {
  border-bottom: none;
}
.top-sub-ttl {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
/* ============================================================
 TOP共通
============================================================ */
.btn-gray {
  display: inline-block;
  width: 380px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  background: #ABABAF;
}
.btn-gray:before {
  content: '>';
  font-size: 1.5rem;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.top_btn-ar {
  display: inline-block;
  width: 380px;
  line-height: 60px;
  text-align: center;
  font-size: 1.8rem;
  background-color: #bbbcbc;
  color: #fff;
}
.top_btn-ar::before {
  content: '>';
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -2px;
  margin-right: 0.5em;
}
.top_btn-ar:hover {
  background-color: #d2d2d4;
  opacity: 1;
}
.top_btn-ar-white {
  background-color: rgba(255, 255, 255, 0.9);
  color: #666666;
}
.top_btn-ar-white:hover {
  background-color: #bbbcbc;
  color: #fff;
}
.social-inner {
  width: 225px;
}
.social-title {
  font-size: 1.6rem;
  color: #666666;
  text-align: center;
  font-weight: normal;
  margin-bottom: 25px;
}
.social_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.social-right {
  margin-left: auto;
  margin-right: 0;
}
.social-center {
  padding-top: 75px;
  margin-left: auto;
  margin-right: auto;
  width: 260px;
  padding-bottom: 10px;
}
/* ============================================================
 メインビジュアル
============================================================ */
.top_kv {
  width: 100%;
  height: 90vh;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.top_kv .top_kv-list,
.top_kv .slick-track {
  width: 100%;
  margin-bottom: 0;
}
.top_kv .top_kv-list > li,
.top_kv .slick-track > li {
  width: 100%;
  height: 100%;
  position: relative;
}
.top_kv-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top_kv-bg:after {
  content: '';
  display: block;
  background: #eee;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.top_kv-bg .top_kv-image {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top_kv .top_kv1 .top_kv-bg .top_kv-image,
.top_kv .top_kv2 .top_kv-bg .top_kv-image,
.top_kv .top_kv3 .top_kv-bg .top_kv-image {
  background-position: center top;
}
.top_kv-slick {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
}
.top_kv-slick .slick-list,
.top_kv-slick .slick-track {
  width: 100%;
  height: 100%;
}
.top_kv-slick .slick-slide a {
  display: block;
  transition: none;
}
.top_kv-inner {
  position: absolute;
  left: 50%;
  top: 57%;
  width: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.top_kv-title {
  color: #fff;
  margin-bottom: 45px;
  font-weight: normal;
  letter-spacing: 0.1em;
  opacity: 0;
}
.top_kv-title.anim {
  opacity: 1;
}
.top_kv-title .title-small {
  display: block;
  font-size: 2.0rem;
  margin-bottom: 10px;
  text-shadow: 0px 0px 24px #000000;
}
.top_kv-title .title-body {
  font-size: 3.7rem;
  line-height: 1.6;
  text-shadow: 0px 0px 24px #000000;
}
.top_kv-btn {
  display: inline-block;
  width: 380px;
  height: 60px;
  position: relative;
  overflow: hidden;
}
.top_kv-btn a {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 380px;
  height: 60px;
  overflow: hidden;
}
.top_kv-btn a span {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 380px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 1.6rem;
  background: rgba(255, 255, 255, 0.9);
}
.top_kv-btn a span:before {
  content: '>';
  font-size: 1.5rem;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.top_kv .top_kv2 .top_kv-inner {
  width: 100%;
  top: auto;
  bottom: 10%;
}
.top_kv .top_kv3 .top_kv-inner {
  width: 100%;
  top: auto;
  bottom: 10%;
}
.top_kv .top_kv3 .top_kv-btn a span {
  background: #BBBCBC;
}
.slick-dots {
  bottom: 0;
}
.slick-dots > li {
  width: 13px;
  padding: 0;
}
.slick-dots > li > button {
  width: 13px;
  text-align: center;
  padding: 0;
}
.slick-dots > li > button:before {
  width: 7px;
  height: 7px;
  background: #dedede;
  border-radius: 6px;
  font-size: 0;
  opacity: 1;
  margin: 2px 0 0 3px;
}
.slick-dots > li.slick-active > button:before {
  width: 12px;
  height: 12px;
  background: #ababab;
  margin: 0;
}
.top_kv-image {
  opacity: 0;
  transition: all 1s ease;
}
.top_kv-image.anim {
  opacity: 1;
}
.top_kv-btn a {
  width: 0px;
  transition: all 0.75s ease;
}
.top_kv-btn a.anim {
  width: 380px;
}
/* ============================================================
 ニッポンの人事部長
============================================================ */
.top_jinjibucho .top_kv-bg .top_kv-image {
  background-position: top center;
}
.kv-ttl-wrap {
  width: 365px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 93px;
  margin: auto;
}
.kv-ttl-wrap h2 {
  width: 100%;
  padding-top: 105px;
  background-image: url(/images/top/kv_jinjibucho_ttl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  text-indent: -999em;
  font-size: 0;
  line-height: 0;
}
.kv-group-wrap {
  width: 100%;
  height: 78px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  background: #fff;
}
.kv-group-wrap .kv-group {
  width: 376px;
  padding-top: 28px;
  background-image: url(/images/top/kv_jinjibucho_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  text-indent: -999em;
  margin: 9px auto 0;
  height: auto;
  font-size: 0;
  line-height: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .top_jinjibucho .top_kv-bg .top_kv-image {
    background-position: top 20% center;
  }
  .kv-ttl-wrap {
    width: 320px;
    bottom: 80px;
  }
  .kv-group-wrap {
    height: 65px;
  }
  .pconly {
    display: block !important;
  }
  .sponly {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .top_jinjibucho .top_kv-bg .top_kv-image {
    background-position: top 20% center;
  }
  .kv-ttl-wrap {
    width: 70%;
    bottom: 71px;
  }
  .kv-group-wrap {
    height: 58px;
  }
  .kv-group-wrap .kv-group {
    width: 285px;
  }
}
/* ============================================================
 インフォメーション
============================================================ */
.top_info_and_group {
  background: #f8f8f8;
  text-align: center;
  padding: 20px 20px 80px;
}
.top_info {
  margin-top: 55px;
}
.top_info-list {
  max-width: 1198px;
  margin: 0 auto;
  border: 1px solid #bbbcbc;
  background-color: #bbbcbc;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.top_info-title {
  width: 130px;
  color: #fff;
  letter-spacing: 0.1em;
  vertical-align: middle;
  text-align: center;
}
.top_info-body {
  background-color: #fff;
  text-align: left;
}
.top_info-body p {
  padding: 23px 20px;
}
#info-inner {
  font-size: 1.4rem;
  border: 1px solid #bbbcbc;
  position: relative;
  overflow: hidden;
  height: auto;
  transition: all 0.4s;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 20px 0;
}
#info-inner .info-ttl {
  background: #bbbcbc;
  color: #fff;
  width: 135px;
  letter-spacing: 1px;
  height: 100%;
  text-align: center;
  padding: 15px 9px;
  vertical-align: middle;
  display: inline-block;
}
#info-inner .info-ttl p {
  vertical-align: middle;
}
#info-inner .info-txt {
  font-weight: normal;
  overflow: hidden;
  width: calc(100% - 150px);
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#info-inner .info-txt p {
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 100%;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  padding: 7px 0 0;
}
#info-inner .info-txt p.date {
  width: 140px;
  padding-left: 15px;
}
#info-inner .info-txt p.txt {
  width: calc(100% - 140px);
  padding-left: 5px;
}
a #info-inner .info-txt:after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  top: 50%;
  right: 2px;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-top: 1px solid #53565A;
  border-right: 1px solid #53565A;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ============================================================
 グループの取り組み
============================================================ */
.top_group {
  margin-top: 30px;
}
.top_group-title {
  font-weight: normal;
  margin-bottom: 45px;
}
.top_group-title .txt {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.top_group-title .title-small {
  display: block;
  font-size: 1.6rem;
  color: #b2b2b2;
}
.top_group-title .title-body {
  display: block;
  font-size: 4.2rem;
  margin-bottom: 45px;
}
.top_group-titleimg {
  width: 145px;
}
.top_group-label {
  display: inline-block;
  background: #97999b;
  color: #fff;
  padding: 3px 10px;
  font-size: 1.2rem;
  position: absolute;
}
.top_group-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  overflow: hidden;
  max-width: 1198px;
  margin: 0 auto 46px;
}
.top_group-list li {
  width: 23.8%;
  margin-left: 1.5%;
  font-size: 1.4rem;
  text-align: left;
  background: #fff;
  border: 1px solid #D0D0D2;
}
.top_group-list li:first-child {
  margin-left: 0;
}
.top_group-list li a {
  display: block;
  transition: all .25s ease;
}
.top_group-list li a:hover {
  opacity: 0.7;
}
.top_group-list li .top_group-listtext {
  margin-bottom: 10px;
}
.top_group-list li .tag {
  display: inline-block;
  font-size: 1.1rem;
  border: 1px solid #97999b;
  padding: 2px 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  color: #b2b2b2;
  background: #fff;
  margin-right: 7px;
}
.top_group-list li .tag.tag-career-learning {
  border-color: #6abea0;
}
.top_group-list li .tag.tag-woman-challenge {
  border-color: #e18ba6;
}
.top_group-list li .tag.tag-athlete {
  border-color: #ee8585;
}
.top_group-list li .tag.tag-career-change {
  border-color: #f5c83f;
}
.top_group-list li .tag.tag-work-style {
  border-color: #39b141;
}
.top_group-list li .tag.tag-innovation {
  border-color: #78b7d1;
}
.top_group-list li .tag.tag-global {
  border-color: #819dd0;
}
.top_group-list li .tag.tag-local {
  border-color: #a3c670;
}
.top_group-list li .tag.tag-research {
  border-color: #97999b;
}
.top_group-list li .tag.tag-promotion {
  border-color: #af7ecf;
}
.top_group-list li .tag.tag-media {
  border-color: #ef991d;
}
.top_group-list li .tag.tag-ir {
  border-color: #c68f6a;
}
.top_group-list li .tag.tag-special {
  border-color: #c6a96a;
}
.top_group-list li .list-block {
  padding: 15px;
  min-height: 120px;
}
.top_group-list li .top_group-date {
  color: #b2b2b2;
  margin-top: 10px;
}
.top_group-btn {
  display: inline-block;
  width: 380px;
  height: 60px;
  position: relative;
  overflow: hidden;
}
.top_group-btn a {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 380px;
  height: 60px;
  overflow: hidden;
}
.top_group-btn a span {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 380px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  background: #97999B;
}
.top_group-btn a span:before {
  content: '>';
  font-size: 1.5rem;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
/* ============================================================
 PERSOLとは
============================================================ */
.top_about {
  padding-top: 76px;
  text-align: center;
  margin-bottom: 80px;
}
.top_about-title {
  text-align: center;
  font-size: 4.2rem;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 55px;
}
.top_about-title .title-small {
  display: block;
  font-size: 1.6rem;
  color: #b2b2b2;
}
.top_about-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin-bottom: 48px;
  max-width: 993px;
  margin: 0 auto 48px;
}
.top_about-logo {
  width: 132px;
  margin: 0 60px;
}
.top_about-lead {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.9;
}
.top_about-btn {
  display: inline-block;
  width: 380px;
  height: 60px;
  position: relative;
  overflow: hidden;
}
.top_about-btn a {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 380px;
  height: 60px;
  overflow: hidden;
}
.top_about-btn a span {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 380px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  background: #97999B;
}
.top_about-btn a span:before {
  content: '>';
  font-size: 1.5rem;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
/* animation

.top_about-title,
.top_about-list{
  transform: translate3d(0,20px,0);
  opacity:0;
  transition: all 1s ease;
}
.top_about-title.anim,
.top_about-list.anim{
  transform: translate3d(0,0px,0);
  opacity:1;
}
.top_about-btn a{
  width:0px;
  transition: all 0.75s ease;
}
.top_about-btn a.anim{
  width:380px;
}
 */
/* ============================================================
 WORKERS PROFILE
============================================================ */
.top_workers {
  padding-top: 36.8%;
  box-sizing: border-box;
  margin: 0 auto 22px;
  position: relative;
  background: #eee;
}
.top_workers .splash {
  position: absolute;
  width: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.top_workers-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  padding-top: 36.8%;
  overflow: hidden;
}
.top_workers-bg:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 36.8%;
  height: 0;
  position: absolute;
  left: 0px;
  top: 0px;
}
.top_workers-bg .top_workers-image {
  content: '';
  display: block;
  width: 100%;
  padding-top: 36.8%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
}
.top_workers-bg .top_workers-image1 {
  background: url(../images/top/workers_bg1.png) no-repeat center top;
  background-size: 100%;
}
.top_workers-bg .top_workers-image2 {
  background: url(../images/top/workers_bg2.png) no-repeat center top;
  background-size: 100%;
}
.top_workers-bg .top_workers-image3 {
  background: url(../images/top/workers_bg3.png) no-repeat center top;
  background-size: 100%;
}
.top_workers-bg .top_workers-image4 {
  background: url(../images/top/workers_bg4.png) no-repeat center top;
  background-size: 100%;
}
.top_workers .slick-slider .slick-list {
  height: 100%;
}
.top_workers-slick {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
}
.top_workers-slick .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  padding-top: 41.8%;
}
.top_workers-inner {
  position: absolute;
  left: 50%;
  top: 0;
  padding-top: 9%;
  width: 50%;
  text-align: center;
}
.top_workers-title {
  color: #fff;
  font-weight: normal;
}
.top_workers-title .title-small {
  display: block;
  font-size: 2.0rem;
  margin-bottom: 24px;
}
.top_workers-title .title-body {
  display: block;
  font-size: 3.2rem;
  line-height: 1.7;
  margin-bottom: 36px;
}
.top_workers-btn {
  display: inline-block;
  width: 380px;
  height: 60px;
  position: relative;
  overflow: hidden;
}
.top_workers-btn a,
.top_workers-btn > div {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 380px;
  height: 60px;
  overflow: hidden;
}
.top_workers-btn a span,
.top_workers-btn > div span {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 380px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 1.6rem;
  color: #333;
  background: rgba(255, 255, 255, 0.9);
}
.top_workers-btn a span:before,
.top_workers-btn > div span:before {
  content: '>';
  font-size: 1.5rem;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
/* animation */
.top_workers,
.top_workers-bg,
.top_workers-inner {
  opacity: 0;
  transition: all 1s ease;
}
.top_workers .splash {
  opacity: 1;
  transition: all 1s ease;
}
.top_workers.anim,
.top_workers-bg.anim,
.top_workers-inner.anim,
.top_workers-image {
  opacity: 1;
}
.top_workers .splash.anim {
  opacity: 0;
}
/* ============================================================
 PICK UP
============================================================ */
.top_pickup {
  padding-top: 76px;
  text-align: center;
}
.top_pickup-title {
  text-align: center;
  font-size: 4.2rem;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 45px;
}
.top_pickup-title .title-small {
  display: block;
  font-size: 1.6rem;
  color: #b2b2b2;
}
.top_pickup-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.top_pickup-list > li {
  width: 32.15%;
}
.top_pickup-list > li a {
  position: relative;
  display: inline-block;
}
.top_pickup-list > li .top_img-box-label {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(151, 153, 155, 0.9);
  color: #fff;
  font-size: 1.6rem;
  padding: 8px 5px;
}
/* ============================================================
 サービス紹介
============================================================ */
.top_ourservices {
  padding-top: 76px;
  text-align: center;
  margin-bottom: 72px;
}
.top_ourservices-title {
  text-align: center;
  font-size: 4.2rem;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 45px;
}
.top_ourservices-title .title-small {
  display: block;
  font-size: 1.6rem;
  color: #b2b2b2;
}
.top_ourservices-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 850px;
  margin: 0 auto 50px;
}
.top_ourservices-list li {
  width: 50%;
}
.top_ourservices-list li:nth-child(1) img {
  display: inline-block;
  width: 211px;
}
.top_ourservices-list li:nth-child(2) img {
  display: inline-block;
  width: 91px;
  margin-top: 0;
}
.top_ourservices-list li a {
  display: inline-block;
}
.top_ourservices-list li a:hover {
  opacity: 0.7;
}
.top_ourservices-listimg {
  margin-bottom: 17px;
}
.top_ourservices-listtext {
  font-size: 1.6rem;
  color: #666666;
}
.top_ourservices-btn {
  display: inline-block;
  width: 380px;
  height: 60px;
  position: relative;
  overflow: hidden;
}
.top_ourservices-btn a {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 380px;
  height: 60px;
  overflow: hidden;
}
.top_ourservices-btn a span {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 380px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  background: #97999B;
}
.top_ourservices-btn a span:before {
  content: '>';
  font-size: 1.5rem;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
/* animation

.top_ourservices-title,
.top_ourservices-list{
  transform: translate3d(0,20px,0);
  opacity:0;
  transition: all 1s ease;
}
.top_ourservices-title.anim,
.top_ourservices-list.anim{
  transform: translate3d(0,0px,0);
  opacity:1;
}
.top_ourservices-btn a{
  width:0px;
  transition: all 0.75s ease;
}
.top_ourservices-btn a.anim{
  width:380px;
}
 */
/* ============================================================
 ニュースリリース
============================================================ */
.top_news {
  background: #f8f8f8;
  padding: 76px 10px 80px;
  text-align: center;
}
.top_news-title {
  font-size: 4.2rem;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 45px;
}
.top_news-title .title-small {
  display: block;
  font-size: 1.6rem;
  color: #b2b2b2;
}
.top_news-subtitle {
  background: #fff;
  text-align: left;
  font-weight: normal;
  padding: 10px 15px 7px;
  margin-bottom: 10px;
  border-left: 3px solid #bbbcbc;
}
.top_news-subtitle .title {
  font-size: 2rem;
}
.top_news-subtitle .link {
  font-size: 1.6rem;
  float: right;
  margin-top: 3px;
  transition: none;
}
.top_news .news-column {
  width: 100%;
  font-size: 0;
}
.top_news .news-column .news-release {
  width: 50%;
  display: inline-block;
}
.top_news .news-column .news-release:first-child {
  padding-right: 10px;
}
.top_news .news-column .news-release:last-child {
  padding-left: 10px;
}
.top_news-list {
  max-width: 992px;
  margin: 0 auto 50px;
  padding: 10px 0;
  font-size: 1.6rem;
  background: #fff;
}
.top_news-list li {
  border-bottom: 1px dotted #666666;
  overflow: hidden;
  padding: 0;
  height: 60px;
  display: table !important;
  vertical-align: middle;
  width: 100%;
}
.top_news-list li:last-child {
  border-bottom: none;
}
.top_news-list li > div {
  display: table-cell;
  vertical-align: middle;
}
.top_news-list .news-date {
  width: 120px;
  font-size: 1.2rem;
  color: #666666;
}
.top_news-list .news-txt {
  text-align: left;
  font-size: 1.4rem;
  padding-right: 15px;
}
.top_news-list .news-txt a {
  transition: none;
  color: #666666;
  padding-right: 10px;
}
.top_news-btn {
  display: inline-block;
  width: 380px;
  height: 60px;
  position: relative;
  overflow: hidden;
}
.top_news-btn a {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 380px;
  height: 60px;
  overflow: hidden;
}
.top_news-btn a span {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 380px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  background: #97999B;
}
.top_news-btn a span:before {
  content: '>';
  font-size: 1.5rem;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.top_news-list .news-txt > img {
  display: inline-block;
}
/* animation

.top_news-title,
.top_news-list{
  transform: translate3d(0,20px,0);
  opacity:0;
  transition: all 1s ease;
}
.top_news-title.anim,
.top_news-list.anim{
  transform: translate3d(0,0px,0);
  opacity:1;
}
.top_news-btn a{
  width:0px;
  transition: all 0.75s ease;
}
.top_news-btn a.anim{
  width:380px;
}

 */
.top_btmnav {
  display: none;
}
/* ============================================================
 tablet
============================================================ */
@media only screen and (max-width: 991px) {
  .top_kv-title .title-body {
    font-size: 3vw;
  }
  .top_about-lead {
    font-size: 2.0rem;
  }
  .top_workers-inner {
    padding-top: 7%;
  }
  .top_workers-title .title-small {
    font-size: 1.5rem;
  }
  .top_workers-title .title-body {
    font-size: 2.7rem;
    margin-bottom: 20px;
  }
  .top_workers-btn {
    width: 240px;
    height: 40px;
  }
  .top_workers-btn div {
    width: 240px;
    height: 40px;
  }
  .top_workers-btn div span {
    width: 240px;
    height: 40px;
    line-height: 40px;
  }
}
/* ============================================================
 SP
============================================================ */
@media only screen and (max-width: 767px) {
  /* ============================================================
 メインビジュアル
============================================================ */
  .top_kv {
    padding-top: 120%;
    margin: 0 auto;
    overflow: hidden;
  }
  .top_kv-bg {
    padding-top: 120%;
  }
  .top_kv-bg:after {
    padding-top: 120%;
  }
  .top_kv-bg .top_kv-image {
    padding-top: 120%;
  }
  .top_kv-bg .top_kv-image1 {
    background: url(../images/top/kv1_sp.png) no-repeat center top;
    background-size: 100%;
  }
  .top_kv-bg .top_kv-image2 {
    background: url(../images/top/kv2_sp.png) no-repeat center top;
    background-size: 100%;
  }
  .top_kv-bg .top_kv-image3 {
    background: url(../images/top/kv3_sp.png) no-repeat center top;
    background-size: 100%;
  }
  .top_kv-inner {
    position: absolute;
    left: 0%;
    top: auto;
    bottom: 4.5%;
    width: 100%;
    transform: translate(0, 0%);
  }
  .top_kv-title {
    margin-bottom: 7px;
  }
  .top_kv-title .title-small {
    font-size: 2.7vw;
    margin-bottom: 0;
  }
  .top_kv-title .title-body {
    font-size: 5vw;
    line-height: 1.3;
  }
  .top_kv-btn {
    width: 240px;
    height: 40px;
  }
  .top_kv-btn a {
    width: 240px;
    height: 40px;
  }
  .top_kv-btn a span {
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 1.3rem;
  }
  .top_kv-btn a span:before {
    font-size: 1.3rem;
    margin-right: 7px;
    top: -1px;
  }
  .top_kv .top_kv2 .top_kv-inner {
    bottom: 7.5%;
  }
  .top_kv .top_kv3 .top_kv-inner {
    bottom: 7.5%;
  }
  .top_kv-btn a {
    width: 0px;
    transition: all 0.75s ease;
  }
  .top_kv-btn a.anim {
    width: 240px;
  }
  .slick-dots {
    bottom: 0;
  }
  .slick-dots > li {
    width: 12px;
  }
  .slick-dots > li > button {
    width: 12px;
  }
  .slick-dots > li > button:before {
    width: 6px;
    height: 6px;
    margin: 2px 0 0 2px;
  }
  .slick-dots > li.slick-active > button:before {
    width: 10px;
    height: 10px;
  }
  /* ============================================================
 インフォメーション
============================================================ */
  .top_info_and_group {
    padding: 10px 20px 40px;
    background: none;
  }
  .top_info {
    margin-top: 30px;
  }
  .top_info-list {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .top_info-title {
    width: 100%;
    padding: 12px 0;
  }
  .top_info-body p {
    padding: 12px;
  }
  #info-inner {
    width: 90%;
    margin: 30px 5%;
  }
  #info-inner .info-ttl {
    width: 100%;
    display: inline-block;
    height: auto;
    padding: 6px 9px;
  }
  #info-inner .info-txt {
    width: 100%;
    display: inline-block;
    padding: 10px 20px 10px 10px;
  }
  #info-inner .info-txt p {
    padding: 0;
    white-space: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 140%;
  }
  #info-inner .info-txt p.date {
    width: 100%;
    padding-left: 0;
    font-size: 1.0rem;
  }
  #info-inner .info-txt p.txt {
    width: 100%;
    padding-left: 0;
    font-size: 1.2rem;
  }
  a #info-inner .info-txt:after {
    right: 10px;
  }
  /* ============================================================
 グループの取り組み
============================================================ */
  .top_group {
    margin-top: 30px;
  }
  .top_group .txt {
    font-size: 1.4rem;
  }
  .top_group-title {
    margin-bottom: 40px;
  }
  .top_group-title .title-small {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
  .top_group-title .title-body {
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
  .top_group-titleimg {
    width: 78px;
  }
  .top_group-list {
    display: block;
    margin: 0 auto 20px;
  }
  .top_group-list li {
    float: none;
    width: 100%;
    min-height: auto;
    margin: 0 0 10px 0;
    font-size: 1.2rem;
    overflow: hidden;
    border: none;
  }
  .top_group-list li:last-child {
    margin-bottom: 0;
  }
  .top_group-list li a {
    transition: none;
  }
  .top_group-list li .tag {
    font-size: 1.0rem;
  }
  .top_group-list li .list-image {
    float: left;
    width: 48%;
  }
  .top_group-list li .list-block {
    float: right;
    width: 48%;
    min-height: auto;
    padding: 0;
  }
  .top_group-list li .top_group-date {
    margin-top: 0;
  }
  .top_group-btn {
    width: 240px;
    height: 40px;
  }
  .top_group-btn a {
    width: 240px;
    height: 40px;
  }
  .top_group-btn a span {
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 1.3rem;
  }
  .top_group-btn a span:before {
    font-size: 1.3rem;
    margin-right: 7px;
    top: -1px;
  }
  /*
.top_group-btn a{
  width:0px;
  transition: all 0.75s ease;
}
.top_group-btn a.anim{
  width:240px;
}
*/
  /* ============================================================
 PERSOLとは
============================================================ */
  .top_about {
    padding-top: 0;
    margin-bottom: 40px;
  }
  .top_about-title {
    font-size: 2.7rem;
    margin-bottom: 30px;
  }
  .top_about-title .title-small {
    font-size: 1.1rem;
  }
  .top_about-list {
    display: block;
    width: auto;
    margin: 0 auto 20px;
  }
  .top_about-logo {
    width: 66px;
    margin: 0 auto 20px;
  }
  .top_about-lead {
    font-size: 3vw;
    line-height: 1.7;
  }
  .top_about-btn {
    width: 240px;
    height: 40px;
  }
  .top_about-btn a {
    width: 240px;
    height: 40px;
  }
  .top_about-btn a span {
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 1.3rem;
  }
  .top_about-btn a span:before {
    font-size: 1.3rem;
    margin-right: 7px;
    top: -1px;
  }
  /*

.top_about-btn a{
  width:0px;
  transition: all 0.75s ease;
}
.top_about-btn a.anim{
  width:240px;
}
*/
  /* ============================================================
 WORKERS PROFILE
============================================================ */
  .top_workers {
    padding-top: 93.5%;
    margin: 0 auto 40px;
  }
  .top_workers-bg {
    padding-top: 93.5%;
  }
  .top_workers-bg:after {
    padding-top: 93.5%;
  }
  .top_workers-bg .top_workers-image {
    padding-top: 93.5%;
  }
  .top_workers-bg .top_workers-image1 {
    background: url(../images/top/workers_bg1_sp.png) no-repeat center top;
    background-size: 100%;
  }
  .top_workers-bg .top_workers-image2 {
    background: url(../images/top/workers_bg2_sp.png) no-repeat center top;
    background-size: 100%;
  }
  .top_workers-bg .top_workers-image3 {
    background: url(../images/top/workers_bg3_sp.png) no-repeat center top;
    background-size: 100%;
  }
  .top_workers-bg .top_workers-image4 {
    background: url(../images/top/workers_bg4_sp.png) no-repeat center top;
    background-size: 100%;
  }
  .top_workers-slick .slick-slide {
    padding-top: 93.5%;
  }
  .top_workers-inner {
    left: 0;
    top: 0;
    padding-top: 93.5%;
    width: 100%;
  }
  .top_workers-title {
    position: absolute;
    left: 0px;
    top: 59%;
    width: 100%;
  }
  .top_workers-title .title-small {
    font-size: 2.7vw;
    margin-bottom: 0;
  }
  .top_workers-title .title-body {
    font-size: 5vw;
    line-height: 1.4;
    margin-bottom: 0;
  }
  .top_workers-btn {
    position: absolute;
    left: 50%;
    bottom: 6%;
    margin: 0 0 0 -120px;
    width: 240px;
    height: 40px;
  }
  .top_workers-btn a,
  .top_workers-btn > div {
    width: 240px;
    height: 40px;
  }
  .top_workers-btn a span,
  .top_workers-btn > div span {
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 1.3rem;
  }
  .top_workers-btn a span:before,
  .top_workers-btn > div span:before {
    font-size: 1.3rem;
    margin-right: 7px;
    top: -1px;
  }
  /* animation */
  .top_workers,
  .top_workers-bg,
  .top_workers-inner {
    transition: none;
  }
  .top_workers .splash {
    transition: none;
  }
  /* ============================================================
 PICK UP
============================================================ */
  .top_pickup {
    padding: 0px 20px 40px;
    margin-bottom: 0;
  }
  .top_pickup-title {
    font-size: 1.3rem;
    margin-bottom: 25px;
  }
  .top_pickup-title .title-small {
    font-size: 1.1rem;
  }
  .top_pickup-list {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  .top_pickup-list > li {
    width: 100%;
    margin-bottom: 25px;
  }
  .top_pickup-list > li:last-child {
    margin-bottom: 0;
  }
  .top_pickup-list > li .top_img-box-label {
    height: auto;
    font-size: 1.3rem;
    padding: 5px 3px;
  }
  /* ============================================================
 サービス紹介
============================================================ */
  .top_ourservices {
    padding-top: 0px;
    margin-bottom: 40px;
  }
  .top_ourservices-title {
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
  .top_ourservices-title .title-small {
    font-size: 1.1rem;
  }
  .top_ourservices-list {
    display: block;
    width: auto;
    margin: 0 auto 20px;
  }
  .top_ourservices-list li {
    width: 100%;
    margin-bottom: 25px;
  }
  .top_ourservices-list li:nth-child(1) img {
    width: 211px;
  }
  .top_ourservices-list li:nth-child(2) img {
    width: 91px;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .top_ourservices-list li:nth-child(3) img {
    width: 70px;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .top_ourservices-listimg {
    margin-bottom: 5px;
  }
  .top_ourservices-listtext {
    font-size: 1.2rem;
  }
  .top_ourservices-listtext::before {
    font-size: 1.2rem;
    margin-right: 7px;
  }
  .top_ourservices-btn {
    width: 240px;
    height: 40px;
  }
  .top_ourservices-btn a {
    width: 240px;
    height: 40px;
  }
  .top_ourservices-btn a span {
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 1.3rem;
  }
  .top_ourservices-btn a span:before {
    font-size: 1.3rem;
    margin-right: 7px;
    top: -1px;
  }
  /*
.top_ourservices-btn a{
  width:0px;
  transition: all 0.75s ease;
}
.top_ourservices-btn a.anim{
  width:240px;
}
*/
  /* ============================================================
 ニュースリリース
============================================================ */
  .top_news {
    background: #fff;
    padding: 0px 20px 40px;
  }
  .top_news-title {
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
  .top_news-title .title-small {
    font-size: 1.1rem;
  }
  .top_news-subtitle {
    padding: 0px 5px 0px 10px;
  }
  .top_news-subtitle .title {
    font-size: 1.6rem;
  }
  .top_news-subtitle .link {
    font-size: 1.2rem;
  }
  .top_news .news-column .news-release {
    width: 100%;
  }
  .top_news .news-column .news-release:first-child {
    padding-right: 0;
  }
  .top_news .news-column .news-release:last-child {
    padding-left: 0;
  }
  .top_news-list {
    text-align: left;
    margin: 0 auto 20px;
    padding: 0;
    font-size: 1.2rem;
  }
  .top_news-list li {
    padding: 15px 0;
  }
  .top_news-list .news-date {
    width: 85px;
    float: none;
    font-size: 1rem;
  }
  .top_news-list .news-txt {
    margin-left: 0;
    font-size: 1.2rem;
  }
  .top_news-btn {
    width: 240px;
    height: 40px;
  }
  .top_news-btn a {
    width: 240px;
    height: 40px;
  }
  .top_news-btn a span {
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 1.3rem;
  }
  .top_news-btn a span:before {
    font-size: 1.3rem;
    margin-right: 7px;
    top: -1px;
  }
  /* animation
.top_news-btn a{
  width:0px;
  transition: all 0.75s ease;
}
.top_news-btn a.anim{
  width:240px;
}
*/
  /* ============================================================
 ボトムナビ（SP only?）
============================================================ */
  .top_btmnav {
    margin-bottom: 50px;
    display: block;
  }
  .top_btmnav-list {
    overflow: hidden;
  }
  .top_btmnav-list li {
    float: left;
    display: table;
    width: 50%;
    height: 100px;
    border-bottom: 1px solid #fff;
  }
  .top_btmnav-list li:nth-child(1) {
    border-right: 1px solid #fff;
  }
  .top_btmnav-list li:nth-child(3) {
    width: 100%;
  }
  .top_btmnav-list li:nth-child(4) {
    border-right: 1px solid #fff;
  }
  .top_btmnav-list li a {
    display: table-cell;
    color: #fff;
    background: #bbbcbc;
    font-size: 1.4rem;
    text-align: center;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: relative;
  }
  .top_btmnav-list li a:after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 22px;
    height: 22px;
    background: url(../images/common/icon_link_arrow.png) no-repeat 0 0;
    background-size: cover;
  }
  /* ============================================================
 ソーシャルリンク
============================================================ */
  .social-inner {
    width: 208px;
  }
  .social-title {
    font-size: 1.1rem;
    color: #666666;
    text-align: center;
    font-weight: normal;
    margin-bottom: 15px;
  }
  .social_list {
    width: 208px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .social_list li img {
    height: 38px;
    width: auto;
  }
  .social_list li:nth-child(3) img {
    height: 33px;
    display: inline-block;
    margin-top: 2px;
  }
  .social-right {
    margin-left: auto;
    margin-right: 0;
  }
  .social-center {
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 260px;
    padding-bottom: 10px;
  }
}
/* ============================================================
 small SP（320pxサイズ
============================================================ */
@media only screen and (max-width: 370px) {
  .top_workers-title .title-small {
    font-size: 1.0rem;
  }
  .top_workers-title .title-body {
    font-size: 1.5rem;
  }
  .top_group-list li .top_group-listtext {
    font-size: 1.0rem;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .top_group-list li .top_group-icon {
    padding: 0.05em 0.2em;
    font-size: 1.0rem;
    margin-bottom: 3px;
  }
  .top_group-list li .top_group-date {
    font-size: 1.0rem;
  }
}
/* ============================================================
 Print
============================================================ */
@media print {
  .top_kv {
    width: 100%;
    height: 280px !important;
  }
  .top_kv .slick-track,
  .top_kv .slick-track > li {
    width: 100% !important;
    opacity: 1 !important;
  }
  .top_kv-bg .top_kv-image {
    width: 100%;
    height: 100%;
  }
  .top_kv-image {
    opacity: 1;
    background-size: contain;
  }
}
