/* ------------------------------------------------------------
// voices interview
------------------------------------------------------------ */
.content-wrap {
  overflow-x: hidden;
}

.page-top-txt {
  text-align: center;
  margin: 28px 0 60px;
}
@media screen and (max-width: 767px) {
  .page-top-txt {
    text-align: left;
    margin: 28px 0 60px;
  }
}

.interview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 70px;
  margin: 60px 0 100px;
}
.interview-list li {
  width: calc((100% - 140px) / 3);
  background: #ffffff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.interview-list li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 20px 22px;
}
.interview-list li a .content-img {
  overflow: hidden;
  margin: 0 -20px;
  border-radius: 10px 10px 0 0;
}
.interview-list li a .content-img img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.interview-list li a .content-txt {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #313c4d;
}
.interview-list li a .content-txt .number {
  font-size: 42px;
  font-weight: 500;
  color: #0092e6;
  line-height: 1;
}
.interview-list li a .content-txt .number-txt {
  font-size: 16px;
  font-weight: 700;
  color: #0b1c26;
}
.interview-list li a .member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.interview-list li a .member-list li .name {
  font-size: 16px;
  font-weight: 700;
  color: #4d4d4d;
}
.interview-list li a .member-list li .txt {
  font-size: 14px;
  color: #4d4d4d;
}
.interview-list li a .arrow-icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  background: #313c4d;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.interview-list li a .arrow-icon img {
  width: 10px;
  height: 4px;
}
.interview-list li a:hover .content-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.interview-list li a:hover .arrow-icon {
  right: 3px;
  background: #0092e6;
}
@media screen and (max-width: 767px) {
  .interview-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .interview-list li {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    border-radius: 20px 20px 10px 10px;
  }
}

.blue-right-wrap {
  position: relative;
  max-width: 1100px;
  margin: 220px auto 80px;
  background: #0092e6;
  z-index: 1;
}
.blue-right-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: -9999px;
  width: 9999px;
  height: 100%;
  background: #0092e6;
  z-index: -1;
}
.blue-right-wrap .txt-box {
  margin-right: 350px;
  padding: 0 120px 80px 80px;
  background: #ffffff;
  z-index: 1;
}
.blue-right-wrap .txt-box .cross-talk-ttl {
  position: relative;
}
.blue-right-wrap .txt-box .cross-talk-ttl .en {
  font-size: 64px;
  color: #0092e6;
  margin-left: -70px;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.blue-right-wrap .txt-box .cross-talk-ttl .jp {
  position: absolute;
  top: 75px;
  font-size: 14px;
  font-weight: 400;
  color: #0b1c26;
}
.blue-right-wrap .txt-box .corss-talk-catchphrase {
  font-size: 24px;
  font-weight: 700;
  color: #0b1c26;
  line-height: 1.4;
}
.blue-right-wrap .txt-box p {
  margin: 40px 0 30px;
  padding: 0 20px 20px 0;
  border-bottom: 1px solid #313c4d;
}
.blue-right-wrap .txt-box .member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.blue-right-wrap .txt-box .member-list .name {
  font-size: 16px;
  font-weight: 700;
  color: #4d4d4d;
}
.blue-right-wrap .txt-box .member-list .txt {
  font-size: 14px;
  color: #4d4d4d;
}
.blue-right-wrap .txt-box a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  width: 200px;
  height: 40px;
  background: #0092e6;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}
.blue-right-wrap .txt-box a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.blue-right-wrap .txt-box a:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.blue-right-wrap .img-box {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blue-right-wrap .img-box img {
  width: 460px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .blue-right-wrap::after {
    content: none;
  }
  .blue-right-wrap .txt-box {
    padding: 0 20px 60px;
  }
  .blue-right-wrap .img-box {
    right: 20px;
  }
  .blue-right-wrap .img-box img {
    width: 310px;
  }
}
@media screen and (max-width: 767px) {
  .blue-right-wrap {
    margin: 120px auto 80px;
    background: #ffffff;
    z-index: 1;
  }
  .blue-right-wrap .txt-box {
    margin-right: 0;
    padding: 0 20px 60px;
    background: #ffffff;
  }
  .blue-right-wrap .txt-box .cross-talk-ttl {
    margin-bottom: 20px;
  }
  .blue-right-wrap .txt-box .cross-talk-ttl .en {
    font-size: 42px;
    margin-left: 0;
  }
  .blue-right-wrap .txt-box .cross-talk-ttl .jp {
    top: 45px;
    margin-left: 40px;
  }
  .blue-right-wrap .txt-box .corss-talk-catchphrase {
    font-size: 20px;
  }
  .blue-right-wrap .txt-box p {
    margin: 20px 0;
    padding: 0 0 20px 0;
  }
  .blue-right-wrap .txt-box .member-list {
    gap: 20px;
  }
  .blue-right-wrap .txt-box .member-list li {
    width: calc((100% - 40px) / 3);
  }
  .blue-right-wrap .txt-box .member-list li .name {
    font-size: 16px;
  }
  .blue-right-wrap .txt-box .member-list li .txt {
    font-size: 14px;
  }
  .blue-right-wrap .txt-box a {
    margin: 0 auto;
  }
  .blue-right-wrap .img-box {
    position: static;
    top: 0;
    right: 0;
    padding: 30px 20px;
    background: #0092e6;
    -webkit-transform: none;
            transform: none;
  }
  .blue-right-wrap .img-box img {
    width: auto;
    margin: 0 auto;
  }
}/*# sourceMappingURL=index.css.map */