@charset "UTF-8";

/* -------------------------------------
community_interview
------------------------------------- */
.low .low_inblk .page_ttl .jp {
  line-height: 1.2;
}
.interview a {
  color: #ca5142;
}
.interview .ttlbk .cp span {
  display: inline-block;
}
.interview .main-interview {
  margin-bottom: 80px;
}
.interview .main-interview .imgblk {
  min-height: 250px;
  padding-top: 56%;
  margin-bottom: 25px;
  border-radius: 80px;
  overflow: hidden;
  position: relative;
}
.interview .main-interview .imgblk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  position: absolute;
  top: 0;
}
.interview .main-interview .bdttl {
  display: block;
}
.interview .main-interview .bdttl:before {
  max-width: 280px;
}
.interview .main-interview .sttl {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.interview .main-interview .sttl .birthplace {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.interview .main-interview .sttl .name {
  font-size: 25px;
}

.interview .date {
  font-family: bebas-neue-pro, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #e4a8a0;
}

.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 li a {
  width: 100%;
}
.interview .interview-list .imgblk {
  min-height: 130px;
  padding-top: 71%;
  margin-bottom: 20px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.interview .interview-list .imgblk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  transition: 0.3s;
}
.interview .interview-list li a:hover .imgblk img {
  scale: 1.1;
}
.interview .interview-list .bdttl {
  display: block;
}
.interview .interview-list .sttl {
  font-size: 13px;
  line-height: 1.6;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.interview .interview-list .sttl .birthplace {
  font-size: 12px;
  font-weight: 500;
  display: block;
}
.interview .interview-list .sttl .name {
  font-size: 17px;
}

/* -------------------------------------
interview 詳細
------------------------------------- */
.interview.low.sml.detail article {
  padding-bottom: 90px;
}
.interview.detail #mph {
  padding-top: 20px;
  position: relative;
}
.interview.detail #mph .prf_tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  max-width: 190px;
  padding: 3.6% 3% 35px;
  background: url(../imgs/community_interview/lavel_bg.svg) no-repeat bottom center/cover;
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 2;
}
.interview.detail #mph .prf_tag p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
.interview.detail #mph .prf_tag span {
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}
.interview.detail #mph .imgblk {
  padding-top: 56%;
  min-height: 250px;
  margin-bottom: 15px;
  border-radius: 80px;
  overflow: hidden;
  position: relative;
}
.interview.detail #mph .imgblk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
}
.interview.detail #mph .date {
  font-size: 17px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.interview.detail #mph .profile {
  padding-bottom: 35px;
  border-bottom: 2px dotted #ca5142;
}
.interview.detail #mph .profile .prf {
  font-size: 23px;
}
.interview.detail #mph .profile .pttl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.interview.detail #mph .profile .pttl .birthplace {
  font-size: 18px;
  margin-right: 1em;
}
.interview.detail #mph .profile .pttl .name {
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  font-size: 25px;
}
.interview.detail #mph .profile .pttl .name span {
  font-size: 20px;
  display: inline-block;
  padding-bottom: 2px;
}

.interview.detail #mph .profile .pttl + p {
  font-size: 15px;
}
.interview.detail #faqlist {
  counter-reset: talk;
  margin-bottom: 60px;
}
.interview.detail #faqlist li {
  padding: 60px 0;
}
.interview.detail #faqlist li:not(:last-child) {
  border-bottom: 1px solid #ca5142;
}
.interview.detail #faqlist li .flex {
  display: flex;
  justify-content: space-between;
}
.interview.detail #faqlist li:nth-child(even) .flex {
  flex-direction: row-reverse;
}
.interview.detail #faqlist li .imgblk {
  max-width: 500px;
  width: calc(100% - 420px);
}
.interview.detail #faqlist li .imgblk .imgblk_in {
  border-radius: 30px;
  overflow: hidden;
}
.interview.detail #faqlist li .imgblk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.interview.detail #faqlist .txtblk {
  width: 400px;
  padding-top: 20px;
}
/* 縦長画像 */
.interview.detail #faqlist li .flex.vert {
  max-width: 728px;
  margin: 0 auto;
}
.interview.detail #faqlist li .vert .imgblk {
  max-width: 350px;
  width: calc(100% - 370px);
}
.interview.detail #faqlist li .vert .txtblk {
  width: 350px;
}
.interview.detail #faqlist .txtblk .num {
  font-family: bebas-neue-pro, sans-serif;
  line-height: 1;
  /* font-style: normal; */
  font-weight: bold;
  letter-spacing: 0.13em;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32px;
  margin-bottom: 10px;
}

