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

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(../images/header_bg.jpg) no-repeat;
    background-position: bottom;
    background-size: cover;
    margin: 0 auto 50px auto;
    padding: 0;
    min-height: 490px;
    width: 100%;
}

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

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 40px auto;
}

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

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 0;
    counter-reset: question;
}

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

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

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

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: #fbebef;
    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;
}
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: 1499px) {
 

}*/