/* hero */
.c-recruit-hero--interview {
  background: url("/aquatech/assets/images/recruit/interview-hero-image_01.jpg") no-repeat center top / cover;
}
@media screen and (max-width: 768px) {
  .c-recruit-hero--interview {
    background-image: url("/aquatech/assets/images/recruit/interview-hero-image_01--sp.jpg");
  }
}

.l-recruit-container::before {
  background: url("/aquatech/assets/images/recruit/top-section-line_02.png") no-repeat center top / cover;
}
@media screen and (max-width: 768px) {
  .l-recruit-container::before {
    background-image: url("/aquatech/assets/images/recruit/top-section-line_02--sp.png");
  }
}

.p-recruit-intro__title {
	background:linear-gradient(-5deg, #EE4C95, #FF9000);	
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
}

/* セクション見出し */
.p-recruit-interview__section01 {
  margin-top: 84px;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__section01 {
    margin-top: calc(67 / 393 * 100vw);
  }
}
.p-recruit-interview__section02 {
  margin-top: 266px;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__section02 {
    margin-top: calc(137 / 393 * 100vw);
  }
}

.p-recruit-interview__title {
  font-size: min(calc(32 / 1160 * 100vw), 3.2rem);
  font-weight: 700;
  display: flex;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__title {
    font-size: max(calc(24 / 393 * 100vw), 2.4rem);
    display: block;
  }
}
.p-recruit-interview__title:before,
.p-recruit-interview__title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__title:before,
  .p-recruit-interview__title:after {
    content: none;
  }
}
.p-recruit-interview__title:before {
  margin-right: 1rem;
}
.p-recruit-interview__title:after {
  margin-left: 1rem;
}

/* 採用関連動画のご紹介 */
.p-recruit-video-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 44px;
  margin-top: 80px;
  row-gap: 50px;
}
@media screen and (max-width: 768px) {
  .p-recruit-video-list {
    flex-direction: column;
    margin-top: calc(40 / 393 * 100vw);
    row-gap: calc(36 / 393 * 100vw);
  }
}
.p-recruit-video-list__item {
  width: calc((100% / 2) - 22px);
}
@media screen and (max-width: 768px) {
  .p-recruit-video-list__item {
    width: 100%;
  }
}
.p-recruit-video-thumb__caption {
  margin-top: 22px;
  /* margin-bottom: 50px; */
  font-size: min(calc(16 / 1160 * 100vw), 1.6rem);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-recruit-video-thumb__caption {
    text-align: left;
    font-size: max(calc(14 / 393 * 100vw), 1.4rem);
    margin-top: calc(13.8 / 393 * 100vw);
    text-align: center;
  }
}
.p-recruit-video-list__item .c-video-modal-thumb__image {
  border-radius: 20px;
  box-shadow: 0 2.39px 4px rgba(0,0,0,0.25);
}
@media screen and (max-width: 768px) {
  .p-recruit-video-list__item .c-video-modal-thumb__image {
    border-radius: calc(11.94 / 393 * 100vw);
  }
}
img.c-video-modal-thumb__image {
  max-width: 100%;
  height: auto;
}

.p-recruit-video__modal .c-modal__container {
  width: 85%;
  border-radius: unset;
  background: unset;
  padding: unset;
  max-width: unset;
  position: fixed;
  filter: unset;
}
@media screen and (max-width: 768px) {
  .p-recruit-video__modal .c-modal__container {
    width: calc(100vw - 15px);
  }
}
.p-recruit-video__modal .c-modal__cross {
  right: 0;
}

