@charset "UTF-8";
/**********************************************************************************************
リード文
**********************************************************************************************/
.bl_interviewLeadOuter {
  margin-top: 60px;
}

@media only screen and (max-width: 567px) {
  .bl_interviewLeadOuter {
    margin-top: 30px;
  }
}

.el_interviewLeadHeader {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}

.el_interviewLeadHeader::first-letter {
  color: #00ac4d;
}

@media only screen and (max-width: 567px) {
  .el_interviewLeadHeader {
    font-size: 1.625rem;
  }
}

.bl_interviewLeadTextWrapper {
  margin-top: 18px;
}

.el_interviewLeadText {
  font-size: 1.125rem;
  margin-bottom: 1.9em;
}

.el_interviewLeadText:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 567px) {
  .el_interviewLeadText {
    font-size: 1rem;
    margin-bottom: 1em;
  }
}

/**********************************************************************************************
写真インタビューリスト
**********************************************************************************************/
.bl_interviewListOuter {
  width: 100%;
  height: auto;
  margin-top: 60px;
  background: linear-gradient(to top, transparent 0, transparent 60px, #f4f5e5 61px);
}

.bl_interviewList {
  display: grid;
  grid-template-columns: 22.41% 22.41% 22.41% 22.41%;
  grid-template-rows: auto auto auto;
  gap: 35px 3.45%;
  padding-top: 60px;
}

@media only screen and (max-width: 567px) {
  .bl_interviewList {
    display: block;
    gap: 0;
  }
}

.bl_interviewListItem {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 567px) {
  .bl_interviewListItem {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 567px) {
  .bl_interviewListItem:last-of-type {
    margin-bottom: 0;
  }
}

.bl_interviewListItem:nth-of-type(1) {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}

.bl_interviewListItem:nth-of-type(2) {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}

.bl_interviewListItem:nth-of-type(3) {
  grid-row: 3 / 4;
  grid-column: 1 / 2;
}

.bl_interviewListItem:nth-of-type(4) {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}

.bl_interviewListItem:nth-of-type(5) {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}

.bl_interviewListItem:nth-of-type(6) {
  grid-row: 3 / 4;
  grid-column: 2 / 3;
}

.bl_interviewListItem:nth-of-type(7) {
  grid-row: 1 / 2;
  grid-column: 3 / 4;
}

.bl_interviewListItem:nth-of-type(8) {
  grid-row: 2 / 3;
  grid-column: 3 / 4;
}

.bl_interviewListItem:nth-of-type(9) {
  grid-row: 3 / 4;
  grid-column: 3 / 4;
}

.bl_interviewListItem:nth-of-type(10) {
  grid-row: 1 / 2;
  grid-column: 4 / 5;
}

.bl_interviewListItem:nth-of-type(11) {
  grid-row: 2 / 3;
  grid-column: 4 / 5;
}

.bl_interviewListItem:nth-of-type(12) {
  grid-row: 3 / 4;
  grid-column: 4 / 5;
}

.bl_interviewListItemLink {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.bl_interviewListItemWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
}

@media only screen and (max-width: 567px) {
  .bl_interviewListItemWrapper {
    flex-direction: row-reverse;
  }
}

.bl_interviewListItemTextOuter {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media only screen and (max-width: 567px) {
  .bl_interviewListItemTextOuter {
    position: static;
    width: 55%;
  }
}

.bl_interviewListItemTextWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 20px 0;
}

@media (max-width: 1000px) {
  .bl_interviewListItemTextWrapper {
    padding-top: 38px;
  }
}

@media only screen and (max-width: 567px) {
  .bl_interviewListItemTextWrapper {
    padding: 15px;
  }
}

.el_interviewListItemTextName {
  width: 50%;
  display: flex;
  align-items: flex-end;
  font-size: 1.25rem;
  color: #333;
  line-height: 1;
}

@media (max-width: 1000px) {
  .el_interviewListItemTextName {
    width: 100%;
  }
}

.el_interviewListItemTextName span {
  font-size: 0.875rem;
  margin-left: 0.3em;
}

.el_interviewListItemTextYear {
  width: 50%;
  display: flex;
  align-items: flex-end;
  font-size: 0.8125rem;
  color: #333;
  line-height: 1;
}

@media (max-width: 1000px) {
  .el_interviewListItemTextYear {
    width: 100%;
    margin-top: 5px;
  }
}

.bl_interviewListItemTextPositionWrapper {
  width: 100%;
  margin-top: 10px;
}

.el_interviewListItemTextPosition {
  width: 100%;
  font-size: 0.75rem;
  color: #333;
}

.bl_interviewListItemTextCompany {
  position: absolute;
  top: -12px;
  left: -5px;
  display: inline-block;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.3;
  padding: 5px 16px 3px 13px;
  z-index: 4;
}

@media only screen and (max-width: 567px) {
  .bl_interviewListItemTextCompany {
    left: 0;
    bottom: 0;
    top: auto;
  }
}

.bl_interviewListItemTextCompany::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  left: 1px;
  top: 100%;
  border-style: solid;
  border-width: 0 5px 5px 0;
  z-index: 2;
}

@media only screen and (max-width: 567px) {
  .bl_interviewListItemTextCompany::before {
    display: none;
  }
}

.bl_interviewListItemTextCompany::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  left: 0;
  top: 100%;
  border-style: solid;
  border-width: 0 6px 6px 0;
  z-index: 1;
}

