@charset "UTF-8";
/*@import 'compass';*/
/** -------------------------------- **
	import Noto Sans　JP
*** ----------------------------------------------------------------- ***/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese");
.interviewWrap {
  margin: 0 auto;
  width: auto;
  max-width: 1200px;
  background-color: #fde5f3;
  word-break: break-all;
  transform: rotate(0.03deg);
  color: #646464;
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  /* Talk section */ }
  .interviewWrap .linkPageTop {
    padding-bottom: 20px;
    padding-right: 20px; }
    @media only screen and (max-width: 750px) {
      .interviewWrap .linkPageTop {
        padding-bottom: 10px;
        padding-right: 0; } }
  .interviewWrap .contentsArea {
    max-width: 950px;
    margin: 0 auto;
    padding: 0 15px; }
    @media only screen and (max-width: 750px) {
      .interviewWrap .contentsArea {
        padding: 0; } }
  .interviewWrap .profileSection {
    padding: 40px 0 0;
    position: relative; }
    .interviewWrap .profileSection .profileInner {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      max-width: 920px;
      margin: 0 auto;
      position: relative;
      /* 中央ライン */ }
      .interviewWrap .profileSection .profileInner::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 1px;
        background-color: #ff78b4;
        transform: translateX(-50%); }
    .interviewWrap .profileSection .profileItem {
      width: 49%;
      padding-right: 15px; }
      .interviewWrap .profileSection .profileItem .name {
        font-weight: 500;
        font-size: 2.2rem;
        margin-bottom: 12px; }
      .interviewWrap .profileSection .profileItem .role {
        font-size: 1.3rem;
        margin-bottom: 14px; }
      .interviewWrap .profileSection .profileItem .note {
        font-size: 1.3rem;
        line-height: 1.7; }
      .interviewWrap .profileSection .profileItem:first-child {
        padding-right: 15px; }
      .interviewWrap .profileSection .profileItem:last-child {
        padding-left: 15px; }
    .interviewWrap .profileSection .interviewDate {
      font-weight: 700;
      margin-top: 30px;
      font-size: 1.3rem; }
    @media only screen and (max-width: 750px) {
      .interviewWrap .profileSection {
        padding: 20px 0 0; }
        .interviewWrap .profileSection .profileInner {
          flex-direction: column; }
          .interviewWrap .profileSection .profileInner::before {
            display: none; }
        .interviewWrap .profileSection .profileItem {
          width: 100%;
          padding-right: 0; }
          .interviewWrap .profileSection .profileItem .name {
            font-size: 1.7rem;
            margin-bottom: 10px; }
          .interviewWrap .profileSection .profileItem .role {
            font-size: 1.3rem;
            margin-bottom: 12px; }
          .interviewWrap .profileSection .profileItem .note {
            font-size: 1.3rem;
            line-height: 1.7; }
          .interviewWrap .profileSection .profileItem:first-child {
            padding-right: 0;
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid #ff78b4; }
          .interviewWrap .profileSection .profileItem:last-child {
            padding-left: 0; }
        .interviewWrap .profileSection .interviewDate {
          font-weight: 700;
          margin-top: 30px;
          font-size: 1.2rem; } }
  .interviewWrap .talkSection {
    max-width: 920px;
    background-color: #fff;
    border: 5px solid #e0007a;
    border-radius: 12px;
    padding: 40px 30px;
    margin: 18px auto;
    box-sizing: border-box; }
    @media only screen and (max-width: 750px) {
      .interviewWrap .talkSection {
        padding: 20px 15px 10px;
        border-width: 2px;
        border-radius: 8px; } }
    .interviewWrap .talkSection .intro {
      margin: 0 0 45px;
      padding: 0; }
      .interviewWrap .talkSection .intro p {
        font-weight: 700;
        font-size: 2.2rem;
        color: #e3007f;
        line-height: 1.5; }
      @media only screen and (max-width: 750px) {
        .interviewWrap .talkSection .intro {
          margin: 0 0 25px; }
          .interviewWrap .talkSection .intro p {
            font-weight: 700;
            font-size: 1.4rem;
            color: #e3007f;
            line-height: 1.5; } }
    .interviewWrap .talkSection .talk {
      /* スマホ時 */ }
      .interviewWrap .talkSection .talk .talkItem {
        display: flex;
        align-items: flex-start;
        margin-bottom: 23px;
        /* 話者別の色指定 */ }
        .interviewWrap .talkSection .talk .talkItem .speaker {
          font-weight: 700;
          font-size: 1.7rem;
          margin-right: 10px;
          flex-shrink: 0;
          width: 2em;
          text-align: center;
          line-height: 1.3; }
        .interviewWrap .talkSection .talk .talkItem .talkText {
          position: relative;
          padding-left: 10px;
          border-left: 4px solid; }
          .interviewWrap .talkSection .talk .talkItem .talkText p {
            margin: 0;
            line-height: 1.3;
            font-size: 1.7rem; }
        .interviewWrap .talkSection .talk .talkItem.speaker-name01 .speaker {
          color: #dc3200; }
        .interviewWrap .talkSection .talk .talkItem.speaker-name01 .talkText {
          border-color: #dc3200; }
        .interviewWrap .talkSection .talk .talkItem.speaker-name02 .speaker {
          color: #009259; }
        .interviewWrap .talkSection .talk .talkItem.speaker-name02 .talkText {
          border-color: #009259; }
      @media only screen and (max-width: 750px) {
        .interviewWrap .talkSection .talk .talkItem {
          margin-bottom: 18px; }
          .interviewWrap .talkSection .talk .talkItem .speaker {
            font-size: 1.4rem;
            margin-right: 8px;
            width: 2em;
            line-height: 1.4; }
          .interviewWrap .talkSection .talk .talkItem .talkText {
            padding-left: 8px;
            border-left: 3px solid; }
            .interviewWrap .talkSection .talk .talkItem .talkText p {
              margin: 0;
              line-height: 1.4;
              font-size: 1.4rem; } }
      .interviewWrap .talkSection .talk .topicTitle {
        margin: 55px auto;
        position: relative;
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 1.5;
        padding: 0 20px;
        width: 600px;
        min-height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center; }
        .interviewWrap .talkSection .talk .topicTitle::before, .interviewWrap .talkSection .talk .topicTitle::after {
          content: "";
          position: absolute;
          top: 50%;
          width: 20px;
          height: 120px;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          transform: translateY(-50%); }
        .interviewWrap .talkSection .talk .topicTitle::before {
          left: 0;
          background-image: url("/breast/common/images/interview/img_interview-parentheses01.svg"); }
        .interviewWrap .talkSection .talk .topicTitle::after {
          right: 0;
          background-image: url("/breast/common/images/interview/img_interview-parentheses02.svg"); }
        @media only screen and (max-width: 750px) {
          .interviewWrap .talkSection .talk .topicTitle {
            margin: 35px auto;
            font-size: 1.5rem;
            line-height: 1.4;
            padding: 0 15px;
            width: auto;
            min-height: 80px; }
            .interviewWrap .talkSection .talk .topicTitle::before, .interviewWrap .talkSection .talk .topicTitle::after {
              width: 15px;
              height: 80px; } }
      .interviewWrap .talkSection .talk .talkImg {
        margin: 55px 0 0; }
        @media only screen and (max-width: 750px) {
          .interviewWrap .talkSection .talk .talkImg {
            margin: 35px 0 0; } }
