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

html {
    background: url(../images/bg.jpg) no-repeat top center fixed;
    background-size: cover;
}

body {
  font-family: "Noto Sans Japanese", "Sawarabi Gothic", "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: 748px;
    margin: 0 auto;
}

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

h1.page-title {
    text-align: center;
    background: #ffffff;
    margin: 0 auto;
    padding: 1em 0;
    max-width: 630px;
    min-width: 410px;
    position: relative;
    top: 280px;
}

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;
}

.page-intro {
    width: 700px;
    margin: 0 auto 0 auto;
    padding: 30px 50px;
    background: #ffffff;
}

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

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

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

dl.interview-intro-profile {
    width: 48%;
    max-width: 310px;
    /* background: #aaaaaa; */
    display: flex;
    flex-wrap: wrap;
}

dl.interview-intro-profile dt {
    margin: 0 auto;
    text-align: center;
    line-height: 180%;
    order: 2;
}

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: 820px;
    margin: 0 auto;
    padding: 30px 80px;
    counter-reset: question;
    background: rgba(255,255,255,1.0);
}

.talk-interviewer-wrap {
    display: flex;
    flex-wrap: wrap;
}

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

dl.talk-interviewer dt {
    width: 90px;
    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;
    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;
}

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

/* Q.番号なし START */
dl.talk-interviewer-noq {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
}

dl.talk-interviewer-noq dt {
    width: 90px;
    order: 2;
    margin: 5px 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 30px 0 0;
    padding: 30px;
    background: #f5f5f5;
    width: 450px;
    border-radius: 5px;
}

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

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(-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;
}
.talk-answer-wrap + .talk-interviewer-wrap-noq {
    margin-top: 0px;
}

/* Q.番号なし END */


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

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 {
    width: 90px;
    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;
    width: 450px;
    border-radius: 5px;
}

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

strong {
    background: #fff248;
}

dl.talk-answer dd:before {
        content: "";
        display: block;
        width: 1px;
        height: 1px;
        transform: rotate(0deg);
        border-top: 0px solid transparent;
        border-right: 30px solid #eefde0;
        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;
}

figure.img-h-wrap {
    width: 90%;
    margin: 60px auto 70px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

figure.img-h-wrap img {
    display: block;
    width: 100%;
height: 100%;
}

figcaption {
    display: block;
    width: 100%;
    margin: .5em auto 0 auto;
    text-align: center;
}

figure.img-v-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin: 60px auto 70px auto;
}

figure.img-v-wrap img {
    display: block;
    margin: 0;
}

figure.img-v-wrap figcaption {
    display: block;
    width: 100%;
    margin: .5em auto 0 auto;
    text-align: center;
    line-height: 140%;
}

h2.interview-item-title {
    font-size: 160%;
    line-height: 140%;
    border-bottom: 3px dotted #cccccc;
    padding: 0 0 0.5em 0;
    margin: 1em 0 1em 0;
}

h2.interview-item-title ~ h2.interview-item-title {
    margin-top: 4em;
}

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;
}

dl.talk-answer dd p.num-list {
    text-indent: 0;
    font-size: 120%;
    font-weight: bold;
}


/*@media screen and (max-width: 1499px) {
 

}*/