@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
メインビジュアル
---------------------------------------------------------------------------------------------------------------------
*/
#mv-movie {
  position: relative;
  margin: 0 auto 0;
  overflow: hidden;
  height: 100dvh; }
  @media (min-width: 600px) {
    #mv-movie {
      margin: 60px auto 0; } }
  @media (min-width: 1024px) {
    #mv-movie {
      margin: 0 auto 0; } }
  #mv-movie .back {
    position: relative;
    inset: 0;
    width: 100%;
    height: 100vh;
    z-index: -1; }
    @media (min-width: 600px) {
      #mv-movie .back {
        aspect-ratio: 16 / 9;
        height: auto; } }
    @media (min-width: 1024px) {
      #mv-movie .back {
        width: 100vw;
        height: 100vh;
        min-height: 680px; } }
    #mv-movie .back img, #mv-movie .back video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100dvh;
      object-fit: cover;
      /* ← 超重要 */ }
      @media (min-width: 600px) {
        #mv-movie .back img, #mv-movie .back video {
          top: 0;
          left: 0;
          transform: translate(0);
          width: 100%;
          height: auto; } }
      @media (min-width: 1024px) {
        #mv-movie .back img, #mv-movie .back video {
          height: auto;
          aspect-ratio: 16 / 9;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          min-width: 100%;
          min-height: 100%;
          width: auto; } }
    #mv-movie .back::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.2);
      height: 100%;
      mix-blend-mode: multiply;
      z-index: 10; }
  #mv-movie #main-title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 11;
    opacity: 0; }
    @media (min-width: 768px) {
      #mv-movie #main-title {
        bottom: 20px;
        left: 20px; } }
    #mv-movie #main-title h1 {
      font-family: "Cormorant Garamond", serif;
      font-size: 16.0vw;
      font-weight: 400;
      font-feature-settings: "palt";
      line-height: 1.0em;
      opacity: 0.8;
      color: #fff; }
      @media (min-width: 768px) {
        #mv-movie #main-title h1 {
          font-size: 10.0vw; } }
      @media (min-width: 1200px) {
        #mv-movie #main-title h1 {
          font-size: 10.25em; } }

#top-mv {
  position: relative;
  overflow: hidden;
  margin: 30px auto 0;
  height: calc(100vh - 60px);
  height: 100dvh; }
  @media (min-width: 600px) {
    #top-mv {
      margin: 60px auto 0; } }
  @media (min-width: 1024px) {
    #top-mv {
      margin: 80px auto 0;
      height: calc(100vh - 80px); } }
  #top-mv .card01 {
    margin: auto;
    position: relative; }
    #top-mv .card01::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.3);
      height: 100%;
      mix-blend-mode: multiply;
      z-index: 10; }
    #top-mv .card01 .swiper .swiper-slide .slide {
      position: relative;
      height: 100vh; }
      #top-mv .card01 .swiper .swiper-slide .slide img {
        height: 100%;
        object-fit: cover;
        display: block; }

