@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
メインビジュアル
---------------------------------------------------------------------------------------------------------------------
*/
.part-header {
  position: relative;
  padding-top: 50px; }
  @media (min-width: 768px) {
    .part-header {
      padding-top: 0; } }
  .part-header::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0));
    height: 100%;
    mix-blend-mode: multiply;
    z-index: 5; }
  .part-header .part-interview-title {
    position: absolute;
    top: 60px;
    left: 5%;
    z-index: 10; }
    @media (min-width: 768px) {
      .part-header .part-interview-title {
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center; } }
    .part-header .part-interview-title .part-interview-title-in h2 {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.5em;
      line-height: 1.0em;
      color: #FF4B4B; }
      @media (min-width: 768px) {
        .part-header .part-interview-title .part-interview-title-in h2 {
          font-size: 2.5em; } }
      @media (min-width: 1200px) {
        .part-header .part-interview-title .part-interview-title-in h2 {
          font-size: 4.0em; } }
    .part-header .part-interview-title .part-interview-title-in h3 {
      font-size: 0.9em;
      line-height: 1.4em;
      margin-top: 5px;
      color: #fff; }
      @media (min-width: 1024px) {
        .part-header .part-interview-title .part-interview-title-in h3 {
          font-size: 1.125em;
          margin-top: 10px; } }
  .part-header .main-copy {
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 10; }
    .part-header .main-copy h1 {
      font-size: 1.25em;
      line-height: 1.35em;
      color: #fff; }
      @media (min-width: 768px) {
        .part-header .main-copy h1 {
          font-size: 1.75em; } }
      @media (min-width: 1200px) {
        .part-header .main-copy h1 {
          font-size: 2.75em; } }

.profile {
  display: flex;
  max-width: 500px;
  margin: 40px auto 0;
  width: 90%; }
  @media (min-width: 1024px) {
    .profile {
      margin: 100px auto 0;
      max-width: 780px; } }
  .profile .icon {
    width: 100px; }
    @media (min-width: 1024px) {
      .profile .icon {
        width: 250px; } }
    .profile .icon img {
      border-radius: 50%;
      margin-bottom: 5px; }
      @media (min-width: 1024px) {
        .profile .icon img {
          margin-bottom: 10px; } }
    .profile .icon .name {
      text-align: center; }
      .profile .icon .name h5 {
        font-size: 1.25em; }
        @media (min-width: 1024px) {
          .profile .icon .name h5 {
            font-size: 1.5em; } }
      .profile .icon .name h4 {
        font-size: 0.6em;
        line-height: 1.6em;
        margin-top: 10px; }
        @media (min-width: 1024px) {
          .profile .icon .name h4 {
            font-size: 0.8em; } }
  .profile .txt {
    width: calc(100% - 100px);
    padding-left: 5%;
    display: flex;
    align-items: center; }
    @media (min-width: 1024px) {
      .profile .txt {
        width: calc(100% - 250px); } }
    .profile .txt p {
      font-size: 0.8em;
      line-height: 1.6em;
      text-align: justify; }
      @media (min-width: 768px) {
        .profile .txt p {
          font-size: 1.0em; } }
      @media (min-width: 1024px) {
        .profile .txt p {
          line-height: 1.8em; } }
      @media (min-width: 1200px) {
        .profile .txt p {
          font-size: 1.125em; } }

.career {
  background-color: #fff;
  max-width: 1000px;
  width: 95%;
  margin: 40px auto 0;
  border-radius: 10px;
  padding: 20px 0; }
  @media (min-width: 1024px) {
    .career {
      border-radius: 20px;
      padding: 50px 0; } }
  .career ::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.02); }
  .career ::-webkit-scrollbar {
    height: 8px;
    width: 0; }
  .career ::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.08); }

