@charset "UTF-8";
/* CSS Document */

.Section {
  padding: 0 0 100px;
}
.Section2 {
  padding: 0 0 50px;
}
@media screen and (max-width: 1304px) {
  .Section {
    padding: 0 0 7.843vw;
  }
  .Section2 {
    padding: 0 0 3.921vw;
  }
  #interview br.dpt {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .Section, .Section2 {
    padding: 0 0 35px;
  }
}


/* interview > index.html 
--------------------------------------------------------- */
.index .cnt_container {
  /*  padding: 0 0 100px;*/
  padding-bottom: 0;
}
.CardList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 35px;
  max-width: 1094px;
  margin: 0 auto;
}
.CardList > li {
  width: 246px;
  overflow: hidden;
  margin-bottom: 7px;
  margin-right: 5px;
}
.CardList > li a {
  cursor: pointer;
}
.CardList > li a img {
  transition: .3s ease-in-out;
}
.CardList > li a:hover img {
  transform: scale(1.1, 1.1);
  transition: all .3s;
}
.CardList .interview_number {
  display: inline-block;
  color: #CC0022;
  /*font-size: 1.875rem;*/
  font-size: var(--20px);
  font-weight: bold;
  position: relative;
}
.CardList .interview_number::before,
.CardList .interview_number::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all .3s;
}
.CardList .interview_number::before {
  width: 45px;
  height: 1px;
  background: #646464;
  left: 3.75em;
}
.CardList .interview_number::after {
  left: calc(3.75em + 34px);
  width: 10px;
  height: 9px;
  border-bottom: 1px solid #646464;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.CardList > li a:hover .interview_number::before {
  left: 4em;
}
.CardList > li a:hover .interview_number::after {
  left: calc(4em + 34px);
}
.CardList h2 {
  /*font-size: 1.875rem;*/
  font-size: var(--16px);
  font-weight: bold;
  color: #202020;
  line-height: 1.4;
  margin-top: 0.5em;
  margin-bottom: 0;
}
.CardList .interview_img {
  overflow: hidden;
}
.CardList .interview_dpt {
  padding: 0.5em 1em;
  background-color: #B1000E;
  color: #ffffff;
}
.CardList .interview_text {
  padding: 1em 1em 1.25em;
}
.CardList .interview_dpt .text1 {
  display: block;
  font-size: var(--14px);
  font-weight: bold;
}
.CardList .interview_dpt .text2 {
  display: block;
  font-size: 11px;
  line-height: 1.6;
}
@media screen and (max-width: 1304px) {
  .CardList > li {
    width: 22.48628884%;
  }
}
@media screen and (max-width: 767px) {
  .CardList {
    row-gap: 30px;
  }
  .CardList > li {
    /* 2列
    width: calc((100% - 28px) / 2);*/
    width: 100%;
  }
  .CardList > li.empty {
    display: none;
  }
  .CardList .interview_number::before {
    width: 35px;
  }
  .CardList .interview_number::after {
    left: calc(3.75em + 24px);
  }
}


/* interview > 01～
--------------------------------------------------------- */
.interview h1.title {
  font-size: var(--25px);
}
.interview p + p {
  margin-top: 2.2em;
}
.interview .ImgRightAdjust,
.interview .ImgLeftAdjust {
  width: 300px;
  text-align: right;
}
.interview .ImgRightAdjust.img-wide,
.interview .ImgLeftAdjust.img-wide {
  width: 400px;
}
@media screen and (max-width: 1304px) {
  .interview .ImgRightAdjust,
  .interview .ImgLeftAdjust {
    width: calc((300 / 1275) * 100vw);
    height: auto;
  }
  .interview .ImgRightAdjust.img-wide,
  .interview .ImgLeftAdjust.img-wide {
    width: calc((400 / 1275) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .interview .ImgRightAdjust,
  .interview .ImgLeftAdjust {
    width: auto!important;
    height: auto!important;
    text-align: left;
  }
}

/* ----- btnMore -----*/
.interview .btnMore a {
  width: 400px;
  background-image: url(/company/history/interview/image/icon_link_left_white.png);
  background-repeat: no-repeat;
  background-position: left 30px center;
  background-size: 20px 20px;
}
.interview .btnMore a:hover {
  background-position: left 28px center;
}
.interview .btnMore br {
  display: none;
}
@media screen and (max-width: 1304px) {}
@media screen and (max-width: 767px) {
  .interview .btnMore a {
    background-position: left 15px center;
    background-size: 16px 16px;
    width: 100%;
  }
}
@media screen and (max-width: 399px) {
  .interview .btnMore br {
    display: block;
  }
}
