/* list */
#contents #interview {
  margin-top: -60px; }
  #contents #interview h3 span {
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 36px;
    background: #006934;
    width: 9em;
    color: #fff;
    margin: 5px auto 0;
    border-radius: 20px; }
  @media screen and (max-width: 480px) {
    #contents #interview h3 span {
      font-size: 1.125rem;
      line-height: 32px; } }
  #contents #interview-lead {
    margin-bottom: 50px; }
    #contents #interview-lead p {
      font-size: 1.25rem;
      font-weight: bold;
      line-height: 1.8;
      color: #006934; }
      #contents #interview-lead p:nth-child(n+2) {
        margin-top: 15px; }
    @media screen and (max-width: 768px) {
      #contents #interview-lead p {
        font-size: 1.125rem; } }
    @media screen and (max-width: 480px) {
      #contents #interview-lead {
        text-align: left; }
        #contents #interview-lead p {
          font-size: 1rem; } }
  #contents #interview-list {
    margin: -20px;
    display: flex;
    flex-wrap: wrap; }
    #contents #interview-list .box {
      width: 33.3333%;
      flex-basis: auto;
      padding: 20px; }
      #contents #interview-list .box:nth-child(n+4) {
        margin-top: 20px; }
      #contents #interview-list .box a {
        display: block;
        text-align: center; }
        #contents #interview-list .box a figure {
          margin-bottom: 10px;
          overflow: hidden;
          border-radius: 10px;
          position: relative; }
          #contents #interview-list .box a figure::after {
            content: "";
            position: absolute;
            bottom: -50px;
            right: -50px;
            width: 50px;
            height: 50px;
            background: #d00;
            transform: rotate(45deg);
            transition: all 0.2s ease; }
          #contents #interview-list .box a figure img {
            transition: all 0.2s ease; }
        #contents #interview-list .box a dl dt {
          line-height: 1.6; }
        #contents #interview-list .box a dl dd {
          font-size: 1.25rem;
          line-height: 1; }
          #contents #interview-list .box a dl dd strong {
            font-size: 1.75rem;
            margin-right: 5px; }
        #contents #interview-list .box a:hover {
          color: #049; }
          #contents #interview-list .box a:hover figure::after {
            bottom: -25px;
            right: -25px; }
          #contents #interview-list .box a:hover figure img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1); }
      #contents #interview-list .box-tag {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 10px; }
        #contents #interview-list .box-tag li {
          font-size: 0.75rem;
          line-height: 20px;
          padding: 0 8px 2px;
          border-radius: 4px;
          background: #049;
          color: #fff;
          margin: 1px; }
          #contents #interview-list .box-tag li::before {
            content: "#";
            margin-right: 2px; }
        @media screen and (max-width: 480px) {
          #contents #interview-list .box-tag li {
            font-size: 0.6875rem;
            padding: 0 8px; } }
    @media screen and (max-width: 1024px) {
      #contents #interview-list {
        margin: -10px; }
        #contents #interview-list .box {
          padding: 10px; }
          #contents #interview-list .box a dl dt {
            font-size: 0.875rem; }
          #contents #interview-list .box a dl dd {
            font-size: 1rem; }
            #contents #interview-list .box a dl dd strong {
              font-size: 1.5rem; } }
    @media screen and (max-width: 768px) {
      #contents #interview-list .box {
        width: 50%; }
        #contents #interview-list .box:nth-child(n+3) {
          margin-top: 20px; } }
    @media screen and (max-width: 480px) {
      #contents #interview-list {
        margin: 0;
        display: block; }
        #contents #interview-list .box {
          width: auto;
          padding: 0; }
          #contents #interview-list .box:nth-child(n+2) {
            margin-top: 40px; } }