.interview.detail #faqlist .txtblk .num span {
  font-size: 20px;
  padding-left: 0.13em;
  padding-top: 7px;
  display: block;
}

.interview.detail #faqlist .txtblk .num span:after {
  font-size: 40px;
  letter-spacing: -0.05em;
  text-align: center;
  padding-right: 0.05em;

  content: "0 " counter(talk);
  counter-increment: talk;
  display: block;
}

.interview.detail #faqlist .txt .sttl {
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.interview.detail #faqlist .txt .bdttl:before,
.interview.detail #message .txtblk .bdttl:before {
  width: 120px;
}
.interview.detail #faqlist .txt p {
  color: #000;
  line-height: 1.8;
}
.interview.detail #faqlist .txt p.photo {
  font-size: 11px;
  opacity: 0.5;
  padding-top: 10px;
}
.interview.detail #faqlist .txt p.photo span {
  display: inline-block;
}
.interview.detail #message {
  position: relative;
  padding-top: 70px;
  margin-bottom: 140px;
}
.interview.detail #message:before {
  content: "";
  width: 300%;
  max-width: 1920px;
  padding-top: 550px;
  background: #efede7;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: -1;
}
.interview.detail #message .m_ttl {
  width: 180px;
  height: 180px;
  background: #efede7;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: -1;
}
.interview.detail #message .m_ttl span {
  font-size: 23px;
  line-height: 1;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
}
.interview.detail #message .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin: 0 auto;
}
.interview.detail #message .txtblk {
  width: 300px;
}
.interview.detail #message .txtblk .sttl {
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.interview.detail #message .txtblk p {
  color: #000;
}

.interview.detail #message .imgblk {
  max-width: 400px;
  width: calc(100% - 320px);
}
.interview.detail #message .imgblk img {
  border: 3px solid #ca5142;
  border-radius: 50%;
}
.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: 1323px) {
  /* -------------------------------------
	interview 詳細
	------------------------------------- */
  .interview.detail #faqlist li .imgblk {
    width: 55%;
  }
  .interview.detail #faqlist .txtblk {
    width: 43%;
    max-width: 400px;
  }
}
@media screen and (max-width: 1050px) {
  /* -------------------------------------
	interview 詳細
	------------------------------------- */
  .interview.detail #message:before {
    padding-top: 72%;
  }
}
@media screen and (max-width: 980px) {
  .interview .interview-list .imgblk {
    margin-bottom: 15px;
  }
  .interview .interview-list li {
    margin-right: 2%;
    width: 32%;
  }
  /* -------------------------------------
	interview 詳細
	------------------------------------- */
  .interview.detail #mph .prf_tag p {
    font-size: 20px;
  }
  .interview.detail #mph .prf_tag span {
    font-size: 15px;
  }
  .interview.detail #faqlist li .flex {
    display: block;
  }
  .interview.detail #faqlist li .imgblk,
  .interview.detail #faqlist li .vert .imgblk {
    width: 100%;
    margin: 0 auto;
  }
  .interview.detail #faqlist .txtblk,
  .interview.detail #faqlist li .vert .txtblk {
    width: 100%;
    max-width: initial;
  }
  .interview.detail #faqlist .txtblk {
    display: flex;
  }
  .interview.detail #faqlist .txtblk .num span {
    padding-top: 0;
  }
  .interview.detail #faqlist .txt {
    margin-left: 20px;
  }
  .interview.detail #faqlist .txt .sttl,
  .interview.detail #message .txtblk .sttl {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 880px) {
  /* -------------------------------------
	interview 詳細
	------------------------------------- */
  .interview.detail #message .txtblk {
    width: 49%;
  }
  .interview.detail #message .imgblk {
    width: 49%;
    max-width: 273px;
  }
}