@media only screen and (max-width: 567px) {
  .bl_interviewListItemTextCompany::after {
    display: none;
  }
}

.bl_interviewListItemTextCompany.retail {
  background-color: #90b721;
}

.bl_interviewListItemTextCompany.retail::before {
  border-color: transparent #6c8a19 transparent transparent;
}

.bl_interviewListItemTextCompany.retail::after {
  border-color: transparent #a3b46d transparent transparent;
}

.bl_interviewListItemTextCompany.foods {
  background-color: #eda406;
}

.bl_interviewListItemTextCompany.foods::before {
  border-color: transparent #b27b05 transparent transparent;
}

.bl_interviewListItemTextCompany.foods::after {
  border-color: transparent #cbac61 transparent transparent;
}

.bl_interviewListItemTextCompany.water {
  background-color: #00a0c2;
}

.bl_interviewListItemTextCompany.water::before {
  border-color: transparent #007892 transparent transparent;
}

.bl_interviewListItemTextCompany.water::after {
  border-color: transparent #007892 transparent transparent;
}

.bl_interviewListItemTextCompany.deve {
  background-color: #d70640;
}

.bl_interviewListItemTextCompany.deve::before {
  border-color: transparent #a20530 transparent transparent;
}

.bl_interviewListItemTextCompany.deve::after {
  border-color: transparent #c3687a transparent transparent;
}

.bl_interviewListItemImageOuter {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 567px) {
  .bl_interviewListItemImageOuter {
    width: 45%;
  }
}

.bl_interviewListItemImageWrapper {
  position: relative;
  width: 100%;
  padding-top: 84.6153%;
  overflow: hidden;
}

@media only screen and (max-width: 567px) {
  .bl_interviewListItemImageWrapper {
    padding-top: 0;
    overflow: auto;
    height: 100%;
  }
}

@media only screen and (max-width: 567px) {
  .bl_interviewListItemImageInner {
    display: inline;
  }
}

.el_interviewListNewbox {
  background:  #ff0000;
  color: #fff;
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  padding: 3px 13px;
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (max-width: 567px) {
  .el_interviewListNewbox {
    font-size: 12px;
  }
}

.el_interviewListItemImage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition-duration: .5s;
  width: 100%;
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.bl_interviewListItemLink:hover .el_interviewListItemImage {
  transform: scale(1.06);
}

@media only screen and (max-width: 567px) {
  .el_interviewListItemImage {
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    object-fit: cover;
    height: 100%;
  }
}

.bl_interviewListItemBtnWrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-top: auto;
}

.el_interviewListItemBtn {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  background-color: #00ac4d;
}

.el_interviewListItemBtn::before {
  position: absolute;
  content: "";
  display: block;
  left: -3px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition-duration: .3s;
}

.bl_interviewListItemLink:hover .el_interviewListItemBtn::before {
  left: 3px;
}

.bl_interviewListAttentionWrapper {
  margin-top: 35px;
}

/*# sourceMappingURL=interview.css.map */