@media screen and (max-width: 959px) {
  header .application-wrap {
    display: none;
  }
}

main img,
main video {
  vertical-align: top;
}
main section .contents-wrap {
  max-width: 1480px;
  padding: 60px calc((100vw - 1160px) / 2);
}
@media screen and (width >= 1480px) {
  main section .contents-wrap {
    padding-right: 160px;
    padding-left: 160px;
  }
}
@media screen and (width <= 1240px) {
  main section .contents-wrap {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 959px) {
  main section .contents-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
main .section__title {
  margin-bottom: 2.5rem;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  main .section__title {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}
main .section__text {
  line-height: 2;
}
@media screen and (max-width: 959px) {
  main .section__text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
main .interview__list {
  display: flex;
  flex-wrap: wrap;
}
main .interview__list-item-img {
  width: 100%;
  overflow: hidden;
}
main .interview__list-item-img img {
  width: 100%;
  transition: transform 0.3s ease;
}
main .interview__list-item a {
  color: #2c2a29;
}
main .interview__list-item a:hover {
  opacity: 1;
}
main .interview__list-item a:hover .interview__list-item-img img {
  transform: scale(1.05);
}
main .interview__list-item a:hover .interview__list-item-wrap {
  opacity: 0.7;
}
main .interview__list-item-wrap {
  transition: opacity 0.3s ease;
}
main .interview__list-item-text {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  main .interview__list-item-text {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
main .interview__list-item-name {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  main .interview__list-item-name {
    margin-bottom: 4px;
    font-size: 12px;
  }
}
main .interview__list-item-position {
  font-size: 12px;
  color: #697180;
}
@media screen and (max-width: 959px) {
  main .interview__list-item-position {
    font-size: 10px;
  }
}
main .interview__note {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  main .interview__note {
    font-size: 10px;
  }
}

#interview-top main #title-section .breadcrumb-wrap {
  max-width: 1480px;
  padding-right: calc((100vw - 1160px) / 2);
  padding-left: calc((100vw - 1160px) / 2);
}
@media screen and (width >= 1480px) {
  #interview-top main #title-section .breadcrumb-wrap {
    padding-right: 160px;
    padding-left: 160px;
  }
}
@media screen and (width <= 1240px) {
  #interview-top main #title-section .breadcrumb-wrap {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 959px) {
  #interview-top main #title-section .breadcrumb-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#interview-top main #title-section h1 {
  background-image: url("/images/interview/title_pc.jpg");
}
#interview-top main #title-section h1 span {
  font-size: 82px;
}
#interview-top main #title-section h1 em {
  padding-bottom: 0.5em;
  font-size: 24px;
}
@media screen and (max-width: 959px) {
  #interview-top main #title-section h1 {
    background-image: url("/images/interview/title_sp.jpg");
    background-position: top;
  }
  #interview-top main #title-section h1 span {
    font-size: 50px;
  }
  #interview-top main #title-section h1 em {
    font-size: 14px;
  }
}
#interview-top main .contents-wrap {
  padding-bottom: 40px;
}
@media screen and (max-width: 959px) {
  #interview-top main .contents-wrap {
    padding-top: 35px;
    padding-bottom: 24px;
  }
}
#interview-top main .section__title {
  margin-bottom: 24px;
}
#interview-top main .interview__list {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  #interview-top main .interview__list {
    justify-content: space-between;
  }
}
#interview-top main .interview__list-item {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-bottom: 64px;
}
#interview-top main .interview__list-item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  #interview-top main .interview__list-item {
    width: calc((100% - 20px) / 2);
    margin-right: 0;
    margin-bottom: 24px;
  }
  #interview-top main .interview__list-item:nth-child(3n) {
    margin-right: 0;
  }
}
#interview-top main .interview__list-item-img {
  margin-bottom: 24px;
}
@media screen and (max-width: 959px) {
  #interview-top main .interview__list-item-img {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 959px) {
  #interview-top main .interview__list-item.new {
    width: 100%;
  }
}
#interview-top main .interview__list-item.new .interview__list-item-img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
#interview-top main .interview__list-item.new .interview__list-item-img img.pc-only {
  display: block;
}
#interview-top main .interview__list-item.new .interview__list-item-img img.sp-only {
  display: none;
}
@media screen and (max-width: 959px) {
  #interview-top main .interview__list-item.new .interview__list-item-img {
    width: calc(100% + 8.4vw);
    height: 53.3vw;
    margin-right: -4.2vw;
    margin-left: -4.2vw;
  }
  #interview-top main .interview__list-item.new .interview__list-item-img img {
    aspect-ratio: auto;
  }
  #interview-top main .interview__list-item.new .interview__list-item-img img.pc-only {
    display: none;
  }
  #interview-top main .interview__list-item.new .interview__list-item-img img.sp-only {
    display: block;
  }
}
#interview-top main .interview__list-item.new .interview__list-item-text::before {
  display: inline-block;
  width: 71px;
  padding: 3px 1px 3px 0;
  margin: 0 16px 2px 0;
  font-size: 12px;
  font-style: italic;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  content: "NEW";
  background-color: #009cc3;
}
@media screen and (max-width: 959px) {
  #interview-top main .interview__list-item.new .interview__list-item-text::before {
    width: 39px;
    padding: 0 1px 0 0;
    margin-right: 8px;
  }
}
@media screen and (max-width: 959px) {
  #interview-top main .interview__list-item.new .interview__list-item-text {
    font-size: 20px;
  }
  #interview-top main .interview__list-item.new .interview__list-item-name {
    font-size: 16px;
  }
}