@media screen and (max-width: 768px) {
  .interview.low.sml.detail article {
    padding-bottom: 12%;
  }
  /* -------------------------------------
	interview 詳細
	------------------------------------- */
  .interview.detail #mph .prf_tag {
    max-width: 160px;
  }
  .interview.detail #mph .date {
    font-size: 15px;
  }
  .interview.detail #mph .profile .prf {
    font-size: 21px;
  }
  .interview.detail #faqlist li {
    padding: 45px 0;
  }
  .interview.detail #message {
    padding-top: 35px;
    margin-bottom: 18%;
  }
  .interview.detail #message:before {
    padding-top: 552px;
  }
  .interview.detail #message .flex {
    flex-direction: column-reverse;
  }
  .interview.detail #message .txtblk {
    width: 100%;
  }
  .interview.detail #message .imgblk {
    width: 80%;
    max-width: 250px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .interview .main-interview {
    margin-bottom: 13%;
  }
  .interview .main-interview .imgblk,
  .interview.detail #mph .imgblk {
    border-radius: 40px;
  }
  .interview .main-interview .sttl {
    font-size: 18px;
  }
  .interview .main-interview .sttl .birthplace,
  .interview.detail #mph .profile .pttl .birthplace {
    font-size: 16px;
  }
  .interview .main-interview .sttl .name,
  .interview.detail #mph .profile .pttl .name {
    font-size: 23px;
  }
  .interview.detail #mph .profile .pttl .name span {
    font-size: 18px;
    padding-bottom: 0;
  }

  .interview .interview-list {
    justify-content: space-between;
  }
  .interview .interview-list li,
  .interview .interview-list li:nth-child(3n) {
    width: 48%;
    margin-right: 0;
  }
  .interview .date {
    font-size: 14px;
  }
  /* -------------------------------------
	interview 詳細
	------------------------------------- */
  .interview.detail #mph .prf_tag p {
    font-size: 18px;
  }
  .interview.detail #mph .prf_tag span {
    font-size: 13px;
  }
  .interview.detail #mph .date {
    font-size: 14px;
  }
  .interview.detail #mph .profile .prf {
    font-size: 19px;
  }
  .interview.detail .profile .name {
    font-size: 18px;
  }
  .interview.detail #faqlist .txt .sttl,
  .interview.detail #message .txtblk .sttl {
    font-size: 16px;
  }
  .interview.detail #mph .profile .pttl + p {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  /* -------------------------------------
	interview 詳細
	------------------------------------- */
  .interview.detail #mph .prf_tag {
    left: 6%;
  }
  .interview.detail #mph .prf_tag p {
    font-size: 16px;
  }
  .interview.detail #mph .prf_tag span {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .interview.detail .ttlbk .ttl {
    font-size: 19px;
  }
  .interview .main-interview .imgblk {
    margin-bottom: 15px;
  }
  .interview .main-interview .sttl {
    margin-bottom: 15px;
  }
  .interview .main-interview .sttl .birthplace {
    font-size: 15px;
  }
  .interview .main-interview .sttl .name {
    font-size: 20px;
  }
  .interview .date {
    font-size: 12px;
  }
  .interview .interview-list .imgblk {
    border-radius: 15px;
    margin-bottom: 10px;
  }
  .interview .interview-list .sttl {
    padding-bottom: 10px;
    margin-bottom: 7px;
  }

  /* -------------------------------------
	interview 詳細
	------------------------------------- */
  .low.sml.detail article {
    padding-top: 10px;
  }
  .interview.detail #mph {
    padding-top: 80px;
  }
  .interview.detail #mph .prf_tag {
    width: 120px;
    height: 101px;
    padding: 0 2px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .interview.detail #mph .prf_tag p {
    font-size: 13px;
  }
  .interview.detail #mph .prf_tag span {
    font-size: 9px;
  }

  .interview.detail #mph .date {
    font-size: 12px;
    margin-bottom: 0;
  }
  .interview.detail #mph .profile .prf {
    font-size: 17px;
  }
  .interview.detail #mph .profile .pttl .birthplace {
    font-size: 15px;
  }
  .interview.detail #mph .profile .pttl .name {
    font-size: 20px;
  }
  .interview.detail #mph .profile .pttl + p {
    font-size: 13px;
  }
}

@media screen and (max-width: 400px) {
  .interview .main-interview .imgblk,
  .interview.detail #mph .imgblk {
    border-radius: 30px;
  }
  .interview .main-interview .imgblk {
    margin-bottom: 15px;
  }
  .interview .main-interview .sttl {
    font-size: 15px;
    line-height: 1.6;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .interview .main-interview .sttl .birthplace {
    font-size: 13px;
    margin-bottom: 0;
  }
  .interview .main-interview .sttl .name {
    font-size: 18px;
  }

  .interview .interview-list .sttl .name {
    font-size: 17px;
  }

  .interview .sttl.bdttl {
    display: block;
  }
  .interview .sttl.bdttl:before {
    max-width: initial;
  }

  /* -------------------------------------
	interview 詳細
	------------------------------------- */
  .interview.detail .profile {
    padding-bottom: 12%;
  }
  .interview.detail #mph .profile .prf {
    font-size: 15px;
  }
  .interview.detail #mph .profile .pttl .birthplace {
    font-size: 13px;
  }
  .interview.detail #mph .profile .pttl .name {
    font-size: 18px;
  }
  .interview.detail #mph .profile .pttl .name span {
    font-size: 15px;
  }
  .interview.detail #faqlist li {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 320px) {
}

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