@charset "UTF-8";

/* -------------------------------------
interview
------------------------------------- */
.interview {
  padding-bottom: 78px;
}
.interview #mainimg {
  background-image: url(../imgs/interview/mainimg.jpg);
}

.interview a {
  color: #ca5142;
}

/*intv_nav*/
.interview .intv_nav {
  margin-bottom: 30px;
}
.interview .intv_nav dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.interview .intv_nav dl dt {
  padding: 10px 40px;
}
.interview .intv_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: auto;
}
.interview .intv_nav ul li {
  border-left: 1px solid #ca5142;
}
.interview .intv_nav ul li a {
  color: #ca5142;
  font-size: 14px;
  line-height: 1;
  padding: 0 40px;
}
.interview .intv_nav ul li a span {
  display: inline-block;
  padding: 10px 32px 10px 0;
  background: url(../imgs/common/arrow-btm_rd.svg) right 0 center no-repeat;
  background-size: 22px 22px;
}

/*intv_nav*/
.interview .main-interview {
  margin-bottom: 50px;
}
.interview .main-interview .imgbk {
  margin-bottom: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 80px;
}

.interview p.tbk {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 15px;
}
.interview p.tbk .cat {
  color: #fff;
  padding: 2px 7px;
  margin-right: 10px;
  background-color: #ca5142;
}
.interview .date {
  color: #e4a8a0;
  font-family: bebas-neue-pro, sans-serif;
  font-style: normal;
  line-height: 1;
}

