@charset "UTF-8";
/* ==========================================================================//
//
// 社員インタビュー 扉
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
.sec_ttl {
  text-align: center;
}
.sec_ttl .jp {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  padding-left: 0.8em;
}
@media all and (min-width: 751px) {
  .sec_ttl .jp {
    font-size: 13px;
  }
}
.sec_ttl .jp::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #d63032;
  aspect-ratio: 1;
  border-radius: 50%;
  width: 4px;
}
@media all and (min-width: 751px) {
  .sec_ttl .jp::before {
    width: 6px;
  }
}
.sec_ttl .en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #d63032;
  font-weight: bold;
  font-size: 46px;
  letter-spacing: 0.02em;
}
@media all and (min-width: 751px) {
  .sec_ttl .en {
    font-size: 74px;
  }
}

/* interview
---------------------------------------------------------- */
.sec_interview {
  background-image: url(../images/interview/bg_wave01_sp.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  padding: 40px 0 54px;
}
@media all and (min-width: 751px) {
  .sec_interview {
    background-image: url(../images/interview/bg_wave01_pc.svg);
    padding: 100px 0 108px;
  }
}
.sec_interview .member_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px;
  margin-top: 17px;
}
@media all and (min-width: 751px) {
  .sec_interview .member_list {
    gap: 69px 62px;
    margin-top: 50px;
  }
}
.sec_interview .member_item {
  width: 100%;
}
@media all and (min-width: 751px) {
  .sec_interview .member_item {
    width: calc((100% - 62px) / 2);
  }
}
.sec_interview .member_item a {
  display: block;
}
@media (hover: hover) {
  .sec_interview .member_item a .image {
    overflow: hidden;
  }
  .sec_interview .member_item a img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .sec_interview .member_item a:hover img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
}
.sec_interview .member_item .image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.sec_interview .member_item .image::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}
.sec_interview .member_item .image .copy {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 17px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.03em;
  z-index: 2;
}
@media all and (min-width: 751px) {
  .sec_interview .member_item .image .copy {
    left: 16px;
    right: 16px;
    bottom: 19px;
  }
}
.sec_interview .member_item .texts {
  margin-top: 9px;
}
.sec_interview .member_item .texts .position {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.03em;
  margin-bottom: 3px;
}
.sec_interview .member_item .texts .name {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
}

/* crosstalk
---------------------------------------------------------- */
.sec_crosstalk {
  background-color: #f8e9e2;
  background-image: url(../images/interview/bg_wave02_sp.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  padding: 34px 0 50px;
}
@media all and (min-width: 751px) {
  .sec_crosstalk {
    background-image: url(../images/interview/bg_wave02_pc.svg);
    padding: 70px 0 100px;
  }
}
.sec_crosstalk .content {
  margin-top: 21px;
}
@media all and (min-width: 751px) {
  .sec_crosstalk .content {
    margin-top: 37px;
  }
}
.sec_crosstalk .content a {
  display: block;
}
@media (hover: hover) {
  .sec_crosstalk .content a .image {
    overflow: hidden;
  }
  .sec_crosstalk .content a img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .sec_crosstalk .content a:hover img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
}
.sec_crosstalk .content .image {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
@media all and (min-width: 751px) {
  .sec_crosstalk .content .image {
    border-radius: 10px;
  }
}
.sec_crosstalk .content .image::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}
.sec_crosstalk .content .image .texts {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 17px;
  color: #fff;
  z-index: 2;
}
@media all and (min-width: 751px) {
  .sec_crosstalk .content .image .texts {
    left: 25px;
    right: 25px;
    bottom: 23px;
  }
}
.sec_crosstalk .content .image .texts .ttl {
  display: inline-block;
  font-size: 12px;
  background-color: #d63032;
  border-radius: 2px;
  padding: 2px 7px;
}
@media all and (min-width: 751px) {
  .sec_crosstalk .content .image .texts .ttl {
    font-size: 14px;
    padding: 6px 12px;
  }
}
.sec_crosstalk .content .image .texts .copy {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.66;
  margin-top: 6px;
}
@media all and (min-width: 751px) {
  .sec_crosstalk .content .image .texts .copy {
    font-size: 24px;
  }
}