@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
インタビューヘッダー
---------------------------------------------------------------------------------------------------------------------
*/
#interview-header {
  background: linear-gradient(180deg, #e6007e 0%, #e6007e 70%, #000 70%, #000 100%);
  margin-top: 60px; }
  @media (min-width: 768px) {
    #interview-header {
      margin-top: 80px; } }
  #interview-header .header-in {
    max-width: 1200px;
    margin: auto;
    padding: 60px 0 0; }
    @media (min-width: 768px) {
      #interview-header .header-in {
        padding: 40px 0 0; } }
    #interview-header .header-in .title {
      color: #fff;
      margin-bottom: 40px;
      padding: 0 5%; }
      #interview-header .header-in .title p {
        font-size: 0.9em;
        line-height: 1.4em;
        margin: 0 0 5px 0; }
        @media (min-width: 768px) {
          #interview-header .header-in .title p {
            font-size: 1.0em; } }
        @media (min-width: 1200px) {
          #interview-header .header-in .title p {
            font-size: 1.125em; } }
      #interview-header .header-in .title h1 {
        font-size: 1.75em;
        line-height: 1.4em; }
        @media (min-width: 768px) {
          #interview-header .header-in .title h1 {
            font-size: 2.5em; } }
        @media (min-width: 1200px) {
          #interview-header .header-in .title h1 {
            font-size: 3.0em; } }
    #interview-header .header-in .video {
      position: relative; }
      @media (min-width: 768px) {
        #interview-header .header-in .video .thumbnail img {
          border-radius: 20px; } }

/*
---------------------------------------------------------------------------------------------------------------------
インタビュー本体
---------------------------------------------------------------------------------------------------------------------
*/
.interview-container {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  max-width: 1000px;
  margin: 0 auto 80px;
  width: 90%;
  padding: 60px 0 60px; }
  @media (min-width: 768px) {
    .interview-container {
      margin: 0 auto 120px; } }
  @media (min-width: 1200px) {
    .interview-container {
      margin: 0 auto 160px; } }

.overview {
  margin: 0 auto;
  max-width: 700px;
  width: 90%; }
  .overview h2 {
    font-size: 1.5em;
    line-height: 1.2em;
    text-align: center;
    color: #e6007e;
    margin: 0 0 20px 0; }
    @media (min-width: 768px) {
      .overview h2 {
        font-size: 2.0em; } }
    @media (min-width: 1200px) {
      .overview h2 {
        font-size: 2.5em; } }
  .overview .overview-in {
    display: grid;
    grid-template-columns: 55% 1fr;
    gap: 10px; }
    @media (min-width: 768px) {
      .overview .overview-in {
        gap: 60px; } }
    .overview .overview-in .txt-area {
      margin-top: auto; }
      .overview .overview-in .txt-area p {
        font-size: 0.9em;
        line-height: 1.8em;
        text-align: justify; }
        @media (min-width: 768px) {
          .overview .overview-in .txt-area p {
            font-size: 1.0em; } }
        @media (min-width: 1200px) {
          .overview .overview-in .txt-area p {
            font-size: 1.125em; } }
      .overview .overview-in .txt-area .name {
        margin-top: 20px; }
        @media (min-width: 768px) {
          .overview .overview-in .txt-area .name {
            margin-top: 40px; } }
        .overview .overview-in .txt-area .name h3 {
          font-size: 1.0em;
          font-weight: bold;
          line-height: 1.2em; }
          @media (min-width: 768px) {
            .overview .overview-in .txt-area .name h3 {
              font-size: 1.125em; } }
          @media (min-width: 1200px) {
            .overview .overview-in .txt-area .name h3 {
              font-size: 1.25em; } }
        .overview .overview-in .txt-area .name h4 {
          font-size: 0.8em;
          line-height: 1.2em;
          margin: 5px 0 0 0; }
          @media (min-width: 768px) {
            .overview .overview-in .txt-area .name h4 {
              font-size: 0.9em; } }
          @media (min-width: 1200px) {
            .overview .overview-in .txt-area .name h4 {
              font-size: 1.0em; } }
    .overview .overview-in .photo {
      margin-top: auto; }