/*
---------------------------------------------------------------------------------------------------------------------
メッセージ
---------------------------------------------------------------------------------------------------------------------
*/
.creator-message {
  position: relative;
  overflow: hidden;
  padding: 60px 0 120px;
  color: #e6007e; }
  @media (min-width: 1024px) {
    .creator-message {
      padding: 120px 0 180px; } }
  .creator-message::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/top/about-back.webp");
    background-size: cover;
    background-position: center;
    opacity: 0.9;
    z-index: -1; }
  .creator-message__inner {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto; }
  @media (min-width: 768px) {
    .creator-message__photos {
      position: absolute;
      inset: 0;
      margin-bottom: 0;
      pointer-events: none; } }
  .creator-message__photo {
    display: none; }
    @media (min-width: 768px) {
      .creator-message__photo {
        position: absolute;
        width: 180px; } }
    @media (min-width: 1024px) {
      .creator-message__photo {
        width: 220px; } }
    .creator-message__photo img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: cover; }
    @media (min-width: 768px) {
      .creator-message__photo--01 {
        top: -6%;
        left: 4%;
        display: block; } }
    @media (min-width: 1024px) {
      .creator-message__photo--01 {
        left: 6%; } }
    @media (min-width: 768px) {
      .creator-message__photo--02 {
        top: 32%;
        left: 2%;
        width: 140px;
        display: block; } }
    @media (min-width: 1024px) {
      .creator-message__photo--02 {
        width: 160px;
        left: 8%; } }
    @media (min-width: 1200px) {
      .creator-message__photo--02 {
        width: 200px; } }
    @media (min-width: 768px) {
      .creator-message__photo--03 {
        left: 0;
        bottom: 0;
        width: 250px;
        display: block; } }
    @media (min-width: 1024px) {
      .creator-message__photo--03 {
        width: 280px; } }
    @media (min-width: 1200px) {
      .creator-message__photo--03 {
        left: 2%;
        width: 330px; } }
    @media (min-width: 768px) {
      .creator-message__photo--04 {
        top: 6%;
        right: 8%;
        width: 150px; } }
    @media (min-width: 1024px) {
      .creator-message__photo--04 {
        width: 160px;
        display: block; } }
    @media (min-width: 1200px) {
      .creator-message__photo--04 {
        width: 200px; } }
    @media (min-width: 768px) {
      .creator-message__photo--05 {
        right: 0;
        bottom: 4%;
        width: 200px; } }
    @media (min-width: 1024px) {
      .creator-message__photo--05 {
        width: 300px;
        display: block; } }
    @media (min-width: 1200px) {
      .creator-message__photo--05 {
        width: 340px; } }
  .creator-message__content {
    max-width: 440px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 5%; }
    @media (min-width: 768px) {
      .creator-message__content {
        padding: 40px 0 0;
        margin: 0 0 0 auto;
        padding: 0; } }
    @media (min-width: 1024px) {
      .creator-message__content {
        max-width: 400px;
        margin: 0 auto; } }
    @media (min-width: 1200px) {
      .creator-message__content {
        max-width: 460px; } }
    .creator-message__content h2 {
      font-size: 1.8em;
      font-weight: 700;
      line-height: 1.5em;
      margin: 0 0 40px 0; }
      @media (min-width: 1024px) {
        .creator-message__content h2 {
          font-size: 2.4em; } }
    .creator-message__content p {
      font-size: 0.95em;
      font-weight: 700;
      line-height: 2em;
      margin: 0 0 20px 0; }
      @media (min-width: 1200px) {
        .creator-message__content p {
          font-size: 1.125em;
          margin: 0 0 40px 0; } }
      .creator-message__content p:last-child {
        margin-bottom: 0; }

/*
---------------------------------------------------------------------------------------------------------------------
3分でわかる・SODの仕事を知る　カード
---------------------------------------------------------------------------------------------------------------------
*/
.card-pair {
  max-width: 1200px;
  margin: 100px auto 0;
  padding: 0 8%; }
  .card-pair__inner {
    display: flex;
    flex-direction: column;
    gap: 40px; }
    @media (min-width: 768px) {
      .card-pair__inner {
        flex-direction: row; } }
    @media (min-width: 1024px) {
      .card-pair__inner {
        gap: 60px; } }
  .card-pair__card {
    position: relative;
    flex: 1;
    overflow: visible; }
  .card-pair__link {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #fff; }
    .card-pair__link:hover .card-pair__fig img {
      transform: scale(1.02); }
    .card-pair__link:hover i {
      transform: translateX(4px); }
  .card-pair__copy {
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 10; }
    .card-pair__copy img {
      width: 100px; }
      @media (min-width: 1024px) {
        .card-pair__copy img {
          width: 130px; } }
  .card-pair__fig {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1; }
    @media (min-width: 768px) {
      .card-pair__fig {
        aspect-ratio: 16 / 10; } }
    .card-pair__fig img {
      object-fit: cover;
      display: block;
      transition: transform 0.5s ease;
      border-radius: 10px; }
    .card-pair__fig::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, transparent 25%, rgba(0, 0, 0, 0.9) 100%);
      z-index: 1; }
  .card-pair__body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0 50px 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 3px; }
    @media (min-width: 768px) {
      .card-pair__body {
        padding: 0 70px 15px 15px;
        gap: 5px; } }
  .card-pair__cat {
    display: inline-block;
    width: 150px;
    margin: 0 0 4px 0;
    padding: 3px 0;
    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.9em;
    font-weight: 700;
    line-height: 1.4em;
    text-align: center; }
    @media (min-width: 1024px) {
      .card-pair__cat {
        font-size: 1.125em; } }
  .card-pair__title {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.375em;
    font-weight: 600;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
    line-height: 1.2em;
    color: #fff; }
    @media (min-width: 1024px) {
      .card-pair__title {
        font-size: 1.725em; } }
  .card-pair__desc {
    font-size: 0.8em;
    color: #fff;
    line-height: 1.2em; }
    @media (min-width: 1024px) {
      .card-pair__desc {
        font-size: 0.9em; } }
  .card-pair i.arrow-box {
    position: absolute;
    bottom: 15px;
    right: 15px; }

#repeat-txt {
  position: relative;
  margin-top: -40px;
  z-index: -1; }
  @media (min-width: 1024px) {
    #repeat-txt {
      margin-top: -60px; } }
  #repeat-txt .loop {
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    width: 100%;
    white-space: nowrap; }
    #repeat-txt .loop ul.loop-area {
      display: flex;
      animation: loop-slide 500s infinite linear 1s both;
      list-style: none;
      margin: 0;
      padding: 0; }
      #repeat-txt .loop ul.loop-area li {
        font-family: "Cormorant Garamond", serif;
        display: inline-block;
        font-size: 8.0em;
        font-weight: 500;
        line-height: 0.7em;
        opacity: 0.5; }
        @media (min-width: 1024px) {
          #repeat-txt .loop ul.loop-area li {
            font-size: 10.0em; } }
        @media (min-width: 1200px) {
          #repeat-txt .loop ul.loop-area li {
            font-size: 12.0em; } }
