﻿@charset 'utf-8';
/* ============================
メインビジュアル
============================ */
.peTopBox {
  position: relative;
  margin-bottom: 40px;
}
.peTopImagBox {
  width: 100%;
}
.peTopImagBox .peTopImag {
  width: 100%;
}
.peTopLead {
  position: absolute;
  top: 25%;
  left: 2%;
  width: 55%;
  font-size: 30px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.peTopProfBox {
  position: absolute;
  bottom: 25%;
  left: 2%;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
}
.peTopProfName {
  line-height: 1.5;
}
.peTopProfName .en {
  display: block;
  color: #0e66b5;
}
.peTopProfName .ja {
  display: block;
  font-size: 40px;
}
.peTopProfJoin {
  color: #0e66b5;
}
.peTopProfBelong {
  font-size: 20px;
}
.peTopWork {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  -ms-flex-align: end;
  padding: 16px 16px 3%;
  width: 22%;
  background: rgba(11, 81, 143, .9);
  color: #fff;
  text-align: right;
  font-size: 20px;

  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.peTopWork dd + dt {
  margin-top: 24px;
}

@media screen and (max-width: 1500px) {
  .peTopLead {
    width: 50%;
    font-size: 24px;
  }
  .peTopProfBox {
    line-height: 1.8;
  }
  .peTopProfName .ja {
    font-size: 30px;
  }
  .peTopProfBelong {
    font-size: 16px;
  }
  .peTopWork {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .peTopLead {
    font-size: 20px;
  }
  .peTopProfBox {
    line-height: 1.8;
  }
  .peTopProfName .ja {
    font-size: 26px;
  }
  .peTopProfName .en,
  .peTopProfJoin {
    font-size: 14px;
  }
  .peTopWork {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .peTopLead {
    width: 55%;
    font-size: 18px;
    line-height: 1.5;
  }
  .peTopProfBox {
    bottom: 22%;
    line-height: 1.8;
  }
  .peTopProfName .ja {
    font-size: 24px;
  }
  .peTopProfName .en,
  .peTopProfJoin {
    font-size: 12px;
  }
  .peTopWork {
    padding: 8px 8px 3%;
    font-size: 13px;
    line-height: 1.5;
  }
  .peTopWork dd + dt {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .peTopBox {
    position: static;
  }
  .peTopImagLeadWrap {
    position: relative;
  }
  .peTopLead {
    top: auto;
    bottom: 5%;
    left: 2%;
    padding: 8px;
    width: 96%;
    background-color: rgba(255, 255, 255, .8);
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .peTopProfBox {
    position: relative;
    left: 0;
    padding: 8px 16px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .peTopProfName .ja {
    font-size: 24px;
  }
  .peTopProfName .en,
  .peTopProfJoin,
  .peTopProfBelong {
    font-size: 12px;
  }
  .peTopWork {
    position: relative;
    display: block;
    padding: 16px;
    width: 100%;
    text-align: left;
    font-size: 12px;
  }
  .peTopWork dd + dt {
    margin-top: 8px;
  }
}
/* ============================
転職者の声一覧ページへ
============================ */

.peBackBtn {
  margin: 160px 0 120px;
  text-align: center;
}
.peBackBtn a {
  padding: 26px;
  border: 1px solid #B8BEC3;
  border-radius: 39px;
  color: #0e66b5;
  font-size: 18px;
}
.peBackBtn a:hover {
  border: 1px solid #0e66b5;
  -webkit-transition: .3s;
          transition: .3s;
}
@media screen and (max-width: 768px) {
  .peBackBtn {
    margin: 80px 0 120px;
  }
}
