.p-head-title {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.3076923077vw;
  height: 6.8461538462vw;
  padding: 3vw 7.8461538462vw 0;
}
@media screen and (width <= 900px) {
  .p-head-title {
    gap: 2.9166666667vw;
    height: 15vw;
    padding: 0vw 0vw 0vw 6.0416666667vw;
  }
}
.p-head-title__eg {
  font-family: D-DINCondensed, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 0.9615384615;
  color: #e60000;
}
@media screen and (width <= 900px) {
  .p-head-title__eg {
    font-size: 8.3333333333vw;
    line-height: 1.81175;
  }
}
.p-head-title__txt {
  padding: 1.6923076923vw 0 0;
  font-size: 1.3846153846vw;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
@media screen and (width <= 900px) {
  .p-head-title__txt {
    padding: 3.125vw 0vw 0vw 0vw;
    font-size: 3.75vw;
    line-height: 2.875555556;
  }
}

.p-head-redtitle {
  position: relative;
  z-index: 3;
  padding: 6.2307692308vw 0 5.3846153846vw;
}
@media screen and (width <= 900px) {
  .p-head-redtitle {
    position: relative;
    padding: 26.875vw 0 0 0;
  }
}
.p-head-redtitle__wrap {
  width: 42.3076923077vw;
  height: 4.6153846154vw;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 2.3076923077vw) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, calc(100% - 2.3076923077vw) 100%, 0% 100%);
  background: #e60000;
}
@media screen and (width <= 900px) {
  .p-head-redtitle__wrap {
    width: 37.9166666667vw;
    height: 7.9166666667vw;
    -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 3.9583333333vw) 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, calc(100% - 3.9583333333vw) 100%, 0% 100%);
  }
  .p-head-redtitle__wrap.career-step {
    width: 48.125vw;
  }
  .p-head-redtitle__wrap.recruit {
    width: 33.125vw;
  }
  .p-head-redtitle__wrap.faq {
    width: 43.75vw;
  }
  .p-head-redtitle__wrap.internship {
    width: 79.1666666667vw;
  }
  .p-head-redtitle__wrap.iss {
    width: 58.3333333333vw;
  }
  .p-head-redtitle__wrap.bcw {
    width: 78.5416666667vw;
  }
  .p-head-redtitle__wrap.iws {
    width: 66.0416666667vw;
  }
  .p-head-redtitle__wrap.work {
    width: 48.125vw;
  }
  .p-head-redtitle__wrap.voice {
    width: 72.9166666667vw;
  }
}
.p-head-redtitle__txt {
  padding: 1.0769230769vw 0 1.0769230769vw 7.8461538462vw;
  font-size: 2.4615384615vw;
  font-weight: 400;
  color: #fff;
}
@media screen and (width <= 900px) {
  .p-head-redtitle__txt {
    padding: 1.0416666667vw 0 0vw 5vw;
    font-size: 5vw;
    line-height: 1.1295;
  }
}

.voice-head {
  position: relative;
  z-index: 3;
  margin-top: 80px;
}
@media screen and (width <= 900px) {
  .voice-head {
    margin-top: 68px;
  }
}
.voice-head__bg {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  display: block;
}
.voice-head__bg img {
  width: 100%;
  height: 13.4615384615vw;
}
@media screen and (width <= 900px) {
  .voice-head__bg img {
    height: 15vw;
  }
}
.voice-head__bg2 {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  display: block;
}
.voice-head__bg2 img {
  width: 100%;
  height: 23.0769230769vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (width <= 900px) {
  .voice-head__bg2 img {
    height: 45.8333333333vw;
  }
}

.p-voice-q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-voice-q.q1, .p-voice-q.q3, .p-voice-q.q4, .p-voice-q.q6 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-voice-q.q2 {
  margin: 0 0 0 13px;
}
@media screen and (width <= 900px) {
  .p-voice-q.q2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
}
.p-voice-q.q5 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 340px;
  margin: 0 12px 0 auto;
}
@media screen and (width <= 900px) {
  .p-voice-q.q5 {
    width: auto;
    margin: 0;
  }
}
@media screen and (width <= 900px) {
  .p-voice-q {
    gap: 23px;
  }
}
.p-voice-q span {
  display: block;
  font-size: 40px;
  font-weight: 500;
  color: #e60000;
  text-indent: -0.04em;
  letter-spacing: -0.04em;
}
@media screen and (width <= 900px) {
  .p-voice-q span {
    font-size: 30px;
  }
}
.p-voice-q::after, .p-voice-q::before {
  display: block;
  width: 40px;
  height: 1px;
  content: "";
  background: #e60000;
}
@media screen and (width <= 900px) {
  .p-voice-q::after, .p-voice-q::before {
    width: 29px;
  }
}

