@charset "UTF-8";

:root {
  --color-main: #5234ff;
  --color-accent: #c3ff00;
  --color-base: #e7e6f7;
  --color-white: #fff;
  --color-text: #000;
  --color-line: rgba(82, 52, 255, 0.3);
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  color: var(--color-text);
  font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans";
  background: var(--color-accent);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

.sp_only {
  display: none;
}

.content_wrap {
  overflow: hidden;
}

.interview_page {
  position: relative;
  min-height: 100vh;
  background: var(--color-accent);
}

.interview_header {
  position: relative;
  z-index: 2;
  padding: 35px 35px 0;
}

.interview_header__inner {
  width: 100%;
}

.interview_header__logo {
  display: inline-block;
  width: 159px;
}

.interview_hero {
  position: relative;
  padding: 110px 0 120px;
}

.interview_hero__inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 35px;
}

.interview_hero__heading {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto 80px;
  padding: 0;
}

.interview_hero__heading h1 {
  display: inline-block;
}

.interview_hero__eyebrow {
  display: flex;
  align-items: center;
  width: 444px;
  height: 90px;
  padding: 24px;
  background: var(--color-white);
  box-sizing: border-box;
}

.interview_hero__eyebrow img {
  width: 396.48px;
  max-width: 100%;
}

.interview_hero__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 236px;
  height: 46px;
  padding: 10px;
  background: var(--color-main);
  color: var(--color-white);
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  box-sizing: border-box;
}

.interview_hero__sparkle {
  /* position: absolute; */
  z-index: 0;
  position: fixed;
}

.interview_hero__sparkle--top {
  top: -180px;
  right: -14px;
  width: 394px;
  top: 0;
}

.interview_hero__sparkle--middle {
  top: 403px;
  left: -90px;
  width: 201px;
  left: -40px;
}

.interview_hero__illust {
  position: absolute;
  z-index: 2;
  top: 110px;
  right: 342px;
  width: 202px;
}

.interview_shell {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 60px 60px;
  background: var(--color-white);
}

.interview_intro h2 {
  margin-bottom: 58px;
  color: var(--color-main);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.interview_intro__text p {
  font-size: 18px;
  line-height: 1.78;
}

.interview_intro__text p + p {
  margin-top: 24px;
}

.interview_profile {
  margin-top: 60px;
  text-align: center;
}

.interview_profile__visual {
  max-width: 640px;
  margin: 0 auto;
  border-radius: 30px;
}

.interview_profile__card {
  position: relative;
  z-index: 1;
  width: 460px;
  margin: -60px auto 0;
  height: 209px;
  padding: 30px 40px 28px;
  border-radius: 20px;
  background: var(--color-main);
  color: var(--color-white);
  box-sizing: border-box;
  text-align: left;
  display: flex;
}

.interview_profile__group {
  /* margin-bottom: 28px; */
  line-height: 0;
  margin-top: 10px;
  width:150px;
}

.interview_profile__group img {
  width: 108.913px;
  max-width: 100%;
}

.interview_profile__name {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.67;
}

.interview_profile__meta {
  padding-left: 0;
}

.interview_profile__meta li {
  font-size: 14px;
  line-height: 1.57;
}
.interview_profile__meta li::before {
  content: "・";
}

.interview_profile__note {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.67;
}

.btn_area {
  background-image: url(../img/btn_bk.svg);
  background-repeat: no-repeat;
  background-size: 97%;
  background-position: bottom right;
  padding-bottom: 15px;
}

.btn_area a {
  display: block;
}

.btn_area a img {
  width: 98%;
  display: block;
  transition: 0.3s;
}

.btn_area:hover a img {
  transform: translate(1.2%, 1.4%);
}

.btn_top {
  width: 100%;
  max-width: 350px;
  margin: 80px auto 0;
}

.interview_article {
  margin-top: 120px;
}

.interview_section + .interview_section {
  margin-top: 120px;
}

.interview_section h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-line);
  color: var(--color-main);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8;
}

.interview_media {
  position: relative;
  overflow: hidden;
  margin: 60px auto 40px;
  border-radius: 30px;
  /* background:
    radial-gradient(circle at 25% 25%, rgba(195, 255, 0, 0.28), transparent 28%),
    linear-gradient(135deg, #e9eef6 0%, #ced7e5 100%); */
  max-width: 640px;
  display: block;
}

.interview_media_img {
  max-width: 640px;
  margin: 60px auto 40px;
  display: block;
}

/* .interview_media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0.25) 1px, transparent 1px, transparent 32px),
    linear-gradient(rgba(255, 255, 255, 0.22) 0, rgba(255, 255, 255, 0.22) 1px, transparent 1px, transparent 32px);
  opacity: 0.4;
}

.interview_media::after {
  content: "";
  position: absolute;
  inset: auto auto 18px 20px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
  filter: blur(6px);
} */

.interview_media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.interview_media--hero,
.interview_media--logic,
.interview_media--research,
.interview_media--career,
.interview_media--ecu,
.interview_media--future {
  /* height: 360px; */
}