.interview .main-interview p.tbk .cat {
  font-size: 14px;
  padding: 3px 8px;
}
.interview .main-interview p.tbk .year {
  font-size: 20px;
}
.interview .main-interview .sttl {
  font-size: 23px;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.low.interview .main-interview .bdttl:before {
  max-width: 220px;
}
.interview .main-interview .name {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
.interview .main-interview .name span {
  display: inline-block;
}
.interview .main-interview .date {
  font-size: 18px;
}

.interview .interview-list {
  display: flex;
  flex-wrap: wrap;
}
.interview .interview-list li {
  display: flex;
  flex-wrap: wrap;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 25px;
}
.interview .interview-list li:nth-child(3n) {
  margin-right: 0;
}
.interview .interview-list .imgbk {
  margin-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 30px;
}
.interview .interview-list p.tbk {
}
.interview .interview-list p.tbk .cat {
}
.interview .interview-list p.tbk .year {
}
.interview .interview-list .sttl {
  font-size: 17px;
  line-height: 1.4;
  width: 100%;
  margin-bottom: 18px;
  padding-bottom: 18px;
}
.interview .interview-list .sttl span {
  display: block;
}
.interview .interview-list .name {
  font-size: 12px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 5px;
}
.interview .interview-list .name span {
  display: block;
}
.interview .interview-list .date {
  font-size: 15px;
}

/* -------------------------------------
interview 詳細
------------------------------------- */
.interview.low.sml.detail article {
  padding-bottom: 0;
}
.interview.detail {
}
.interview.detail .ttlbk .year {
  font-size: 20px;
}
.interview.detail .ttlbk .ttl {
  font-size: 23px;
}
.interview.detail .ttlbk .ttl br {
  display: none;
}
.interview.detail .contbk {
}
.interview.detail .contbk .imgbk {
  margin-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 80px;
}
.interview.detail .contbk #mph {
  position: relative;
  margin-bottom: 20px;
}
.interview.detail .contbk #mph .cat {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 2px 7px;
  margin-right: 10px;
  background-color: #ca5142;
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: 2;
}
.interview.detail .contbk #mph .cat:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.interview.detail .contbk #mph .cat span {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 5px;
}
.interview.detail .contbk #mph .date {
  font-size: 17px;
  text-align: right;
}
.interview.detail .contbk .profile,
.interview.detail .contbk .txtbk {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.interview.detail .contbk .profile {
  align-items: center;
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 1px dotted #ca5142;
}
.interview.detail .contbk .lft {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: bold;
  letter-spacing: 0.13em;
  font-size: 20px;
  width: 135px;
}
.interview.detail .contbk .profile .prf,
.interview.detail .contbk .faqlist .txtbk .num {
  text-align: center;
  color: #ca5142;
  width: 80px;
  position: relative;
}
.interview.detail .contbk .faqlist .txtbk .num {
  line-height: 1;
  height: 68px;
}
.interview.detail .contbk .profile .prf::after,
.interview.detail .contbk .faqlist .txtbk .num::after {
  content: "";
  width: 67%;
  height: 7px;
  background: url(../imgs/common/circle_line.svg) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.interview.detail .contbk .rgt {
  width: calc(100% - 145px);
  max-width: 775px;
}
.interview.detail .contbk .profile .name {
  font-size: 20px;
}
.interview.detail .contbk .profile .name span {
  display: inline-block;
}
.interview.detail .contbk .profile .name span:first-child {
  line-height: 1.2;
  margin-right: 1em;
}
.interview.detail .contbk .profile p {
  color: #000;
}
.interview.detail .contbk .faqlist {
  counter-reset: talk;
}
.interview.detail .contbk .faqlist li {
  margin-bottom: 75px;
}
.interview.detail .contbk .faqlist .imgbk {
  margin-bottom: 30px;
}
.interview.detail .contbk .faqlist .txtbk .num span {
  padding-left: 0.13em;
  padding-top: 7px;
  display: block;
}
.interview.detail .contbk .faqlist .txtbk .num span:after {
  display: block;
  font-size: 40px;
  padding-right: 0.05em;
  letter-spacing: -0.05em;
  content: "0 " counter(talk);
  counter-increment: talk;
}

.interview.detail .contbk .faqlist .txtbk .rgt .sttl {
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.interview.detail .contbk .faqlist .txtbk .rgt p {
  color: #000;
}
.interview.detail #morelist .morebtn {
  font-size: 17px;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: bold;
  letter-spacing: 0.13em;
  line-height: 1;
  display: inline-block;
  padding: 10px 32px 10px 0;
  margin-bottom: 20px;
  background: url(../imgs/common/arrow-btm_rd.svg) right 0 center no-repeat;
  background-size: 22px 22px;
}

@media screen and (max-width: 1260px) {
}

@media screen and (max-width: 1160px) {
}

@media screen and (max-width: 1060px) {
}

@media screen and (max-width: 980px) {
  .interview .interview-list li {
    margin-right: 2%;
    width: 32%;
  }
}

@media screen and (max-width: 880px) {
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 680px) {
  .interview .intv_nav dl dt {
    padding: 10px 20px;
  }
  .interview .intv_nav ul li a {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .interview .main-interview .imgbk {
    border-radius: 40px;
  }
  .interview .main-interview .sttl {
    font-size: 20px;
  }
  .interview .main-interview .name {
    font-size: 14px;
  }
  .interview .interview-list {
    justify-content: space-between;
  }
  .interview .interview-list li,
  .interview .interview-list li:nth-child(3n) {
    width: 48%;
    margin-right: 0;
  }
  .interview .interview-list .sttl {
    font-size: 16px;
  }
  /* -------------------------------------
	interview 詳細
	------------------------------------- */
  .interview.detail .ttlbk .ttl {
    font-size: 21px;
  }
  .interview.detail .contbk .imgbk {
    border-radius: 40px;
  }
  .interview.detail .contbk .profile .name {
    font-size: 18px;
  }
  .interview.detail .contbk .faqlist .txtbk .rgt .sttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 523px) {
  .interview .intv_nav ul li:first-child {
    border-left: none;
  }
}
@media screen and (max-width: 480px) {
  /* -------------------------------------
	interview 詳細
	------------------------------------- */
  .interview.detail .ttlbk .ttl {
    font-size: 19px;
  }
  .interview.detail .contbk .lft {
    width: 80px;
  }
  .interview.detail .contbk .profile .prf:after,
  .interview.detail .contbk .faqlist .txtbk .num:after {
    content: none;
  }
  .interview.detail .contbk .rgt {
    width: calc(100% - 100px);
  }
  .interview.detail .contbk .profile .name span:first-child {
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  .interview .intv_nav ul li a {
    padding: 0 10px;
  }
}

@media screen and (max-width: 400px) {
  .interview .intv_nav ul li a {
    padding: 0 5px;
  }
  .interview .intv_nav ul li a span {
    padding-right: 24px;
    background-size: 18px;
  }
  .interview .main-interview {
    margin-bottom: 25px;
  }
  .interview .main-interview .imgbk {
    border-radius: 30px;
  }
  .interview .main-interview .imgbk,
  .interview .interview-list .imgbk {
    height: 200px;
  }
  .interview .main-interview p.tbk .cat,
  .interview .main-interview p.tbk .year {
    font-size: 13px;
  }
  .interview .main-interview .sttl {
    font-size: 16px;
  }
  .interview .main-interview .sttl.bdttl {
    display: block;
  }
  .interview .main-interview .sttl.bdttl:before {
    max-width: initial;
  }
  .interview .main-interview .name {
    font-size: 12px;
    line-height: 1.6;
  }
  .interview .main-interview .name span {
    display: block;
  }
  .interview .main-interview .date {
    font-size: 15px;
  }
  .interview .interview-list {
    display: block;
  }
  .interview .interview-list li,
  .interview .interview-list li:nth-child(3n) {
    max-width: initial;
    width: 100%;
    margin: 0 auto 25px;
    display: block;
  }
  /* -------------------------------------
	interview 詳細
	------------------------------------- */
  .interview.detail .contbk .profile {
    padding-bottom: 12%;
  }
  .interview.detail .contbk .faqlist li {
    margin-bottom: 20%;
  }
  .interview.detail .contbk .imgbk {
    border-radius: 30px;
    height: 200px;
  }
  .interview.detail .contbk .profile,
  .interview.detail .contbk .txtbk {
    display: block;
  }
  .interview.detail .contbk .txtbk {
    position: relative;
  }

  .interview.detail .contbk .rgt {
    width: 100%;
  }
  .interview.detail .contbk .faqlist .txtbk .num {
    text-align: left;
    position: absolute;
    top: -20px;
  }
  .interview.detail .contbk .faqlist .txtbk .rgt .sttl {
    line-height: 1.2;
    padding-left: 70px;
    min-height: 50px;
  }
}
@media screen and (max-width: 320px) {
}

@media screen and (min-width: 769px) {
}
