/* --------------------------
media query
-------------------------- */
/* --------------------------
h with center-line
-------------------------- */
/* --------------------------
color
-------------------------- */
/* --------------------------
spacing
-------------------------- */
/* --------------------------
font
-------------------------- */
/* --------------------------
contents width
-------------------------- */
/* --------------------------
z-index order
-------------------------- */
.employee-h1 {
  background: #E9F2F8 url(../images/employee/h1-kiji-bg-pc.jpg) center center no-repeat;
  background-size: cover;
}
.employee-h1.movie{
  background-image: url(../images/employee/h1-movie-bg-pc.jpg);
}
@media screen and (max-width: 767px) {
  .employee-h1 {
    background-image: url(../images/employee/h1-kiji-bg-sp.jpg);
  }
  .employee-h1.movie{
    background-image: url(../images/employee/h1-movie-bg-sp.jpg);
  }
}
.employee-pagenav {
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .employee-pagenav {
    margin: 40px 0;
  }
}
.employee-pagenav-list {
  width: 600px;
  max-width: 100%;
  display: flex;
  height: 60px;
  border-right: 2px solid #E2E2E2;
  margin: 0 auto;
}
.employee-pagenav-list li {
  border-left: 2px solid #E2E2E2;
  width: 50%;
}
.employee-pagenav-list li a {
  font-size: 1.125rem;
  text-align: center;
  display: grid;
  place-content: center;
  place-items: center;
  gap: 5px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .employee-pagenav-list li a {
    font-size: 0.875rem;
  }
}
.employee-pagenav-list li a::after {
  content: "";
  padding: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #00B7F1;
  border-bottom: 2px solid #00B7F1;
  transform: rotate(45deg) translateX(-2px);
  margin: 0 14px 0 12px;
}
.employee-h2 {
  font-size: 2.25rem;
  font-family: "SyntaxNextBold", "TazuganeGothicBold" !important;
  font-weight: normal;
  letter-spacing: 0.06em;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .employee-h2 {
    font-size: 1.6875rem;
    margin-bottom: 36px;
  }
}
.employee-search-item {
  border-bottom: 1px solid #707070;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .employee-search-item {
    padding: 22px 0;
  }
}
.employee-search-item:first-child {
  margin-top: -30px;
}
.employee-search-title {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  position: relative;
  display: block;
  text-decoration: none;
  line-height: 2rem;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .employee-search-title {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    height: 25px;
  }
}
.employee-search-title::before, .employee-search-title::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #00B7F1;
  position: absolute;
  right: 20px;
  top: 17px;
  display: block;
}
@media screen and (max-width: 767px) {
  .employee-search-title::before, .employee-search-title::after {
    width: 25px;
    right: 0;
    top: 12px;
  }
}
.employee-search-title::after {
  transform: rotate(90deg);
}
.employee-search-title.active::after {
  display: none;
}
.employee-search-list {
  display: none;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-top: 35px;
}
.employee-search-list.visible {
  display: flex;
}
@media screen and (max-width: 767px) {
  .employee-search-list {
    margin-top: 30px;
    gap: 30px 0;
  }
  .employee-search-list li {
    width: 50%;
  }
}
.employee-search-buttons {
  position: relative;
  margin-top: 30px;
  text-align: center;
}
.employee-search-button {
  display: inline-block;
  width: 300px;
  height: 64px;
  border: 0;
  border-radius: 32px;
  background-color: #000E4E;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  padding: 15px 0;
  letter-spacing: 0.3em;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .employee-search-button {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .employee-search-button {
    font-size: 1rem;
    height: 60px;
    width: 100%;
  }
}
.employee-search-button--clear {
  background-color: #fff;
  color: #0F55C1;
  font-size: 1rem;
  width: 200px;
  letter-spacing: 0.06em;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .employee-search-button--clear {
    position: static;
    width: 100%;
    margin-top: 24px;
    font-size: 0.875rem;
    height: 45px;
    padding: 12px;
  }
}
.employee-interview-list {
  margin: 70px -20px 30px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .employee-interview-list {
    margin: 27px -5px 20px;
  }
}
.employee-interview-list li {
  width: 33.3333%;
  padding: 30px 20px;
}
@media screen and (max-width: 767px) {
  .employee-interview-list li {
    width: 50%;
    padding: 13px 5px;
  }
}
.employee-interview-list li.hidden, .employee-interview-list li.nomatch {
  display: none;
}
.employee-interview-list li a {
  display: block;
  text-decoration: none;
  position: relative;
}
.employee-interview-list li a[target=_blank]::after {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(../images/common/link_blue.svg);
  background-size: contain;
  position: absolute;
  top: 12px;
  right: 12px;
}
@media screen and (max-width: 767px) {
  .employee-interview-list li a[target=_blank]::after {
    width: 15px;
    height: 15px;
    top: 8px;
    right: 8px;
  }
}
.employee-interview-job {
  font-size: 0.75rem;
  margin: 16px 0;
  font-family: "SyntaxNextBold", "TazuganeGothicBold" !important;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .employee-interview-job {
    font-size: 0.625rem;
    margin: 12px 0;
  }
}
.employee-interview-title {
  font-size: 1.125rem;
  font-family: "SyntaxNextBold", "TazuganeGothicBold" !important;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .employee-interview-title {
    font-size: 0.8125rem;
  }
}
.employee-more {
  text-align: center;
}
.employee-more-button {
  font-size: 1.125rem;
  text-align: center;
  display: grid;
  place-content: center;
  place-items: center;
  gap: 5px;
  border: 0;
  background: none;
  margin: 0 auto;
  cursor: pointer;
  color: #0F55C1;
}
@media screen and (max-width: 767px) {
  .employee-more-button {
    font-size: 0.875rem;
  }
}
.employee-more-button::after {
  content: "";
  padding: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #00B7F1;
  border-bottom: 2px solid #00B7F1;
  transform: rotate(45deg) translateX(-2px);
  margin: 0 14px 0 12px;
}
.employee-interview-description {
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.08em;
  margin: 60px 0 74px;
}
@media screen and (max-width: 767px) {
  .employee-interview-description {
    font-size: 1rem;
    line-height: 1.6875rem;
    margin: 40px 0 100px;
  }
}
.employee-interview-profile {
  background-color: #E9F2F8;
  border-radius: 10px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 74px 0 95px;
}
@media screen and (max-width: 767px) {
  .employee-interview-profile {
    padding: 10px;
    margin: 100px 0 56px;
    align-items: flex-start;
  }
}
.employee-interview-profile-photo {
  border-radius: 50%;
  width: 180px;
  margin-right: 35px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .employee-interview-profile-photo {
    margin: 0 17px 15px 0;
    width: 90px;
    flex-shrink: 0;
  }
}
.employee-interview-profile-title {
  color: #00B7F1;
  font-family: "SyntaxNextBold", "TazuganeGothicBold" !important;
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .employee-interview-profile-title {
    font-size: 0.8125rem;
    margin-top: 15px;
  }
}
.employee-interview-profile-name {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .employee-interview-profile-name {
    font-size: 1.25rem;
    margin-bottom: 40px;
  }
}
.employee-interview-profile-description {
  font-size: 1rem;
  line-height: 1.75rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .employee-interview-profile-description {
    font-size: 0.75rem;
    line-height: 1.25rem;
    letter-spacing: 0;
    margin-left: -104px;
  }
}
.employee-interview-section {
  margin: 35px -20px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .employee-interview-section {
    display: block;
    margin: 0;
  }
}
.employee-interview-section--reverse {
  flex-direction: row-reverse;
}
.employee-interview-section p {
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .employee-interview-section p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.employee-interview-col {
  width: 50%;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .employee-interview-col {
    width: 100%;
    padding: 27px 0;
  }
}
.employee-interview-col-full {
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .employee-interview-col-full {
    width: 100%;
    padding: 27px 0;
  }
}
.employee-interview-h3 {
  font-family: "SyntaxNextBold", "TazuganeGothicBold" !important;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin-bottom: 47px;
}
@media screen and (max-width: 767px) {
  .employee-interview-h3 {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 27px;
  }
}
.employee-interview-more {
  margin:80px 0;
  text-align:center
}
@media screen and (max-width: 767px){
  .employee-interview-more{
    margin:50px 0
  }
}
.employee-interview-more a.bt{
  display:inline-block;width:300px;max-width:100%
}
.employee-movie-list {
  display: flex;
  flex-wrap: wrap;
  margin: -22px -20px;
}
@media screen and (max-width: 767px) {
  .employee-movie-list {
    margin: 27px -5px 20px;
  }
}
.employee-movie-list li {
  width: 33.3333%;
  padding: 22px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .employee-movie-list li {
    width: 50%;
    padding: 13px 5px;
  }
}
.employee-movie-list li a {
  display: block;
  text-decoration: none;
  position: relative;
}
.employee-movie-list li a:before{
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../images/employee/play.png) no-repeat center center/100%;
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .employee-movie-list li a:before{
    width: 30px;
    height: 30px;
    top: 29%;
  }
}
.employee-movie-list li a::after {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(../images/common/link_blue.svg);
  background-size: contain;
  position: absolute;
  top: 12px;
  right: 12px;
}
@media screen and (max-width: 767px) {
  .employee-movie-list li a::after {
    width: 15px;
    height: 15px;
    top: 8px;
    right: 8px;
  }
}
.employee-movie-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.06em;
  font-family: "SyntaxNextBold", "TazuganeGothicBold" !important;
  font-weight: normal;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .employee-movie-title {
    font-size: 0.8125rem;
    line-height: 1.25rem;
  }
}
.employee-caution {
  text-align: right;
  font-size: 0.75rem;
  font-family: "SyntaxNextBold", "TazuganeGothicBold" !important;
  font-weight: normal;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .employee-caution {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .br-sp {
    display: none;
  }
}