﻿@media screen and (min-width: 1025px) {
  .voiceSection .rsTitle {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}

.voiceQuestions {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .voiceQuestions {
    margin-top: 44px;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions {
    margin-top: 64px;
  }
}
.voiceQuestions .vqItem {
  padding: 8px 4px;
  background-color: rgba(33, 102, 179, 0.1);
  border-radius: 6px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem {
    border-radius: 10px;
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem {
    border-radius: 14px;
    padding-bottom: 20px;
  }
}
.voiceQuestions .vqItem:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem:nth-child(-n+4) {
    width: 47.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem:nth-child(-n+4) .vqiOptionContainer {
    height: 100%;
  }
}
.voiceQuestions .vqItem .vqiNum {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
  background-color: #0066B4;
  color: #fff;
  font-size: clamp(2.1rem, 1.924rem + 0.47vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiNum {
    border-radius: 10px;
    font-size: min(3.2258064516vw, 40px);
    width: 55px;
    height: 55px;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiNum {
    border-radius: 14px;
    width: 70px;
    height: 70px;
  }
}
.voiceQuestions .vqItem .vqiTitle {
  padding-top: 0.35em;
  padding-left: 48px;
  font-size: calc(clamp(1.3rem, 1.006rem + 0.78vw, 1.8rem) * 1.1);
  font-weight: 700;
  letter-spacing: 0;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiTitle {
    padding-left: 64px;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiTitle {
    padding-left: 88px;
    font-size: calc(clamp(2.4rem, 1.81rem + 0.58vw, 2.8rem) * 1.08);
  }
}
.voiceQuestions .vqItem .vqiTextCenter {
  text-align: center;
  padding: 8px 0;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiTextCenter {
    padding: 12px 0;
    font-size: clamp(1.6rem, 1.247rem + 0.94vw, 2.2rem);
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiTextCenter {
    padding: 16px 0;
    font-size: clamp(2.4rem, 1.81rem + 0.58vw, 2.8rem);
  }
}
.voiceQuestions .vqItem .vqiOptionContainer {
  padding: 8px;
  margin-top: 8px;
  display: flex;
  justify-content: space-around;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiOptionContainer {
    padding: 8px 16px;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiOptionContainer {
    padding: 8px 24px;
  }
}
.voiceQuestions .vqItem .vqiOptionContainer .vqiOption {
  width: 45%;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiOptionContainer .vqiOption {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiOptionContainer .vqiOption {
    width: 36%;
  }
}
.voiceQuestions .vqItem .vqiOptionContainer .vqiOption .vqiOptionTitle {
  font-size: clamp(1.3rem, 0.888rem + 1.1vw, 2rem);
  text-align: center;
  margin-bottom: 8px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiOptionContainer .vqiOption .vqiOptionTitle {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiOptionContainer .vqiOption .vqiOptionTitle {
    font-size: clamp(2rem, 1.41rem + 0.58vw, 2.4rem);
    margin-bottom: 16px;
  }
}
.voiceQuestions .vqItem .vqiOptionContainer .vqiOption .vqiOptionFigure {
  margin: 0 auto;
  padding: 5px;
  max-width: 200px;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiOptionContainer .vqiOption .vqiOptionFigure {
    max-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.voiceQuestions .vqItem .vqiOptionContainer .vqiOption .vqiOptionFigure img {
  width: 100%;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.voiceQuestions .vqItem .vqiOptionContainer .vqiOption .vqiOptionRate {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(clamp(2rem, 1.647rem + 0.94vw, 2.6rem) * 2);
  font-weight: 700;
  color: #26BDE2;
  line-height: 1.5;
  letter-spacing: 0;
  padding-left: 0.1em;
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiOptionContainer .vqiOption .vqiOptionRate {
    font-size: calc(clamp(2rem, 1.41rem + 0.58vw, 2.4rem) * 2.8);
    padding-left: 0.2em;
  }
}
.voiceQuestions .vqItem .vqiOptionContainer .vqiOption .vqiOptionRate .textSmall {
  font-size: 0.625em;
  margin-bottom: -0.5em;
  margin-left: 2px;
}
.voiceQuestions .vqItem .vqiFigure {
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.voiceQuestions .vqItem .vqiFigure img {
  padding: 12px 0;
  width: 80%;
}
.voiceQuestions .vqItem .vqiFigure04 {
  height: 100%;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiFigure04 img {
    max-width: 280px;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiFigure04 img {
    max-width: 324px;
  }
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiFigure05 img {
    width: 61.2%;
  }
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiFigure08 {
    width: 33%;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiFigure08 {
    width: 35%;
  }
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiFigure08 img {
    width: 100%;
  }
}
.voiceQuestions .vqItem .vqiFigure09 img {
  max-width: 400px;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiFigure09 img {
    max-width: 440px;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiFigure09 img {
    max-width: 480px;
  }
}
.voiceQuestions .vqItem .vqiBubbleContainer {
  position: relative;
  margin: 8px auto;
  padding-top: 102%;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiBubbleContainer {
    padding-top: 40%;
    width: 98%;
    margin: 8px auto 24px;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiBubbleContainer {
    padding-top: 35%;
    width: 90%;
    margin: 12px auto 32px;
  }
}
.voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem {
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem .vqiBubbleTitle,
.voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem .vqiBubbleRate {
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem .vqiBubbleTitle,
  .voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem .vqiBubbleRate {
    line-height: 1.5;
  }
}
.voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem .vqiBubbleTitle .textSmall,
.voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem .vqiBubbleRate .textSmall {
  font-size: 0.5em;
  margin-bottom: -0.2em;
  margin-left: 0.5vw;
}
.voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(1) {
  top: 2.68vw;
  left: 3.2vw;
  width: 39.95vw;
  height: 39.95vw;
  background-color: #0066B4;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(1) {
    top: 0;
    left: 0;
    width: min(21.3709677419vw, 265px);
    height: min(21.3709677419vw, 265px);
  }
}
.voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(1) .vqiBubbleTitle {
  font-size: 4.43vw;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(1) .vqiBubbleTitle {
    font-size: min(2vw, 30px);
  }
}
.voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(1) .vqiBubbleRate {
  font-size: 9.3vw;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(1) .vqiBubbleRate {
    font-size: min(3.6666666667vw, 55px);
  }
}
.voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(2) {
  top: 0vw;
  right: 3.5vw;
  width: 35.46vw;
  height: 35.46vw;
  background-color: #0066B4;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(2) {
    top: 0;
    right: min(20.564516129vw, 255px);
    width: min(20vw, 248px);
    height: min(20vw, 248px);
  }
}
.voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(2) .vqiBubbleTitle {
  font-size: 4.26vw;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(2) .vqiBubbleTitle {
    font-size: min(2vw, 30px);
  }
}
.voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(2) .vqiBubbleRate {
  font-size: 8.8vw;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(2) .vqiBubbleRate {
    font-size: min(3.3333333333vw, 50px);
  }
}
.voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(3) {
  top: 48.6vw;
  left: 1vw;
  width: 30.1vw;
  height: 30.1vw;
  background-color: #26BDE2;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(3) {
    top: min(2.0967741935vw, 26px);
    left: min(23.2258064516vw, 288px);
    width: min(16.6129032258vw, 206px);
    height: min(16.6129032258vw, 206px);
  }
}
.voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(3) .vqiBubbleTitle {
  font-size: 3.46vw;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(3) .vqiBubbleTitle {
    font-size: min(1.4666666667vw, 22px);
  }
}
.voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(3) .vqiBubbleRate {
  font-size: 6.6vw;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(3) .vqiBubbleRate {
    font-size: min(2.4vw, 36px);
  }
}
.voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(4) {
  top: 39.3vw;
  left: 32.5vw;
  width: 28.58vw;
  height: 28.58vw;
  background-color: rgba(38, 189, 226, 0.7);
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(4) {
    top: auto;
    left: min(32.9032258065vw, 408px);
    bottom: 0;
    width: min(14.3548387097vw, 178px);
    height: min(14.3548387097vw, 178px);
  }
}
.voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(4) .vqiBubbleTitle {
  font-size: 3.46vw;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(4) .vqiBubbleTitle {
    font-size: min(1.3333333333vw, 30px);
  }
}
.voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(4) .vqiBubbleRate {
  font-size: 6.6vw;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(4) .vqiBubbleRate {
    font-size: min(2.3333333333vw, 45px);
  }
}
.voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(5) {
  bottom: 0.5vw;
  right: 0.5vw;
  width: 33.5vw;
  height: 33.5vw;
  background-color: #26BDE2;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(5) {
    top: min(6.3709677419vw, 79px);
    right: 0;
    width: min(19.1935483871vw, 238px);
    height: min(19.1935483871vw, 238px);
  }
}
.voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(5) .vqiBubbleTitle {
  font-size: 4vw;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(5) .vqiBubbleTitle {
    font-size: min(2vw, 30px);
  }
}
.voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(5) .vqiBubbleRate {
  font-size: 8vw;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(5) .vqiBubbleRate {
    font-size: min(3vw, 45px);
  }
}
.voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(6) {
  top: 36.5vw;
  right: 7.3vw;
  width: 19.5vw;
  height: 19.5vw;
  background-color: rgba(33, 102, 179, 0.5);
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(6) {
    top: auto;
    left: min(17.7419354839vw, 220px);
    bottom: min(3.9516129032vw, 49px);
    width: min(10.8870967742vw, 135px);
    height: min(10.8870967742vw, 135px);
  }
}
.voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(6) .vqiBubbleTitle {
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(6) .vqiBubbleTitle {
    font-size: min(1.2vw, 18px);
  }
}
.voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(6) .vqiBubbleRate {
  font-size: 5.33vw;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiBubbleContainer .vqiBubbleItem:nth-child(6) .vqiBubbleRate {
    font-size: min(2.1333333333vw, 32px);
  }
}
.voiceQuestions .vqItem .tabPanel {
  padding: 16px;
  margin-top: 8px;
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .tabPanel {
    margin-top: 16px;
  }
}
.voiceQuestions .vqItem .tabPanel .tabPanelMenu {
  margin: 0 auto;
  max-width: 680px;
  justify-content: center;
}
.voiceQuestions .vqItem .tabPanel .tabPanelMenu:has(> .vqiTab07) {
  justify-content: space-between;
}
.voiceQuestions .vqItem .tabPanel .tabPanelMenu .tabPanelMenuItem,
.voiceQuestions .vqItem .tabPanel .tabPanelMenu .tabPanelMenuItem[data-active=true] {
  border: none;
}
.voiceQuestions .vqItem .tabPanel .tabPanelBody {
  margin-top: 20px;
  padding: 0 !important;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .tabPanel .tabPanelBody {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .tabPanel .tabPanelBody {
    margin-top: 56px;
  }
}
.voiceQuestions .vqItem .vqiTab06 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 200px;
}
.voiceQuestions .vqItem .vqiTab06 .vqiTabTitle {
  color: #000000;
  font-size: clamp(1.2rem, 0.965rem + 0.63vw, 1.6rem);
  font-weight: 700;
}
.voiceQuestions .vqItem .vqiTab06 .vqiTabImg {
  width: 100%;
  padding-top: 60%;
  position: relative;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiTab06 .vqiTabImg {
    margin-top: -8px;
    margin-bottom: 0;
    padding-top: 54%;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiTab06 .vqiTabImg {
    padding-top: 50%;
  }
}
.voiceQuestions .vqItem .vqiTab06 .vqiTabImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.voiceQuestions .vqItem .vqiTab06 .vqiTabButton {
  padding: 10px;
  width: 100%;
  height: 50px;
  border-top: solid 2px #0066B4;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 481px) {
  .voiceQuestions .vqItem .vqiTab06 .vqiTabButton {
    height: 58px;
    padding: 12px 14px;
  }
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiTab06 .vqiTabButton {
    height: 70px;
    border-width: 2px;
    padding: 14px 16px;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiTab06 .vqiTabButton {
    height: 92px;
    padding: 18px 20px;
  }
}
.voiceQuestions .vqItem .vqiTab06 .vqiTabButton button {
  padding: 5px;
  background-color: rgba(120, 120, 120, 0.3);
  border-radius: 16px;
  width: 100%;
  height: 100%;
  max-width: 120px;
}
@media screen and (min-width: 481px) {
  .voiceQuestions .vqItem .vqiTab06 .vqiTabButton button {
    padding: 6px;
    border-radius: 28px;
  }
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiTab06 .vqiTabButton button {
    max-width: 100%;
    padding: 8px;
    border-radius: 34px;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiTab06 .vqiTabButton button {
    padding: 12px;
    border-radius: 45px;
  }
}
.voiceQuestions .vqItem .vqiTab06 .vqiTabButton button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.voiceQuestions .vqItem .vqiTab06:nth-child(1) {
  order: 2;
  padding-bottom: 48px;
}
@media screen and (min-width: 481px) {
  .voiceQuestions .vqItem .vqiTab06:nth-child(1) {
    padding-bottom: 56px;
  }
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiTab06:nth-child(1) {
    padding-bottom: 68px;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiTab06:nth-child(1) {
    padding-bottom: 90px;
  }
}
.voiceQuestions .vqItem .vqiTab06:nth-child(1) .vqiTabImg img {
  width: 72%;
  max-width: 100px;
}
.voiceQuestions .vqItem .vqiTab06:nth-child(1) .vqiTabButton {
  border-left: solid 2px #0066B4;
  border-right: solid 2px #0066B4;
}
.voiceQuestions .vqItem .vqiTab06:nth-child(2) {
  order: 1;
  margin-top: auto;
}
.voiceQuestions .vqItem .vqiTab06:nth-child(2) .vqiTabImg img {
  width: 50%;
  max-width: 80px;
}
.voiceQuestions .vqItem .vqiTab06:nth-child(2) .vqiTabButton {
  border-left: solid 2px #0066B4;
}
.voiceQuestions .vqItem .vqiTab06:nth-child(3) {
  order: 2;
  margin-top: auto;
}
.voiceQuestions .vqItem .vqiTab06:nth-child(3) .vqiTabImg img {
  width: 50%;
  max-width: 88px;
}
.voiceQuestions .vqItem .vqiTab06:nth-child(3) .vqiTabButton {
  border-right: solid 2px #0066B4;
}
.voiceQuestions .vqItem .vqiTab06[data-active=true] .vqiTabButton button {
  background-color: #0066B4;
}
.voiceQuestions .vqItem .vqiReason {
  position: relative;
  padding: 24px 24px 0;
  margin: 0 auto 16px;
  background-color: #fff;
  border: solid 1px #DCDCDC;
  border-radius: 24px;
  max-width: 880px;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiReason {
    border-radius: 18px;
    padding: 28px 36px 8px;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiReason {
    border-radius: 40px;
    padding: 36px 48px 16px;
  }
}
.voiceQuestions .vqItem .vqiReason:before, .voiceQuestions .vqItem .vqiReason:after {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  width: 20px;
  height: 20px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiReason:before, .voiceQuestions .vqItem .vqiReason:after {
    top: -23px;
    width: 36px;
    height: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiReason:before, .voiceQuestions .vqItem .vqiReason:after {
    top: -33px;
    width: 60px;
    height: 34px;
  }
}
.voiceQuestions .vqItem .vqiReason:before {
  z-index: 2;
  background-color: #fff;
  transform: translate(-50%, 1px);
}
.voiceQuestions .vqItem .vqiReason:after {
  background-color: #DCDCDC;
  transform: translate(-50%, -1px);
}
.voiceQuestions .vqItem .vqiReason[data-body=reason1]:before, .voiceQuestions .vqItem .vqiReason[data-body=reason1]:after {
  left: 50%;
}
.voiceQuestions .vqItem .vqiReason[data-body=reason2]:before, .voiceQuestions .vqItem .vqiReason[data-body=reason2]:after {
  left: 18%;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiReason[data-body=reason2]:before, .voiceQuestions .vqItem .vqiReason[data-body=reason2]:after {
    left: calc(50% - 300px + 100px);
  }
}
.voiceQuestions .vqItem .vqiReason[data-body=reason3]:before, .voiceQuestions .vqItem .vqiReason[data-body=reason3]:after {
  left: 82%;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiReason[data-body=reason3]:before, .voiceQuestions .vqItem .vqiReason[data-body=reason3]:after {
    left: calc(50% - 300px + 500px);
  }
}
.voiceQuestions .vqItem .vqiReason .vqiReasonHeader {
  display: flex;
  align-items: flex-end;
  padding: 0 4px;
}
.voiceQuestions .vqItem .vqiReason .vqiReasonHeader .vqiReasonImg {
  width: min(17.33vw, 100px);
  height: min(11vw, 64px);
  margin-right: min(4%, 16px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiReason .vqiReasonHeader .vqiReasonImg {
    margin-right: 4%;
  }
}
.voiceQuestions .vqItem .vqiReason .vqiReasonHeader .vqiReasonImg img {
  object-fit: contain;
  height: 100%;
}
.voiceQuestions .vqItem .vqiReason .vqiReasonHeader .vqiReasonTitle {
  width: 70%;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.047rem + 0.94vw, 2rem);
}
@media screen and (min-width: 481px) {
  .voiceQuestions .vqItem .vqiReason ul {
    margin-top: 8px;
  }
}
.voiceQuestions .vqItem .vqiReason ul li {
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiReason ul li {
    padding: 24px 12px;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiReason ul li {
    padding: 32px 16px;
  }
}
.voiceQuestions .vqItem .vqiReason ul li:not(:last-child) {
  border-bottom: solid 1px rgba(33, 102, 179, 0.3);
}
.voiceQuestions .vqItem .vqiTab07 {
  flex-direction: column;
  align-items: flex-end;
  padding: 4px;
  max-width: 130px;
}
.voiceQuestions .vqItem .vqiTab07 .vqiTabTitle {
  color: #000;
  font-size: clamp(1.2rem, 0.965rem + 0.63vw, 1.6rem);
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  margin: auto;
}
.voiceQuestions .vqItem .vqiTab07 .vqiTabIcon {
  margin-top: 5px;
  padding-top: 100%;
  position: relative;
  width: 100%;
}
.voiceQuestions .vqItem .vqiTab07 .vqiTabIcon button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
}
.voiceQuestions .vqItem .vqiTab07 .vqiTabIcon button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.voiceQuestions .vqItem .vqiTab07[data-active=true] .vqiTabIcon button {
  background-color: #fff;
}
.voiceQuestions .vqItem .vqiImpression {
  position: relative;
  padding: 8px 24px;
  margin-bottom: 16px;
  background-color: #fff;
  border: solid 1px #DCDCDC;
  border-radius: 24px;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiImpression {
    border-radius: 18px;
    padding: 16px 36px 8px;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiImpression {
    border-radius: 40px;
    padding: 24px 48px 16px;
  }
}
.voiceQuestions .vqItem .vqiImpression:before, .voiceQuestions .vqItem .vqiImpression:after {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  width: 20px;
  height: 20px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiImpression:before, .voiceQuestions .vqItem .vqiImpression:after {
    top: -23px;
    width: 36px;
    height: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiImpression:before, .voiceQuestions .vqItem .vqiImpression:after {
    top: -33px;
    width: 60px;
    height: 34px;
  }
}
.voiceQuestions .vqItem .vqiImpression:before {
  z-index: 2;
  background-color: #fff;
  transform: translate(-50%, 1px);
}
.voiceQuestions .vqItem .vqiImpression:after {
  background-color: #DCDCDC;
  transform: translate(-50%, -1px);
}
.voiceQuestions .vqItem .vqiImpression[data-body=impression1]:before, .voiceQuestions .vqItem .vqiImpression[data-body=impression1]:after {
  left: 12.5%;
}
@media screen and (min-width: 700px) {
  .voiceQuestions .vqItem .vqiImpression[data-body=impression1]:before, .voiceQuestions .vqItem .vqiImpression[data-body=impression1]:after {
    left: calc(50% - 340px + 65px);
  }
}
.voiceQuestions .vqItem .vqiImpression[data-body=impression2]:before, .voiceQuestions .vqItem .vqiImpression[data-body=impression2]:after {
  left: 37.5%;
}
@media screen and (min-width: 700px) {
  .voiceQuestions .vqItem .vqiImpression[data-body=impression2]:before, .voiceQuestions .vqItem .vqiImpression[data-body=impression2]:after {
    left: calc(50% - 340px + 130px + 53.3333333333px + 65px);
  }
}
.voiceQuestions .vqItem .vqiImpression[data-body=impression3]:before, .voiceQuestions .vqItem .vqiImpression[data-body=impression3]:after {
  left: 62.5%;
}
@media screen and (min-width: 700px) {
  .voiceQuestions .vqItem .vqiImpression[data-body=impression3]:before, .voiceQuestions .vqItem .vqiImpression[data-body=impression3]:after {
    left: calc(50% - 340px + 260px + 106.6666666667px + 65px);
  }
}
.voiceQuestions .vqItem .vqiImpression[data-body=impression4]:before, .voiceQuestions .vqItem .vqiImpression[data-body=impression4]:after {
  left: 87.5%;
}
@media screen and (min-width: 700px) {
  .voiceQuestions .vqItem .vqiImpression[data-body=impression4]:before, .voiceQuestions .vqItem .vqiImpression[data-body=impression4]:after {
    left: calc(50% - 340px + 390px + 160px + 65px);
  }
}
.voiceQuestions .vqItem .vqiImpression .vqiImpressionHeader {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiImpression .vqiImpressionHeader {
    flex-direction: column;
    justify-content: center;
    padding-top: 28px;
  }
}
.voiceQuestions .vqItem .vqiImpression .vqiImpressionHeader .vqiImpressionIcon {
  width: 40%;
  max-width: 240px;
  margin-right: min(4%, 16px);
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiImpression .vqiImpressionHeader .vqiImpressionIcon {
    width: 100%;
    margin-top: -8px;
  }
}
.voiceQuestions .vqItem .vqiImpression .vqiImpressionHeader .vqiImpressionIcon img {
  object-fit: contain;
}
.voiceQuestions .vqItem .vqiImpression .vqiImpressionHeader .vqiImpressionTitle {
  font-size: clamp(1.5rem, 1.147rem + 0.94vw, 2.1rem);
  font-weight: 700;
}
.voiceQuestions .vqItem .vqiImpression ul {
  margin-top: -3.2vw;
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiImpression ul {
    margin: 0 auto;
    width: 70%;
  }
}
.voiceQuestions .vqItem .vqiImpression ul li {
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiImpression ul li {
    padding: 24px 12px;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiImpression ul li {
    padding: 32px 16px;
  }
}
.voiceQuestions .vqItem .vqiImpression ul li:not(:last-child) {
  border-bottom: solid 1px rgba(33, 102, 179, 0.3);
}
.voiceQuestions .vqItem .vqiLightBox .lightBoxContainer {
  width: auto;
  max-width: 90%;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiLightBox .lightBoxContainer {
    min-width: 560px;
  }
}
.voiceQuestions .vqItem .vqiLightBox .lightBoxContainer .lightBoxContent {
  padding: 5px 0;
}
.voiceQuestions .vqItem .vqiLightBox .lightBoxContainer .lightBoxContent ul li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiLightBox .lightBoxContainer .lightBoxContent ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiLightBox .lightBoxContainer .lightBoxContent ul li:not(:last-child) {
    margin-bottom: 24px;
  }
}
.voiceQuestions .vqItem .vqiLightBox .lightBoxContainer .lightBoxContent ul li span {
  display: inline-block;
  background-color: #fff;
  padding: 12px 20px;
  border-top-left-radius: 12px 8px;
  border-top-right-radius: 12px 8px;
  border-bottom-right-radius: 12px 8px;
  border-bottom-left-radius: 12px 8px;
}
.voiceQuestions .vqItem .vqiColumnsWrapper07 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiColumnsWrapper07 {
    flex-direction: row;
    justify-content: left;
    align-items: stretch;
  }
}
.voiceQuestions .vqItem .vqiColumnsWrapper08 {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiColumnsWrapper08 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 4px 20px 0 28px;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiColumnsWrapper08 {
    padding: 8px 56px 0 64px;
  }
}
.voiceQuestions .vqItem .vqiSlider .slick-slider {
  width: 100%;
}
.voiceQuestions .vqItem .vqiSlider .slick-slide p {
  letter-spacing: 0.01em;
}
.voiceQuestions .vqItem .vqiSlider .slick-prev,
.voiceQuestions .vqItem .vqiSlider .slick-next {
  top: auto;
  bottom: -84px;
  background-color: #000;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.4s;
  z-index: 2;
}
.voiceQuestions .vqItem .vqiSlider .slick-prev:before,
.voiceQuestions .vqItem .vqiSlider .slick-next:before {
  display: inline-block;
  width: 24px;
  height: 28px;
  opacity: 1;
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .voiceQuestions .vqItem .vqiSlider .slick-prev:hover,
  .voiceQuestions .vqItem .vqiSlider .slick-next:hover {
    opacity: 0.75;
  }
}
.voiceQuestions .vqItem .vqiSlider .slick-prev {
  left: 20px;
}
.voiceQuestions .vqItem .vqiSlider .slick-prev:before {
  content: url(/recruit/osakagas/files/img/common/menu-arrow-r.svg);
}
.voiceQuestions .vqItem .vqiSlider .slick-next {
  right: 20px;
}
.voiceQuestions .vqItem .vqiSlider .slick-next:before {
  content: url(/recruit/osakagas/files/img/common/menu-arrow.svg);
}
.voiceQuestions .vqItem .vqiSlider .slick-disabled {
  opacity: 0 !important;
  pointer-events: none;
}
.voiceQuestions .vqItem .vqiSlider .rsPeoplePanel .rsppSpeech.popUp {
  opacity: 1;
  animation: popUpAnimation 0.6s ease forwards;
}
.voiceQuestions .vqItem .vqiSlider08 {
  margin-top: -48px;
  margin-bottom: 20px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiSlider08 {
    width: 66%;
    margin-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiSlider08 {
    width: 64%;
  }
}
.voiceQuestions .vqItem .vqiSlider08:before, .voiceQuestions .vqItem .vqiSlider08:after {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  width: 20px;
  height: 20px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiSlider08:before, .voiceQuestions .vqItem .vqiSlider08:after {
    left: -23px;
    top: 50%;
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiSlider08:before, .voiceQuestions .vqItem .vqiSlider08:after {
    left: -38px;
    width: 40px;
    height: 40px;
  }
}
.voiceQuestions .vqItem .vqiSlider08:before {
  z-index: 2;
  background-color: #fff;
  transform: translate(-50%, 1px);
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiSlider08:before {
    transform: translate(1px, -50%) rotate(-90deg);
  }
}
.voiceQuestions .vqItem .vqiSlider08:after {
  background-color: #DCDCDC;
  transform: translate(-50%, -1px);
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiSlider08:after {
    transform: translate(-1px, -50%) rotate(-90deg);
  }
}
.voiceQuestions .vqItem .vqiSlider08 .slick-slider {
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiSlider08 .slick-slider {
    padding-left: 0;
  }
}
.voiceQuestions .vqItem .vqiSlider08 .slick-list {
  padding: 16px !important;
  background-color: #fff;
  border: solid 1px #DCDCDC;
  border-radius: 12px;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiSlider08 .slick-list {
    border-radius: 18px;
    padding: 24px !important;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiSlider08 .slick-list {
    border-radius: 26px;
    padding: 32px !important;
  }
}
.voiceQuestions .vqItem .vqiSlider09 {
  padding-bottom: 8px;
}
.voiceQuestions .vqItem .vqiSlider09 .slick-slider {
  margin: 16px -8px 5.33vw;
  width: calc(100% + 16px);
  padding: 36px 48px 24px;
  background-image: url(/recruit/osakagas/files/img/recruit/voice_ques-09_speech_sp.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
@media screen and (min-width: 640px) {
  .voiceQuestions .vqItem .vqiSlider09 .slick-slider {
    background-image: url(/recruit/osakagas/files/img/recruit/voice_ques-09_speech_pc.png);
    padding-top: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiSlider09 .slick-slider {
    padding-top: 64px;
    margin-bottom: 16px;
  }
}
.voiceQuestions .vqItem .vqiSlider09 .slick-slider:after {
  content: "";
  position: absolute;
  bottom: -8vw;
  left: 50%;
  transform: translateX(-50%);
  width: 42%;
  height: calc(8vw - 6px);
  background-image: url(/recruit/osakagas/files/img/recruit/voice_ques-09_speech_tail_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiSlider09 .slick-slider:after {
    background-image: url(/recruit/osakagas/files/img/recruit/voice_ques-09_speech_tail_pc.png);
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiSlider09 .slick-slider:after {
    bottom: max(-5.2vw, -80px);
  }
}
.voiceQuestions .vqItem .vqiSlider09 .slick-slider .slick-track {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiSlider09 .slick-slider .slick-track {
    width: 100% !important;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }
}
.voiceQuestions .vqItem .vqiSlider09 .slick-slider .slick-slide {
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiSlider09 .slick-slider .slick-slide {
    width: 44% !important;
    left: auto !important;
    opacity: 1 !important;
  }
}
.voiceQuestions .vqItem .vqiSlider09 .slick-slider .slick-slide ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.voiceQuestions .vqItem .vqiSlider09 .slick-slider .slick-slide ul li {
  letter-spacing: 0.01em;
  color: #0066B4;
  padding: 20px 8px;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiSlider09 .slick-slider .slick-slide ul li {
    padding: 24px 12px;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiSlider09 .slick-slider .slick-slide ul li {
    padding: 32px 16px;
  }
}
.voiceQuestions .vqItem .vqiSlider09 .slick-slider .slick-slide ul li:not(:last-child) {
  border-bottom: solid 1px #0066B4;
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiSlider09 .slick-slider .slick-arrow {
    display: none !important;
  }
}
.voiceQuestions .vqItem .vqiSlider10 {
  margin-top: 20px;
  padding-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiSlider10 {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiSlider10 {
    margin-top: 40px;
  }
}
.voiceQuestions .vqItem .vqiSlider10 .slick-slider {
  padding: 0 20px;
}
.voiceQuestions .vqItem .vqiSlider10 .slick-list {
  padding: 16px !important;
  background-color: #fff;
  border: solid 1px #DCDCDC;
  border-radius: 12px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiSlider10 .slick-list {
    border-radius: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiSlider10 .slick-list {
    border-radius: 26px;
  }
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiSlider10 .slick-track {
    display: flex;
    align-items: center;
  }
}
.voiceQuestions .vqItem .vqiSlider10 .slick-prev {
  left: 20px;
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiSlider10 .slick-prev {
    left: calc((100% - 940px) / 2 + 20px);
  }
}
.voiceQuestions .vqItem .vqiSlider10 .slick-next {
  right: 20px;
}
@media screen and (min-width: 1025px) {
  .voiceQuestions .vqItem .vqiSlider10 .slick-next {
    right: calc((100% - 940px) / 2 + 20px);
  }
}
.voiceQuestions .vqItem .vqiMessage {
  padding: 0.5% 1%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiMessage {
    flex-direction: row;
    justify-content: space-around;
  }
}
.voiceQuestions .vqItem .vqiMessage .vqiMessageIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiMessage .vqiMessageIcon {
    width: 20%;
    margin-bottom: 0;
  }
}
.voiceQuestions .vqItem .vqiMessage .vqiMessageIcon img {
  width: 33%;
  max-width: 120px;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiMessage .vqiMessageIcon img {
    width: 100%;
    max-width: 164px;
  }
}
.voiceQuestions .vqItem .vqiMessage .vqiMessageText {
  max-width: 440px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .voiceQuestions .vqItem .vqiMessage .vqiMessageText {
    width: 60%;
    max-width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
  }
}/*# sourceMappingURL=osakagas_recruit_voice.css.map */