.p-recruit-interview__list {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 53px;
  row-gap: 94px;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__list {
    margin-top: calc(40 / 393 * 100vw);
    row-gap: calc(36 / 393 * 100vw);
  }
}
.p-recruit-interview__item {
  width: calc((100% / 2) - 26.5px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__item {
    width: 100%;
  }
}
.interview-item {
  transition: opacity .35s;
  position: relative;
  background-size: contain;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .interview-item {
    border-radius: 10px;
    box-shadow: 0 2.39px 4px rgba(0,0,0,0.25);
  }
}
img.interview-item__image {
  max-width: 100%;
  height: auto;
}
.interview-item__image {
  border-radius: 20px;
  transition: opacity .35s;
}
.interview-item.interview-item_01 {
  background-image: url("/aquatech/assets/images/recruit/interview_item-image_01--on.jpg");
}
.interview-item.interview-item_02 {
  background-image: url("/aquatech/assets/images/recruit/interview_item-image_02--on.jpg");
}
.interview-item.interview-item_03 {
  background-image: url("/aquatech/assets/images/recruit/interview_item-image_03--on.jpg");
}
.interview-item.interview-item_04 {
  background-image: url("/aquatech/assets/images/recruit/interview_item-image_04--on.jpg");
}
.p-recruit-interview__text {
  position: absolute;
  margin-top: 12px;
  line-height: 1.5;
  bottom: min(100px, calc(100 / 1160 * 100vw));
  color: var(--color-primary);
  font-size: min(calc(18 / 1160 * 100vw), 1.8rem);
  font-weight: 600;
  transition: all .35s;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__text {
    font-size: max(calc(10.84 / 393 * 100vw), 1.084rem);
    bottom: calc(34 / 393 * 100vw);
  }
}

.p-recruit-interview__text span {
  display: block;
  padding: 8px;
  background-color: #fff;
  width: fit-content;
  position: relative;
  z-index: 1;
}
.p-recruit-interview__text span:nth-child(2) {
  margin-left: 38px;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__text span:nth-child(2) {
    margin-left: 22px;
  }
}
.p-recruit-interview__caption {
  margin-top: 22px;
  font-size: min(calc(16 / 1160 * 100vw), 1.6rem);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__caption {
    margin-top: calc(14 / 393 * 100vw);
    font-size: max(calc(14 / 393 * 100vw), 1.4rem);
    text-align: center;
  }
}

@media (hover: hover) {
  .p-recruit-interview__link:hover .interview-item__image {
    opacity: 0;
  }
  .p-recruit-interview__link:hover .p-recruit-interview__text span::after {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
  .p-recruit-interview__link:hover .p-recruit-interview__text {
    color: #fff;
  }
}
.p-recruit-interview__text span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ff9000;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
  z-index: -1;
}


/* ------------------------------
下層ページ（インタビュー個人ページ）
------------------------------ */
.p-recruit-interview__mv {
  position: relative;
  margin-top: min(-154px, calc(-154 / 1680 * 100vw));
  /* max-height: calc(800 / 1680 * 1680px); */
  max-height: 800px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__mv {
    margin-top: min(-22px , calc(-22 / 393 * 100vw));
  }
}
.p-recruit-interview__mv img {
  width: 100%;
  height: auto;
  display: block;
}
.p-interview__section.l-recruit-content {
  padding-top: max(calc(66 / 1680 * 100vw), 66px);
}
@media screen and (max-width: 768px) {
  .p-interview__section.l-recruit-content {
    padding-top: calc(36 / 393 * 100vw);
  }
}
.l-recruit-interview-content {
  padding-bottom: max(100px, calc(100 / 1680 * 100vw));
  background-color: var(--color-bg-main);
}
@media screen and (max-width: 768px) {
  .l-recruit-interview-content {
    padding-bottom: 0;
  }
}
.p-interview {
  /* background-color: var(--color-bg-main); */
  position: relative;
  z-index: 1;
}
.p-interview::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;  
  background: url("/aquatech/assets/images/recruit/interview-senior-bg_image.png") no-repeat center top / 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-interview::before {
    content: none;
  }
}
.p-interview__senior {
  width: min(1160px, 100% - 40px);
  margin: min(-78px, calc(-120 / 1680 * 100vw)) auto 0;
  padding-top: min(78px, calc(120 / 1680 * 100vw));
}
@media screen and (max-width: 768px) {
  .p-interview__senior {
    width: 100%;
    margin: min(-32px, calc(-32 / 393 * 100vw)) auto 0;
    padding-top: min(42px, calc(42 / 393 * 100vw));
  }
}
.p-senior {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-senior {
    padding-inline: calc(30 / 393 * 100vw);
  }
}
.p-senior__title {
  font-size: min(calc(20 / 1160 * 100vw), 2.0rem);
  font-weight: 700;
  color: #939393;
  margin-right: 18px;
}
@media screen and (max-width: 768px) {
  .p-senior__title {
    font-size: max(calc(15.6 / 393 * 100vw), 1.56rem);
    margin-right: calc(14 / 393 * 100vw);
  }
}
.p-senior__body {
  position: relative;
  padding-left: 27px;
}
.p-senior__body::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #939393;
}
@media screen and (max-width: 768px) {
}
.p-senior__dept,
.p-senior__name {
  font-size: min(calc(24 / 1160 * 100vw), 2.4rem);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-senior__dept,
  .p-senior__name {
    font-size: max(calc(18.72 / 393 * 100vw), 1.872rem);
  }
}
.p-senior__name-sub {
  font-size: min(calc(16 / 1160 * 100vw), 1.6rem);
}
@media screen and (max-width: 768px) {
  .p-senior__name-sub {
    font-size: max(calc(12.48 / 393 * 100vw), 1.248rem);
  }
}
.p-senior__profile {
  font-size: min(calc(18 / 1160 * 100vw), 1.8rem);
  font-weight: 500;
  line-height: calc(31 / 18);
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-senior__profile {
    font-size: max(calc(14.04 / 393 * 100vw), 1.404rem);
  }
}