@keyframes loop-slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
/*
---------------------------------------------------------------------------------------------------------------------
1日完全密着
---------------------------------------------------------------------------------------------------------------------
*/
/*
---------------------------------------------------------------------------------------------------------------------
ガチ密着24時 セクション
---------------------------------------------------------------------------------------------------------------------
*/
.theday {
  position: relative;
  overflow: hidden;
  background-color: #e6007e;
  border-radius: 40px;
  margin-top: -40px; }
  @media (min-width: 768px) {
    .theday {
      border-radius: 60px;
      margin-top: -60px; } }
  @media (min-width: 1200px) {
    .theday {
      border-radius: 80px;
      margin-top: -80px; } }
  .theday__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url("../img/top/the-day-bg.webp") center/cover no-repeat;
    opacity: 0.5;
    mix-blend-mode: multiply; }
  .theday__bg2 {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("../img/top/the-day-sp.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .theday__bg2 {
        background-image: url("../img/top/the-day-pc.webp");
        background-position: center bottom;
        background-size: 100%; } }
    @media (min-width: 1400px) {
      .theday__bg2 {
        background-image: none;
        inset: auto;
        bottom: 0; } }
    @media (min-width: 1800px) {
      .theday__bg2 {
        bottom: -200px; } }
    .theday__bg2 img {
      display: none; }
      @media (min-width: 1400px) {
        .theday__bg2 img {
          display: block; } }
  .theday .common-heading {
    margin-bottom: 0; }
  .theday__inner {
    position: relative;
    z-index: 1;
    margin-inline: auto;
    padding: 40px 0 10px; }
    @media (min-width: 768px) {
      .theday__inner {
        padding: 80px 0 5px; } }
    @media (min-width: 1200px) {
      .theday__inner {
        padding: 100px 0 5px; } }
  .theday__main {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px 20px 10px; }
    @media (min-width: 768px) {
      .theday__main {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        min-height: 450px;
        gap: 0;
        padding: 0 2%; } }
    @media (min-width: 1024px) {
      .theday__main {
        min-height: 560px; } }
    @media (min-width: 1400px) {
      .theday__main {
        min-height: 760px; } }
  .theday__col {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    @media (min-width: 768px) {
      .theday__col {
        justify-content: space-between;
        gap: 0; } }
  .theday__left {
    height: 240px;
    margin-top: auto; }
    @media (min-width: 768px) {
      .theday__left {
        padding: 0 0 40px 0; } }
  .theday__center {
    align-items: center;
    justify-content: center; }
  .theday__right {
    position: relative;
    height: 240px;
    margin: auto 0 0 auto; }
    @media (min-width: 768px) {
      .theday__right {
        position: inherit;
        padding: 0 0 40px 0; } }
  .theday__copy {
    position: absolute;
    top: 16%;
    right: 2%;
    color: #fff;
    font-weight: 400;
    line-height: 1.2em;
    font-size: 1.125em;
    text-shadow: 0 0 0px #fff, 0 0 5px rgba(255, 100, 220, 0.95), 0 0 10px rgba(255, 0, 200, 0.85), 0 0 20px rgba(210, 0, 170, 0.65), 0 0 35px rgba(180, 0, 140, 0.4); }
    @media (min-width: 768px) {
      .theday__copy {
        font-size: 1.75em;
        top: 12%;
        right: inherit; } }
    @media (min-width: 1200px) {
      .theday__copy {
        font-size: 2.4em; } }
  .theday__catch {
    color: #ffffff;
    font-weight: 400;
    line-height: 1.4em;
    font-size: 1.25em; }
    @media (min-width: 768px) {
      .theday__catch {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        font-size: 1.6em; } }
    @media (min-width: 1024px) {
      .theday__catch {
        font-size: 2.0em; } }
    .theday__catch-stroke {
      -webkit-text-stroke: 2px #d2006a;
      paint-order: stroke fill; }
    .theday__catch-glow {
      text-shadow: 0 0 0px #fff, 0 0 5px rgba(255, 100, 220, 0.95), 0 0 10px rgba(255, 0, 200, 0.85), 0 0 20px rgba(210, 0, 170, 0.65), 0 0 35px rgba(180, 0, 140, 0.4); }
  .theday__title {
    position: absolute;
    top: 30%;
    left: -20%;
    font-size: 2.0em;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 0 0px #fff, 0 0 5px rgba(255, 100, 220, 0.95), 0 0 10px rgba(255, 0, 200, 0.85), 0 0 20px rgba(210, 0, 170, 0.65), 0 0 35px rgba(180, 0, 140, 0.4); }
    @media (min-width: 768px) {
      .theday__title {
        font-size: 2.5em;
        top: 25%;
        left: inherit;
        right: 5%; } }
    @media (min-width: 1200px) {
      .theday__title {
        font-size: 4.0em;
        top: 20%; } }
  .theday__profile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: auto; }
  .theday__name {
    margin: 0 0 5px 0; }
    @media (min-width: 1024px) {
      .theday__name {
        margin: 0 0 20px 0; } }
    .theday__name p {
      font-size: 0.8em;
      font-weight: 500;
      font-family: "Cormorant Garamond", serif;
      font-feature-settings: "palt";
      letter-spacing: 0.04em;
      display: inline-block;
      background-color: #E6002D;
      color: #ffffff;
      padding: 3px 10px; }
      @media (min-width: 1024px) {
        .theday__name p {
          font-size: 1.125em;
          padding: 4px 10px; } }
      .theday__name p .zen {
        font-family: "Zen Old Mincho", serif; }
      .theday__name p:last-child {
        display: block;
        margin: 5px 0 0 0; }
  .theday__tagline {
    font-family: "Cormorant Garamond", serif;
    font-feature-settings: "palt";
    font-size: 1.25em;
    font-weight: 900;
    line-height: 1.2em;
    text-align: center;
    color: #fff;
    -webkit-text-stroke: 4px #000000;
    paint-order: stroke fill; }
    @media (min-width: 768px) {
      .theday__tagline {
        font-size: 4vw;
        -webkit-text-stroke: 5px #000000;
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.7), 0 0 16px rgba(0, 0, 0, 0.5), 0 0 28px rgba(0, 0, 0, 0.35); } }
    @media (min-width: 1200px) {
      .theday__tagline {
        font-size: 3.0em; } }
    .theday__tagline-sm {
      font-size: 0.75em; }

/*
---------------------------------------------------------------------------------------------------------------------
ディレクター × AD対談
---------------------------------------------------------------------------------------------------------------------
*/
.pickup-contents {
  background-color: #000; }
  .pickup-contents__inner {
    margin: 0 auto;
    padding: 60px 0; }
    @media (min-width: 768px) {
      .pickup-contents__inner {
        padding: 80px 0; } }
    @media (min-width: 1024px) {
      .pickup-contents__inner {
        padding: 100px 0; } }

/*
---------------------------------------------------------------------------------------------------------------------
社内アンケート セクション
---------------------------------------------------------------------------------------------------------------------
*/
.survey {
  position: relative;
  overflow: hidden;
  background-color: #e6007e;
  border-radius: 40px; }
  @media (min-width: 768px) {
    .survey {
      border-radius: 60px; } }
  @media (min-width: 1200px) {
    .survey {
      border-radius: 80px; } }
  .survey .common-heading {
    margin-bottom: 0; }
  .survey__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url("../img/top/survey-bg.webp") center/cover no-repeat;
    opacity: 0.5;
    mix-blend-mode: multiply; }
  .survey__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 40px 5%;
    max-width: 1400px;
    margin: auto; }
    @media (min-width: 768px) {
      .survey__inner {
        display: block;
        min-height: 900px;
        padding: 80px 5%; } }
    @media (min-width: 1200px) {
      .survey__inner {
        min-height: 1000px;
        padding: 100px 5%; } }
  .survey__note {
    position: absolute;
    top: 128px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    left: 5%;
    color: #fff;
    line-height: 1.3em;
    font-size: 0.8em; }
    @media (min-width: 768px) {
      .survey__note {
        left: 28px;
        font-size: 0.9em; } }
    @media (min-width: 1024px) {
      .survey__note {
        font-size: 1.0em;
        top: 136px;
        left: 32px; } }
  .survey__catch {
    position: absolute;
    display: flex;
    flex-direction: column-reverse;
    align-self: flex-end;
    align-items: center;
    gap: 6px; }
    @media (min-width: 768px) {
      .survey__catch {
        flex-direction: row;
        align-items: flex-start;
        align-self: auto;
        top: 140px;
        right: 5%;
        gap: 12px; } }
    @media (min-width: 1024px) {
      .survey__catch {
        top: 140px;
        right: 5%;
        gap: 12px; } }
  .survey__total {
    background-color: #fff;
    color: #E10073;
    font-weight: 400;
    line-height: 1.0em;
    padding: 8px 6px;
    flex-shrink: 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 0.9em; }
    @media (min-width: 768px) {
      .survey__total {
        font-size: 1em;
        padding: 4px 2px; } }
    @media (min-width: 1024px) {
      .survey__total {
        font-size: 1.6em;
        padding: 4px 2px; } }
  .survey__intro {
    color: #fff;
    text-shadow: 0 0 0px #fff, 0 0 5px rgba(255, 100, 220, 0.95), 0 0 10px rgba(255, 0, 200, 0.85), 0 0 20px rgba(210, 0, 170, 0.65), 0 0 35px rgba(180, 0, 140, 0.4);
    font-weight: 400;
    line-height: 1.0em;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 0.9em; }
    @media (min-width: 768px) {
      .survey__intro {
        font-size: 1.25em; } }
    @media (min-width: 1024px) {
      .survey__intro {
        font-size: 1.45em; } }
  .survey__q {
    font-weight: 400;
    color: #E10073; }
    @media (min-width: 768px) {
      .survey__q {
        position: absolute; } }
    .survey__q--vert {
      line-height: 1.2em; }
      @media (min-width: 768px) {
        .survey__q--vert {
          writing-mode: vertical-rl;
          text-orientation: mixed; } }
      .survey__q--vert span {
        display: inline;
        background-color: #000000;
        padding: 0px 4px;
        text-orientation: upright;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone; }
        @media (min-width: 768px) {
          .survey__q--vert span {
            padding: 4px 0px; } }
    .survey__q--horiz span {
      display: inline;
      background-color: #000000;
      padding: 0px 4px;
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone; }
    .survey__q--department {
      font-size: 1.0em; }
      @media (min-width: 768px) {
        .survey__q--department {
          font-size: 1.35em;
          top: 120px;
          left: 16%; } }
      @media (min-width: 1200px) {
        .survey__q--department {
          font-size: 2.0em;
          top: 200px;
          left: 15%; } }
    .survey__q--entry {
      font-size: 1.125em; }
      @media (min-width: 768px) {
        .survey__q--entry {
          font-size: 1.35em;
          top: 112px;
          right: 22%; } }
      @media (min-width: 1200px) {
        .survey__q--entry {
          font-size: 2.0em;
          top: 200px; } }
    .survey__q--image {
      font-size: 1.125em; }
      @media (min-width: 768px) {
        .survey__q--image {
          font-size: 1.5em;
          bottom: 160px;
          left: 8%; } }
      @media (min-width: 1200px) {
        .survey__q--image {
          font-size: 2em;
          bottom: 160px;
          left: 10%; } }
    .survey__q--why {
      font-size: 1.75em;
      line-height: 1.2em;
      text-align: right; }
      @media (min-width: 768px) {
        .survey__q--why {
          font-size: 2.25em;
          top: 240px;
          left: 30%; } }
      @media (min-width: 1200px) {
        .survey__q--why {
          font-size: 2.75em;
          top: 260px;
          left: 40%; } }
    .survey__q--failure {
      font-size: 1.45em;
      line-height: 1.2em; }
      @media (min-width: 768px) {
        .survey__q--failure {
          font-size: 2.25em;
          top: 380px;
          left: 35%; } }
      @media (min-width: 1200px) {
        .survey__q--failure {
          font-size: 2.75em;
          top: 435px;
          left: 35%; } }
    .survey__q--honest {
      font-size: 2em;
      line-height: 1.2em; }
      @media (min-width: 768px) {
        .survey__q--honest {
          font-size: 3.0em;
          bottom: 248px;
          left: 25%; } }
      @media (min-width: 1200px) {
        .survey__q--honest {
          font-size: 3.8em;
          bottom: 240px;
          left: 30%; } }
    .survey__q--family {
      font-size: 1.25em;
      line-height: 1.2em; }
      @media (min-width: 768px) {
        .survey__q--family {
          font-size: 1.5em;
          bottom: 160px;
          right: 3%; } }
      @media (min-width: 1200px) {
        .survey__q--family {
          font-size: 1.8em;
          bottom: 200px;
          right: 6%; } }
  .survey .coming-soon {
    margin: 20px auto 0; }
    @media (min-width: 768px) {
      .survey .coming-soon {
        position: absolute;
        bottom: 100px;
        left: 0;
        right: 0; } }
    .survey .coming-soon p {
      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) {
        .survey .coming-soon p {
          font-size: 2.4em; } }
      @media (min-width: 1200px) {
        .survey .coming-soon p {
          font-size: 3.4em; } }
  .survey .common-button {
    margin: 20px auto 0; }
    @media (min-width: 768px) {
      .survey .common-button {
        position: absolute;
        bottom: 100px;
        left: 0;
        right: 0; } }

/*
---------------------------------------------------------------------------------------------------------------------
社員インタビュー
---------------------------------------------------------------------------------------------------------------------
*/
.interview-section {
  position: relative;
  padding: 120px 0 60px;
  margin-top: -40px; }
  @media (min-width: 768px) {
    .interview-section {
      padding: 160px 0 80px;
      margin-top: -60px; } }
  @media (min-width: 1200px) {
    .interview-section {
      padding: 200px 0 100px;
      margin-top: -100px; } }
  .interview-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/top/about-back.webp");
    background-size: cover;
    background-position: center;
    opacity: 0.9;
    z-index: -1; }
  .interview-section .interview-slide {
    padding: 0 0 60px 4%;
    position: relative;
    overflow: hidden;
    width: 100%; }
    @media (min-width: 768px) {
      .interview-section .interview-slide {
        padding: 0 0 80px 5%; } }
    .interview-section .interview-slide .swiper-slide {
      width: 280px;
      margin: 0 15px 0 0; }
      @media (min-width: 768px) {
        .interview-section .interview-slide .swiper-slide {
          width: 300px;
          margin: 0 20px 0 0; } }
      @media (min-width: 1200px) {
        .interview-section .interview-slide .swiper-slide {
          width: 400px;
          margin: 0 30px 0 0; } }
      .interview-section .interview-slide .swiper-slide:last-child {
        margin-right: 3%; }
    .interview-section .interview-slide .swiper-button-prev, .interview-section .interview-slide .swiper-button-next {
      top: inherit;
      bottom: 0;
      right: 20px; }
      @media (min-width: 1024px) {
        .interview-section .interview-slide .swiper-button-prev, .interview-section .interview-slide .swiper-button-next {
          right: 40px; } }
    .interview-section .interview-slide .swiper-button-prev {
      right: 70px;
      left: inherit; }
      @media (min-width: 1024px) {
        .interview-section .interview-slide .swiper-button-prev {
          right: 90px; } }
  .interview-section .common-button {
    margin-top: 20px; }
    @media (min-width: 1024px) {
      .interview-section .common-button {
        margin-top: 40px; } }