.mokuji {
  background-color: #F8F8F8;
  border-radius: 10px;
  padding: 30px 20px 30px;
  margin: 40px auto 0;
  max-width: 700px;
  width: 90%; }
  @media (min-width: 768px) {
    .mokuji {
      border-radius: 20px;
      padding: 60px 60px; } }
  @media (min-width: 1200px) {
    .mokuji {
      margin-top: 120px;
      padding: 60px 80px; } }
  .mokuji .mokuji-heading {
    border-bottom: 1px solid #e6007e; }
    .mokuji .mokuji-heading h3 {
      font-size: 0.9em;
      line-height: 1.2em;
      color: #e6007e;
      margin: 0 0 5px 0; }
      @media (min-width: 768px) {
        .mokuji .mokuji-heading h3 {
          font-size: 1.0em; } }
      @media (min-width: 1200px) {
        .mokuji .mokuji-heading h3 {
          font-size: 1.125em; } }
  .mokuji ul {
    margin-top: 0; }
    .mokuji ul li {
      position: relative;
      border-bottom: 1px solid #D6D6D6; }
      .mokuji ul li a {
        color: #000; }
        .mokuji ul li a h6 {
          font-size: 0.8em;
          font-weight: normal;
          line-height: 1.3em;
          width: 100%;
          padding: 15px 30px 15px 0; }
          @media (min-width: 768px) {
            .mokuji ul li a h6 {
              padding: 20px 30px 20px 0; } }
          @media (min-width: 1024px) {
            .mokuji ul li a h6 {
              font-size: 1.0em; } }
        .mokuji ul li a::after {
          position: absolute;
          top: 50%;
          right: 10px;
          content: '';
          margin-top: -5px;
          width: 8px;
          height: 8px;
          border: 0px;
          border-top: solid 1px #000;
          border-right: solid 1px #000;
          -ms-transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
          transition: .5s; }
        .mokuji ul li a:hover::after {
          top: 54%; }

.interview {
  padding: 80px 0 0;
  margin: 0 auto;
  max-width: 700px;
  width: 90%; }
  @media (min-width: 768px) {
    .interview {
      padding: 120px 0 0; } }
  .interview h2 {
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.4em;
    color: #e6007e;
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .interview h2 {
        font-size: 1.75em; } }
    @media (min-width: 1200px) {
      .interview h2 {
        font-size: 2.25em;
        margin: 0 0 60px; } }
  .interview .thumb-card {
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .interview .thumb-card {
        margin-bottom: 60px; } }
    .interview .thumb-card img {
      border-radius: 10px; }

.qa {
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .qa {
      margin-bottom: 60px; } }
  .qa__question {
    font-size: 0.9em;
    text-align: justify;
    line-height: 1.6em;
    margin: 0 0 20px;
    display: flex;
    gap: 10px; }
    @media (min-width: 1024px) {
      .qa__question {
        font-size: 1.0em;
        margin: 0 0 30px; } }
    .qa__question::before {
      content: '';
      display: block;
      width: 20px;
      height: 1px;
      background: currentColor;
      flex-shrink: 0;
      margin-top: 11px; }
      @media (min-width: 1024px) {
        .qa__question::before {
          width: 40px;
          margin-top: 12.5px; } }
  .qa__answer {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .qa__answer {
        gap: 20px;
        margin-bottom: 40px; } }
    .qa__answer .answer-icon {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px; }
  .qa__person {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex-shrink: 0; }
    .qa__person img {
      display: block;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      object-fit: cover; }
      @media (min-width: 1024px) {
        .qa__person img {
          width: 60px;
          height: 60px; } }
    .qa__person span {
      font-size: 0.7em;
      font-weight: bold;
      color: #e6007e;
      text-align: center; }
      @media (min-width: 1024px) {
        .qa__person span {
          font-size: 0.8em; } }
  .qa__text {
    font-size: 0.9em;
    line-height: 1.8em; }
    @media (min-width: 1024px) {
      .qa__text {
        font-size: 1.0em; } }
  .qa u {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, #FFDEEE 10%, #FFDEEE 90%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    font-weight: bold;
    text-decoration: none; }

#other {
  margin-bottom: 80px; }
  @media (min-width: 768px) {
    #other {
      margin-bottom: 120px; } }
  @media (min-width: 1200px) {
    #other {
      margin-bottom: 140px; } }
  #other .common__heading {
    padding: 0 0 0 4%; }
    @media (min-width: 768px) {
      #other .common__heading {
        padding: 0 0 0 5%; } }
  #other .interview-card__name span {
    color: #fff; }
