@charset "shift_jis";
/* CSS Document */

html {
  background: url(../images/bg.jpg);
/*    background-size: cover;*/
}

body {
  font-family: "Noto Sans Japanese", "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wrap {
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
}

header {
    background: url(../../interview02/images/header_bg.jpg) no-repeat;
    background-position: top;
    background-size: cover;
    margin: 0 auto 170px auto;
    padding: 0;
    min-height: 170px;
    width: 100%;
}

h1.page-title {
    text-align: center;
    background: #ffffff;
    margin: 0 auto 0px auto;
    padding: 1em 1em;
    max-width: 350px;
    position: relative;
    top: 150px;
    font-size: 1.2em;
}

span.page-title-en {
    font-weight: normal;
    display: block;
    font-size: 14px;
    margin: 0 0 1em 0;
    letter-spacing: .1em;
    /* font-family: 'Nixie One'; */
    color: rgb(209, 203, 124);
}

span.page-title-jp {
    display: block;
    line-height: 180%;
    letter-spacing: .1em;
    font-weight: normal;
}
span.page-title-jp br {
    display: none;
}

.page-intro {
    width: auto;
    margin: 0 0 0 0;
    background: #ffffff;
    padding: 20px 5%;
}

.page-intro p {
    line-height: 180%;
}

/*.page-intro:after {
    width: 50px;
    height: 1px;
    background: rgb(175, 163, 8);
    margin: 60px auto 0 auto;
    display: block;
    content: "";
}*/


.interview-intro {
    max-width: 700px;
    margin: 0 auto 50px auto;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content:  space-between;
    background: #ffffff;
}

dl.interview-intro-profile {
    width: 46%;
    max-width: 310px;
    display: flex;
    flex-wrap: wrap;
}

dl.interview-intro-profile dt {
    margin: 0 auto;
    line-height: 180%;
    order: 2;
    font-size: 80%
}

dl.interview-intro-profile dd img {
    display: block;
    width: 100%;
    height: auto;
/*    border-radius: 50%;*/
}

dl.interview-intro-profile dd {
    margin: 0 auto 10px auto;
    max-width: 180px;
}

/*.interview-intro:after {
  clear: both;
  width: 50px;
    height: 1px;
    background: rgb(175, 163, 8);
    margin: 60px auto 0 auto;
    display: block;
    content: "";
}*/

.talk-wrap {/* min-width: 751px; */max-width: 750px;margin: 0 auto;padding: 30px 0;counter-reset: question;background: rgba(255, 255, 255, .8);}

.talk-interviewer-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}

dl.talk-interviewer {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
}

dl.talk-interviewer dt {
    width: 60px;
    order: 2;
    margin: 5px 0 5px 0;
}

dl.talk-interviewer dt img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

dl.talk-interviewer dd {
    order: 1;
    margin: 0px 30px 0 0;
    padding: 30px;
    background: #f5f5f5;
    max-width: 450px;
    border-radius: 5px;
}

dl.talk-interviewer dd p {
    margin: 0;
    line-height: 170%;
}

dl.talk-interviewer dd p + p {
    margin-top: 1em;
}

dl.talk-interviewer dd:before {
    content: "";
    display: block;
    width: 1px;
    height: 1px;
    transform: rotate(-90deg);
    border-top: 30px solid #f5f5f5;
    border-right: 0px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 20px solid transparent;
    position: relative;
    float: right;
    right: -44px;
    top: 0px;
    margin-bottom: -10px;
}

/*dl.talk-interviewer:before {
    counter-increment: question;
    content: "Q. "counter(question);
    font-size: 30px;
    position: relative;
    top: -20px;
    left: 50px;
    font-weight: bold;
    color: rgba(173, 161, 0, 0.5);
    display: block;
    font-family: 'Nixie One';
}*/

.talk-answer-wrap + .talk-interviewer-wrap {
    margin-top: 90px;
}

.talk-answer-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
    padding: 0 20px;
}

