@charset "UTF-8";
/* ----------------------------------------------------------------------------
　interview_lead
---------------------------------------------------------------------------- */
section.interview_lead {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  section.interview_lead {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  section.interview_lead h2 {
    font-size: 18px;
  }
}
section.interview_lead .txt {
  font-size: 18px;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  section.interview_lead .txt {
    font-size: 16px;
    line-height: 180%;
  }
}

/* ----------------------------------------------------------------------------
　narrow
---------------------------------------------------------------------------- */
section.narrow {
  margin-bottom: 20px;
}
section.narrow h2 {
  font-size: 20px;
  line-height: 160%;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  section.narrow h2 {
    font-size: 14px;
  }
}
section.narrow .narrow__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  section.narrow .narrow__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
}
section.narrow .narrow__inner select {
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 25%;
  border: 1px solid #a4a4a4;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  padding: 8px 1rem !important;
  cursor: pointer;
  background: url("/asset/img/sustainability-interview/narrow_select_arrow.svg") right 10px top 50% no-repeat;
  background-size: 12px auto;
}
section.narrow .narrow__inner select:focus {
  outline: none;
  border: 1px solid #009AFF;
}
@media screen and (max-width: 768px) {
  section.narrow .narrow__inner select {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.narrow .narrow__inner select.order, section.narrow .narrow__inner select.number {
    width: calc(50% - 4px);
  }
}
section.narrow .narrow__inner select.theme {
  width: 38%;
}
@media screen and (max-width: 768px) {
  section.narrow .narrow__inner select.theme {
    width: 100%;
  }
}

/* ----------------------------------------------------------------------------
　interview_index
---------------------------------------------------------------------------- */
.interview_index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 2%;
  margin-bottom: 50px !important;
}
@media screen and (max-width: 768px) {
  .interview_index {
    display: block;
  }
}
.interview_index li {
  width: 32%;
  display: none;
}
@media screen and (max-width: 768px) {
  .interview_index li {
    width: 100%;
  }
  .interview_index li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.interview_index li.show {
  display: block;
  -webkit-animation: interviewIndexLiAnime 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
          animation: interviewIndexLiAnime 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
}
@-webkit-keyframes interviewIndexLiAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes interviewIndexLiAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.interview_index li a {
  display: block;
  text-decoration: none;
  color: #000;
}
.interview_index li a:has(.comingsoon) {
  pointer-events: none;
}
.interview_index li a:hover .thumbnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.interview_index li a .thumbnail {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .interview_index li a .thumbnail {
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .interview_index li a .thumbnail {
    margin-bottom: 8px;
  }
}
.interview_index li a .thumbnail img {
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.interview_index li a .thumbnail .comingsoon {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.interview_index li a .thumbnail .sub_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 150%;
  position: absolute;
  width: 100%;
  left: 0rem;
  bottom: 15px;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 10px;
}
.interview_index li a .thumbnail .sub_title span {
  font-size: 12px;
}
.interview_index li a .date {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}
.interview_index li a .ttl {
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
  color: #E50012;
  margin-bottom: 10px;
}
.interview_index li .theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 5px;
}
.interview_index li .theme span {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 130%;
  color: #666;
  border: 1px solid #666;
  border-radius: 100px;
  padding: 3px 10px;
}
@media screen and (max-width: 768px) {
  .interview_index li .theme span {
    font-size: 11px;
  }
}
.interview_index li .theme span.small {
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .interview_index li .theme span.small {
    font-size: 10px;
  }
}
.interview_index li .places {
  display: none;
}

/* ----------------------------------------------------------------------------
　none_hit
---------------------------------------------------------------------------- */
.none_hit {
  font-size: 18px;
  text-align: center;
  margin-bottom: 5rem;
  display: none;
}
.none_hit.active {
  display: block;
  -webkit-animation: noneHitAnime 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
          animation: noneHitAnime 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
}

@-webkit-keyframes noneHitAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes noneHitAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ----------------------------------------------------------------------------
　paging_box
---------------------------------------------------------------------------- */
#paging_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 60px;
}
#paging_box button:hover {
  opacity: 0.8;
}
#paging_box .prev {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#paging_box .prev::before {
  content: "";
  width: 12px;
  aspect-ratio: 1/1;
  background-color: #e50012;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  margin-right: 5px;
}
#paging_box .prev:disabled {
  pointer-events: none;
}
#paging_box .prev:disabled:before {
  background-color: #eee;
}
#paging_box .next {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#paging_box .next::after {
  content: "";
  width: 12px;
  aspect-ratio: 1/1;
  background-color: #e50012;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  margin-left: 5px;
}
#paging_box .next:disabled {
  pointer-events: none;
}
#paging_box .next:disabled::after {
  background-color: #eee;
}
#paging_box .paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 5px;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  #paging_box .paging {
    margin: 0 10px;
  }
}
#paging_box .paging li button {
  border: none;
  background: none;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  -webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #paging_box .paging li button {
    width: 40px;
    height: 40px;
  }
}
#paging_box .paging li.active button {
  background-color: #e50012;
  color: #fff;
}

