@charset "UTF-8";
/* basic setting
----------------------------------------------------------- */
@media screen and (max-width: 414px) {
  .contents {
    padding-top: 60px; } }
@media screen and (min-width: 415px) {
  .contents {
    padding-top: 96px; } }

/* home
----------------------------------------------------------- */
.pg__home {
  position: relative;
  padding-top: 0;
  overflow: hidden; }
  .pg__home section.crosstalk-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box; }
    .pg__home section.crosstalk-title h1 {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100vh;
      box-sizing: border-box; }
      @media screen and (max-width: 414px) {
        .pg__home section.crosstalk-title h1 {
          margin: 0 40px;
          padding: 60px 0 calc(30px + 35px); }
          .pg__home section.crosstalk-title h1 img {
            width: 100%;
            height: auto;
            margin-right: -10px; } }
      @media screen and (min-width: 415px) {
        .pg__home section.crosstalk-title h1 {
          padding: 96px 0 calc(10vh + 35px); }
          .pg__home section.crosstalk-title h1 img {
            width: 55vw;
            height: auto;
            min-width: 700px;
            max-width: 1150px; } }
    .pg__home section.crosstalk-title .description {
      height: 100vh; }
      @media screen and (max-width: 414px) {
        .pg__home section.crosstalk-title .description {
          width: 100%;
          text-align: center;
          padding-bottom: 300px; } }
      @media screen and (min-width: 415px) {
        .pg__home section.crosstalk-title .description {
          padding-bottom: 600px; } }
      .pg__home section.crosstalk-title .description .title,
      .pg__home section.crosstalk-title .description p {
        transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
        visibility: hidden;
        opacity: 0; }
      .pg__home section.crosstalk-title .description.show .title {
        transition-delay: 0.25s;
        visibility: visible;
        opacity: 1; }
      .pg__home section.crosstalk-title .description.show p {
        transition-delay: 0.75s;
        visibility: visible;
        opacity: 1; }
      .pg__home section.crosstalk-title .description .inner {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
        width: 100%;
        box-sizing: border-box; }
        @media screen and (max-width: 414px) {
          .pg__home section.crosstalk-title .description .inner {
            flex-direction: column;
            padding: 96px 10px calc(30px + 35px); } }
        @media screen and (min-width: 415px) {
          .pg__home section.crosstalk-title .description .inner {
            min-width: 1200px;
            padding: 96px 0 calc(10vh + 35px); } }
      .pg__home section.crosstalk-title .description.fixed .inner {
        position: fixed;
        top: 0;
        left: 0; }
      .pg__home section.crosstalk-title .description h2 {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-style: normal; }
        @media screen and (max-width: 414px) {
          .pg__home section.crosstalk-title .description h2 {
            font-size: 24px;
            line-height: 1.25;
            margin-bottom: 40px; } }
        @media screen and (min-width: 415px) {
          .pg__home section.crosstalk-title .description h2 {
            font-size: 28px;
            line-height: 1.6;
            margin-right: 32px; } }
        .pg__home section.crosstalk-title .description h2:first-letter {
          margin-left: 3px; }
      .pg__home section.crosstalk-title .description p {
        line-height: 2; }
        @media screen and (max-width: 414px) {
          .pg__home section.crosstalk-title .description p {
            background-color: #fff;
            box-shadow: 0 0 20px 20px #FFF; } }
        @media screen and (max-width: 320px) {
          .pg__home section.crosstalk-title .description p {
            font-size: 11px; } }
    .pg__home section.crosstalk-title .scroll-icon {
      position: fixed;
      z-index: -1; }
      @media screen and (max-width: 414px) {
        .pg__home section.crosstalk-title .scroll-icon {
          bottom: 30px; } }
      @media screen and (min-width: 415px) {
        .pg__home section.crosstalk-title .scroll-icon {
          left: 0;
          width: 100%;
          min-width: 1200px;
          bottom: 10vh; } }
      .pg__home section.crosstalk-title .scroll-icon i {
        display: block;
        width: 20px;
        height: 35px;
        color: #092AA3;
        border: 2px solid;
        border-radius: 10px;
        cursor: pointer;
        margin: 0 auto;
        box-sizing: border-box; }
        @media screen and (max-height: 100%) {
          .pg__home section.crosstalk-title .scroll-icon i {
            opacity: 0; } }
        .pg__home section.crosstalk-title .scroll-icon i:before {
          content: "";
          display: block;
          width: 4px;
          height: 4px;
          background-color: currentColor;
          border-radius: 50%;
          margin: 6px auto 0;
          -webkit-animation: scrollicon 2s infinite;
          animation: scrollicon 2s infinite; }
@keyframes scrollicon {
  0% {
    opacity: 0;
    transform: translateY(0); }
  10% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(18px); } }
        .pg__home section.crosstalk-title .scroll-icon i:after {
          content: "";
          position: absolute;
          left: -10px;
          top: -10px;
          right: -10px;
          bottom: -10px; }
  .pg__home section.crosstalk-list {
    position: relative;
    background-color: #FFFFFF;
    z-index: 1; }
    .pg__home section.crosstalk-list .interview-headline {
      position: relative;
      overflow: hidden; }
      @media screen and (min-width: 415px) {
        .pg__home section.crosstalk-list .interview-headline .inner {
          width: 1025px;
          margin: 0 auto; } }
      .pg__home section.crosstalk-list .interview-headline .first-box h2 {
        position: relative;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-style: normal; }
        @media screen and (max-width: 414px) {
          .pg__home section.crosstalk-list .interview-headline .first-box h2 {
            font-size: 26px;
            line-height: 1.5;
            padding: 20px 40px; } }
        @media screen and (min-width: 415px) {
          .pg__home section.crosstalk-list .interview-headline .first-box h2 {
            font-size: 34px;
            line-height: 1.4;
            padding: 30px 0; }
            .pg__home section.crosstalk-list .interview-headline .first-box h2:before {
              content: "";
              position: absolute;
              top: 0;
              left: -50vw;
              z-index: -1;
              display: block;
              height: 100%;
              width: 200vw; } }
      .pg__home section.crosstalk-list .interview-headline .first-box p {
        text-align: justify;
        text-justify: inter-ideograph;
        -ms-text-justify: inter-ideograph; }
        @media screen and (max-width: 414px) {
          .pg__home section.crosstalk-list .interview-headline .first-box p {
            display: none; } }
        @media screen and (min-width: 415px) {
          .pg__home section.crosstalk-list .interview-headline .first-box p {
            display: inline-block;
            width: 450px;
            font-size: 15px;
            margin: 30px 0; } }
      @media screen and (min-width: 415px) {
        .pg__home section.crosstalk-list .interview-headline .first-box .e__btn {
          margin-left: 130px; } }
      .pg__home section.crosstalk-list .interview-headline .first-box .pict {
        overflow: hidden;
        transition: opacity 1s ease-out, right 1s ease-out, left 1s ease-out;
        opacity: 0; }
        .pg__home section.crosstalk-list .interview-headline .first-box .pict.show {
          opacity: 1;
          right: 0; }
        @media screen and (min-width: 415px) {
          .pg__home section.crosstalk-list .interview-headline .first-box .pict {
            position: absolute;
            top: 0;
            height: 380px;
            right: -150px; } }
        .pg__home section.crosstalk-list .interview-headline .first-box .pict img {
          vertical-align: top; }
          @media screen and (max-width: 414px) {
            .pg__home section.crosstalk-list .interview-headline .first-box .pict img {
              width: 100%;
              height: auto; } }
          @media screen and (min-width: 415px) {
            .pg__home section.crosstalk-list .interview-headline .first-box .pict img {
              width: 100%;
              height: auto;
              min-width: 850px; } }
        @media screen and (min-width: 415px) {
          .pg__home section.crosstalk-list .interview-headline .first-box .pict {
            width: 52vw;
            min-width: 660px; }
            .pg__home section.crosstalk-list .interview-headline .first-box .pict .mask, .pg__home section.crosstalk-list .interview-headline .first-box .pict .mask-inner {
              display: inline-block;
              width: 100%;
              height: 100%;
              transform-origin: 0 100%;
              overflow: hidden; }
            .pg__home section.crosstalk-list .interview-headline .first-box .pict .mask {
              transform: skew(-15deg); }
            .pg__home section.crosstalk-list .interview-headline .first-box .pict .mask-inner {
              position: relative;
              transform: skew(15deg);
              vertical-align: top; }
            .pg__home section.crosstalk-list .interview-headline .first-box .pict .mask img {
              position: absolute;
              top: 0;
              left: 40%;
              transform: translateX(-40%); } }
      @media screen and (min-width: 415px) {
        .pg__home section.crosstalk-list .interview-headline .first-box.-reverse {
          text-align: right; }
          .pg__home section.crosstalk-list .interview-headline .first-box.-reverse .e__btn {
            margin-left: auto;
            margin-right: 130px; }
          .pg__home section.crosstalk-list .interview-headline .first-box.-reverse .pict {
            left: -150px;
            right: auto; }
            .pg__home section.crosstalk-list .interview-headline .first-box.-reverse .pict.show {
              left: 0; }
            .pg__home section.crosstalk-list .interview-headline .first-box.-reverse .pict .mask {
              transform: skew(15deg); }
            .pg__home section.crosstalk-list .interview-headline .first-box.-reverse .pict .mask-inner {
              transform: skew(-15deg); }
            .pg__home section.crosstalk-list .interview-headline .first-box.-reverse .pict .mask img {
              left: auto;
              right: 40%;
              transform: translateX(40%); } }
      .pg__home section.crosstalk-list .interview-headline .second-box {
        display: flex;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 414px) {
          .pg__home section.crosstalk-list .interview-headline .second-box {
            flex-direction: column;
            padding: 80px 40px; } }
        @media screen and (min-width: 415px) {
          .pg__home section.crosstalk-list .interview-headline .second-box {
            padding: 80px 0 160px; } }
        @media screen and (max-width: 414px) {
          .pg__home section.crosstalk-list .interview-headline .second-box .client,
          .pg__home section.crosstalk-list .interview-headline .second-box .rce {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            flex-direction: column;
            width: 100%; } }
        .pg__home section.crosstalk-list .interview-headline .second-box .company-name {
          text-align: center;
          font-weight: 700;
          border: solid 1px #000000;
          padding: 5px 0;
          margin-bottom: 20px; }
          .pg__home section.crosstalk-list .interview-headline .second-box .company-name > span {
            display: block;
            margin: 0 -1px;
            background-color: #FFFFFF; }
          @media screen and (max-width: 414px) {
            .pg__home section.crosstalk-list .interview-headline .second-box .company-name {
              width: 100%;
              font-size: 10px; }
              .pg__home section.crosstalk-list .interview-headline .second-box .company-name > span {
                letter-spacing: 0;
                padding: 0 10px; } }
          @media screen and (min-width: 415px) {
            .pg__home section.crosstalk-list .interview-headline .second-box .company-name {
              font-size: 12.5px; }
              .pg__home section.crosstalk-list .interview-headline .second-box .company-name > span {
                padding: 0 15px; } }
        .pg__home section.crosstalk-list .interview-headline .second-box .person-data {
          display: inline-block; }
          @media screen and (max-width: 414px) {
            .pg__home section.crosstalk-list .interview-headline .second-box .person-data {
              text-align: center;
              margin: 0 -40px; } }
          .pg__home section.crosstalk-list .interview-headline .second-box .person-data span {
            display: block; }
          .pg__home section.crosstalk-list .interview-headline .second-box .person-data .position {
            font-size: 12.5px;
            font-weight: 700; }
          .pg__home section.crosstalk-list .interview-headline .second-box .person-data .name {
            font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
            font-style: normal;
            font-size: 38px;
            line-height: 1.5;
            letter-spacing: 0.15em; }
            .pg__home section.crosstalk-list .interview-headline .second-box .person-data .name .en {
              font-family: 'Hind', sans-serif;
              font-style: normal;
              font-size: 18px;
              letter-spacing: 0.1em; }
        .pg__home section.crosstalk-list .interview-headline .second-box i.border {
          display: inline-block;
          background-color: #000000; }
          @media screen and (max-width: 414px) {
            .pg__home section.crosstalk-list .interview-headline .second-box i.border {
              width: 200px;
              height: 1px;
              margin: 20px 0; } }
          @media screen and (min-width: 415px) {
            .pg__home section.crosstalk-list .interview-headline .second-box i.border {
              width: 1px;
              height: 90px;
              margin: 0 60px; } }
        .pg__home section.crosstalk-list .interview-headline .second-box i.cross {
          display: block; }
          @media screen and (max-width: 414px) {
            .pg__home section.crosstalk-list .interview-headline .second-box i.cross {
              margin: 40px 0; } }
          @media screen and (min-width: 415px) {
            .pg__home section.crosstalk-list .interview-headline .second-box i.cross {
              margin: 0 60px; } }
          .pg__home section.crosstalk-list .interview-headline .second-box i.cross:before, .pg__home section.crosstalk-list .interview-headline .second-box i.cross:after {
            content: "";
            display: block;
            width: 35px;
            height: 1px;
            background-color: #000000; }
          .pg__home section.crosstalk-list .interview-headline .second-box i.cross:before {
            transform: rotate(45deg); }
          .pg__home section.crosstalk-list .interview-headline .second-box i.cross:after {
            transform: rotate(-45deg); }
        @media screen and (max-width: 414px) {
          .pg__home section.crosstalk-list .interview-headline .second-box .e__btn {
            margin: 80px 0; } }
    .pg__home section.crosstalk-list .interview-01 .first-box h2 {
      color: #FFFFFF; }
      @media screen and (max-width: 414px) {
        .pg__home section.crosstalk-list .interview-01 .first-box h2 {
          background-color: #56565b; } }
      @media screen and (min-width: 415px) {
        .pg__home section.crosstalk-list .interview-01 .first-box h2:before {
          background-color: #56565b; } }
    .pg__home section.crosstalk-list .interview-01 .e__btn:hover {
      background-color: #56565b; }
    .pg__home section.crosstalk-list .interview-02 .first-box h2 {
      color: #FFFFFF; }
      @media screen and (max-width: 414px) {
        .pg__home section.crosstalk-list .interview-02 .first-box h2 {
          background-color: #56565b; } }
      @media screen and (min-width: 415px) {
        .pg__home section.crosstalk-list .interview-02 .first-box h2:before {
          background-color: #56565b; } }
    .pg__home section.crosstalk-list .interview-02 .e__btn:hover {
      background-color: #56565b; }

/* interview
----------------------------------------------------------- */
.pg__interview {
  overflow: hidden; }
  .pg__interview .title-visual img {
    width: 100%;
    height: auto;
    vertical-align: top; }
  .pg__interview .back-to-home {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    border: solid 1px #000000;
    border-radius: 3px;
    transform-origin: top center;
    background-color: #FFFFFF;
    transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out, right 0.5s ease-in-out; }
    @media screen and (max-width: 414px) {
      .pg__interview .back-to-home {
        z-index: 101;
        top: -5px;
        right: 70px;
        width: 70px;
        height: 50px;
        font-size: 12px;
        visibility: visible;
        opacity: 1; }
        .pg__interview .back-to-home.hide {
          visibility: hidden;
          opacity: 0; } }
    @media screen and (min-width: 415px) {
      .pg__interview .back-to-home {
        z-index: 1;
        top: 50%;
        right: -75px;
        width: 110px;
        height: 85px;
        font-size: 12.5px;
        transform: rotate(90deg);
        visibility: hidden;
        opacity: 0; }
        .pg__interview .back-to-home.show {
          opacity: 1;
          visibility: visible; }
        .pg__interview .back-to-home:hover {
          right: -65px; }
        .pg__interview .back-to-home > span {
          display: block;
          margin-top: 20px; } }
  .pg__interview .crosstalk-head {
    background-color: #E1E1E1;
    overflow: hidden; }
    .pg__interview .crosstalk-head .first-box {
      text-align: center; }
      @media screen and (max-width: 414px) {
        .pg__interview .crosstalk-head .first-box {
          margin: 100px 0; } }
      @media screen and (min-width: 415px) {
        .pg__interview .crosstalk-head .first-box {
          margin: 140px 0; } }
      .pg__interview .crosstalk-head .first-box .title {
        display: inline;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-style: normal;
        background: linear-gradient(transparent 80%, #FFFFFF 80%); }
        @media screen and (max-width: 414px) {
          .pg__interview .crosstalk-head .first-box .title {
            font-size: 37.5px; } }
        @media screen and (min-width: 415px) {
          .pg__interview .crosstalk-head .first-box .title {
            font-size: 57px; } }
      .pg__interview .crosstalk-head .first-box p {
        font-size: 14px;
        line-height: 2.2; }
        @media screen and (max-width: 414px) {
          .pg__interview .crosstalk-head .first-box p {
            padding: 0 30px;
            margin-top: 100px;
            letter-spacing: 0; } }
        @media screen and (min-width: 415px) {
          .pg__interview .crosstalk-head .first-box p {
            margin-top: 140px; } }
        @media screen and (max-width: 320px) {
          .pg__interview .crosstalk-head .first-box p {
            font-size: 12px; } }
    .pg__interview .crosstalk-head .second-box {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
      @media screen and (max-width: 414px) {
        .pg__interview .crosstalk-head .second-box {
          margin: 0 40px 100px; } }
      @media screen and (min-width: 415px) {
        .pg__interview .crosstalk-head .second-box {
          width: 770px;
          margin: 0 auto 120px; } }
      .pg__interview .crosstalk-head .second-box .company-name {
        text-align: center;
        font-weight: 700;
        border: solid 1px #000000; }
        .pg__interview .crosstalk-head .second-box .company-name > span {
          display: block;
          margin: 0 -1px;
          background-color: #E1E1E1; }
        @media screen and (max-width: 414px) {
          .pg__interview .crosstalk-head .second-box .company-name {
            font-size: 10px;
            line-height: 1.4;
            letter-spacing: 0;
            margin-bottom: 40px;
            padding: 3px 0; }
            .pg__interview .crosstalk-head .second-box .company-name > span {
              padding: 0 10px; } }
        @media screen and (min-width: 415px) {
          .pg__interview .crosstalk-head .second-box .company-name {
            font-size: 17.5px;
            margin-bottom: 40px;
            padding: 5px 0; }
            .pg__interview .crosstalk-head .second-box .company-name > span {
              padding: 0 15px; } }
      .pg__interview .crosstalk-head .second-box .person-data {
        text-align: center; }
        @media screen and (max-width: 414px) {
          .pg__interview .crosstalk-head .second-box .person-data {
            width: 100%; } }
        @media screen and (min-width: 415px) {
          .pg__interview .crosstalk-head .second-box .person-data {
            display: inline-block; } }
        .pg__interview .crosstalk-head .second-box .person-data .interviewer {
          border-radius: 50%;
          margin-bottom: 40px; }
        .pg__interview .crosstalk-head .second-box .person-data span {
          display: block; }
        .pg__interview .crosstalk-head .second-box .person-data .position {
          position: relative;
          z-index: 1;
          font-size: 12.5px;
          font-weight: 700; }
        .pg__interview .crosstalk-head .second-box .person-data .name {
          position: relative;
          font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
          font-style: normal;
          font-size: 38px;
          line-height: 1.5;
          letter-spacing: 0.15em; }
          .pg__interview .crosstalk-head .second-box .person-data .name .en {
            position: absolute;
            top: -1.5em;
            z-index: 0;
            font-family: 'Hind', sans-serif;
            font-style: normal;
            color: #FFF;
            font-size: 35px;
            letter-spacing: 0.1em; }
            @media screen and (max-width: 414px) {
              .pg__interview .crosstalk-head .second-box .person-data .name .en {
                width: 100vw;
                left: -40px; } }
            @media screen and (max-width: 320px) {
              .pg__interview .crosstalk-head .second-box .person-data .name .en {
                font-size: 30px; } }
            @media screen and (min-width: 415px) {
              .pg__interview .crosstalk-head .second-box .person-data .name .en {
                width: 100%; } }
      .pg__interview .crosstalk-head .second-box i.border {
        display: inline-block;
        background-color: #000000; }
        @media screen and (max-width: 414px) {
          .pg__interview .crosstalk-head .second-box i.border {
            width: 100%;
            height: 1px;
            margin: 40px 0; } }
        @media screen and (min-width: 415px) {
          .pg__interview .crosstalk-head .second-box i.border {
            width: 1px; } }
      .pg__interview .crosstalk-head .second-box i.cross {
        display: inline-block;
        margin: 55px 0 60px; }
        .pg__interview .crosstalk-head .second-box i.cross:before, .pg__interview .crosstalk-head .second-box i.cross:after {
          content: "";
          display: block;
          width: 35px;
          height: 1px;
          background-color: #000000; }
        .pg__interview .crosstalk-head .second-box i.cross:before {
          transform: rotate(45deg); }
        .pg__interview .crosstalk-head .second-box i.cross:after {
          transform: rotate(-45deg); }
      .pg__interview .crosstalk-head .second-box .client {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%; }
        @media screen and (max-width: 414px) {
          .pg__interview .crosstalk-head .second-box .client {
            flex-direction: column; } }
        .pg__interview .crosstalk-head .second-box .client .company-name {
          width: 100%; }
        @media screen and (max-width: 414px) {
          .pg__interview .crosstalk-head .second-box .client .person-data {
            margin-bottom: 40px; } }
        @media screen and (min-width: 415px) {
          .pg__interview .crosstalk-head .second-box .client .person-data {
            width: 50%; }
          .pg__interview .crosstalk-head .second-box .client .career {
            width: 50%;
            padding-left: 40px; } }
        .pg__interview .crosstalk-head .second-box .client .career {
          font-size: 14px;
          box-sizing: border-box; }
          .pg__interview .crosstalk-head .second-box .client .career .title {
            text-align: center;
            margin-bottom: 10px; }
            .pg__interview .crosstalk-head .second-box .client .career .title i {
              display: flex;
              align-items: flex-end;
              justify-content: center;
              height: 10px; }
            .pg__interview .crosstalk-head .second-box .client .career .title i:before,
            .pg__interview .crosstalk-head .second-box .client .career .title i:after {
              content: "";
              display: block;
              width: 50%;
              height: 1px;
              background-color: #000000; }
            .pg__interview .crosstalk-head .second-box .client .career .title i:before {
              transform: rotate(3deg);
              transform-origin: right bottom; }
            .pg__interview .crosstalk-head .second-box .client .career .title i:after {
              transform: rotate(-3deg);
              transform-origin: left bottom; }
          .pg__interview .crosstalk-head .second-box .client .career dl {
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            flex-wrap: wrap; }
            .pg__interview .crosstalk-head .second-box .client .career dl dt {
              width: 70px; }
            .pg__interview .crosstalk-head .second-box .client .career dl dd {
              width: calc( 100% - 70px ); }
      .pg__interview .crosstalk-head .second-box .rce {
        display: flex;
        align-items: stretch;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        text-align: center; }
        .pg__interview .crosstalk-head .second-box .rce .company-name {
          width: 100%; }
        @media screen and (max-width: 414px) {
          .pg__interview .crosstalk-head .second-box .rce {
            flex-direction: column; } }
        @media screen and (min-width: 415px) {
          .pg__interview .crosstalk-head .second-box .rce .person-data {
            width: calc(50% - 1px); } }
  @media screen and (max-width: 414px) {
    .pg__interview .crosstalk-body {
      padding: 0 20px;
      overflow: hidden; } }
  @media screen and (min-width: 415px) {
    .pg__interview .crosstalk-body {
      width: 900px;
      margin: 0 auto;
      padding-top: 80px; } }
  .pg__interview .crosstalk-body .title {
    position: relative;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-style: normal;
    line-height: 1.5; }
    @media screen and (max-width: 414px) {
      .pg__interview .crosstalk-body .title {
        font-size: 30px;
        margin: 120px 0 60px; } }
    @media screen and (max-width: 320px) {
      .pg__interview .crosstalk-body .title {
        font-size: 25px; } }
    @media screen and (min-width: 415px) {
      .pg__interview .crosstalk-body .title {
        font-size: 38px;
        margin: 140px 0 80px; } }
    .pg__interview .crosstalk-body .title i {
      position: absolute;
      z-index: 0;
      overflow: hidden;
      transform: rotate(-40deg); }
      .pg__interview .crosstalk-body .title i.show:before, .pg__interview .crosstalk-body .title i.show:after {
        content: "";
        display: block;
        height: 1px;
        background-color: #000000; }
      .pg__interview .crosstalk-body .title i.show:before {
        position: relative; }
      .pg__interview .crosstalk-body .title i.show:after {
        position: absolute;
        top: 0px; }
    .pg__interview .crosstalk-body .title.reverse i {
      right: auto;
      transform: rotate(40deg); }
      .pg__interview .crosstalk-body .title.reverse i:before {
        right: auto; }
    @media screen and (max-width: 414px) {
      .pg__interview .crosstalk-body .title i {
        bottom: -2em;
        left: -60px;
        transform-origin: bottom left; }
        .pg__interview .crosstalk-body .title i.show:before, .pg__interview .crosstalk-body .title i.show:after {
          right: -13em;
          width: 13em; }
        .pg__interview .crosstalk-body .title i.show:before {
          -webkit-animation: border-anim1-sm 1.5s 0.25s;
          animation: border-anim1-sm 1.5s 0.25s;
          animation-fill-mode: forwards; }
        .pg__interview .crosstalk-body .title i.show:after {
          -webkit-animation: border-anim2-sm 1.5s 1.25s;
          animation: border-anim2-sm 1.5s 1.25s;
          animation-fill-mode: forwards; }
      .pg__interview .crosstalk-body .title.reverse i {
        left: auto;
        right: -60px;
        transform-origin: bottom right; }
        .pg__interview .crosstalk-body .title.reverse i:before, .pg__interview .crosstalk-body .title.reverse i:after {
          left: -13em; }
        .pg__interview .crosstalk-body .title.reverse i:before {
          -webkit-animation: border-anim1-rev-sm 1.5s 0.25s;
          animation: border-anim1-rev-sm 1.5s 0.25s;
          animation-fill-mode: forwards; }
        .pg__interview .crosstalk-body .title.reverse i:after {
          -webkit-animation: border-anim2-rev-sm 1.5s 1.25s;
          animation: border-anim2-rev-sm 1.5s 1.25s;
          animation-fill-mode: forwards; } }
@keyframes border-anim1-sm {
  0% {
    right: -13em; }
  100% {
    right: 13em; } }
@keyframes border-anim2-sm {
  0% {
    right: -13em; }
  100% {
    right: 0; } }
@keyframes border-anim1-rev-sm {
  0% {
    left: -13em; }
  100% {
    left: 13em; } }
@keyframes border-anim2-rev-sm {
  0% {
    left: -13em; }
  100% {
    left: 0; } }
    @media screen and (min-width: 415px) {
      .pg__interview .crosstalk-body .title i {
        top: -110px;
        right: 50%;
        margin-right: 160px;
        transform-origin: top right; }
        .pg__interview .crosstalk-body .title i.show:before, .pg__interview .crosstalk-body .title i.show:after {
          right: -100vw;
          width: 100vw; }
        .pg__interview .crosstalk-body .title i.show:before {
          -webkit-animation: border-anim1-md 3s 0.25s;
          animation: border-anim1-md 3s 0.25s;
          animation-fill-mode: forwards; }
        .pg__interview .crosstalk-body .title i.show:after {
          -webkit-animation: border-anim2-md 3s 1.25s;
          animation: border-anim2-md 3s 1.25s;
          animation-fill-mode: forwards; }
      .pg__interview .crosstalk-body .title.reverse i {
        left: 50%;
        margin-left: 160px;
        transform-origin: top left; }
        .pg__interview .crosstalk-body .title.reverse i:before, .pg__interview .crosstalk-body .title.reverse i:after {
          right: auto;
          left: -100vw; }
        .pg__interview .crosstalk-body .title.reverse i:before {
          -webkit-animation: border-anim1-rev-md 3s 0.25s;
          animation: border-anim1-rev-md 3s 0.25s;
          animation-fill-mode: forwards; }
        .pg__interview .crosstalk-body .title.reverse i:after {
          -webkit-animation: border-anim2-rev-md 3s 1.25s;
          animation: border-anim2-rev-md 3s 1.25s;
          animation-fill-mode: forwards; } }
@keyframes border-anim1-md {
  0% {
    right: -100vw; }
  100% {
    right: 100vw; } }
@keyframes border-anim2-md {
  0% {
    right: -100vw; }
  100% {
    right: 0; } }
@keyframes border-anim1-rev-md {
  0% {
    left: -100vw; }
  100% {
    left: 100vw; } }
@keyframes border-anim2-rev-md {
  0% {
    left: -100vw; }
  100% {
    left: 0; } }
    .pg__interview .crosstalk-body .title > span {
      position: relative;
      z-index: 1;
      display: block;
      padding: 10px 0;
      background-color: #FFFFFF; }
    .pg__interview .crosstalk-body .title.reverse > span {
      text-align: right; }
  .pg__interview .crosstalk-body .group {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap; }
    .pg__interview .crosstalk-body .group:last-child {
      padding-bottom: 0; }
    @media screen and (max-width: 414px) {
      .pg__interview .crosstalk-body .group {
        flex-direction: column;
        align-items: flex-start; } }
    @media screen and (min-width: 415px) {
      .pg__interview .crosstalk-body .group .text,
      .pg__interview .crosstalk-body .group .pict--md {
        position: relative;
        width: calc( 50% - 25px ); }
      .pg__interview .crosstalk-body .group .pict--md {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        padding-bottom: 60px; }
        .pg__interview .crosstalk-body .group .pict--md .-large {
          width: calc( 50vw - 25px);
          height: auto;
          min-width: 600px; }
      .pg__interview .crosstalk-body .group.reverse {
        flex-direction: row-reverse; }
        .pg__interview .crosstalk-body .group.reverse .pict--md {
          align-items: flex-end; } }
    @media screen and (max-width: 414px) {
      .pg__interview .crosstalk-body .group .pict--sm {
        padding-bottom: 40px;
        width: 100%;
        height: auto; } }
    .pg__interview .crosstalk-body .group .name {
      display: block;
      font-size: 19px;
      font-weight: 700;
      line-height: 1;
      margin-bottom: 10px; }
      @media screen and (max-width: 320px) {
        .pg__interview .crosstalk-body .group .name {
          font-size: 16px; } }
    .pg__interview .crosstalk-body .group p {
      font-size: 16px;
      line-height: 2;
      text-align: justify;
      text-justify: inter-ideograph;
      -ms-text-justify: inter-ideograph; }
      @media screen and (max-width: 414px) {
        .pg__interview .crosstalk-body .group p {
          margin-bottom: 30px; } }
      @media screen and (min-width: 415px) {
        .pg__interview .crosstalk-body .group p {
          margin-bottom: 60px; } }
      @media screen and (max-width: 320px) {
        .pg__interview .crosstalk-body .group p {
          font-size: 14px; } }
    @media screen and (min-width: 415px) {
      .pg__interview .crosstalk-body .group.column2--md {
        display: block;
        padding-bottom: 60px; }
        .pg__interview .crosstalk-body .group.column2--md .text {
          width: 100%;
          font-size: 16px;
          column-count: 2;
          column-gap: 50px; }
          .pg__interview .crosstalk-body .group.column2--md .text p {
            margin-bottom: auto; } }
  .pg__interview.interview-01 .crosstalk-body h2 > span,
  .pg__interview.interview-01 .crosstalk-body .group .name {
    color: #56565b; }

/* end */
