/*-----▼ 動画用モーダル ▼-----*/

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.modal-content {
  position: relative;
  height: 80%;
  text-align: center;
}
.close {
  position: absolute;
  top: 0;
  right: -36px;
  font-size: 36px;
  line-height: 36px;
  color: white;
  cursor: pointer;
}
video {
  height: 80vh;
}
/*-----▲ 動画用モーダル ▲-----*/
/*-----▼ トップページ ▼-----*/
.wrap-lead {
  width: 100%;
  display: flex;
  background-color:  var(--white);
}
.wrap-lead-left img {
  width: 100%;
}
.wrap-lead-right {
  padding: 20px;
  width: 60%;
  display: flex;
  flex-direction: column;
}
.wrap-lead-right > .wrap-summary {
  margin: 32px 0 0;
}
.wrap-top-video {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px 16px;
}
.wrap-video-thumb {
  flex: 0 1 280px;
  max-width: 320px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
}
.wrap-video-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease-in-out;
}
.wrap-video-thumb p.capt-cmn03 {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 24px 12px 12px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: right;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
}
.wrap-video-thumb p.capt-cmn03::before {
  display: none;
}
.wrap-video-thumb:hover img {
  transform: scale(1.1);
}
.wrap-recruitment-group {
  margin-bottom: 80px;
}
.wrap-recruitment-group:last-child {
  margin-bottom: 0;
}
.wrap-recruitment {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.wrap-recruitment > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 1 calc(33.333% - 11px);
  min-height: 72px;
  padding: 20px 20px 20px 24px;
  background-color: var(--white);
  text-align: left;
  text-decoration: none;
  color: var(--black);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  border: 1px solid var(--line-color);
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  transition: border-color 0.3s, color 0.3s, box-shadow 0.3s;
}
.wrap-recruitment > a::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-left: 12px;
  border-top: 2px solid var(--grey01);
  border-right: 2px solid var(--grey01);
  transform: rotate(45deg);
  transition: border-color 0.3s;
}
.wrap-recruitment > a:hover {
  border-color: var(--main-color);
  color: var(--main-color);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}
