.l-k-article--kv{
  text-align: center;
}
.l-k-article--kv__title{
  background: rgba(229, 73, 87, 0.8);
  color: #fff;
  margin: -40px auto 0;
  padding: 30px 20px;
  position: relative;
  max-width: 750px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-k-article--kv__title{
    margin: -40px 20px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .l-k-article--kv__title{
    padding: 30px;
  }
}

.l-k-article--kv__title h1,
.l-k-article--kv__title h2,
.l-k-article--kv__title h3,
.l-k-article--kv__title h4,
.l-k-article--kv__title h5{
  font: bold 32px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-k-article--kv__title h1,
  .l-k-article--kv__title h2,
  .l-k-article--kv__title h3,
  .l-k-article--kv__title h4,
  .l-k-article--kv__title h5{
    font-size: 20px;
  }
}
.l-k-article--kv__title p{
  font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
}

.interview-name {
  font-weight: 700;
  color: rgba(229, 73, 87, 1);
}
.interview-name:after {
  content: ":";
  padding: 0 5px;
}
.interview-name.parent {
  color: #d85761;
}


.l-k-article--readmore{
  max-width: 550px;
  margin: 0 auto;
  padding: 30px 20px 60px;
}
.l-k-article__readmore-list{
  border-top: 1px solid #333;
}
.l-k-article__readmore-list li{
  border-bottom: 1px solid #333;
}
.l-k-article__readmore-list li a{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 20px 0;
  color: #333;
  font: normal 14px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
}
.l-k-article__readmore-list li a:hover{
  opacity: .6;
  color: inherit;
}
.l-k-article__readmore-list li a .thumb{
  width: 100px;
  height: 100px;
  margin-right: 20px;
  overflow: hidden;
  background: #666;
}
@media screen and (max-width: 767px) {
  .l-k-article__readmore-list li a .thumb{
    width: 80px;
    height: 80px;
  }
}
/* .l-k-article__readmore-list li a .thumb img{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
.l-k-article__readmore-list li a .text{
  flex: 1;
}
.l-k-article__readmore-list li a .text h4{
  color: rgba(229, 73, 87, 1);
  font-weight: bold;
  margin-bottom: 5px;
}
.l-k-article__readmore-list li a .text .readmore-text{
  margin-top: 10px;
  text-align: right;
}


.l-k-article--nyushi-inner {
  max-width: 550px;
  margin: 0 auto;
  background-color: #fff4f5;
  border-radius: 10px;
  padding: 30px 20px 60px;
}
.l-k-article--nyushi-inner p{
  font: normal 14px/1.75 YakuHanJP, "Noto Sans JP", sans-serif;
}


.p-title-interview01 {
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
  padding: 36px 20px;
  font: bold 32px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-title-interview01 {
    font-size: 20px;
  }
}

.p-title-interview02 {
  font: 400 20px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333;
  padding-left: 10px;
  border-left: 3px solid rgba(229, 73, 87, 1);
}
@media screen and (min-width: 768px) {
  .p-title-interview02 {
    font-size: 26px;
  }
}

.p-title-interview03 {
  margin-bottom: 3rem;
  color: #666!important;
  /* font: 700 20px/1.4 YakuHanJP, "Noto Sans JP", sans-serif; */
  font-weight: 700!important;
}
.p-title-interview03:before {
  content: "ー";
}