/* ----------------------------------------------------------------------------
　sustainability_interview_detail
---------------------------------------------------------------------------- */
.p-page.sustainability_interview_detail .p-page__body {
  padding-top: 0rem;
}
@media screen and (max-width: 768px) {
  .p-page.sustainability_interview_detail .p-page__body {
    padding-top: 20px;
  }
}

/* ----------------------------------------------------------------------------
　interview_detail
---------------------------------------------------------------------------- */
.interview_detail {
  width: 1000px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .interview_detail {
    width: 100%;
    margin-bottom: 40px;
  }
}
.interview_detail .ttl_area {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .interview_detail .ttl_area {
    margin-bottom: 20px;
  }
}
.interview_detail .ttl_area .date {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .interview_detail .ttl_area .date {
    font-size: 10px;
    margin-bottom: 5px;
  }
}
.interview_detail .ttl_area .place {
  font-size: 22px;
  line-height: 180%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .interview_detail .ttl_area .place {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.interview_detail .ttl_area .ttl {
  font-size: 30px;
  line-height: 160%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .interview_detail .ttl_area .ttl {
    font-size: 18px;
  }
}
.interview_detail .mv {
  position: relative;
  z-index: 1;
  color: #fff;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .interview_detail .mv {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.interview_detail .mv::before {
  content: "";
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  width: 100vw;
  height: calc(100% - 340px);
  margin-left: calc(50% - 50vw);
  background-color: #E50012;
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  .interview_detail .mv::before {
    width: 150%;
    left: -25%;
  }
}
@media screen and (max-width: 768px) {
  .interview_detail .mv::before {
    height: calc(100% - 100px);
  }
}
.interview_detail .mv .keycut {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .interview_detail .mv .keycut {
    margin-bottom: 15px;
  }
}
.interview_detail .mv .keycut img {
  border-radius: 10px;
}
.interview_detail .mv h2 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .interview_detail .mv h2 {
    font-size: 20px;
    text-align: center;
  }
}
.interview_detail h2 {
  font-size: 25px;
  line-height: 160%;
  color: #e50012;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .interview_detail h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.interview_detail h2._txt_center {
  text-align: center;
}
.interview_detail h2 ._weight_normal {
  font-weight: 400;
}
.interview_detail h2._left_line {
  padding: 0 0 0 15px;
}
.interview_detail h2._left_line::before {
  content: "";
  position: absolute;
  top: 7.5%;
  left: 0rem;
  width: 5px;
  height: 85%;
  background-color: #e50012;
}
.interview_detail .txt {
  font-size: 18px;
  line-height: 200%;
}
.interview_detail .txt p:not(:last-child) {
  margin-bottom: 15px;
}
.interview_detail .txt:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .interview_detail .txt:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .interview_detail .txt {
    font-size: 16px;
    line-height: 180%;
  }
}
.interview_detail .txt._large {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .interview_detail .txt._large {
    font-size: 16px;
  }
}
.interview_detail .list_style01 li:not(:last-child) {
  margin-bottom: 0.3rem;
}
.interview_detail .list_style01 li {
  position: relative;
  padding: 0 0 0 18px;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .interview_detail .list_style01 li {
    font-size: 16px;
  }
}
.interview_detail .list_style01 li sup {
  font-size: 10px;
}
.interview_detail .list_style01 li::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0rem;
  width: 16px;
  aspect-ratio: 1;
  background-color: #e50012;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .interview_detail .list_style01 li::before {
    top: 0.3rem;
    width: 14px;
  }
}
.interview_detail .list_style01 li:has(sup)::before {
  content: "";
  position: absolute;
  top: 0.6rem;
}
@media screen and (max-width: 768px) {
  .interview_detail .list_style01 li:has(sup)::before {
    top: 0.6rem;
  }
}
.interview_detail .theme_list_wrapper {
  background-color: #eaeaea;
  padding: 35px;
  margin-bottom: 50px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .interview_detail .theme_list_wrapper {
    padding: 15px 15px;
    border-radius: 5px;
    margin-bottom: 30px;
  }
}
.interview_detail .theme_list_wrapper h2 {
  font-size: 22px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .interview_detail .theme_list_wrapper h2 {
    font-size: 18px;
    text-align: left;
  }
}
.interview_detail .theme_list_wrapper > .txt {
  font-size: 16px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .interview_detail .theme_list_wrapper > .txt {
    font-size: 14px;
  }
}
.interview_detail .theme_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .interview_detail .theme_list {
    display: block;
    border-radius: 5px;
    padding: 10px 5px;
    margin-bottom: 15px;
  }
}
.interview_detail .theme_list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding: 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .interview_detail .theme_list li {
    width: 100%;
    padding: 10px 0px;
    display: block;
  }
  .interview_detail .theme_list li:not(:last-child) {
    border-bottom: 1px solid #e50012;
  }
}
.interview_detail .theme_list li:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: 2px;
  height: calc(100% - 10px);
  background-color: #e50012;
}
@media screen and (max-width: 768px) {
  .interview_detail .theme_list li:nth-child(1)::after {
    display: none;
  }
}
.interview_detail .theme_list li:nth-child(1)::before {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  width: calc(100% - 10px);
  height: 2px;
  background-color: #e50012;
}
@media screen and (max-width: 768px) {
  .interview_detail .theme_list li:nth-child(1)::before {
    display: none;
  }
}
.interview_detail .theme_list li:nth-child(2)::before {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 10px;
  width: calc(100% - 10px);
  height: 2px;
  background-color: #e50012;
}
@media screen and (max-width: 768px) {
  .interview_detail .theme_list li:nth-child(2)::before {
    display: none;
  }
}
.interview_detail .theme_list li:nth-child(3)::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0rem;
  width: 2px;
  height: calc(100% - 10px);
  background-color: #e50012;
}
@media screen and (max-width: 768px) {
  .interview_detail .theme_list li:nth-child(3)::after {
    display: none;
  }
}
.interview_detail .theme_list li .pict {
  width: 65px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .interview_detail .theme_list li .pict {
    margin: 0 auto 5px;
  }
}
.interview_detail .theme_list li .pict img {
  width: 100%;
}
.interview_detail .theme_list li .copy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .interview_detail .theme_list li .copy {
    text-align: center;
  }
}
.interview_detail .theme_list li .copy .ttl {
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .interview_detail .theme_list li .copy .ttl {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
.interview_detail .theme_list li .copy .txt {
  font-size: 11px;
  line-height: 180%;
  font-weight: 400;
}
.interview_detail .btn_important_theme {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .interview_detail .btn_important_theme {
    width: 100%;
  }
}
.interview_detail .btn_important_theme a {
  display: block;
  border: 2px solid #E50012;
  background-color: #E50012;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  font-size: 16px;
  line-height: 150%;
  padding: 6px 20px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .interview_detail .btn_important_theme a {
    font-size: 13px;
    padding: 2px 20px;
  }
}
.interview_detail .btn_important_theme a:hover {
  color: #E50012;
  background-color: #fff;
}
.interview_detail .photo_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.interview_detail .photo_list:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .interview_detail .photo_list:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .interview_detail .photo_list {
    display: block;
  }
}
.interview_detail .photo_list li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .interview_detail .photo_list li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.interview_detail .photo_list li img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .interview_detail .photo_list li img {
    border-radius: 5px;
  }
}
.interview_detail .topics {
  background-color: #64B7EC;
  border-radius: 10px;
  padding: 35px;
  color: #fff;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .interview_detail .topics {
    border-radius: 5px;
    padding: 15px 10px;
    margin-bottom: 30px;
  }
}
.interview_detail .topics h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .interview_detail .topics h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.interview_detail .topics h4 {
  font-size: 22px;
  line-height: 180%;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .interview_detail .topics h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.interview_detail .topics .copy_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .interview_detail .topics .copy_photo {
    display: block;
  }
}
.interview_detail .topics .copy_photo .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0rem;
}
@media screen and (max-width: 768px) {
  .interview_detail .topics .copy_photo .txt {
    width: 100%;
  }
  .interview_detail .topics .copy_photo .txt:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.interview_detail .topics .copy_photo .photo {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .interview_detail .topics .copy_photo .photo {
    width: 100%;
  }
}
.interview_detail .topics .copy_photo .photo img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .interview_detail .topics .copy_photo .photo img {
    border-radius: 5px;
  }
}
.interview_detail .outline {
  padding: 40px 0;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .interview_detail .outline {
    padding: 15px 0;
  }
  .interview_detail .outline h2 {
    margin-bottom: 10px;
  }
}
.interview_detail .outline::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 2px;
  background: url("/asset/img/sustainability-interview/outline_line.jpg") 0 0 repeat-x;
}
.interview_detail .outline::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  width: 100%;
  height: 2px;
  background: url("/asset/img/sustainability-interview/outline_line.jpg") 0 0 repeat-x;
}
.interview_detail .outline .outline__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .interview_detail .outline .outline__column {
    display: block;
  }
}
.interview_detail .outline .outline__column:not(:last-child) {
  margin-bottom: 40px;
}
.interview_detail .outline .outline__column .copy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .interview_detail .outline .outline__column .copy:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.interview_detail .outline .outline__column .photo {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .interview_detail .outline .outline__column .photo {
    width: 100%;
  }
}
.interview_detail .outline .outline__column .photo img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .interview_detail .outline .outline__column .photo img {
    border-radius: 5px;
  }
}
.interview_detail .interview_index_ttl {
  font-size: 25px;
  color: #e50012;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .interview_detail .interview_index_ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.interview_detail .swiper-custom-parent {
  position: relative;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .interview_detail .swiper-custom-parent {
    padding: 0 0px;
    width: 110%;
    position: relative;
    left: -5%;
  }
}
.interview_detail .swiper-custom-parent .swiper-button-prev1 {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 20px;
  height: 100%;
  background: url("/asset/img/p-recommend/next.svg") 0 90px no-repeat;
  background-size: 100% auto;
  font-size: 0rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .interview_detail .swiper-custom-parent .swiper-button-prev1 {
    background: url("/asset/img/sustainability-interview/sp_swiper_next.svg") center center no-repeat;
    width: 16%;
    background-size: 26px auto;
    background-position: 0 70px;
    z-index: 2;
    left: 0%;
  }
}
.interview_detail .swiper-custom-parent .swiper-button-next1 {
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: 20px;
  height: 100%;
  background: url("/asset/img/p-recommend/next.svg") 0 90px no-repeat;
  background-size: 100% auto;
  font-size: 0rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .interview_detail .swiper-custom-parent .swiper-button-next1 {
    background: url("/asset/img/sustainability-interview/sp_swiper_next.svg") center center no-repeat;
    width: 16%;
    background-size: 26px auto;
    background-position: 0 70px;
    z-index: 2;
    right: 0%;
  }
}
.interview_detail .other_detail_swiper .swiper-slide a {
  display: block;
  text-decoration: none;
  color: #000;
}
.interview_detail .other_detail_swiper .swiper-slide a:has(.comingsoon) {
  pointer-events: none;
}
.interview_detail .other_detail_swiper .swiper-slide a:hover .thumbnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.interview_detail .other_detail_swiper .swiper-slide a .thumbnail {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .interview_detail .other_detail_swiper .swiper-slide a .thumbnail {
    border-radius: 5px;
  }
}
.interview_detail .other_detail_swiper .swiper-slide a .thumbnail img {
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.interview_detail .other_detail_swiper .swiper-slide a .thumbnail .comingsoon {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.interview_detail .other_detail_swiper .swiper-slide a .thumbnail .sub_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  line-height: 150%;
  position: absolute;
  width: 100%;
  left: 0rem;
  bottom: 15px;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2px 10px;
}
.interview_detail .other_detail_swiper .swiper-slide a .thumbnail .sub_title span {
  font-size: 10px;
}
.interview_detail .other_detail_swiper .swiper-slide a .date {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 6px;
}
.interview_detail .other_detail_swiper .swiper-slide a .ttl {
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
  color: #E50012;
  margin-bottom: 10px;
}
.interview_detail .other_detail_swiper .swiper-slide .theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 5px;
  margin: 0 1px;
}
.interview_detail .other_detail_swiper .swiper-slide .theme span {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 130%;
  color: #666;
  border: 1px solid #666;
  border-radius: 100px;
  padding: 3px 5px;
}
@media screen and (max-width: 768px) {
  .interview_detail .other_detail_swiper .swiper-slide .theme span {
    font-size: 12px;
  }
}
.interview_detail .other_detail_swiper .swiper-slide .theme span.small {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .interview_detail .other_detail_swiper .swiper-slide .theme span.small {
    font-size: 10px;
  }
}
.interview_detail .other_detail_swiper .swiper-slide .places {
  display: none;
}