.career-flow {
  overflow: scroll;
  padding: 0 15px 20px 15px; }
  @media (min-width: 1024px) {
    .career-flow {
      padding: 0 20px 20px 30px; } }
  .career-flow ul {
    display: flex;
    padding-top: 10px; }
    @media (min-width: 768px) {
      .career-flow ul {
        width: auto; } }
    .career-flow ul.one {
      width: 180px; }
    .career-flow ul.two {
      width: 360px; }
    .career-flow ul.three {
      width: 540px; }
    .career-flow ul.fore {
      width: 720px; }
    .career-flow ul.six {
      width: 1080px; }
    .career-flow ul.seven {
      width: 1260px; }
    .career-flow ul.nine {
      width: 1620px; }
    .career-flow ul.ten {
      width: 1800px; }
    .career-flow ul li {
      padding: 0 10px;
      width: 180px; }
      .career-flow ul li:first-child {
        padding-left: 0; }
      .career-flow ul li:last-child {
        padding-right: 0; }
      .career-flow ul li .line {
        margin-bottom: 16px;
        position: relative; }
        .career-flow ul li .line::before {
          content: "";
          position: absolute;
          top: -7px;
          left: 0;
          width: 12px;
          height: 12px;
          border-radius: 50%; }
        .career-flow ul li .line.black {
          border-top: 2px solid #FF4B4B; }
          .career-flow ul li .line.black::before {
            background-color: #FF4B4B; }
      .career-flow ul li h4 {
        font-size: 0.8em;
        font-feature-settings: "palt";
        letter-spacing: 0.04em; }
        @media (min-width: 1024px) {
          .career-flow ul li h4 {
            font-size: 0.9em; } }
        .career-flow ul li h4.black {
          color: #000; }
      .career-flow ul li p {
        font-size: 0.65em;
        line-height: 1.6em;
        margin-top: 10px; }
        @media (min-width: 1024px) {
          .career-flow ul li p {
            font-size: 0.75em; } }

.prologue {
  max-width: 800px;
  width: 90%;
  margin: 60px auto 0; }
  @media (min-width: 1024px) {
    .prologue {
      margin: 100px auto 0; } }
  .prologue h2 {
    font-size: 1.25em;
    text-align: center;
    line-height: 1.4em; }
    @media (min-width: 1024px) {
      .prologue h2 {
        font-size: 1.75em; } }
  .prologue p {
    font-size: 0.9em;
    text-align: justify;
    line-height: 1.8em;
    margin-top: 30px; }
    @media (min-width: 1024px) {
      .prologue p {
        font-size: 1.125em;
        margin-top: 60px; } }

.chapter-box {
  max-width: 800px;
  width: 90%;
  margin: 100px auto 0; }
  @media (min-width: 1200px) {
    .chapter-box {
      margin: 200px auto 0; } }
  .chapter-box .title .midashi {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000000; }
    .chapter-box .title .midashi h3 {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.25em;
      display: inline-block;
      color: #fff;
      background-color: #FF4B4B;
      padding: 5px 5px;
      height: 50px;
      width: 180px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 1024px) {
        .chapter-box .title .midashi h3 {
          font-size: 1.5em;
          height: auto; } }
    .chapter-box .title .midashi h4 {
      font-size: 1.125em;
      line-height: 1.4em;
      margin-left: 10px;
      width: calc(100% - 180px); }
      @media (min-width: 1024px) {
        .chapter-box .title .midashi h4 {
          font-size: 1.25em; } }
  .chapter-box .title h2 {
    font-size: 1.25em;
    line-height: 1.4em;
    text-align: center;
    margin: 50px 0 0; }
    @media (min-width: 768px) {
      .chapter-box .title h2 {
        font-size: 1.5em;
        margin: 80px 0 0; } }
    @media (min-width: 1200px) {
      .chapter-box .title h2 {
        font-size: 1.75em;
        margin: 100px 0 0; } }
  .chapter-box .talk {
    margin-top: 50px; }
    @media (min-width: 1200px) {
      .chapter-box .talk {
        margin-top: 100px; } }
    .chapter-box .talk ul {
      margin-bottom: 60px; }
      @media (min-width: 1200px) {
        .chapter-box .talk ul {
          margin-bottom: 100px; } }
      .chapter-box .talk ul:last-child {
        margin-bottom: 0; }
      .chapter-box .talk ul li {
        display: flex;
        margin-bottom: 15px; }
        @media (min-width: 1200px) {
          .chapter-box .talk ul li {
            margin-bottom: 30px; } }
        .chapter-box .talk ul li:last-child {
          margin-bottom: 0; }
        .chapter-box .talk ul li h3 {
          font-size: 1.125em; }
          @media (min-width: 768px) {
            .chapter-box .talk ul li h3 {
              font-size: 1.25em; } }
          @media (min-width: 1200px) {
            .chapter-box .talk ul li h3 {
              font-size: 1.5em; } }
          .chapter-box .talk ul li h3.heading {
            align-items: center;
            display: flex; }
            .chapter-box .talk ul li h3.heading::before {
              background-color: #000;
              content: "";
              height: 3px;
              width: 40px;
              margin-right: 10px; }
        .chapter-box .talk ul li .icon {
          width: 60px;
          display: flex; }
          @media (min-width: 768px) {
            .chapter-box .talk ul li .icon {
              width: 100px; } }
          .chapter-box .talk ul li .icon .icon-in {
            text-align: center; }
            .chapter-box .talk ul li .icon .icon-in img {
              width: 50px;
              border-radius: 50%; }
              @media (min-width: 768px) {
                .chapter-box .talk ul li .icon .icon-in img {
                  width: 80px; } }
            .chapter-box .talk ul li .icon .icon-in h4 {
              font-size: 0.9em;
              margin-top: 5px; }
              @media (min-width: 1200px) {
                .chapter-box .talk ul li .icon .icon-in h4 {
                  font-size: 1.0em; } }
        .chapter-box .talk ul li .txt {
          width: calc(100% - 60px);
          border-left: 1px solid #C6C6C6;
          padding-left: 10px; }
          @media (min-width: 768px) {
            .chapter-box .talk ul li .txt {
              width: calc(100% - 100px);
              padding-left: 20px; } }
          .chapter-box .talk ul li .txt p {
            font-size: 0.9em;
            line-height: 2em;
            text-align: justify; }
            @media (min-width: 1200px) {
              .chapter-box .talk ul li .txt p {
                font-size: 1.125em; } }

.photo {
  margin-top: 100px; }

.other-interview {
  margin: 100px auto 50px; }
  @media (min-width: 1200px) {
    .other-interview {
      margin: 200px auto 100px; } }
  .other-interview h3 {
    font-size: 1.25em;
    text-align: center; }
    @media (min-width: 768px) {
      .other-interview h3 {
        font-size: 1.5em; } }
    @media (min-width: 1200px) {
      .other-interview h3 {
        font-size: 1.75em; } }
  .other-interview ul {
    display: flex;
    justify-content: center;
    margin-top: 30px; }
    @media (min-width: 1024px) {
      .other-interview ul {
        margin-top: 60px; } }
    .other-interview ul li {
      margin-right: 15px; }
      @media (min-width: 768px) {
        .other-interview ul li {
          margin-right: 40px; } }
      @media (min-width: 1200px) {
        .other-interview ul li {
          margin-right: 80px; } }
      .other-interview ul li:last-child {
        margin-right: 0; }
      .other-interview ul li a:hover .other-box > .imgWrap > img {
        transform: scale(1.04); }
      .other-interview ul li a .other-box {
        width: 160px; }
        @media (min-width: 768px) {
          .other-interview ul li a .other-box {
            width: 300px; } }
        @media (min-width: 1200px) {
          .other-interview ul li a .other-box {
            width: 360px; } }
        .other-interview ul li a .other-box .imgWrap {
          position: relative;
          border-radius: 10px;
          overflow: hidden;
          z-index: 1; }
          @media (min-width: 1024px) {
            .other-interview ul li a .other-box .imgWrap {
              border-radius: 15px; } }
          .other-interview ul li a .other-box .imgWrap img {
            transition-duration: 0.8s;
            transform: scale(1);
            border-radius: 10px; }
            @media (min-width: 1024px) {
              .other-interview ul li a .other-box .imgWrap img {
                border-radius: 15px; } }
        .other-interview ul li a .other-box h3 {
          font-size: 0.9em;
          line-height: 1.4em;
          text-align: justify;
          margin-top: 10px; }
          @media (min-width: 768px) {
            .other-interview ul li a .other-box h3 {
              font-size: 1.125em; } }
          @media (min-width: 1200px) {
            .other-interview ul li a .other-box h3 {
              font-size: 1.25em; } }
        .other-interview ul li a .other-box .name {
          margin-top: 10px; }
          @media (min-width: 768px) {
            .other-interview ul li a .other-box .name {
              display: flex;
              align-items: center; } }
          .other-interview ul li a .other-box .name h4 {
            font-size: 0.9em;
            margin-right: 10px; }
            @media (min-width: 1200px) {
              .other-interview ul li a .other-box .name h4 {
                font-size: 1.125em; } }
          .other-interview ul li a .other-box .name h5 {
            font-size: 0.7em;
            font-weight: 400;
            margin-top: 2px; }
            @media (min-width: 768px) {
              .other-interview ul li a .other-box .name h5 {
                margin-top: 0; } }
            @media (min-width: 1200px) {
              .other-interview ul li a .other-box .name h5 {
                font-size: 0.8em; } }