.p-title-interview04{
  text-align: center;
}
.p-title-interview04 h1, .p-title-interview04 h2, .p-title-interview04 h3, .p-title-interview04 h4, .p-title-interview04 h5{
  font: bold 20px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333;
  display: inline-block;
  border-bottom: 2px solid rgba(229, 73, 87, 1);
  position: relative;
  padding: 0 10px 10px;
}
@media screen and (min-width: 768px) {
  .p-title-interview04 h1, .p-title-interview04 h2, .p-title-interview04 h3, .p-title-interview04 h4, .p-title-interview04 h5{
    font-size: 25px;
  }
}
.p-title-interview04 h1::before,
.p-title-interview04 h2::before,
.p-title-interview04 h3::before,
.p-title-interview04 h4::before,
.p-title-interview04 h5::before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: rgba(229, 73, 87, 1) transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.p-title-interview04 h1::after,
.p-title-interview04 h2::after,
.p-title-interview04 h3::after,
.p-title-interview04 h4::after,
.p-title-interview04 h5::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #fff4f5 transparent transparent;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
}
.c-btn-koukou--interview {
  text-align: center;
}
.c-btn-koukou--interview a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  border-radius: 30px;
  background: #fff;
  font: bold 16px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  color: rgba(229, 73, 87, 1);
  border: 1px solid;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .c-btn-koukou--interview a {
    max-width: 500px;
    height: 80px;
    border-radius: 40px;
    font-size: 20px;
  }
}
.c-btn-koukou--interview a:hover {
  opacity: .6;
}
.c-btn-koukou--interview a:hover img {
  opacity: 1;
}
.c-btn-koukou__nextorg {
  position: absolute;
  width: 17px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #d85761;
}
@media screen and (min-width: 768px) {
  .c-btn-koukou__nextorg {
    width: 22px;
    right: 25px;
  }
}

.c-img--full figure figcaption{
  max-width: 550px;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .c-img--full figure figcaption{
    padding: 0 20px;
  }
}
.l-k-article__main {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
h1 {
  text-align: center;
}
}
.intro {
  background: #FEF5F6;
  padding-bottom: 60px;
  margin-bottom: 40px;
}
.p-title-profile-head {
  font: 400 20px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333;
  padding-left: 10px;
  margin: 40px 0 20px;
  /* margin-bottom: 20px; */
  text-align: left;
  border-left: 3px solid rgba(229, 73, 87, 1);
}
.l-k-article--profile {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}
.p-title-profile-hd {
  font: 400 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  color: rgba(229, 73, 87, 1);
  padding-bottom: 10px;
  letter-spacing: .08em;
}
.p-title-profile-txt {
  font: 400 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
}
.p-title-profile-txt ul {
  list-style-type: disc;
  font: 400 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  padding-left: 15px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
.kv-pc {
  display: none;
}
}
@media screen and (min-width: 768px) {
.kv-sp {
  display: none;
}
}
.col-white h3::after {
  border-color: #fff transparent transparent !important;
}
.ttl-ribbon {
  position: relative;
  /* width: calc(100% - 32px ); */
  width: 100%;
  height: 42px;
  /* margin-left: auto;
  margin-right: auto; */
  margin: 80px 0 20px;;
  padding: 0 5px;
  background: rgba(229, 73, 87, 1);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 42px;
  /* white-space: nowrap; */
}

.p-lp_dl dt {
  background: #eee;
  color: #000;
  font: bold 18px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  padding: 10px 15px;
}
@media screen and (min-width: 768px) {
.p-lp_dl dt {
  padding: 15px 20px;
}
}
.p-lp_dl dd {
  padding: 20px 15px 30px;
  text-align: justify;
  font: normal 14px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
.p-lp_dl dd {
  padding: 25px 20px 40px;
}
}
ul.p-lp_notes {
  margin: 0 auto;
  padding: 0;
  color: #333;
  font-size: 11.2px;
  font-weight: 300;
}
figcaption {
  display: flex;
  align-items: flex-start;
}
figcaption img {
  width: 60px;
}
figcaption p {
  padding-left: 10px;
  font-weight: bold !important;
  color: #2a305c !important;
  line-height: 1.6 !important;
}
.figcap-cmt {
  margin-top: 20px;
  background: #FEF5F6;
  border-radius: 10px;
  color: rgba(229, 73, 87, 1) !important;
  font-weight: bold !important;
  padding: 20px;
}
@media screen and (max-width: 767px) {
.figcap-cmt {
  margin: 20px 20px 0;
}
}
@media screen and (max-width: 767px) {
.pc-br {
  display: none;
}
}
@media screen and (min-width: 768px) {
.sp-br {
  display: none;
}
}

@media screen and (min-width: 768px) {
  .l-k-article--readmore {
    max-width: 1100px;
  }
  .l-k-article__readmore-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l-k-article__readmore-list li {
    width: calc(50% - 20px);
  }
  }