/* =========================================================
voice
========================================================= */
.question {
  margin: 0 0 5px 0;
  padding: 10px 0 10px 55px;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  background: url(../images/voice/ico-q.svg) no-repeat left center;
  background-size: 40px;
  display: block;
  position: relative;
  z-index: 9;
  overflow-wrap: anywhere;
  word-break: break-word;
}

#voice-wrap {
  padding: 100px 50px 40px;
  margin: 50px auto;
  background: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 999;
}

#voice-wrap .p-message-box:last-child .xl-container {
  max-width: 1400px;
  padding: 50px 50px 50px 150px;
  background: #eafaff;
  border-radius: 20px;
}
#voice-wrap .p-message-box:last-child .xl-container .l-cord-col2--photo {
  max-width: 400px;
}

.p-voice-archive {
  position: relative;
}
.p-voice-archive_list {
  display: grid;
  gap: 44px;
  margin-top: 44px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-voice-archive_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 80px auto 0;
    gap: 35px 50px;
  }
}
.p-voice-archive_list::before {
  content: "";
  background: url(../images/common/wing06.svg) no-repeat left bottom;
  background-size: contain;
  display: block;
  width: 500px;
  height: 500px;
  position: absolute;
  bottom: 210px;
  left: -60%;
}
@media screen and (min-width: 992px) {
  .p-voice-archive_list::before {
    width: 700px;
    height: 700px;
    bottom: -300px;
    left: -350px;
    background-position: right;
  }
}
.p-voice-archive_list li {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-voice-archive_list li {
    width: 50%;
    padding: 10px;
  }
}
@media screen and (min-width: 992px) {
  .p-voice-archive_list li {
    width: 30%;
  }
}
.p-voice-archive_card {
  display: block;
  max-width: 280px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-voice-archive_card {
    max-width: 400px;
  }
}
.p-voice-archive_card:hover .p-voice-archive_card-more {
  background: #007FCD;
  color: #ffffff;
}
.p-voice-archive_card:hover .p-voice-archive_card-more::after {
  background-image: url("../images/common/icon-arrow-wh.svg");
}
.p-voice-archive_card-photo {
  width: 280px;
  margin: 0 auto 20px;
  position: relative;
}
.p-voice-archive_card-photo img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}
.p-voice-archive_card-meta {
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
}
.p-voice-archive_card-meta span {
  padding: 5px 20px;
  border-radius: 100px;
  background: linear-gradient(to right, #006abd 0%, #00a4f7 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.p-voice-archive_card-meta span.joining {
  background: none;
  color: #007FCD;
  padding: 3px 0;
}
.p-voice-archive_card-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}
.p-voice-archive_card-more {
  position: relative;
  margin-top: 5px;
  padding: 15px 26px 15px 0;
  border-bottom: 1px solid #007FCD;
  color: #007FCD;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  transition: 0.3s;
}
.p-voice-archive_card-more::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 8px;
  width: 8px;
  height: 8px;
  background: url("../images/common/icon-arrow-bl.svg") center/contain no-repeat;
}

.p-voice-mv {
  position: relative;
  padding: 30px 0 20px;
}
@media screen and (min-width: 992px) {
  .p-voice-mv {
    margin-bottom: -90px;
    padding: 0;
  }
}
.p-voice-mv::after {
  content: "";
  background: url(../images/common/wing03.svg) no-repeat left bottom;
  background-size: contain;
  display: block;
  width: 170%;
  height: 60vh;
  position: absolute;
  top: 10%;
  right: -79%;
}
@media screen and (min-width: 992px) {
  .p-voice-mv::after {
    width: 110%;
    height: 60vh;
    top: auto;
    bottom: 11%;
    right: -78%;
  }
}
.p-voice-mv_wrap {
  position: relative;
  z-index: 10;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .p-voice-mv_wrap {
    display: flex;
    align-items: center;
  }
}
.p-voice-mv_content {
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .p-voice-mv_content {
    width: 60%;
    padding-bottom: 10px;
  }
}
.p-voice-mv_title {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #000000;
}
@media screen and (min-width: 992px) {
  .p-voice-mv_title {
    font-size: 30px;
  }
}
.p-voice-mv_text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 992px) {
  .p-voice-mv_text {
    font-size: 15px;
    line-height: 2.4;
    letter-spacing: 1.2px;
  }
}
.p-voice-mv_profile {
  display: block;
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-voice-mv_profile {
    display: inline-block;
    float: right;
    margin: 30px 0 0 auto;
    text-align: left;
  }
}
.p-voice-mv_profile .role {
  color: #000000;
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}
.p-voice-mv_profile .name {
  color: #000000;
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
}
.p-voice-mv_profile .kana {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #007FCD;
}
.p-voice-mv_photo {
  position: relative;
  flex-shrink: 0;
  margin-top: 20px;
  margin-left: 50px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-voice-mv_photo {
    margin-top: 0;
    width: 40%;
    max-width: 440px;
  }
}
.p-voice-mv_photo img {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  height: auto;
}
@media screen and (min-width: 992px) {
  .p-voice-mv_photo img {
    max-width: 300px;
  }
}

