@charset "UTF-8";
/* CSS Document */
/*---------------------------------------------
	１年目社員のリアルボイス
  ---------------------------------------------*/
.main_area {
  background: url("/assets/img/culture/realvoice/main_image.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 350px;
}
@media all and (max-width: 480px) {
  .main_area {
    padding-top: 100px;
  }
}
.main_area h2 {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  padding: 0 20px;
  opacity: 0;
  filter: blur(10px);
  clip-path: inset(0 100% 0 0);
  animation: h2Anim 0.8s 1s ease-in-out;
  animation-fill-mode: forwards;
}
@media all and (max-width: 480px) {
  .main_area h2 {
    padding: 0 10px;
  }
}

/*---------------------------------------------
コンテンツ
  ---------------------------------------------*/
.page_copy {
  text-align: center;
}
@media all and (max-width: 480px) {
  .page_copy {
    text-align: left;
  }
}

.voice_wrap {
  position: relative;
  width: 880px;
}
@media all and (max-width: 480px) {
  .voice_wrap {
    width: 100%;
  }
}
.voice_wrap .bg {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.5);
  padding: 50px 30px 20px;
  backdrop-filter: blur(10px);
  position: relative;
  padding: 50px 40px 30px;
}
@media all and (max-width: 480px) {
  .voice_wrap .bg {
    padding: 50px 15px 30px;
  }
}
.voice_wrap .blue_shadow {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(5, 23, 138);
  background: linear-gradient(45deg, rgb(5, 23, 138) 0%, rgb(86, 87, 252) 26%, rgb(5, 58, 124) 44%, rgb(59, 212, 242) 100%);
  position: absolute;
  backdrop-filter: blur(10px);
  opacity: 0.2;
  top: 20px;
  left: 20px;
  z-index: -1;
}
@media all and (max-width: 480px) {
  .voice_wrap .blue_shadow {
    top: 10px;
    left: 10px;
  }
}
.voice_wrap .q_box {
  width: 118px;
  height: 118px;
  position: absolute;
  display: flex;
  align-items: center;
  color: #fff;
}
@media all and (max-width: 480px) {
  .voice_wrap .q_box {
    width: 60px;
    height: 60px;
  }
}
.voice_wrap.q1 .q_box {
  top: -60px;
  padding-left: 55px;
  left: 50px;
  background: url("/assets/img/culture/realvoice/q_bg1.png") no-repeat;
  background-position: 0px;
  background-size: 100%;
}
@media all and (max-width: 480px) {
  .voice_wrap.q1 .q_box {
    top: -30px;
    left: 20px;
    padding-left: 25px;
  }
}
.voice_wrap.q1:before {
  content: "";
  width: 260px;
  height: 238px;
  background: url("/assets/img/culture/realvoice/illust_01.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50px;
  right: -120px;
  z-index: 2;
  opacity: 0;
  transform: translateX(-20px);
  transition: 0.5s 0.5s;
}
@media all and (max-width: 480px) {
  .voice_wrap.q1:before {
    width: 30vw;
    height: 30vw;
    right: 10px;
    top: -70px;
  }
}
.voice_wrap.q2 .q_box {
  top: -60px;
  right: 50px;
  padding-left: 30px;
  background: url("/assets/img/culture/realvoice/q_bg2.png") no-repeat;
  background-size: 90%;
}
@media all and (max-width: 480px) {
  .voice_wrap.q2 .q_box {
    top: -20px;
    padding-left: 10px;
  }
}
.voice_wrap.q2:before {
  content: "";
  width: 183px;
  height: 245px;
  background: url("/assets/img/culture/realvoice/illust_02.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: -120px;
  z-index: 2;
  opacity: 0;
  transform: translateX(-20px);
  transition: 0.5s 0.5s;
}
@media all and (max-width: 480px) {
  .voice_wrap.q2:before {
    width: 30vw;
    height: 30vw;
    left: -13vw;
    top: -30px;
  }
}
.voice_wrap.q2:after {
  content: "";
  width: 153px;
  height: 268px;
  background: url("/assets/img/culture/realvoice/illust_03.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50px;
  right: -100px;
  z-index: 2;
  opacity: 0;
  transform: translateX(-20px);
  transition: 0.5s 0.5s;
}
@media all and (max-width: 480px) {
  .voice_wrap.q2:after {
    width: 30vw;
    height: 30vw;
    right: -15vw;
    top: 0px;
  }
}
.voice_wrap.q3 .q_box {
  top: -60px;
  padding-left: 25px;
  left: 50px;
  background: url("/assets/img/culture/realvoice/q_bg3.png") no-repeat;
  background-position: 0px;
  background-size: 100%;
}
@media all and (max-width: 480px) {
  .voice_wrap.q3 .q_box {
    top: -30px;
    left: 20px;
    padding-left: 12px;
  }
}
.voice_wrap.q3:before {
  content: "";
  width: 297px;
  height: 206px;
  background: url("/assets/img/culture/realvoice/illust_04.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: -30px;
  right: -180px;
  z-index: 2;
  opacity: 0;
  transform: translateX(-20px);
  transition: 0.5s 0.5s;
}
@media all and (max-width: 480px) {
  .voice_wrap.q3:before {
    width: 40vw;
    height: 30vw;
    right: 10px;
    top: -70px;
  }
}
.voice_wrap.q4 .q_box {
  top: -60px;
  right: 50px;
  padding-left: 50px;
  background: url("/assets/img/culture/realvoice/q_bg1.png") no-repeat;
  background-position: 0px;
  background-size: 100%;
}
@media all and (max-width: 480px) {
  .voice_wrap.q4 .q_box {
    top: -20px;
    padding-left: 20px;
    right: 20px;
  }
}
.voice_wrap.q4:before {
  content: "";
  width: 285px;
  height: 218px;
  background: url("/assets/img/culture/realvoice/illust_05.png") no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -50px;
  left: -190px;
  z-index: 2;
  opacity: 0;
  transform: translateX(-20px);
  transition: 0.5s 0.5s;
}
@media all and (max-width: 480px) {
  .voice_wrap.q4:before {
    width: 30vw;
    height: 30vw;
    left: 0;
    top: -60px;
  }
}
.voice_wrap.q5 .q_box {
  top: -60px;
  left: 50px;
  padding-left: 30px;
  background: url("/assets/img/culture/realvoice/q_bg2.png") no-repeat;
  background-size: 90%;
}
@media all and (max-width: 480px) {
  .voice_wrap.q5 .q_box {
    top: -20px;
    padding-left: 14px;
    right: 20px;
  }
}
.voice_wrap.q6 .q_box {
  top: -60px;
  padding-left: 25px;
  right: 50px;
  background: url("/assets/img/culture/realvoice/q_bg3.png") no-repeat;
  background-position: 0px;
  background-size: 100%;
}
@media all and (max-width: 480px) {
  .voice_wrap.q6 .q_box {
    top: -30px;
    right: 20px;
    padding-left: 12px;
  }
}
.voice_wrap.q6:before {
  content: "";
  width: 262px;
  height: 236px;
  background: url("/assets/img/culture/realvoice/illust_06.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: -200px;
  z-index: 2;
  opacity: 0;
  transform: translateX(-20px);
  transition: 0.5s 0.5s;
}
@media all and (max-width: 480px) {
  .voice_wrap.q6:before {
    width: 40vw;
    height: 30vw;
    left: -10px;
    top: -70px;
  }
}
.voice_wrap.q6:after {
  content: "";
  width: 180px;
  height: 255px;
  background: url("/assets/img/culture/realvoice/illust_07.png") no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -50px;
  right: -100px;
  z-index: 2;
  opacity: 0;
  transform: translateX(-20px);
  transition: 0.5s 0.5s;
}
@media all and (max-width: 480px) {
  .voice_wrap.q6:after {
    width: 40vw;
    height: 30vw;
    right: 10px;
    bottom: -60px;
  }
}
.voice_wrap.q7 .q_box {
  top: -60px;
  leftt: 50px;
  padding-left: 50px;
  background: url("/assets/img/culture/realvoice/q_bg1.png") no-repeat;
  background-position: 0px;
  background-size: 100%;
}
@media all and (max-width: 480px) {
  .voice_wrap.q7 .q_box {
    top: -20px;
    padding-left: 20px;
    left: 20px;
  }
}
.voice_wrap.q7:before {
  content: "";
  width: 120px;
  height: 290px;
  background: url("/assets/img/culture/realvoice/illust_08.png") no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -50px;
  left: 20px;
  z-index: 2;
  opacity: 0;
  transform: translateX(-20px);
  transition: 0.5s 0.5s;
}
@media all and (max-width: 480px) {
  .voice_wrap.q7:before {
    width: 30vw;
    height: 30vw;
    left: -60px;
    bottom: 80px;
  }
}
.voice_wrap.q7:after {
  content: "";
  width: 153px;
  height: 240px;
  background: url("/assets/img/culture/realvoice/illust_09.png") no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -50px;
  right: 0px;
  z-index: 2;
  opacity: 0;
  transform: translateX(-20px);
  transition: 0.5s 0.5s;
}
@media all and (max-width: 480px) {
  .voice_wrap.q7:after {
    width: 30vw;
    height: 30vw;
    right: -60px;
    bottom: 160px;
  }
}
.voice_wrap h3 {
  text-align: center;
}
@media all and (max-width: 480px) {
  .voice_wrap h3 {
    text-align: left;
  }
}
.voice_wrap .answer_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.voice_wrap .answer_area .glaf {
  width: 298px;
  height: 298px;
  margin-left: 50px;
}
@media all and (max-width: 480px) {
  .voice_wrap .answer_area .glaf {
    width: 250px;
    height: 250px;
    margin: 0 auto;
  }
}
.voice_wrap .answer_area dl {
  width: 395px;
  padding: 30px;
  background-color: #fff;
  border-radius: 0 20px 0 0;
}
@media all and (max-width: 480px) {
  .voice_wrap .answer_area dl {
    width: 100%;
    padding: 15px;
  }
}
.voice_wrap .answer_area dl dt {
  display: inline-block;
  position: relative;
}
.voice_wrap .answer_area dl dt:after {
  content: "";
  width: 300px;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: -3px;
  border-bottom: dotted 2px #061643;
}
@media all and (max-width: 480px) {
  .voice_wrap .answer_area dl dt:after {
    display: none;
  }
}
.voice_wrap .answer_area .voice {
  width: 255px;
  padding: 30px 15px;
  background-color: #fff;
  border-radius: 0 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}
@media all and (max-width: 480px) {
  .voice_wrap .answer_area .voice {
    width: 100%;
    padding: 15px;
  }
}
.voice_wrap .answer_area .voice:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
  margin: 0 auto;
  width: 24px;
  height: 22px;
  background: url("/assets/img/culture/realvoice/blue_tri.png") no-repeat center;
  background-size: contain;
}
@media all and (max-width: 480px) {
  .voice_wrap .answer_area .voice:before {
    width: 18px;
    height: 16px;
    bottom: -16px;
  }
}
.voice_wrap .answer_area .voice p {
  line-height: 1.5em;
}
.voice_wrap .answer_area .voice p .aqua {
  color: #00B7C6;
}
.voice_wrap .answer_area .voice p .puple {
  color: #A044A3;
}
.voice_wrap .answer_area .voice .kanji {
  text-align: center;
}
.voice_wrap .answer_area .voice .kanji dt {
  line-height: 1em;
  color: #00B7C6;
}
.voice_wrap .answer_area .voice .kanji dt.puple {
  color: #A044A3;
}
.voice_wrap .answer_area .voice .kanji dt:after {
  display: none;
}
.voice_wrap .answer_area .voice .kanji dd {
  text-align: left;
}
.voice_wrap .answer_area .voice.isAnimate {
  opacity: 1;
  transform: translateY(0);
}
.voice_wrap .answer_area .voice:nth-of-type(even):before {
  background: url("/assets/img/culture/realvoice/pink_tri.png") no-repeat center;
  background-size: contain;
}
.voice_wrap .under_copy {
  text-align: center;
}
@media all and (max-width: 480px) {
  .voice_wrap .under_copy {
    text-align: left;
  }
}
.voice_wrap:nth-of-type(even) {
  margin-left: 120px;
}
@media all and (max-width: 480px) {
  .voice_wrap:nth-of-type(even) {
    margin-left: 0;
  }
}

.voice_wrap.q5 .answer_area .voice {
  padding: 0;
}

.voice_wrap.q6 .answer_area .voice {
  text-align: center;
  width: 390px;
}
@media all and (max-width: 480px) {
  .voice_wrap.q6 .answer_area .voice {
    width: 100%;
    text-align: left;
  }
}
.voice_wrap.q6 .answer_area .voice:nth-of-type(3) {
  width: 100%;
}

.voice_wrap.q7 .answer_area .voice {
  text-align: center;
  width: 390px;
}
@media all and (max-width: 480px) {
  .voice_wrap.q7 .answer_area .voice {
    width: 100%;
    text-align: left;
  }
}
.voice_wrap.q7 .answer_area .voice:nth-of-type(3), .voice_wrap.q7 .answer_area .voice:nth-of-type(4) {
  width: 100%;
}

.voice_wrap.isAnimate:before {
  opacity: 1;
  transform: translateX(0);
}
.voice_wrap.isAnimate:after {
  opacity: 1;
  transform: translateX(0);
}

.under_link_area a {
  background: url("/assets/img/culture/realvoice/under_link.jpg") center no-repeat;
  background-size: cover;
}/*# sourceMappingURL=realvoice.css.map */