dl.talk-answer {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

dl.talk-answer dt {
    width: 60px;
    order: 1;
    margin: 5px 0 5px 0;
}

dl.talk-answer dt img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

dl.talk-answer dd {
    order: 2;
    margin: 0px 0px 0 30px;
    padding: 30px;
    background: #effde0;
    max-width: 450px;
    border-radius: 5px;
}

dl.talk-answer dd p {
    margin: 0;
    line-height: 150%;
}

dl.talk-answer dd:before {
        content: "";
        display: block;
        width: 1px;
        height: 1px;
        transform: rotate(0deg);
        border-top: 0px solid transparent;
        border-right: 30px solid #fbebf0;
        border-bottom: 20px solid transparent;
        border-left: 0px solid transparent;
        position: relative;
        float: left;
        margin-left: -50px;
        top: 10px;
        margin-bottom: 0;
}

dl.talk-answer dd p + p {
    margin-top: 1em;
}

h2.interview-end-title {
    text-align: center;
    margin: 90px 0 30px 0;
}

h2.interview-end-title span {
    background: #ffffff;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

h2.interview-end-title:after {
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px dotted #cccccc;
    content: "";
    position: relative;
    top: -.6em;
    z-index: 1;
}

footer {
    width: 100%;
    padding: 1em 0;
}

small {
    text-align: center;
    display: block;
    color: #333333;
}

small a {
    color: rgb(175, 163, 8);
    transition: all .3s ease-in-out;
}

small a:hover {
    transition: all .3s ease-in-out;
}


@media screen and (max-width: 720px) {
  .talk-interviewer-wrap {
      display: flex;
      flex-wrap: wrap;
      padding: 0 20px;
      margin-top: 70px;
  }

  dl.talk-interviewer {
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      justify-content: flex-end;
  }

  dl.talk-interviewer dt {
      min-width: 60px;
      max-width: 60px;
      order: 1;
      margin: -60px 0 5px 0;
  }

  dl.talk-interviewer dt img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 50%;
  }

  dl.talk-interviewer dd {
      order: 1;
      margin: 0px 0px 0 20px;
      padding: 30px;
      background: #f5f5f5;
      max-width: 100%;
      border-radius: 5px;
      width: 100%;
  }

  dl.talk-interviewer dd p {
    margin: 0;
    line-height: 170%;
    text-indent: 1em;
    color: #333333;
  }

  dl.talk-interviewer dd p + p {
      margin-top: 1em;
  }


  dl.talk-interviewer dd:before {
      content: "";
      display: block;
      width: 1px;
      height: 1px;
      transform: rotate(-180deg);
      border-top: 10px solid #f5f5f5;
      border-right: 5px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 5px solid transparent;
      position: relative;
      float: right;
      right: -15px;
      top: -50px;
      margin-bottom: -10px;
  }


/*
  dl.talk-interviewer:before {
     counter-increment: question;
    content: "Q. "counter(question);
    font-size: 30px;
    position: relative;
    top: 0;
    left: 0;
    font-weight: bold;
    color: rgba(173, 161, 0, 0.5);
    display: block;
    font-family: 'Nixie One';
    width: 100%;
  }

  .talk-answer-wrap + .talk-interviewer-wrap {
      margin-top: 90px;
  }
  
  /*Q.番号なし start */
/*  .talk-interviewer-wrap-noq {
      display: flex;
      flex-wrap: wrap;
      padding: 0 20px;
  }
*/
  dl.talk-interviewer-noq {
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      justify-content: flex-end;
  }

  dl.talk-interviewer-noq dt {
      min-width: 60px;
      max-width: 60px;
      order: 1;
      margin: -60px 0 5px 0;
  }

  dl.talk-interviewer-noq dt img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 50%;
  }

  dl.talk-interviewer-noq dd {

      order: 1;
      margin: 0px 0px 0 20px;
      padding: 30px;
      background: #f5f5f5;
      max-width: 100%;
      border-radius: 5px;
      width: 100%;
  }

  dl.talk-interviewer-noq dd p {
    margin: 0;
    line-height: 170%;
/*    text-indent: 1em;*/
    color: #333333;
  }

  dl.talk-interviewer-noq dd p + p {
      margin-top: 1em;
  }

  dl.talk-interviewer-noq dd:before {
      content: "";
      display: block;
      width: 1px;
      height: 1px;
      transform: rotate(-180deg);
      border-top: 10px solid #f5f5f5;
      border-right: 5px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 5px solid transparent;
      position: relative;
      float: right;
      right: -15px;
      top: -50px;
      margin-bottom: -10px;
  }

  .talk-answer-wrap + .talk-interviewer-wrap-noq {
      margin-top: 80px;
  }
  /* end */
  
  .talk-answer-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
    padding: 0 20px;
}

dl.talk-answer {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

  dl.talk-answer a {
    color: rgb(0, 130, 28);
}
  
dl.talk-answer dt {
    max-width: 60px;
    min-width: 60px;
    order: 1;
    margin: 5px 0 5px 0;
}

dl.talk-answer dt img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

dl.talk-answer dd {
    order: 2;
    margin: 0px 0px 0 0px;
    padding: 30px;
    background: #effde0;
    max-width: 100%;
    border-radius: 5px;
    width: 100%;
}

dl.talk-answer dd p {
    margin: 0;
    line-height: 170%;
/*    text-indent: 1em;*/
    color: #333333;
}
  
  strong {
    background: #fff248;
    /* font-weight: normal; */
}

dl.talk-answer dd:before {
        content: "";
        display: block;
        width: 1px;
        height: 1px;
        transform: rotate(90deg);
        border-top: 5px solid transparent;
        border-right: 10px solid #effde0;
        border-bottom: 5px solid transparent;
        border-left: 10px solid transparent;
        position: relative;
        float: none;
        margin-left: -20px;
        top: -45px;
        margin-bottom: 0;
}

dl.talk-answer dd p + p {
    margin-top: 1em;
}
  h2.interview-end-title {
    text-align: center;
    margin: 90px 0 80px 0;
}

h2.interview-end-title span {
    background: #ffffff;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

h2.interview-end-title:after {
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px dotted #cccccc;
    content: "";
    position: relative;
    top: -.6em;
    z-index: 1;
}
  
  
h2.interview-item-title {
    line-height: 140%;
    padding: 0 3% .5em 3%;
    border-bottom: 3px dotted #cccccc;
    margin: 1em 2% 4em 2%;
}

h2.interview-item-title ~ h2.interview-item-title {
    margin-top: 4em;
}
figure {
    margin: 70px 0px 90px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

figure img {
    display: block;
    width: 90%;
height: 100%;
}

figure figcaption {
    width: 90%;
    margin: .5em auto 0 auto;
    line-height: 140%;
}
  
dl.talk-answer dd p.num-list {
    text-indent: 0;
    font-size: 115%;
    font-weight: bold;
}
  
  }