.wrap-recruitment > a:hover::after {
  border-color: var(--main-color);
}
.top-select {
  margin: 80px 0 0;
}
/*-----▲ トップページ ▲-----*/
/* -----▼ キャリア採用 ▼----- */
.recruit-lead {
  margin-bottom: 40px;
}
article > .wrap-content > h1.capt-cmn01 {
  margin-top: 128px;
}
.wrap-content > .sec-recruit-detail {
  padding: 0;
  margin: 0 0 64px;
}
.sec-recruit-detail .qualification {
  margin-bottom: 0;
}
.qualification {
  background-color: #fff;
  border-radius: 8px;
  padding: 28px;
  margin-bottom: 40px;
}
.qualification > li { padding: 16px; }
.qualification li > ul span.bold {
  padding-right: 8px;
  font-weight: 700;
}
.qualification > ul {
  margin: 0;
  padding: 0;
}
.qualification > ul > li {
  margin-bottom: 24px;
}
.qualification > ul > li:last-child {
  margin-bottom: 0;
}
.qualification > ul > li > ul {
  padding: 0 20px;
}
.content-qualification > li > ul {
  list-style-type: disc;
}
.content-qualification > li:first-child > h4 {
  margin-top: 0;
}
.content-qualification > li > ul > li {
  margin-left: 16px;
}
.sec-careerSales h1.capt-cmn01 {
  margin: 0 16px 80px;
}
.wrap-sales-bnr {
  margin-bottom: 40px;
}
.wrap-sales-bnr img {
  width: 100%;
}
.wrap-btn-top {
  display: flex;
  margin: 24px 0;
}
.wrap-btn-top li {
  margin: 0 8px;
}
.wrap-process {
  text-align: center;
}
.recruit-process {
  --recruit-process-gap: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 32px var(--recruit-process-gap);
  list-style: none;
  max-width: 960px;
  margin: 0 auto 40px;
  padding: 0;
}
.recruit-process__step {
  position: relative;
  flex: 1 1 160px;
  min-width: 140px;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px 16px;
  background: #D8E1F1;
  border: none;
  border-radius: 8px;
  color: #2D518F;
  text-align: center;
}
.recruit-process__step:nth-child(2) {
  background: #B2C3E2;
}
.recruit-process__step:nth-child(3) {
  background: #8CA5D3;
}
.recruit-process__step--last {
  background: #2D518F;
  color: var(--white);
}
.recruit-process__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + var(--recruit-process-gap) / 2);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #2D518F;
  transform: translate(-50%, -50%);
}
.recruit-process__num {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #2D518F;
}
.recruit-process__step--last .recruit-process__num {
  color: var(--white);
  opacity: 0.85;
}
.recruit-process__title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.recruit-process__note {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
  color: #2D518F;
  opacity: 0.85;
}
.recruit-process__step--last .recruit-process__note {
  color: var(--white);
  opacity: 1;
}
.wrap-process a {
  margin: 40px 0 0;
}
.information .cmn-btn {
  width: auto;
  padding: 0 16px;
}
.information .qualification {
  margin: 16px 0
}
.information .qualification p {
  margin-bottom: 40px;
}
.information .qualification a {
  text-align: center;
}
.wrap-process .capt-cmn02 {
  text-align: left;
}
/* -----▲ キャリア採用 ▲----- */
/* -------ここから社員インタビュートップページ------- */
.wrap-interview li {
  background: #01004e;
  color: #fff;
  width: 324 px;
  padding: 15px 10px;
  font-size: 14px;
  position: absolute;
  bottom: -30px;
  right: -60px;
  box-sizing: border-box;
}
.wrap-interview {
  display: flex;
  justify-content: space-around;
  margin: 80px 0 80px;
  padding: 0;
}
.wrap-interview p {
  font-size: 12px;
  padding-top: 8px;
}
.wrap-interview p img {
  text-align: right;
  padding-left: 25px;
}
.wrap-interview div{
  position: relative;
}
.wrap-interview div a:hover{
  opacity: 0.5;
}
/* -------ここまで社員インタビュートップページ------- */
/* -------ここから社員インタビュー記事------- */
.wrap-introduction ul {
  width: 40%;
  background: #01004e;
  color: #fff;
  height: 100%;
}
.wrap-introduction ul li{
  font-size: 24px;
  padding: 30px 20px;
}
.department {
  font-size: 18px;
  padding: 20px 0;
}
.introduction {
  border-top: 1px #fff solid;
  padding-top: 20px;
  font-size: 16px;
}
.text-right {
  width: 60%;
  position: relative;
}
.inner-scroll {
  position: absolute;
  height: 100%;
  overflow-y: scroll;
}
.text-right p {
  padding: 80px 14px;
}
.text-right p span {
  color: #8987db;
  font-size: 18px;
  display: block;
  padding: 10px 0;
  font-weight: bold;
}
.gray-background {
  background: #f2f2f2;
}
.wrap-introduction {
  display: flex;
}
/* -------ここまで社員インタビュー記事------- */
/*=============================== ここからPC===============================*/
@media all and (min-width: 1024px) {
  #career-PM, #career-PL, #career-SE, #career-dpt {
    padding-top: 95px;
    margin-top: -95px;
  }
  .wrap-lead-left {
    width: 40%;
    min-width: 560px;
  }
  .wrap-lead-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right top;
  }
  .wrap-video-thumb {
    flex: 0 1 calc(33.333% - 16px);
    max-width: 320px;
  }

}
/*=============================== ここからタブレット===============================*/
@media all and (max-width: 1023px) {
  .wrap-lead {
    flex-direction: column;
  }
  .wrap-lead > * {
    width: 100%;
  }
  .wrap-lead-right {
    padding-top: 40px;
  }
  .wrap-top-video {
    gap: 20px 12px;
  }
  .wrap-video-thumb {
    flex: 0 1 calc(33.333% - 12px);
    max-width: none;
  }
  .wrap-video-thumb p.capt-cmn03 {
    font-size: 14px;
    padding: 20px 10px 10px;
    line-height: 1.5;
  }
  .wrap-recruitment > a {
    flex: 0 1 calc(50% - 8px);
    min-height: 64px;
    font-size: 14px;
  }
  .qualification li { font-size: 14px; }
  .area-side-btn { display: none; }
  .overview { font-size: 16px; }
  .introduce { display: block; }
  .introduce span:nth-of-type(1) {
    margin: 0px auto;
    display: block;
    width: 100%;
  }
  .introduce span:nth-of-type(1) img { text-align: center; }
  .introduce span:nth-of-type(2) { width: 100%; }
  .introduce p:nth-child(1) { padding-left: 0;}
  .joined-company img { width: 48%; }
  .inner p:nth-of-type(1) > a { font-size: 16px; }
  #career-engineer, #career-sales { font-size: 18px; }
  button { margin: 10px auto; }
  table th {
    width: 100%;
  }
  /* -------ここから社員インタビュートップページ------- */
    .wrap-interview div {
      width: 46%;
    }
    .wrap-interview li {
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 10px 10px;
    }
    .wrap-interview p img {
      display: none;
    }
    .wrap-interview p {
      font-size: 11px;
      line-height: 1.5;
      padding-top: 6px;
    }
  /* -------ここまで社員インタビュートップページ------- */
  /* -------ここから社員インタビュー記事------- */
  .wrap-introduction ul {
    width: 100%;
  }
  .wrapper-interview .breadcrumb{
    padding-left: 15px;
  }
  .wrap-introduction ul li {
    padding: 30px 15px;
  }
  .wrap-introduction ul img {
    height: 550px;
    object-fit: cover;
    width: 100%;
  }
  .text-right {
    width: 100%;
    position: static;
  }
  .inner-scroll {
    position: static;
  }
  .text-right p {
    padding: 40px 15px;
  }
  .wrap-introduction {
    display: inline-block;
  }
/* -------ここまで社員インタビュー記事------- */
  .recruit-process {
    --recruit-process-gap: 32px;
    flex-direction: column;
    align-items: center;
    gap: var(--recruit-process-gap);
  }
  .recruit-process__step {
    width: 100%;
    max-width: 320px;
  }
  .recruit-process__step:not(:last-child)::after {
    top: auto;
    left: 50%;
    bottom: calc(-1 * var(--recruit-process-gap) / 2);
    border-top: 8px solid #2D518F;
    border-bottom: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    transform: translate(-50%, 50%);
  }
}
/*=============================== ここまでタブレット===============================*/
/*=============================== ここから小型タブレット・スマホ ===============================*/
@media all and (max-width: 767px) {
  .wrap-top-video {
    gap: 16px;
  }
  .wrap-video-thumb {
    flex: 0 1 100%;
    max-width: 400px;
  }
  .wrap-video-thumb p.capt-cmn03 {
    font-size: 13px;
    padding: 16px 10px 10px;
  }
}
/*=============================== ここからスマホ===============================*/
@media all and (max-width: 414px) {
  .wrap-recruitment > a {
    flex: 0 1 100%;
    min-height: 56px;
    padding: 16px 12px;
    font-size: 13px;
  }
  .area-side-btn { display: none; }
  .overview { font-size: 16px; }
  .introduce { display: block; }
  .introduce span:nth-of-type(1) {
    width: 100%;
    display: block;
    margin: 0px auto;
  }
  .introduce span:nth-of-type(2) { width: 100%; }
  .introduce p:nth-child(1) { padding-left: 0; }
  .inner p:nth-of-type(1) > a { font-size: 16px; }
  #career-engineer, #career-sales { font-size: 18px; }
  button { margin: 10px auto; }
  table th {
    width: 100%;
  }
  /* -------ここから社員インタビュートップページ------- */
  .wrap-interview div {
    width: 90%;
    margin: 0 auto 30px;
  }
  .wrap-interview li {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 10px;
  }
  .wrap-interview {
    display: inline;
    justify-content: flex-start;
  }
  .wrap-interview p img {
    display: none;
  }
  .wrap-interview p {
    padding-top: 6px;
    line-height: 1.5;
    font-size: 11px;
  }
    /* -------ここまで社員インタビュートップページ------- */
    /* -------ここから社員インタビュー記事------- */
    .wrapper-interview .breadcrumb{
      padding-left: 10px;
    }
  .wrap-introduction ul {
    width: 100%;
  }
  .wrap-introduction ul li {
    font-size: 16px;
    padding: 20px 10px;
  }
  .department {
    font-size: 12px;
    padding: 10px 0 15px;
  }
  .introduction {
    font-size: 14px;
    padding-top: 15px;
  }
  .text-right {
    width: 100%;
    position: static;
  }
  .inner-scroll {
    position: static;
  }
  .text-right p {
    padding: 20px 10px;
  }
  .text-right p span {
    font-size: 16px;
    padding: 0 0 10px;
  }
  .wrap-introduction {
    display: inline-block;
  }
  /* -------ここから社員インタビュー記事------- */
}
/*=============================== ここまでスマホ===============================*/