.p-senior__voice {
  width: fit-content;
  font-size: min(calc(52 / 1160 * 100vw), 5.2rem);
  font-weight: 700;
  background: linear-gradient(-5deg, #EE4C95, #FF9000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .p-senior__voice {
    font-size: max(calc(32 / 393 * 100vw), 3.2rem);
  }
}

.p-interview__content {
  margin-top: 86px;
  padding-bottom: 96px;
}
@media screen and (max-width: 768px) {
  .p-interview__content {
    margin-top: calc(54 / 363 * 100vw);
    padding-bottom: calc(68.5 / 363 * 100vw);
  }
}

/* 元の流用 */
/* .p-interview-item
----------------------------------------------------------------- */
.p-interview-item__number {
  display: block;
  font-size: min(calc(20 / 1160 * 100vw), 2.0rem);
  font-weight: 700;
  color: #989898;
  margin-bottom: max(5px, calc(5 / 1680 * 100vw));
}
@media screen and (max-width: 768px) {
  .p-interview-item__number {
    font-size: max(calc(11 / 393 * 100vw), 1.1rem);
    margin-bottom: calc(7 / 363 * 100vw);
  }
}

.p-interview-item__heading {
  font-size: min(calc(32 / 1160 * 100vw), 3.2rem);
  font-weight: 700;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .p-interview-item__heading {
    font-size: max(calc(20 / 393 * 100vw), 2rem);
    line-height: 1.6;
    margin-bottom: calc(17 / 393 * 100vw);
  }
  .p-interview-item__answer {
    font-size: max(calc(14 / 393 * 100vw), 1.4rem);
    line-height: 1.8;
  }
}

/* .p-interview-box
----------------------------------------------------------------- */
.p-interview-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-interview-box {
    flex-flow: column;
  }
}

.p-interview-box__image-wrapper {
  margin-left: calc(78 / 1680 * 100vw);
}
@media screen and (max-width: 768px) {
  .p-interview-box__image-wrapper {
    margin-left: 0;
    margin-bottom: calc(50 / 393 * 100vw);
  }
}
.p-interview-box__body {
  flex: 0 0 50%;
}
@media screen and (max-width: 768px) {
  .p-interview-box__body {
    margin: 0;
  }
}
.p-interview-box__image-wrapper {
  width: max(500px, calc(500 / 1680 * 100vw));
}
@media screen and (max-width: 768px) {
  .p-interview-box__image-wrapper {
    width: 100%;
  }
}
.p-interview-box__image-wrapper img {
  border-radius: 20px;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-interview-box__image-wrapper img {
    border-radius: calc(13.2 / 393 * 100vw);
  }
}
.p-interview-item {
  margin-bottom: 96px;
}
.p-interview-item--last {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-interview-item {
    margin-bottom: calc(48 / 363 * 100vw);
  }
  .p-interview-item--last {
    margin-bottom: 0;
  }
}
.p-interview-box.-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-interview-box.-reverse {
    flex-flow: column-reverse;
  }
}
.p-interview-box.-reverse .p-interview-box__body {
  margin-right: 0;
}