#interview-staff main .mv {
  position: relative;
  height: 800px;
}
@media screen and (max-width: 959px) {
  #interview-staff main .mv {
    height: auto;
    padding: 0 20px 16px;
    background-image: url("/images/interview/bg_dot.png");
    background-repeat: repeat;
    background-size: auto;
  }
}
#interview-staff main .mv h1 {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 1920px;
  padding: 0 8.3333vw;
  margin: 144px auto 0;
  text-align: left;
}
@media screen and (min-width: 1920px) {
  #interview-staff main .mv h1 {
    padding: 0 160px;
  }
}
@media screen and (max-width: 1365px) {
  #interview-staff main .mv h1 {
    padding: 0 40px;
  }
}
@media screen and (max-width: 959px) {
  #interview-staff main .mv h1 {
    height: auto;
    padding: 16px 0 24px;
    margin: 0;
    line-height: 1.5;
  }
}
#interview-staff main .mv h1 span {
  width: auto;
  font-size: 60px;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  #interview-staff main .mv h1 span {
    display: inline-block;
    padding: 16px 20px;
    background-color: #2e25ab;
  }
}
@media screen and (width <= 1160px) {
  #interview-staff main .mv h1 span {
    font-size: 48px;
  }
}
@media screen and (max-width: 959px) {
  #interview-staff main .mv h1 span {
    font-size: 24px;
    color: #2c2a29;
  }
}
#interview-staff main .mv h1 em {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: normal;
  color: #2e25ab;
}
@media screen and (max-width: 959px) {
  #interview-staff main .mv h1.new::before {
    display: inline-block;
    width: 39px;
    padding: 0 1px 0 0;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 12px;
    font-style: italic;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    content: "NEW";
    background-color: #009cc3;
  }
}
#interview-staff main .mv__img {
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 960px) {
  #interview-staff main .mv__img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 959px) {
  #interview-staff main .mv__img {
    width: calc(100% + 40px);
    margin-right: -20px;
    margin-left: -20px;
  }
}
#interview-staff main .mv .breadcrumb-wrap {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#interview-staff main .mv .breadcrumb-wrap::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1365px) {
  #interview-staff main .mv .breadcrumb-wrap {
    padding: 0 40px;
  }
}
@media screen and (max-width: 959px) {
  #interview-staff main .mv .breadcrumb-wrap {
    padding: 0 20px;
    margin-right: -20px;
    margin-left: -20px;
    background-color: #fff;
  }
}
@media screen and (min-width: 960px) {
  #interview-staff main .mv .breadcrumb-wrap > span {
    color: #2c2a29;
  }
}
@media screen and (min-width: 960px) {
  #interview-staff main .mv__info {
    position: absolute;
    right: 8.3333vw;
    bottom: 40px;
    min-width: 270px;
    padding: 40px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1920px) {
  #interview-staff main .mv__info {
    right: calc((100vw - 1920px) / 2 + 160px);
  }
}
@media screen and (max-width: 1365px) {
  #interview-staff main .mv__info {
    right: 40px;
  }
}
@media screen and (max-width: 959px) {
  #interview-staff main .mv__info {
    margin-top: 24px;
  }
}
#interview-staff main .mv__info em {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  #interview-staff main .mv__info em {
    font-size: 12px;
    color: #10069f;
  }
}
#interview-staff main .mv__info-name {
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (width <= 1160px) {
  #interview-staff main .mv__info-name {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 959px) {
  #interview-staff main .mv__info-name {
    font-size: 18px;
  }
}
#interview-staff main .mv__info-position {
  font-size: 14px;
}
#interview-staff main .mv__info-position + .mv__info-position {
  margin-top: 16px;
}
@media screen and (width <= 1160px) {
  #interview-staff main .mv__info-position {
    font-size: 12px;
  }
  #interview-staff main .mv__info-position + .mv__info-position {
    margin-top: 12px;
  }
}
@media screen and (max-width: 959px) {
  #interview-staff main .mv__info-position {
    font-size: 10px;
  }
  #interview-staff main .mv__info-position + .mv__info-position {
    margin-top: 8px;
  }
}
@media screen and (min-width: 960px) {
  #interview-staff main .mv.title-right h1 {
    text-align: right;
  }
  #interview-staff main .mv.title-right .mv__info {
    right: auto;
    left: 8.3333vw;
  }
}
@media screen and (min-width: 960px) and (min-width: 1920px) {
  #interview-staff main .mv.title-right .mv__info {
    left: calc((100vw - 1920px) / 2 + 160px);
  }
}
@media screen and (min-width: 960px) and (max-width: 1365px) {
  #interview-staff main .mv.title-right .mv__info {
    left: 40px;
  }
}
#interview-staff main .about {
  background-image: url("/images/interview/bg_dot.png");
  background-repeat: repeat;
}
@media screen and (max-width: 959px) {
  #interview-staff main .about {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 959px) {
  #interview-staff main .about .contents-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#interview-staff main .about__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  #interview-staff main .about__inner {
    display: block;
  }
}
#interview-staff main .about__title {
  margin-bottom: 24px;
  font-weight: bold;
  color: #697180;
}
@media screen and (max-width: 959px) {
  #interview-staff main .about__title {
    margin-bottom: 0;
    font-size: 12px;
  }
}
#interview-staff main .about__profile {
  position: relative;
  width: calc((100% - 120px) / 2);
}
@media screen and (max-width: 959px) {
  #interview-staff main .about__profile {
    width: 100%;
    padding: 16px 0;
  }
}
#interview-staff main .about__profile::after {
  position: absolute;
  top: 0;
  right: -60px;
  display: block;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #ccc;
}
@media screen and (max-width: 959px) {
  #interview-staff main .about__profile::after {
    right: 0;
    width: 100%;
    height: 1px;
  }
}
#interview-staff main .about__profile-text {
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  #interview-staff main .about__profile-text {
    margin-top: 8px;
    font-size: 12px;
  }
}
#interview-staff main .about__career {
  width: calc((100% - 120px) / 2);
}
@media screen and (max-width: 959px) {
  #interview-staff main .about__career {
    position: relative;
    width: 100%;
    padding: 16px 0;
  }
  #interview-staff main .about__career::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #ccc;
  }
}
#interview-staff main .about__career-list li {
  display: flex;
  padding: 8px 0;
  font-size: 14px;
  border-bottom: 1px dotted #707070;
}
#interview-staff main .about__career-list li:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 959px) {
  #interview-staff main .about__career-list li {
    font-size: 12px;
  }
}
#interview-staff main .about__career-list li span {
  min-width: 51px;
  margin-right: 16px;
  color: #697180;
}
@media screen and (max-width: 959px) {
  #interview-staff main .about__career-list li span {
    font-size: 12px;
  }
}
#interview-staff main .interview .contents-wrap {
  padding-bottom: 140px;
}
@media screen and (max-width: 959px) {
  #interview-staff main .interview .contents-wrap {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
#interview-staff main .interview__box {
  padding: 60px 0;
}
@media screen and (max-width: 959px) {
  #interview-staff main .interview__box {
    padding: 40px 0;
  }
}
#interview-staff main .interview__border {
  width: 2px;
  height: 80px;
  margin: 0 auto;
  background-color: #ccc;
}
@media screen and (max-width: 959px) {
  #interview-staff main .interview__border {
    height: 40px;
  }
}
#interview-staff main .interview__flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  #interview-staff main .interview__flex {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
#interview-staff main .interview__flex .interview__text {
  width: 50%;
}
#interview-staff main .interview__flex .interview__text-q {
  margin-right: 24px;
}
@media screen and (max-width: 959px) {
  #interview-staff main .interview__flex .interview__text {
    width: 100%;
  }
  #interview-staff main .interview__flex .interview__text-q {
    margin-right: 0;
  }
}
#interview-staff main .interview__flex .interview__text-portrait {
  width: 63%;
}
@media screen and (max-width: 959px) {
  #interview-staff main .interview__flex .interview__text-portrait {
    width: 100%;
  }
  #interview-staff main .interview__flex .interview__text-portrait-q {
    margin-right: 0;
  }
}
#interview-staff main .interview__title {
  order: 1;
  width: 100%;
  margin-bottom: 80px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #interview-staff main .interview__title {
    order: 2;
    margin-bottom: 32px;
    font-size: 20px;
    text-align: left;
  }
}
#interview-staff main .interview__img {
  order: 2;
  width: calc(50% - 80px);
  margin-right: 80px;
}
#interview-staff main .interview__img img {
  width: 100%;
}
#interview-staff main .interview__img p {
  margin-top: 8px;
  font-size: 12px;
  color: #697180;
  text-align: right;
}
@media screen and (max-width: 959px) {
  #interview-staff main .interview__img {
    order: 1;
    width: 100%;
    margin-bottom: 24px;
  }
}
#interview-staff main .interview__img-portrait {
  width: calc(37% - 80px);
}
@media screen and (max-width: 959px) {
  #interview-staff main .interview__img-portrait {
    order: 1;
    width: 80%;
    margin: 0 auto 24px;
  }
}
#interview-staff main .interview__text {
  order: 3;
  font-size: 18px;
}
#interview-staff main .interview__text-q {
  font-weight: bold;
  color: #009cc3;
}
#interview-staff main .interview__text + .interview__text {
  margin-top: 60px;
}
#interview-staff main .interview__text p + p {
  margin-top: 32px;
}
#interview-staff main .interview__text p.interview__text-q + p {
  margin-top: 24px;
}
@media screen and (max-width: 959px) {
  #interview-staff main .interview__text {
    font-size: 14px;
  }
  #interview-staff main .interview__text p + p {
    margin-top: 16px;
  }
  #interview-staff main .interview__text p.interview__text-q + p {
    margin-top: 16px;
  }
}
@media screen and (min-width: 960px) {
  #interview-staff main .interview__box.img-right .interview__flex .interview__img {
    order: 3;
    margin-right: 0;
    margin-left: 80px;
  }
  #interview-staff main .interview__box.img-right .interview__flex .interview__text {
    order: 2;
  }
}
#interview-staff main .interview__flex-bottom {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 959px) {
  #interview-staff main .interview__flex-bottom {
    flex-direction: column;
  }
}
#interview-staff main .interview__img-full {
  position: relative;
  margin-top: 60px;
  text-align: center;
}
#interview-staff main .interview__img-full img,
#interview-staff main .interview__img-full video {
  width: 63%;
  aspect-ratio: 10/7;
  object-fit: cover;
}
@media screen and (max-width: 959px) {
  #interview-staff main .interview__img-full {
    margin-top: 0;
    margin-bottom: 24px;
  }
  #interview-staff main .interview__img-full img,
  #interview-staff main .interview__img-full video {
    width: 100%;
  }
}
#interview-staff main .schedule .contents-wrap {
  padding-bottom: 40px;
}
@media screen and (max-width: 959px) {
  #interview-staff main .schedule .contents-wrap {
    padding-top: 0;
    padding-bottom: 24px;
  }
}
#interview-staff main .schedule__inner {
  padding: 32px;
  background-color: #f2f2f2;
  border-radius: 4px;
}
@media screen and (max-width: 959px) {
  #interview-staff main .schedule__inner {
    padding: 20px;
  }
}
#interview-staff main .schedule__title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  #interview-staff main .schedule__title {
    font-size: 18px;
  }
}
#interview-staff main .schedule__list li {
  display: flex;
  padding: 16px 0 8px;
  border-bottom: 1px dotted #707070;
}
@media screen and (max-width: 959px) {
  #interview-staff main .schedule__list li {
    padding-top: 8px;
  }
}
#interview-staff main .schedule__list li span {
  min-width: 45px;
  margin-right: 24px;
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  #interview-staff main .schedule__list li span {
    min-width: 35px;
    margin-right: 16px;
    font-size: 14px;
  }
}
#interview-staff main .schedule__text {
  font-size: 20px;
}
#interview-staff main .schedule__text-bold {
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  #interview-staff main .schedule__text {
    font-size: 12px;
  }
  #interview-staff main .schedule__text-bold {
    font-size: 14px;
  }
}
#interview-staff main .schedule .interview__note {
  margin-top: 120px;
}
@media screen and (max-width: 959px) {
  #interview-staff main .schedule .interview__note {
    margin-top: 16px;
  }
}
#interview-staff main .other {
  background-image: url("/images/interview/bg_dot.png");
  background-repeat: repeat;
}
@media screen and (max-width: 959px) {
  #interview-staff main .other .contents-wrap {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 959px) {
  #interview-staff main .other .section__title {
    font-size: 20px;
  }
}
#interview-staff main .other .interview__list {
  display: none;
}
@media screen and (max-width: 959px) {
  #interview-staff main .other .interview__list {
    width: calc(100% + 40px);
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #interview-staff main .other .interview__list .slick-list {
    padding-left: 20px;
  }
}
#interview-staff main .other .interview__list.slick-initialized {
  display: block;
}
#interview-staff main .other .interview__list-item {
  width: 173px;
  margin-right: 24px;
}
@media screen and (max-width: 959px) {
  #interview-staff main .other .interview__list-item {
    width: 41.8vw;
    margin-right: 16px;
  }
}
#interview-staff main .other .interview__list-item-img {
  margin-bottom: 16px;
}
#interview-staff main .other .interview__list-item-text {
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  #interview-staff main .other .interview__list-item-text {
    font-size: 14px;
  }
}
#interview-staff main .other .career-btm-wrap {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  border-radius: 56px;
}
@media screen and (max-width: 959px) {
  #interview-staff main .other .career-btm-wrap {
    border-radius: 72px;
  }
}
#interview-staff main .other .career-btm {
  width: 400px;
  margin-top: 0;
  overflow: visible;
  color: #10069f;
  background-color: #fff;
  border: solid 2px #10069f;
}
#interview-staff main .other .career-btm::before {
  border-radius: 0;
}
#interview-staff main .other .career-btm::after {
  background-image: url("../images/icon-link-blue.svg");
}
@media screen and (min-width: 960px) {
  #interview-staff main .other .career-btm:hover::after {
    background-image: url("../images/icon-link-w.svg");
  }
}
@media screen and (max-width: 959px) {
  #interview-staff main .other .career-btm {
    width: 270px;
    height: 50px;
    font-size: 18px;
    transform: scale(1);
  }
  #interview-staff main .other .career-btm::after {
    width: 8px;
  }
}
#interview-staff main .other__btn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #interview-staff main .other__btn {
    margin-top: 32px;
  }
}