.interview_media--hero img {
  transform: scale(1.08) translateY(8px);
}

.interview_profile__visual.interview_media--hero {
  /* height: 360px; */
  margin: 0 auto;
  border-radius: 30px;
  background:
    linear-gradient(180deg, #f2f1f6 0%, #dddce4 100%);
}

.interview_profile__visual.interview_media--hero::before,
.interview_profile__visual.interview_media--hero::after {
  display: none;
}

.interview_profile__visual.interview_media--hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
  transform: scale(1.06);
}

.interview_media--logic img {
  /* transform: scale(0.95) translateY(10px); */
}

.interview_media--research {
  background:
    radial-gradient(circle at 20% 28%, rgba(195, 255, 0, 0.35), transparent 22%),
    linear-gradient(135deg, #eef2f6 0%, #d6dfeb 100%);
}

.interview_media--research img {
  /* transform: scale(0.82) translateX(-48px); */
}

.interview_media--career {
  background:
    radial-gradient(circle at 72% 28%, rgba(82, 52, 255, 0.12), transparent 24%),
    linear-gradient(135deg, #edf2f8 0%, #d4deec 100%);
}

.interview_media--career img {
  /* transform: scale(0.94) translateX(70px); */
}

.interview_media--ecu {
  background:
    radial-gradient(circle at 80% 20%, rgba(195, 255, 0, 0.28), transparent 20%),
    linear-gradient(135deg, #d7ebff 0%, #aac9ef 100%);
}

.interview_media--ecu img {
  /* transform: scale(1) translateX(55px); */
}

.interview_media--future img {
  /* transform: scale(0.92); */
}

.interview_section p {
  font-size: 18px;
  line-height: 1.78;
}

.interview_section p + p {
  margin-top: 24px;
}

.interview_section p.interview_section__caption {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 0;
}

.interview_section--textonly p:first-of-type {
  margin-top: 40px;
}

.interview_message {
  margin-top: 120px;
  padding: 52px 115px;
  border-radius: 20px;
  background: var(--color-main);
  color: var(--color-white);
}

.interview_message h3 {
  margin-bottom: 28px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8;
  color:var(--color-accent);
  text-align: center;
}

.interview_message p {
  font-size: 18px;
  line-height: 1.78;

}

.interview_message p + p {
  margin-top: 18px;
}

.interview_movie {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  margin-top: 60px;
  pointer-events: none;
}

.interview_movie__embed {
  position: relative;
  z-index: 1;
  width: 236px;
  /* border-radius: 22px; */
  overflow: hidden;
  /* box-shadow: 0 8px 24px rgba(82, 52, 255, 0.18); */
  pointer-events: auto;
}

.interview_movie__embed iframe {
  position: relative;
  z-index: 1;
  display: block;
  width: 236px;
  height: 420px;
  border: 0;
  background: #000;
  pointer-events: auto;
}

.interview_related {
  margin: 80px auto 0;
  text-align: center;
}

.interview_related__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 50px;
  /* padding: 0 30px 0 26px; */
  border-radius: 999px;
  background: var(--color-white);
  color: var(--color-main);
  font-size: 18px;
  font-weight: 700;
  /* box-shadow: 0 8px 0 var(--color-main); */
  z-index: 0;
}

.interview_related__link::after {
  content: "";
    position: absolute;
    width: 40px;
    height: 11px;
    transform: rotate(56deg);
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
    background-color: #fff;
    z-index: -1;
}

/* .interview_related__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 22px;
  height: 10px;
  border-bottom: 2px solid var(--color-main);
  transform: translateY(-50%);
} */

/* .interview_related__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color-main);
  border-right: 2px solid var(--color-main);
  transform: translateY(-50%) rotate(45deg);
} */

.interview_related__cards {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 82px;
}

.interview_card {
  position: relative;
  display: block;
  width: 356px;
  padding-bottom: 46px;
}

.interview_card__photo {
  position: relative;
  display: block;
  height: 400px;
  overflow: hidden;
  background-image: url(../img/interview_bk.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.interview_card__photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.interview_card__name {
  position: absolute;
  right: 20px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 152px;
  height: 104px;
  margin-top: -70px;
  background-image: url(../img/name_bk.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: var(--color-main);
  font-size: 22px;
  font-weight: 500;
  transform: rotate(-15deg);
}

.interview_card__name span {
  font-size: 16px;
  font-weight: 400;
}

.interview_page__toplink {
  position: relative;
  padding: 90px 20px 0;
  text-align: center;
}

.interview_page__toplink a {
  display: inline-block;
  color: var(--color-main);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
}

.swiper_area {
  margin:0 11.8vw;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }

  .interview_header {
    padding: 20px 20px 0;
  }

  .interview_header__logo {
    width: 133px;
  }

  .interview_hero {
    padding: 60px 0 90px;
  }

  .interview_hero__inner {
    padding: 0 15px;
  }

  .interview_hero__heading {
    margin: 0 auto 33px;
    padding: 0;
  }

  .interview_hero__eyebrow {
    width: 268px;
    height: 55px;
    padding: 15px;
  }

  .interview_hero__eyebrow img {
    width: 237.89px;
  }

  .interview_hero__label {
    width: 236px;
    height: 40px;
    padding: 7px 10px;
    font-size: 18px;
    line-height: 26px;
  }

.interview_hero__sparkle--top {
    /* top: -163px; */
    right: -42px;
    /* width: 197px; */
    width: 207px;
    top: -40px;
  }

  .interview_hero__sparkle--middle {
    /* top: 400px; */
    /* bottom: auto; */
    left: -77px;
    width: 118px;
    bottom: 0;
    top: auto;
  }

  .interview_hero__illust {
    top: 84px;
    right: -8px;
    width: 133px;
  }

  .interview_shell {
    padding: 67px 25px 60px;
  }

  .interview_intro h2 {
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 1.57;
    letter-spacing: 0.03em;
  }

  .interview_intro__text p,
  .interview_section p,
  .interview_message p {
    font-size: 15px;
    line-height: 1.74;
  }

  .interview_intro__text p + p,
  .interview_section p + p,
  .interview_message p + p {
    margin-top: 18px;
  }

  .interview_profile {
    margin-top: 50px;
  }

  .interview_profile__visual {
    /* max-width: 295px; */
    border-radius: 22px;
  }

  .interview_profile__card {
   width: 100%;
   margin-top: -34px;
   height: auto;
   padding: 30px 30px 30px;
   border-radius: 18px;
   text-align: left;
   flex-direction: column;
   max-width: 295px;
  }

  .interview_profile__group {
    margin-bottom: 18px;
    text-align: center;
    width: 100%;
  }

  .interview_profile__group img {
    width: 101.655px;
  }

  .interview_profile__name {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.63;
  }

  .interview_profile__meta li {
    font-size: 14px;
    line-height: 1.5;
  }

  .interview_profile__note {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.64;
  }

  .btn_top {
    max-width: 220px;
    margin: 60px auto 0;
  }

  .interview_article {
    margin-top: 80px;
  }

  .interview_section + .interview_section {
    margin-top: 80px;
  }

  .interview_section h3,
  .interview_message h3 {
    font-size: 20px;
    line-height: 1.6;
  }

  .interview_media {
    margin: 30px auto 20px;
    border-radius: 20px;
  }

  .interview_media--hero,
  .interview_media--logic,
  .interview_media--research,
  .interview_media--career,
  .interview_media--ecu,
  .interview_media--future {
    /* height: 220px; */
  }

  .interview_media--research img {
    /* transform: scale(0.8) translateX(-18px); */
  }

  .interview_profile__visual.interview_media--hero {
            /* height: 194px; */
        border-radius: 22px;
        background: linear-gradient(180deg, #f1eff5 0%, #dcd8e0 100%);
        max-width: 800px;
        /* margin:0 auto; */
        margin-right: -25px;
        margin-left: -25px;
  }

  .interview_profile__visual.interview_media--hero img {
    object-position: center 30%;
    transform: scale(1.08);
  }

  .interview_media--career img {
    /* transform: scale(0.92) translateX(30px); */
  }

  .interview_media--ecu img {
    /* transform: scale(0.96) translateX(28px); */
  }

  .interview_section p.interview_section__caption {
    font-size: 12px;
    line-height: 1.75;
  }

  .interview_message {
    margin-top: 80px;
    padding: 38px 20px;
  }

  .interview_movie {
    margin-top: 40px;
  }

  .interview_movie__embed {
    width: 247px;
  }

  .interview_movie__embed iframe {
    width: 247px;
    height: 440px;
  }

  .interview_related {
    margin-top: 70px;
  }

  .interview_related__link {
    width: 240px;
    height: 40px;
    padding: 0 26px 0 18px;
    font-size: 14px;
    /* box-shadow: 0 7px 0 var(--color-main); */
  }

  /* .interview_related__link::after {
    right: 18px;
    width: 16px;
    height: 8px;
  }

  .interview_related__link::before {
    right: 18px;
    width: 6px;
    height: 6px;
  } */

  .interview_related__cards {
    overflow-x: auto;
    justify-content: flex-start;
    gap: 10px;
    margin: 56px -25px 0;
    padding: 0 23px;
  }

  .interview_card {
    flex: 0 0 300px;
    width: 300px;
    padding-bottom: 42px;
  }

  .interview_card__photo {
    height: 400px;
  }

  .interview_card__name {
    right: 10px;
  }

  .interview_page__toplink {
    padding: 70px 20px 0;
  }

  .interview_page__toplink a {
    font-size: 22px;
    letter-spacing: 0.08em;
  }
  .interview_media_img {
    margin: 30px auto 20px;
  }
  .swiper_area {
    margin:0 4%;
  }
}

@media screen and (min-width: 768px) {
  .swiper-wrapper {
    justify-content: center;
  }
}

@media screen and (min-width: 1440px) {
  .interview_hero__sparkle--top {
    right:calc((100vw - 1440px) / 2);
  }
  .interview_hero__sparkle--middle {
    left:calc((100vw - 1520px) / 2);
  }
}