.p-voice-qtit {
  font-size: 56px;
  font-weight: 400;
  color: #e60000;
}
@media screen and (width <= 900px) {
  .p-voice-qtit {
    font-size: 30px;
  }
}
.p-voice-qtit.q1, .p-voice-qtit.q3, .p-voice-qtit.q4, .p-voice-qtit.q6 {
  padding: 35px 0 0;
  text-align: center;
}
@media screen and (width <= 900px) {
  .p-voice-qtit.q1, .p-voice-qtit.q3, .p-voice-qtit.q4, .p-voice-qtit.q6 {
    padding: 25px 0 0;
  }
}
.p-voice-qtit.q2 {
  padding: 35px 0 0;
}
@media screen and (width <= 900px) {
  .p-voice-qtit.q2 {
    padding: 25px 0 0;
    text-align: center;
  }
}
.p-voice-qtit.q5 {
  width: 340px;
  padding: 30px 0 0;
  margin: 0 12px 0 auto;
  line-height: 64px;
  text-align: center;
}
@media screen and (width <= 900px) {
  .p-voice-qtit.q5 {
    width: auto;
    padding: 25px 0 0;
    margin: 0;
    line-height: 1;
  }
  .p-voice-qtit.q5 br {
    display: none;
  }
}

.p-voice-card {
  position: absolute;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@media screen and (width <= 900px) {
  .p-voice-card {
    position: relative;
  }
}
.p-voice-card.q1 {
  top: 44px;
  left: 20px;
  width: 306px;
  height: 250px;
}
@media screen and (width <= 900px) {
  .p-voice-card.q1 {
    inset: auto;
    margin: 48px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .p-voice-card.q1 {
    width: 63.75vw;
    height: 52.0833333333vw;
    margin-top: 10vw;
  }
}
.p-voice-card.q2 {
  top: 55px;
  right: 266px;
  width: 292px;
  height: 251px;
}
@media screen and (width <= 900px) {
  .p-voice-card.q2 {
    inset: auto;
    margin: 24px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .p-voice-card.q2 {
    width: 60.8333333333vw;
    height: 52.2916666667vw;
    margin-top: 5vw;
  }
}
.p-voice-card.q3 {
  top: 308px;
  left: 201px;
  width: 384px;
  height: 222px;
}
@media screen and (width <= 900px) {
  .p-voice-card.q3 {
    inset: auto;
    margin: 24px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .p-voice-card.q3 {
    width: 80vw;
    height: 46.25vw;
    margin-top: 5vw;
  }
}
.p-voice-card.q4 {
  top: 255px;
  right: 20px;
  width: 288px;
  height: 288px;
}
@media screen and (width <= 900px) {
  .p-voice-card.q4 {
    display: none;
  }
}
.p-voice-card.q4-sp {
  width: 288px;
  height: 288px;
  margin: 24px auto 0;
}
@media screen and (max-width: 480px) {
  .p-voice-card.q4-sp {
    width: 60vw;
    height: 60vw;
    margin-top: 5vw;
  }
}
.p-voice-card.q21, .p-voice-card.q22, .p-voice-card.q23, .p-voice-card.q24, .p-voice-card.q25, .p-voice-card.q26, .p-voice-card.q27 {
  position: relative;
  width: 320px;
  height: 250px;
}
.p-voice-card.q21 {
  grid-area: 1/3/2/4;
}
.p-voice-card.q22 {
  grid-area: 1/4/2/5;
}
.p-voice-card.q23 {
  grid-area: 2/2/3/3;
}
.p-voice-card.q24 {
  grid-area: 2/3/3/4;
}
.p-voice-card.q25 {
  grid-area: 2/4/3/5;
}
.p-voice-card.q26 {
  grid-area: 3/2/4/3;
}
.p-voice-card.q27 {
  grid-area: 3/3/4/4;
}
@media screen and (max-width: 1200px) {
  .p-voice-card.q21 {
    grid-area: 1/3/2/4;
  }
  .p-voice-card.q22 {
    grid-area: 2/2/3/3;
  }
  .p-voice-card.q23 {
    grid-area: 2/3/3/4;
  }
  .p-voice-card.q24 {
    grid-area: 3/2/4/3;
  }
  .p-voice-card.q25 {
    grid-area: 3/3/4/4;
  }
  .p-voice-card.q26 {
    grid-area: 4/2/5/3;
  }
  .p-voice-card.q27 {
    grid-area: 4/3/5/4;
  }
}
@media screen and (width <= 900px) {
  .p-voice-card.q21 {
    margin: 48px auto 0;
  }
  .p-voice-card.q22, .p-voice-card.q23 {
    margin: 24px auto 0;
  }
  .p-voice-card.q24, .p-voice-card.q25, .p-voice-card.q26, .p-voice-card.q27 {
    display: none;
  }
  .p-voice-card.q24-sp, .p-voice-card.q25-sp, .p-voice-card.q26-sp, .p-voice-card.q27-sp {
    width: 320px;
    height: 250px;
    margin: 24px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .p-voice-card.q21 {
    width: 66.6666666667vw;
    height: 52.0833333333vw;
    margin-top: 10vw;
  }
  .p-voice-card.q22, .p-voice-card.q23 {
    width: 66.6666666667vw;
    height: 52.0833333333vw;
    margin-top: 5vw;
  }
  .p-voice-card.q24-sp, .p-voice-card.q25-sp, .p-voice-card.q26-sp, .p-voice-card.q27-sp {
    width: 66.6666666667vw;
    height: 52.0833333333vw;
    margin-top: 5vw;
  }
}
.p-voice-card.q31 {
  top: 104px;
  left: 86px;
  width: 306px;
  height: 251px;
}
@media screen and (max-width: 1040px) {
  .p-voice-card.q31 {
    left: 40px;
  }
}
.p-voice-card.q32 {
  top: 66px;
  right: 77px;
  width: 288px;
  height: 288px;
}
@media screen and (max-width: 1040px) {
  .p-voice-card.q32 {
    right: 20px;
  }
}
.p-voice-card.q33 {
  top: 402px;
  left: 4px;
  width: 302px;
  height: 260px;
}
@media screen and (max-width: 1040px) {
  .p-voice-card.q33 {
    top: 450px;
  }
}
.p-voice-card.q34 {
  top: 412px;
  right: 5px;
  width: 306px;
  height: 251px;
}
.p-voice-card.q35 {
  inset: 540px 0 auto;
  width: 311px;
  height: 305px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .p-voice-card.q35 {
    top: 700px;
  }
}
.p-voice-card.q36 {
  top: 174px;
  left: 19px;
  width: 288px;
  height: 288px;
}
@media screen and (max-width: 1040px) {
  .p-voice-card.q36 {
    top: 950px;
  }
}
.p-voice-card.q37 {
  inset: 213px 0 auto;
  width: 302px;
  height: 260px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .p-voice-card.q37 {
    top: 1210px;
  }
}
.p-voice-card.q38 {
  top: 212px;
  right: 5px;
  width: 306px;
  height: 251px;
}
@media screen and (max-width: 1040px) {
  .p-voice-card.q38 {
    top: 985px;
  }
}
.p-voice-card.q39 {
  top: 534px;
  left: 0;
  width: 311px;
  height: 305px;
}
@media screen and (max-width: 1040px) {
  .p-voice-card.q39 {
    top: 1460px;
  }
}
.p-voice-card.q310 {
  inset: 534px 0 auto;
  width: 288px;
  height: 288px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .p-voice-card.q310 {
    top: 1715px;
  }
}
.p-voice-card.q311 {
  top: 574px;
  right: 7px;
  width: 302px;
  height: 260px;
}
@media screen and (max-width: 1040px) {
  .p-voice-card.q311 {
    top: 1480px;
  }
}
.p-voice-card.q312 {
  top: 890px;
  left: 5px;
  width: 302px;
  height: 260px;
}
@media screen and (max-width: 1040px) {
  .p-voice-card.q312 {
    top: 2025px;
  }
}
.p-voice-card.q313 {
  inset: 890px 0 auto;
  width: 306px;
  height: 251px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .p-voice-card.q313 {
    top: 2230px;
  }
}
.p-voice-card.q314 {
  top: 871px;
  right: 14px;
  width: 288px;
  height: 288px;
}
@media screen and (max-width: 1040px) {
  .p-voice-card.q314 {
    top: 1980px;
  }
}
@media screen and (width <= 900px) {
  .p-voice-card.q36 {
    inset: auto;
    margin: 48px auto 0;
  }
  .p-voice-card.q37, .p-voice-card.q38 {
    inset: auto;
    margin: 24px auto 0;
  }
  .p-voice-card.q39, .p-voice-card.q310, .p-voice-card.q311, .p-voice-card.q312, .p-voice-card.q313, .p-voice-card.q314 {
    display: none;
  }
  .p-voice-card.q34-sp {
    width: 306px;
    height: 251px;
    margin: 24px auto 0;
  }
  .p-voice-card.q35-sp {
    width: 311px;
    height: 305px;
    margin: 24px auto 0;
  }
  .p-voice-card.q36-sp {
    width: 288px;
    height: 288px;
    margin: 24px auto 0;
  }
  .p-voice-card.q37-sp {
    width: 302px;
    height: 260px;
    margin: 24px auto 0;
  }
  .p-voice-card.q38-sp {
    width: 306px;
    height: 251px;
    margin: 24px auto 0;
  }
  .p-voice-card.q39-sp {
    width: 311px;
    height: 305px;
    margin: 24px auto 0;
  }
  .p-voice-card.q310-sp {
    width: 288px;
    height: 288px;
    margin: 24px auto 0;
  }
  .p-voice-card.q311-sp {
    width: 302px;
    height: 260px;
    margin: 24px auto 0;
  }
  .p-voice-card.q312-sp {
    width: 302px;
    height: 260px;
    margin: 24px auto 0;
  }
  .p-voice-card.q313-sp {
    width: 306px;
    height: 251px;
    margin: 24px auto 0;
  }
  .p-voice-card.q314-sp {
    width: 288px;
    height: 288px;
    margin: 24px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .p-voice-card.q31 {
    width: 63.75vw;
    height: 52.2916666667vw;
    margin-top: 10vw;
  }
  .p-voice-card.q32 {
    width: 60vw;
    height: 60vw;
    margin-top: 5vw;
  }
  .p-voice-card.q33 {
    width: 62.9166666667vw;
    height: 54.1666666667vw;
    margin-top: 5vw;
  }
  .p-voice-card.q34-sp {
    width: 63.75vw;
    height: 52.2916666667vw;
    margin-top: 5vw;
  }
  .p-voice-card.q35-sp {
    width: 64.7916666667vw;
    height: 63.5416666667vw;
    margin-top: 5vw;
  }
  .p-voice-card.q36-sp {
    width: 60vw;
    height: 60vw;
    margin-top: 5vw;
  }
  .p-voice-card.q37-sp {
    width: 62.9166666667vw;
    height: 54.1666666667vw;
    margin-top: 5vw;
  }
  .p-voice-card.q38-sp {
    width: 63.75vw;
    height: 52.2916666667vw;
    margin-top: 5vw;
  }
  .p-voice-card.q39-sp {
    width: 64.7916666667vw;
    height: 63.5416666667vw;
    margin: 64px auto 0;
  }
  .p-voice-card.q310-sp {
    width: 60vw;
    height: 60vw;
    margin-top: 5vw;
  }
  .p-voice-card.q311-sp {
    width: 62.9166666667vw;
    height: 54.1666666667vw;
    margin-top: 5vw;
  }
  .p-voice-card.q312-sp {
    width: 62.9166666667vw;
    height: 54.1666666667vw;
    margin-top: 5vw;
  }
  .p-voice-card.q313-sp {
    width: 63.75vw;
    height: 52.2916666667vw;
    margin-top: 5vw;
  }
  .p-voice-card.q314-sp {
    width: 60vw;
    height: 60vw;
    margin-top: 5vw;
  }
}
.p-voice-card.q41, .p-voice-card.q42, .p-voice-card.q43, .p-voice-card.q44, .p-voice-card.q45, .p-voice-card.q46 {
  width: 288px;
  height: 288px;
}
.p-voice-card.q41 {
  top: 0;
  left: 0;
}
.p-voice-card.q42 {
  inset: 72px 0 auto;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .p-voice-card.q42 {
    top: 115px;
  }
}
.p-voice-card.q43 {
  top: 154px;
  right: 0;
}
@media screen and (max-width: 950px) {
  .p-voice-card.q43 {
    top: 230px;
  }
}
.p-voice-card.q44 {
  top: 326px;
  left: 0;
}
.p-voice-card.q45 {
  inset: 398px 0 auto;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .p-voice-card.q45 {
    top: 450px;
  }
}
.p-voice-card.q46 {
  top: 480px;
  right: 0;
}
@media screen and (max-width: 950px) {
  .p-voice-card.q46 {
    top: 570px;
  }
}
@media screen and (width <= 900px) {
  .p-voice-card.q41 {
    inset: auto;
    margin: 48px auto 0;
  }
  .p-voice-card.q42, .p-voice-card.q43 {
    inset: auto;
    margin: 24px auto 0;
  }
  .p-voice-card.q44, .p-voice-card.q45, .p-voice-card.q46 {
    display: none;
  }
  .p-voice-card.q44-sp, .p-voice-card.q45-sp, .p-voice-card.q46-sp {
    width: 288px;
    height: 288px;
    margin: 24px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .p-voice-card.q41 {
    width: 60vw;
    height: 60vw;
    margin-top: 10vw;
  }
  .p-voice-card.q42, .p-voice-card.q43, .p-voice-card.q44-sp, .p-voice-card.q45-sp, .p-voice-card.q46-sp {
    width: 60vw;
    height: 60vw;
    margin-top: 5vw;
  }
}
.p-voice-card.q51, .p-voice-card.q52, .p-voice-card.q53, .p-voice-card.q54, .p-voice-card.q55, .p-voice-card.q56, .p-voice-card.q57, .p-voice-card.q58, .p-voice-card.q59, .p-voice-card.q510, .p-voice-card.q511, .p-voice-card.q512, .p-voice-card.q513 {
  position: relative;
  width: 320px;
  height: 250px;
}
.p-voice-card.q51 {
  grid-area: 1/1/2/2;
}
.p-voice-card.q52 {
  grid-area: 1/2/2/3;
}
.p-voice-card.q53 {
  grid-area: 2/1/3/2;
}
.p-voice-card.q54 {
  grid-area: 2/2/3/3;
}
.p-voice-card.q55 {
  grid-area: 2/3/3/4;
}
.p-voice-card.q56 {
  grid-area: 3/1/4/2;
}
.p-voice-card.q57 {
  grid-area: 3/2/4/3;
}
.p-voice-card.q58 {
  grid-area: 3/3/4/4;
}
.p-voice-card.q59 {
  grid-area: 4/1/5/2;
}
.p-voice-card.q510 {
  grid-area: 4/2/5/3;
}
.p-voice-card.q511 {
  grid-area: 4/3/5/4;
}
.p-voice-card.q512 {
  grid-area: 5/2/6/3;
}
.p-voice-card.q513 {
  grid-area: 5/3/6/4;
}
@media screen and (max-width: 1100px) {
  .p-voice-card.q51 {
    grid-area: 1/1/2/2;
  }
  .p-voice-card.q52 {
    grid-area: 2/1/3/2;
  }
  .p-voice-card.q53 {
    grid-area: 2/2/3/3;
  }
  .p-voice-card.q54 {
    grid-area: 3/1/4/2;
  }
  .p-voice-card.q55 {
    grid-area: 3/2/4/3;
  }
  .p-voice-card.q56 {
    grid-area: 4/1/5/2;
  }
  .p-voice-card.q57 {
    grid-area: 4/2/5/3;
  }
  .p-voice-card.q58 {
    grid-area: 5/1/6/2;
  }
  .p-voice-card.q59 {
    grid-area: 5/2/6/3;
  }
  .p-voice-card.q510 {
    grid-area: 6/1/7/2;
  }
  .p-voice-card.q511 {
    grid-area: 6/2/7/3;
  }
  .p-voice-card.q512 {
    grid-area: 7/1/8/2;
  }
  .p-voice-card.q513 {
    grid-area: 7/2/8/3;
  }
}
@media screen and (width <= 900px) {
  .p-voice-card.q51 {
    margin: 48px auto 0;
  }
  .p-voice-card.q52, .p-voice-card.q53 {
    margin: 24px auto 0;
  }
  .p-voice-card.q54, .p-voice-card.q55, .p-voice-card.q56, .p-voice-card.q57, .p-voice-card.q58, .p-voice-card.q59, .p-voice-card.q510, .p-voice-card.q511, .p-voice-card.q512, .p-voice-card.q513 {
    display: none;
  }
  .p-voice-card.q54-sp, .p-voice-card.q55-sp, .p-voice-card.q56-sp, .p-voice-card.q57-sp, .p-voice-card.q58-sp, .p-voice-card.q59-sp, .p-voice-card.q510-sp, .p-voice-card.q511-sp, .p-voice-card.q512-sp, .p-voice-card.q513-sp {
    width: 320px;
    height: 250px;
    margin: 24px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .p-voice-card.q51 {
    width: 66.6666666667vw;
    height: 52.0833333333vw;
    margin-top: 10vw;
  }
  .p-voice-card.q52, .p-voice-card.q53, .p-voice-card.q54-sp, .p-voice-card.q55-sp, .p-voice-card.q56-sp, .p-voice-card.q57-sp, .p-voice-card.q58-sp, .p-voice-card.q59-sp, .p-voice-card.q510-sp, .p-voice-card.q511-sp, .p-voice-card.q512-sp, .p-voice-card.q513-sp {
    width: 66.6666666667vw;
    height: 52.0833333333vw;
    margin-top: 5vw;
  }
}
.p-voice-card.q61 {
  top: 64px;
  left: 317px;
  width: 292px;
  height: 251px;
}
@media screen and (max-width: 1070px) {
  .p-voice-card.q61 {
    left: 220px;
  }
}
.p-voice-card.q62 {
  top: 52px;
  right: 50px;
  width: 306px;
  height: 251px;
}
@media screen and (max-width: 1070px) {
  .p-voice-card.q62 {
    right: 0;
  }
}
.p-voice-card.q63 {
  top: 263px;
  left: 50px;
  width: 288px;
  height: 288px;
}
@media screen and (max-width: 1070px) {
  .p-voice-card.q63 {
    top: 300px;
  }
}
.p-voice-card.q64 {
  top: 314px;
  right: 252px;
  width: 384px;
  height: 222px;
}
@media screen and (max-width: 1070px) {
  .p-voice-card.q64 {
    right: auto;
    left: 350px;
  }
}
.p-voice-card.q65 {
  top: 581px;
  left: 5px;
  width: 302px;
  height: 260px;
}
@media screen and (max-width: 1070px) {
  .p-voice-card.q65 {
    top: 620px;
  }
}
@media screen and (max-width: 1015px) {
  .p-voice-card.q65 {
    top: 885px;
  }
}
.p-voice-card.q66 {
  inset: 581px 0 auto;
  width: 301px;
  height: 288px;
  padding: 0 0 0 13px;
  margin: 0 auto;
}
.p-voice-card.q66 picture {
  left: 13px;
  width: 288px;
}
@media screen and (max-width: 1070px) {
  .p-voice-card.q66 {
    top: 600px;
    width: 288px;
    padding: 0;
  }
  .p-voice-card.q66 picture {
    left: 0;
  }
}
.p-voice-card.q67 {
  top: 581px;
  right: 0;
  width: 311px;
  height: 305px;
}
@media screen and (max-width: 1015px) {
  .p-voice-card.q67 {
    top: 870px;
  }
}
@media screen and (width <= 900px) {
  .p-voice-card.q61 {
    inset: auto;
    margin: 48px auto 0;
  }
  .p-voice-card.q62, .p-voice-card.q63, .p-voice-card.q64-sp, .p-voice-card.q65-sp, .p-voice-card.q66-sp, .p-voice-card.q67-sp {
    inset: auto;
    margin: 24px auto 0;
  }
  .p-voice-card.q64, .p-voice-card.q65, .p-voice-card.q66, .p-voice-card.q67 {
    display: none;
  }
  .p-voice-card.q64-sp {
    width: 384px;
    height: 222px;
  }
  .p-voice-card.q65-sp {
    width: 302px;
    height: 260px;
  }
  .p-voice-card.q66-sp {
    width: 288px;
    height: 288px;
  }
  .p-voice-card.q67-sp {
    width: 311px;
    height: 305px;
  }
}
@media screen and (max-width: 480px) {
  .p-voice-card.q61 {
    width: 60.8333333333vw;
    height: 52.2916666667vw;
    margin-top: 10vw;
  }
  .p-voice-card.q62 {
    width: 63.75vw;
    height: 52.2916666667vw;
    margin-top: 5vw;
  }
  .p-voice-card.q63 {
    width: 60vw;
    height: 60vw;
    margin-top: 5vw;
  }
  .p-voice-card.q64-sp {
    width: 80vw;
    height: 46.25vw;
    margin-top: 5vw;
  }
  .p-voice-card.q65-sp {
    width: 62.9166666667vw;
    height: 54.1666666667vw;
    margin-top: 5vw;
  }
  .p-voice-card.q66-sp {
    width: 60vw;
    height: 60vw;
    margin-top: 5vw;
  }
  .p-voice-card.q67-sp {
    width: 64.7916666667vw;
    height: 63.5416666667vw;
    margin-top: 5vw;
  }
}
.p-voice-card__omote, .p-voice-card__ura {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-voice-card__ura {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
@media (hover: hover) {
  .p-voice-card:hover .p-voice-card__omote {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .p-voice-card:hover .p-voice-card__ura {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}
.p-voice-card.is-active .p-voice-card__omote {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.p-voice-card.is-active .p-voice-card__ura {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.p-voice-btn {
  position: relative;
  display: block;
  width: 200px;
  line-height: 54px;
  cursor: pointer;
  background: #e60000;
  border: 1px solid #e60000;
}
.p-voice-btn.q1, .p-voice-btn.q2, .p-voice-btn.q3, .p-voice-btn.q4, .p-voice-btn.q5, .p-voice-btn.q6 {
  display: none;
}
@media screen and (width <= 900px) {
  .p-voice-btn.q1, .p-voice-btn.q2, .p-voice-btn.q3, .p-voice-btn.q4, .p-voice-btn.q5, .p-voice-btn.q6 {
    display: block;
    margin: 80px auto 0;
  }
}
.p-voice-btn__open, .p-voice-btn__close {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}
.p-voice-btn__open {
  padding: 0 0 0 39px;
}
.p-voice-btn__open.on {
  display: none;
}
.p-voice-btn__close {
  display: none;
  padding: 0 0 0 73px;
}
.p-voice-btn__close.on {
  display: block;
}
.p-voice-btn svg {
  position: absolute;
  top: 23px;
  right: 37px;
  width: 22px;
  height: 10px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.p-voice-btn svg.on {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.p-voice-acc {
  display: none;
}

.voice-qa {
  position: relative;
  z-index: 2;
}
.voice-qa__head {
  position: relative;
  padding: 62px 20px 35px;
  background: #e60000;
}
@media screen and (width <= 900px) {
  .voice-qa__head {
    padding: 9.1666666667vw 20px 9.375vw;
  }
}
.voice-qa__head::after {
  position: absolute;
  inset: auto 0 -35px;
  z-index: 2;
  display: block;
  width: 1px;
  height: 70px;
  margin: 0 auto;
  content: "";
  background: #e60000;
}
@media screen and (width <= 900px) {
  .voice-qa__head::after {
    bottom: -7.2916666667vw;
    height: 14.5833333333vw;
  }
}
.voice-qa__title {
  max-width: 547px;
  padding: 42px 0 72px;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 400;
  color: #e60000;
  text-align: center;
  background-image: url("../img/voice/qa.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
@media screen and (width <= 900px) {
  .voice-qa__title {
    max-width: 79.1666666667vw;
    padding: 8.9583333333vw 0 16.25vw;
    font-size: 6.25vw;
    background-image: url("../img/voice/qa-sp.png");
  }
}

.voice-qa-0 {
  padding: 86px 20px 23px;
  background: #fff;
}
@media screen and (width <= 900px) {
  .voice-qa-0 {
    padding: 13.9583333333vw 0 7.2916666667vw;
  }
}
.voice-qa-0__text {
  font-size: 16px;
  font-weight: 300;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
  text-align: center;
  text-indent: 0.02em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 480px) {
  .voice-qa-0__text {
    font-size: 3.3333333333vw;
  }
}

.voice-qa-1 {
  padding: 76px 0 0;
  background: #ece5e1;
}
@media screen and (width <= 900px) {
  .voice-qa-1 {
    padding: 64px 0 60px;
  }
}
.voice-qa-1__wrap {
  position: relative;
  max-width: 1046px;
  height: 596px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .voice-qa-1__wrap {
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .voice-qa-1__wrap {
    padding: 0 6.25vw;
  }
}

.voice-qa-2 {
  padding: 90px 30px;
}
@media screen and (width <= 900px) {
  .voice-qa-2 {
    padding: 64px 0 60px;
  }
}
.voice-qa-2__wrap {
  position: relative;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: 1fr repeat(3, 320px);
  grid-gap: 30px;
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .voice-qa-2__wrap {
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: 1fr repeat(2, 320px);
    max-width: 718px;
  }
}
@media screen and (width <= 900px) {
  .voice-qa-2__wrap {
    display: block;
  }
}
.voice-qa-2__title {
  grid-area: 1/1/2/3;
  padding: 21px 0 0 67px;
}
@media screen and (max-width: 1200px) {
  .voice-qa-2__title {
    padding: 21px 0 0;
  }
}
@media screen and (width <= 900px) {
  .voice-qa-2__title {
    padding: 0;
  }
}

.voice-qa-3 {
  padding: 76px 0 0;
  background: #ece5e1;
}
@media screen and (width <= 900px) {
  .voice-qa-3 {
    padding: 64px 0 60px;
  }
}
.voice-qa-3__wrap {
  position: relative;
  max-width: 1108px;
  height: 1249px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .voice-qa-3__wrap {
    height: 2525px;
  }
}
@media screen and (width <= 900px) {
  .voice-qa-3__wrap {
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .voice-qa-3__wrap {
    padding: 0 6.25vw;
  }
}
.voice-qa-3__title {
  padding: 302px 0 0;
}
@media screen and (width <= 900px) {
  .voice-qa-3__title {
    padding: 0;
  }
}

.voice-qa-4 {
  padding: 76px 30px 0;
}
@media screen and (width <= 900px) {
  .voice-qa-4 {
    padding: 64px 0 60px;
  }
}
.voice-qa-4__wrap {
  position: relative;
  max-width: 906px;
  height: 858px;
  margin: 45px auto 0;
}
@media screen and (max-width: 950px) {
  .voice-qa-4__wrap {
    height: 968px;
  }
}
@media screen and (width <= 900px) {
  .voice-qa-4__wrap {
    height: auto;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .voice-qa-4__wrap {
    padding: 0 6.25vw;
  }
}

.voice-qa-5 {
  padding: 90px 30px;
  background: #ece5e1;
}
@media screen and (width <= 900px) {
  .voice-qa-5 {
    padding: 64px 0 60px;
  }
}
.voice-qa-5__wrap {
  position: relative;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(3, 320px) auto;
  grid-gap: 30px;
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .voice-qa-5__wrap {
    grid-template-rows: repeat(7, 1fr);
    grid-template-columns: repeat(2, 320px) 1fr;
    max-width: 760px;
  }
}
@media screen and (width <= 900px) {
  .voice-qa-5__wrap {
    display: block;
  }
}
.voice-qa-5__title {
  grid-area: 1/3/2/5;
  padding: 16px 0 0;
}
@media screen and (max-width: 1100px) {
  .voice-qa-5__title {
    grid-area: 1/2/2/4;
  }
}
@media screen and (width <= 900px) {
  .voice-qa-5__title {
    padding: 0;
  }
}

.voice-qa-6 {
  padding: 76px 30px 0;
}
@media screen and (width <= 900px) {
  .voice-qa-6 {
    padding: 64px 0 120px;
  }
}
.voice-qa-6__wrap {
  position: relative;
  max-width: 1108px;
  height: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1070px) {
  .voice-qa-6__wrap {
    height: 978px;
  }
}
@media screen and (max-width: 1015px) {
  .voice-qa-6__wrap {
    height: 1265px;
  }
}
@media screen and (width <= 900px) {
  .voice-qa-6__wrap {
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .voice-qa-6__wrap {
    padding: 0 6.25vw;
  }
}

.p-btn-othercontents {
  position: relative;
  display: block;
  width: 320px;
  height: 220px;
  overflow: hidden;
  border: 1px solid #e60000;
}
@media screen and (width <= 900px) {
  .p-btn-othercontents {
    width: 83.3333333333vw;
    height: 50vw;
  }
}
.p-btn-othercontents.oc {
  height: 276px;
}
.p-btn-othercontents::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96), -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.p-btn-othercontents img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (width <= 900px) {
  .p-btn-othercontents img.faq {
    height: 43.3333333333vw;
  }
}
.p-btn-othercontents__box {
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 56.2px;
  padding: 0 14px;
  background: rgba(230, 0, 0, 0.8);
}
@media screen and (width <= 900px) {
  .p-btn-othercontents__box {
    height: 13.3333333333vw;
    padding: 0 2.5vw;
  }
}
.p-btn-othercontents__box.oc {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 78.2px;
  padding: 0 14px;
}
.p-btn-othercontents__box::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96), -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.p-btn-othercontents__in {
  position: relative;
  z-index: 3;
}
.p-btn-othercontents p {
  position: relative;
  z-index: 3;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  -webkit-transition: color 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: color 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
}
@media screen and (width <= 900px) {
  .p-btn-othercontents p {
    font-size: 4.1666666667vw;
  }
}
.p-btn-othercontents p.p-btn-othercontents__btxt {
  padding: 15px 0 0;
  font-size: 15px;
}
.p-btn-othercontents p.p-btn-othercontents__txt {
  padding: 5px 0 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 17px;
}
@media screen and (width <= 900px) {
  .p-btn-othercontents p.p-btn-othercontents__txt {
    font-size: 2.9166666667vw;
    line-height: 1.7142;
  }
}
.p-btn-othercontents__svg {
  position: relative;
  z-index: 3;
}
.p-btn-othercontents__svg.oc {
  margin: 36px 0 0;
}
@media screen and (width <= 900px) {
  .p-btn-othercontents__svg.oc {
    margin: 7.5vw 0 0;
  }
}
.p-btn-othercontents__svg::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #e60000;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96), -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.p-btn-othercontents svg {
  position: relative;
  z-index: 2;
  width: 27.6px;
  -webkit-transition: stroke 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96) 0.15s;
  transition: stroke 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96) 0.15s;
}
@media screen and (width <= 900px) {
  .p-btn-othercontents svg {
    width: 6.6666666667vw;
  }
}
.p-btn-othercontents svg .cls-1,
.p-btn-othercontents svg .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 0.92px;
}
@media (any-hover: hover) {
  .p-btn-othercontents:hover {
    opacity: 1;
  }
  .p-btn-othercontents:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .p-btn-othercontents:hover .p-btn-othercontents__box::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .p-btn-othercontents:hover p {
    color: #000;
  }
  .p-btn-othercontents:hover .p-btn-othercontents__svg::before {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96) 0.15s;
    transition: -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96) 0.15s;
    transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96) 0.15s;
    transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96) 0.15s, -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96) 0.15s;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .p-btn-othercontents:hover svg .cls-1 {
    stroke: #e60000;
  }
  .p-btn-othercontents:hover svg .cls-2 {
    stroke: none;
  }
}

.other-contents {
  position: relative;
  z-index: 2;
  padding: 101px 20px;
  background: #e6e6e6;
}
@media screen and (width <= 900px) {
  .other-contents {
    padding: 12.5vw 6.25vw;
  }
}
.other-contents__title {
  position: absolute;
  top: -32.5px;
  left: 0;
  z-index: 2;
  width: 325px;
  padding: 0 0 0 103px;
  font-family: D-DINCondensed, sans-serif;
  font-size: 30px;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 65px;
  color: #fff;
  background: #e60000;
  border-radius: 0 20px 20px 0;
}
@media screen and (width <= 900px) {
  .other-contents__title {
    top: -6.7708333333vw;
    width: 67.7083333333vw;
    padding: 0 0 0 21.4583333333vw;
    font-size: 6.25vw;
    line-height: 13.5416666667vw;
    border-radius: 0 4.1666666667vw 4.1666666667vw 0;
  }
}
.other-contents__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.other-contents__flex.oc {
  gap: 20px;
}
@media screen and (width <= 900px) {
  .other-contents__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.1666666667vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .other-contents__flex.oc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 4.1666666667vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2.5vw 0 2.5vw;
  }
}
.other-contents__flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px 46px;
  max-width: 1098px;
  padding: 15px 0 19px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .other-contents__flex2 {
    max-width: 812px;
  }
}
@media screen and (width <= 900px) {
  .other-contents__flex2 {
    gap: 4.1666666667vw 4.1666666667vw;
  }
}
.other-contents__project-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 46px;
  max-width: 1098px;
  padding: 4px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .other-contents__project-c {
    max-width: 812px;
  }
}
@media screen and (width <= 900px) {
  .other-contents__project-c {
    gap: 4.1666666667vw 4.1666666667vw;
  }
}