/* post */
#contents #interview-head {
  margin-bottom: 60px; }
  #contents #interview-head .column {
    display: flex;
    align-items: center; }
  #contents #interview-head figure {
    width: 60%;
    flex-basis: auto;
    border-radius: 30px;
    overflow: hidden;
    margin-right: 40px; }
  #contents #interview-head-text {
    width: 100%;
    flex-shrink: 9999;
    text-align: left; }
    #contents #interview-head-text dl dt {
      font-size: 1.125rem;
      line-height: 1.6;
      margin-bottom: 5px; }
    #contents #interview-head-text dl dd {
      font-size: 1.5rem;
      line-height: 1; }
      #contents #interview-head-text dl dd strong {
        font-size: 2.5rem;
        margin-right: 5px; }
    #contents #interview-head-text .tag {
      display: flex;
      flex-wrap: wrap;
      margin-top: 20px; }
      #contents #interview-head-text .tag li {
        font-size: 0.75rem;
        line-height: 20px;
        padding: 0 8px 2px;
        border-radius: 4px;
        background: #049;
        color: #fff;
        margin: 1px; }
        #contents #interview-head-text .tag li::before {
          content: "#";
          margin-right: 2px; }
      @media screen and (max-width: 480px) {
        #contents #interview-head-text .tag li {
          font-size: 0.6875rem;
          padding: 0 8px; } }
  @media screen and (max-width: 768px) {
    #contents #interview-head .column {
      display: block; }
    #contents #interview-head figure {
      width: auto;
      margin: 0 auto 20px;
      border-radius: 15px; }
    #contents #interview-head-text {
      text-align: center; }
      #contents #interview-head-text dl dt {
        font-size: 1rem;
        margin-bottom: 2px; }
      #contents #interview-head-text dl dd {
        font-size: 1.25rem; }
        #contents #interview-head-text dl dd strong {
          font-size: 2rem; }
      #contents #interview-head-text .tag {
        margin-top: 15px;
        justify-content: center; } }
#contents #interview-post {
  max-width: 840px;
  margin: 60px auto 0;
  text-align: left; }
  #contents #interview-post .q {
    position: relative;
    padding-left: 50px;
    padding-top: 4px;
    margin-bottom: 20px; }
    #contents #interview-post .q::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      height: 40px;
      border-radius: 20px;
      background: #006934 url(../images/icon_interview.png) no-repeat center center/60%; }
    #contents #interview-post .q p {
      font-size: 1.125rem;
      font-weight: bold;
      line-height: 1.8; }
    #contents #interview-post .q:nth-child(n+2) {
      margin-top: 60px; }
  #contents #interview-post .a {
    padding-left: 50px; }
    #contents #interview-post .a p {
      font-size: 1rem;
      letter-spacing: .1em;
      line-height: 2.2; }
      #contents #interview-post .a p:nth-child(n+2) {
        margin-top: 15px; }
    #contents #interview-post .a figure {
      margin-top: 30px;
      border-radius: 30px;
      overflow: hidden; }
  @media screen and (max-width: 1024px) {
    #contents #interview-post {
      max-width: 100%; } }
  @media screen and (max-width: 768px) {
    #contents #interview-post {
      max-width: 100%; }
      #contents #interview-post .q {
        padding-top: 1px;
        padding-left: 40px;
        margin-bottom: 20px; }
        #contents #interview-post .q::before {
          width: 30px;
          height: 30px; }
      #contents #interview-post .a {
        padding-left: 40px; } }
  @media screen and (max-width: 480px) {
    #contents #interview-post .q {
      padding-top: 0;
      padding-left: 32px;
      margin-bottom: 15px; }
      #contents #interview-post .q::before {
        width: 26px;
        height: 26px; }
      #contents #interview-post .q p {
        font-size: 1rem; }
    #contents #interview-post .a {
      padding-left: 0; }
      #contents #interview-post .a p {
        font-size: 0.9375rem;
        line-height: 2;
        letter-spacing: .05em; }
      #contents #interview-post .a figure {
        margin-top: 20px;
        border-radius: 15px; } }
#contents #interview-bt {
  margin-top: 60px;
  text-align: center; }
  #contents #interview-bt a {
    display: inline-block;
    line-height: 45px;
    border: 1px solid #000;
    padding: 0 30px; }
    #contents #interview-bt a:hover {
      background: #f2f2f2; }