.p-interview-box.-reverse .p-interview-box__image-wrapper {
  margin-left: 0;
  margin-right: calc(78 / 1680 * 100vw);
}

@media screen and (max-width: 768px) {
  .p-interview-box.-reverse .p-interview-box__image-wrapper {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-interview-box__item:not(:last-child),
  .p-interview-box__item {
    margin-bottom: 20px;
  }
  .p-interview-box.-reverse .p-interview-box__item:last-child {
    margin-bottom: 0;
  }
}


 /* スライダー */
@media screen and (max-width: 768px) {
  .interview-slider {
    margin-top: calc(50 / 393 * 100vw);
  }
}
section.interview-slider__sec {
  padding-top: max(66px, calc(66 / 1160 * 100vw));
  padding-bottom: 100px;
  background-color: #fff;
}
.interview-slide {
  position: relative;
  opacity: 0.6;
}
.interview-slide {
  max-width: 648px;
}
@media screen and (max-width: 768px) {
  .interview-slide {
    width: max(264px , calc(264 / 393 * 100vw));
  }
}
.splide__slide.is-active .interview-slide {
  opacity: 1;
}
.interview-slide__image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
/* キャプション */
.interview-slide__text {
  position: absolute;
  margin-top: 12px;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
  bottom: 50px;
  left: -20px;
  color: var(--color-primary);
  font-size: min(calc(18 / 1160 * 100vw), 1.8rem);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .interview-slide__text {
    font-size: max(calc(12 / 393 * 100vw), 1.2rem);
    left: 0;
    bottom: 20px;
    width: 100%;
  }
}
.interview-slide__text span {
  display: block;
  padding: 8px;
  background-color: #fff;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .interview-slide__text span {
    padding: 0;
    width: 100%;
  }
}
.interview-slide__text span:nth-child(2) {
  margin-left: 38px;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .interview-slide__text span:nth-child(2) {
    margin-left: 0;
    margin-top: 2px;
  }
}
/* ページネーション */
.splide__pagination {
  position: static;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .splide__pagination {
    margin-top: 15px;
  }
}
.splide__pagination__page.is-active {
  transform: unset;
}
.splide__pagination__page {
  width: 18px;
  height: 18px;
  background-color: #D9D9D9;
  border-radius: 50%;
  margin: 0 8px;
  transition: background 0.1s ease;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .splide__pagination__page {
    width: 15px;
    height: 15px;
  }
}
.splide__pagination__page.is-active {
  background-color: var(--color-primary);
}
.p-recruit-top-interview__banner {
  max-width: 1292px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-recruit-top-interview__banner {
    width: 100%;
    padding-inline: calc(30 / 393 * 100vw);
  }
}
.p-recruit-top-interview__link {
  margin-top: 136px;
  width: 100%;
  background-color: #FFEACF;
  border: solid 18px #fff;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 768px) {
  .p-recruit-top-interview__link {
    margin-top: 65px;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: 1fr;
  }
  .div1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .div2 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .div3 {
    grid-area: 3 / 1 / 4 / 2;
  }
}
.p-recruit-top-interview__title {
  grid-area: 1 / 1 / 2 / 2;
  margin-top: 60px;
  margin-left: 64px;
  font-size: min(calc(36 / 1160 * 100vw), 3.6rem);
  font-weight: 700;
  letter-spacing: 0.17em;
  color: var(--color-text-sub);
}
@media screen and (max-width: 768px) {
  .p-recruit-top-interview__title {
    font-size: max(calc(24 / 393 * 100vw), 2.4rem);
    margin: 26px auto 0;
    text-align: center;
    line-height: 1.3;
    color: #4B4B4B;
  }
}
body:not(.p-recruit-interview__top) .c-recruit-local-nav__list {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  body:not(.p-recruit-interview__top) .c-recruit-local-nav {
    padding-bottom: max(calc(32.75 / 393 * 100vw), 32.75px);
  }
}