.RandD_page {
    padding-top: 80px;
}

#wrap.award p {
  font-size: 16px;
  line-height: 2.13;
  }
#wrap.award .interview-main-visual figure {
      width: 100%;
}
#wrap.award .interview-main-visual figure img {
      width: 100%;
}
#wrap.award .interview-read {
      background: #a51e1a;
      position: relative;
          overflow: hidden;
}
#wrap.award .interview-read .inner_m {
      display: flex;
      justify-content: flex-end;
}
#wrap.award .interview-read .read-txt {
      flex: 0 0 55%;
          position: relative;
    z-index: 2;
    font-size: 20px;
}
#wrap.award .interview-read .bg-image {
      position: absolute;
    width: 60%;
    bottom: 0;
    opacity: 0.5;
    height: 100%;
}
#wrap.award .interview-read .bg-image figure {
    height: 100%;
}
#wrap.award .interview-read .bg-image img {
    object-fit: cover;
    height: 100%;
}
#wrap.award .inteview-area .section-title {
    font-size: 30px;
    margin-bottom: 2em;
    line-height: 1.5em;
    font-family: "HondaGlobalFontEN-Bold","Noto Sans JP", sans-serif;
}
#wrap.award .inteview-area p {
    margin-bottom: 2em;
}

#wrap.award .interview-section {
    padding: 110px 0;
    margin: 0;
}

#wrap.award .interview-section.bg-black {
    background: #2E2E38;
}
#wrap.award .interview-section.bg-white {
    background: #eee;
    color: #292222;
}
#wrap.award .interview-section .column2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 4em 0;
}
#wrap.award .interview-section .itemR,
#wrap.award .interview-section .itemL {
    flex: 0 0 48%;
}
#wrap.award .interview-section .bg-txt {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    margin: 4em 0;
}
#wrap.award .interview-section .bg-txt .inner_m {
    z-index: 2;
    position: relative;
}
#wrap.award .interview-section .bg-txt p {
margin-bottom: 0;
}
#wrap.award .interview-section .bg-txt figure {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    opacity: 0.3;
}
#wrap.award .interview-section .bg-txt figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#wrap.award .interview-section .image-container {
    margin: 4em 0;
}
#wrap.award .interview-section .overlap-group-3 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#wrap.award .interview-section .overlap-group-3 .image-item:nth-child(1) {
    flex: 0 0 50%;
    position: relative;
    right: -1%;
}
#wrap.award .interview-section .overlap-group-3 .image-item:nth-child(2) {
    flex: 0 0 50%;
    position: relative;
    margin-top: 30px;
    left: -1%;
}
#wrap.award .interview-section .overlap-group-3 .image-item:nth-child(3) {
    flex: 0 0 51%;
    position: relative;
    top: -20px;
}

#wrap.award .interview-section .overlap-group-2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#wrap.award .interview-section .overlap-group-2 .image-item:nth-child(1) {
    flex: 0 0 50%;
    position: relative;
    right: -1%;
    z-index: 2;
}
#wrap.award .interview-section .overlap-group-2 .image-item:nth-child(2) {
    flex: 0 0 50%;
    position: relative;
    margin-top: 30px;
    left: -1%;
}
.mb0 {
      margin-bottom: 0!important;
}
@media (max-width: 768px) {

  #wrap.award .interview-read {
      height: auto;
}
    .RandD_page {
        padding-top: 70px;
    }
    #wrap.award section:first-of-type {
      margin-top: 0;
    }
    #wrap.award .interview-read .inner_m {
      display: block;
    }
    #wrap.award .interview-read p {
      font-size: 18px;
    }
    #wrap.award .interview-read .bg-image {
      width: 100%;
    }
    #wrap.award .inteview-area .section-title {
      line-height: 1.5em;
    }
    #wrap.award .interview-section .column2 {
flex-wrap: wrap;
    gap: 4em;
    }
    #wrap.award .interview-section .column2 p:last-child {
margin-bottom: 0;
    }
    #wrap.award .interview-section .itemR,
#wrap.award .interview-section .itemL {
    flex: 0 0 100%;
}
#wrap.award .interview-section .bg-txt {
    padding: 90px 0;
 }
    }