.p-voice-interview {
  position: relative;
  padding: 0 0 50px;
}
@media screen and (min-width: 992px) {
  .p-voice-interview {
    padding: 0 0 90px;
  }
}
.p-voice-interview .c-title-en {
  margin-bottom: -13px;
  padding-left: 20px;
}
.p-voice-interview_list {
  position: relative;
  z-index: 10;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .p-voice-interview_list {
    padding: 50px 80px;
  }
}

.p-voice-qa {
  padding: 24px 0;
  border-bottom: 1px solid #8AE1FF;
}
@media screen and (min-width: 992px) {
  .p-voice-qa {
    padding: 34px 0;
  }
}
.p-voice-qa:last-of-type {
  border-bottom: none;
}
.p-voice-qa_q {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.5px;
  word-break: break-all;
}
@media screen and (min-width: 992px) {
  .p-voice-qa_q {
    gap: 14px;
    font-size: 24px;
  }
}
.p-voice-qa_q .icon {
  border-radius: 50%;
  background: #007FCD;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 30px;
  height: 26px;
}
@media screen and (min-width: 992px) {
  .p-voice-qa_q .icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}
.p-voice-qa_q .icon::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: calc(50% - 3px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #007FCD transparent transparent transparent;
}
.p-voice-qa_a {
  margin: 0;
  padding: 10px 0 0 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.2px;
  word-break: break-all;
}
@media screen and (min-width: 992px) {
  .p-voice-qa_a {
    padding: 20px 0 0 36px;
    font-size: 15px;
    line-height: 2.4;
  }
}

.p-voice-flow {
  position: relative;
  padding: 10px 0 50px;
}
@media screen and (min-width: 992px) {
  .p-voice-flow {
    padding: 20px 0 90px;
  }
}
.p-voice-flow::before {
  content: "";
  background: url(../images/common/wing01.svg) no-repeat left top;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -60%;
}
@media screen and (min-width: 992px) {
  .p-voice-flow::before {
    top: 290px;
    left: -73%;
    background-position: right;
  }
}
.p-voice-flow::after {
  content: "";
  background: url(../images/common/wing03-w.svg) no-repeat left bottom;
  background-size: contain;
  display: block;
  width: 170%;
  height: 60vh;
  position: absolute;
  top: 0;
  right: -110%;
}
@media screen and (min-width: 992px) {
  .p-voice-flow::after {
    background-position: right bottom;
    height: 50vh;
    top: 0;
    right: -520px;
  }
}
.p-voice-flow .c-title-en {
  position: relative;
}
.p-voice-flow .c-title-en::before {
  content: "";
  border-bottom: 2px dashed #8AE1FF;
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
}
.p-voice-flow .c-title-en .color {
  color: #007FCD;
  font-size: 110%;
}
.p-voice-flow_list {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .p-voice-flow_list {
    padding-top: 30px;
  }
}
.p-voice-flow_list::before {
  content: "";
  position: absolute;
  top: 34px;
  bottom: 34px;
  left: 25px;
  width: 1px;
  border-left: 15px solid #ffffff;
}
@media screen and (min-width: 992px) {
  .p-voice-flow_list::before {
    left: 40px;
  }
}

.p-voice-flow-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .p-voice-flow-item {
    gap: 24px;
    padding-bottom: 40px;
  }
}
.p-voice-flow-item:last-of-type {
  padding-bottom: 0;
  background: #EAFAFF;
}
.p-voice-flow-item_time {
  position: relative;
  z-index: 10;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #007FCD;
  color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-voice-flow-item_time {
    width: 150px;
    height: 150px;
  }
}
.p-voice-flow-item_time .label {
  background: #8AE1FF;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  padding: 10px 0 5px;
}
@media screen and (min-width: 1200px) {
  .p-voice-flow-item_time .label {
    font-size: 20px;
    padding: 15px 0 10px;
  }
}
.p-voice-flow-item_time .time {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-voice-flow-item_time .time {
    font-size: 34px;
    padding: 15px 0 10px;
  }
}
.p-voice-flow-item_body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 40px;
  border-bottom: 2px dashed #8AE1FF;
}
@media screen and (min-width: 992px) {
  .p-voice-flow-item_body {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
}
.p-voice-flow-item_text {
  flex: 1;
}
@media screen and (min-width: 992px) {
  .p-voice-flow-item_text {
    padding-right: 30px;
  }
}
.p-voice-flow-item_title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  word-break: break-all;
}
@media screen and (min-width: 992px) {
  .p-voice-flow-item_title {
    margin: 0 0 20px;
    font-size: 24px;
  }
}
.p-voice-flow-item_desc {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.2px;
  word-break: break-all;
}
@media screen and (min-width: 992px) {
  .p-voice-flow-item_desc {
    font-size: 15px;
    line-height: 2.4;
  }
}
.p-voice-flow-item_photo {
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 16/10;
  background: #d9d9d9;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-voice-flow-item_photo {
    width: 320px;
  }
}
.p-voice-flow-item_photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-voice-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .p-voice-pager {
    gap: 16px;
    margin-bottom: 40px;
  }
}
.p-voice-pager_item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 15px 25px;
  border-radius: 5px;
  background: linear-gradient(to right, #0088df 0%, #009be6 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: 0.3s;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 992px) {
  .p-voice-pager_item {
    padding: 20px 40px;
    font-size: 16px;
    letter-spacing: 1.2px;
  }
}
.p-voice-pager_item:hover {
  background: #FF8100;
}/*# sourceMappingURL=style-voice.css.map */