@charset "UTF-8";
.common-heading {
  margin-bottom: 40px;
  text-align: center;
  color: #E10073; }
  @media (min-width: 1024px) {
    .common-heading {
      margin-bottom: 80px; } }
  .common-heading.blanc {
    color: #fff; }
  .common-heading p {
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.2em; }
    @media (min-width: 1024px) {
      .common-heading p {
        font-size: 1.5em; } }
  .common-heading h2 {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.0em; }
    @media (min-width: 1024px) {
      .common-heading h2 {
        font-size: 3.0em; } }
    .common-heading h2.glued {
      font-size: 3.0em;
      font-weight: 700; }
      @media (min-width: 1024px) {
        .common-heading h2.glued {
          font-size: 5.0em; } }

.common-button {
  display: flex;
  justify-content: center; }
  .common-button a.button-in {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    min-width: 200px;
    padding: 12px 20px;
    text-decoration: none;
    box-sizing: border-box; }
    @media (min-width: 1024px) {
      .common-button a.button-in {
        min-width: 220px;
        padding: 18px 28px; } }
    .common-button a.button-in.color1 {
      background-color: #000;
      color: #e6007e; }
      .common-button a.button-in.color1 i {
        background-color: #e6007e; }
    .common-button a.button-in.color2 {
      background-color: #e6007e;
      color: #000; }
      .common-button a.button-in.color2 i {
        background-color: #000; }
    .common-button a.button-in.color3 {
      background-color: #fff;
      color: #000; }
      .common-button a.button-in.color3 i {
        background-color: #000; }
    .common-button a.button-in span {
      font-size: 0.90em;
      font-weight: 700;
      line-height: 1.2em; }
      @media (min-width: 1024px) {
        .common-button a.button-in span {
          font-size: 1.00em; } }
    .common-button a.button-in i {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 30px;
      border-radius: 2px;
      color: #fff;
      font-style: normal;
      font-size: 1.1em;
      line-height: 1;
      transition: transform 0.3s ease; }
    .common-button a.button-in:hover i {
      transform: translateX(6px); }

i.arrow-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 30px;
  background-color: #e6007e;
  border-radius: 2px;
  color: #fff;
  font-style: normal;
  font-size: 1.1em;
  line-height: 1;
  transition: transform 0.3s ease; }
  @media (min-width: 1024px) {
    i.arrow-box {
      width: 50px;
      height: 35px;
      font-size: 1.25em; } }
  i.arrow-box.noir {
    background-color: #000; }

.common__heading {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .common__heading {
      margin-bottom: 40px; } }
  .common__heading p {
    font-family: "Cormorant Garamond", serif;
    font-size: 0.9em;
    color: #e6007e;
    letter-spacing: 0.05em;
    margin-bottom: 6px; }
  .common__heading h2 {
    font-size: 1.8em;
    color: #fff;
    font-weight: 700; }
    @media (min-width: 768px) {
      .common__heading h2 {
        font-size: 2.6em; } }

.pickup-talk-card {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 5%; }
  @media (min-width: 768px) {
    .pickup-talk-card {
      margin: 0 auto 80px; } }
  .pickup-talk-card p {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.75em;
    line-height: 1.4em;
    color: #fff;
    z-index: 10;
    transform: rotate(-10deg); }
    @media (min-width: 768px) {
      .pickup-talk-card p {
        font-size: 2.4em; } }
    @media (min-width: 1200px) {
      .pickup-talk-card p {
        font-size: 3.4em; } }
  .pickup-talk-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.85);
    height: 100%;
    mix-blend-mode: multiply;
    z-index: 10; }
  .pickup-talk-card__bg {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    z-index: 1; }
    .pickup-talk-card__bg img {
      width: 100%;
      height: auto;
      display: block;
      transition-duration: 0.8s;
      transform: scale(1); }
  .pickup-talk-card:hover .pickup-talk-card__bg img {
    transform: scale(1.02); }

.interview-slide {
  padding: 0 0 60px 4%;
  position: relative;
  overflow: hidden;
  width: 100%; }
  @media (min-width: 768px) {
    .interview-slide {
      padding: 0 0 80px 5%; } }
  .interview-slide .swiper-slide {
    width: 280px;
    margin: 0 15px 0 0; }
    @media (min-width: 768px) {
      .interview-slide .swiper-slide {
        width: 300px;
        margin: 0 20px 0 0; } }
    @media (min-width: 1200px) {
      .interview-slide .swiper-slide {
        width: 400px;
        margin: 0 30px 0 0; } }
    .interview-slide .swiper-slide:last-child {
      margin-right: 3%; }
  .interview-slide .swiper-button-prev, .interview-slide .swiper-button-next {
    top: inherit;
    bottom: 0;
    right: 20px; }
    @media (min-width: 1024px) {
      .interview-slide .swiper-button-prev, .interview-slide .swiper-button-next {
        right: 40px; } }
  .interview-slide .swiper-button-prev {
    right: 70px;
    left: inherit; }
    @media (min-width: 1024px) {
      .interview-slide .swiper-button-prev {
        right: 90px; } }

.interview-card {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff; }
  .interview-card:hover .interview-card__image img {
    transform: scale(1.02); }
  .interview-card__image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1; }
    .interview-card__image img {
      object-fit: cover;
      transition: transform 0.5s ease;
      border-radius: 10px; }
  .interview-card__copy {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 1; }
    .interview-card__copy img {
      width: 100px; }
  .interview-card__text {
    position: absolute;
    left: 16px;
    bottom: 12px;
    z-index: 2;
    color: #fff;
    text-shadow: 0 0 6px #e6007e,0 0 12px #e6007e,0 0 18px #e6007e; }
    .interview-card__text h3 {
      font-family: "Cormorant Garamond", serif;
      font-feature-settings: "palt";
      font-size: 1.25em;
      font-weight: 700;
      line-height: 1.3em;
      color: #fff; }
      @media (min-width: 1200px) {
        .interview-card__text h3 {
          font-size: 1.5em; } }
      .interview-card__text h3 span {
        font-family: "Zen Old Mincho", serif;
        letter-spacing: 0em;
        line-height: 1.0em; }
  .interview-card__name {
    color: #fff;
    margin: 10px 0 0 0; }
    @media (min-width: 1300px) {
      .interview-card__name {
        display: flex;
        align-items: center; } }
    .interview-card__name.long p {
      min-width: 160px; }
    .interview-card__name p {
      display: inline-block;
      min-width: 110px;
      margin: 0 0 4px 0;
      padding: 2px 12px;
      background: linear-gradient(90deg, rgba(231, 43, 138, 0) 0%, rgba(231, 43, 138, 0.55) 18%, rgba(231, 43, 138, 0.55) 82%, rgba(231, 43, 138, 0) 100%);
      font-size: 0.85em;
      font-weight: 700;
      line-height: 1.4em;
      text-align: center; }
      @media (min-width: 1024px) {
        .interview-card__name p {
          font-size: 1em; } }
      .interview-card__name p span {
        font-family: "Cormorant Garamond", serif;
        font-feature-settings: "palt"; }
    .interview-card__name h3 {
      font-family: "Cormorant Garamond", serif;
      font-feature-settings: "palt";
      font-size: 1.25em;
      font-weight: 700;
      line-height: 1.2em;
      color: #e6007e; }
      @media (min-width: 1024px) {
        .interview-card__name h3 {
          font-size: 1.4em; } }
      .interview-card__name h3 span {
        font-family: "Zen Old Mincho", serif;
        color: #000;
        font-size: 0.60em;
        letter-spacing: 0em; }

/*
---------------------------------------------------------------------------------------------------------------------
選考フロー
---------------------------------------------------------------------------------------------------------------------
*/
.flow-box {
  text-align: center;
  margin: 100px auto 0;
  max-width: 1060px;
  width: 90%; }
  .flow-box .midashi {
    margin: 0 auto 20px;
    display: inline-block; }
    @media (min-width: 1024px) {
      .flow-box .midashi {
        margin: 0 auto 40px; } }
    .flow-box .midashi .border {
      display: flex;
      border-bottom: 3px solid #fff;
      padding-bottom: 5px;
      color: #fff; }
      .flow-box .midashi .border h3 {
        font-size: 1.85em; }
        @media (min-width: 1024px) {
          .flow-box .midashi .border h3 {
            font-size: 2.5em; } }
      .flow-box .midashi .border h4 {
        font-size: 0.9em;
        font-feature-settings: "palt";
        letter-spacing: 0.04em;
        margin: 16px 0 0 5px; }
        @media (min-width: 1024px) {
          .flow-box .midashi .border h4 {
            font-size: 1.55em;
            margin: 14px 0 0 5px; } }
  .flow-box .flow-figure {
    margin-top: 20px; }
    @media (min-width: 1024px) {
      .flow-box .flow-figure {
        display: flex;
        align-items: center;
        justify-content: center; } }
    .flow-box .flow-figure .arrow-c1 {
      margin: 10px auto;
      text-align: center; }
      @media (min-width: 1024px) {
        .flow-box .flow-figure .arrow-c1 {
          margin: auto 10px; } }
      .flow-box .flow-figure .arrow-c1 img {
        width: 20px; }
        @media (min-width: 1024px) {
          .flow-box .flow-figure .arrow-c1 img {
            transform: rotate(270deg); } }
    .flow-box .flow-figure .step-box {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      width: 100%;
      height: 70px;
      max-width: 500px;
      margin: auto;
      padding: 15px;
      color: #E04876; }
      @media (min-width: 1024px) {
        .flow-box .flow-figure .step-box {
          border-radius: 30px; } }
      .flow-box .flow-figure .step-box.step1 {
        background-color: #fff; }
      .flow-box .flow-figure .step-box.step2 {
        background-color: #4c4c4c; }
      .flow-box .flow-figure .step-box.step3 {
        background-color: #7f7f7f; }
      .flow-box .flow-figure .step-box.step4 {
        background-color: #b2b2b2; }
      @media (min-width: 768px) {
        .flow-box .flow-figure .step-box {
          height: 80px; } }
      @media (min-width: 1024px) {
        .flow-box .flow-figure .step-box {
          height: 130px; } }
      .flow-box .flow-figure .step-box .step-in {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%; }
        .flow-box .flow-figure .step-box .step-in h5 {
          font-size: 0.9em;
          line-height: 1.25em;
          color: #E04876;
          text-align: center;
          font-feature-settings: "palt";
          letter-spacing: 0.04em; }
          @media (min-width: 1250px) {
            .flow-box .flow-figure .step-box .step-in h5 {
              font-size: 1.0em; } }
          .flow-box .flow-figure .step-box .step-in h5 .small {
            font-size: 0.80em; }
          .flow-box .flow-figure .step-box .step-in h5:last-child {
            margin-top: 5px; }

.card-common {
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */ }
  .card-common.rouge {
    /* 前への矢印カスタマイズ */
    /* 次への矢印カスタマイズ */ }
    .card-common.rouge .swiper-button-prev::after {
      background-image: url("../../../assets/img/parts/arrow-slide.svg");
      transform: rotate(180deg); }
    .card-common.rouge .swiper-button-next::after {
      background-image: url("../../../assets/img/parts/arrow-slide.svg"); }
  .card-common .swiper-button-prev,
  .card-common .swiper-button-next {
    height: 40px;
    width: 40px;
    z-index: 20; }
  .card-common .swiper-button-prev::after,
  .card-common .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    margin: auto;
    height: 100%;
    width: 100%;
    border-radius: 5px; }
  .card-common .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 5px;
    color: #fff; }
  .card-common .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #BDBCB6; }
  .card-common.blanc .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #1E58DE; }
  .card-common.noir .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #1E58DE; }

/*
---------------------------------------------------------------------------------------------------------------------
動画プレイボタン
---------------------------------------------------------------------------------------------------------------------
*/
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  padding: 18px 20px 18px 28px;
  transition: 0.5S; }

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite; }

.video-play-button:before {
  background-color: #e6007e; }

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 200ms;
  transition: .5s; }

.video-play-button:after {
  background-color: #e6007e; }

.video-play-button img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  right: 0;
  z-index: 3;
  width: 15px;
  height: auto;
  margin: auto;
  border-radius: 0; }

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent; }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
