.real .recruit-section {
  padding-top: 75px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .real .recruit-section {
    padding-top: 35px;
    padding-bottom: 80px;
  }
}
.real .recruit-section__header {
  padding-bottom: 0;
}

.real .real-section::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  min-width: 2400px;
  max-width: none;
  height: 100%;
  padding-top: 0;
  max-height: 1085px;
  aspect-ratio: 1512/1085;
  background: url("/recruit/common/img/recruit_cmn_sub-pages_bg_01.webp") center top/100% 100% no-repeat;
  z-index: -1;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .real .real-section::before {
    top: 127px;
    width: 100%;
    min-width: auto;
    left: 0;
    -webkit-transform: none;
            transform: none;
    background: url(/recruit/common/img/recruit_cmn_sub-pages_bg_01_sp.webp) center top/contain no-repeat;
  }
}
/* Common */
.real .banner-section__content {
  position: relative;
}

.real .banner-section__content .ico.pos07 {
  position: absolute;
  bottom: -123px;
  right: 59px;
  max-width: 277px;
  width: 35%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .real .banner-section__content .ico.pos07 {
    position: absolute;
    top: 18px;
    right: 28px;
    width: 113px;
  }
}
@media screen and (max-width: 768px) {
  .real .banner-section__content .ico img {
    width: 100%;
  }
}
.real .banner-section__content .ico.hide {
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .real .banner-section__content .banner img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .real .banner-section__content .ico.pos04 {
    top: -13vw;
    width: 32%;
  }
}
.real .--bg-cyan {
  background: #E8F8F4;
}

.real h1.cmn-section__title {
  width: 70%;
}

.real .real-section__header .cmn-text-wrap {
  width: 65%;
}

@media screen and (max-width: 768px) {
  .real h1.cmn-section__title {
    width: 100%;
  }
  .real .real-section__header .cmn-text-wrap {
    width: 100%;
  }
}
.real .font-voice {
  font-size: 6rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .real .font-voice {
    font-size: 3.2rem;
    margin-bottom: 0;
  }
}

.real .voice .voice-content {
  position: relative;
  height: 544px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto 5px;
}
@media only screen and (max-width: 768px) {
  .real .voice .voice-content {
    display: block;
    height: unset;
    max-width: 560px;
    margin: 40px auto 0;
  }
}

.real .voice .voice-content .balloon-type1 {
  max-width: 310px;
  width: 30%;
  min-height: 150px;
  min-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  border-radius: 50px;
  border: 3px solid #1B8C62;
  background: #fff;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .real .voice .voice-content .balloon-type1 {
    width: 48%;
    min-width: 156px;
    min-height: 145px;
    border-radius: 28px;
    border: 2px solid #1B8C62;
  }
}
.real .voice .voice-content .balloon-type1::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #fff;
  height: 3px;
  width: 30px;
  right: 50px;
  bottom: -3px;
}
.real .voice .voice-content .balloon-type1::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #1B8C62;
  width: 3px;
  height: 40px;
  right: 68px;
  -webkit-transform: rotate(-34deg);
          transform: rotate(-34deg);
  bottom: -38px;
}
@media screen and (min-width: 769px) {
  .real .voice .voice-content .balloon-type1.right::before {
    right: unset;
    left: 50px;
  }
  .real .voice .voice-content .balloon-type1.right::after {
    right: unset;
    left: 68px;
    -webkit-transform: rotate(34deg);
            transform: rotate(34deg);
  }
  .real .voice .voice-content .balloon-type1.bottom::before {
    bottom: unset;
    top: -3px;
  }
  .real .voice .voice-content .balloon-type1.bottom::after {
    -webkit-transform: rotate(34deg);
            transform: rotate(34deg);
    bottom: unset;
    top: -38px;
  }
  .real .voice .voice-content .balloon-type1.bottom.right::after {
    -webkit-transform: rotate(-34deg);
            transform: rotate(-34deg);
  }
  .real .voice .voice-content .balloon-type1.mid::after {
    content: unset;
  }
}
@media screen and (max-width: 768px) {
  .real .voice .voice-content .balloon-type1::before {
    height: 2px;
    width: 25px;
    top: unset;
    left: unset;
    right: 30px;
    bottom: -2px;
  }
  .real .voice .voice-content .balloon-type1::after {
    width: 2px;
    height: 22px;
    top: unset;
    left: unset;
    right: 49px;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    bottom: -21px;
  }
  .real .voice .voice-content .balloon-type1.right-sp::before {
    right: unset;
    left: 30px;
  }
  .real .voice .voice-content .balloon-type1.right-sp::after {
    right: unset;
    left: 49px;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .real .voice .voice-content .balloon-type1.bottom-sp::before {
    bottom: unset;
    top: -2px;
  }
  .real .voice .voice-content .balloon-type1.bottom-sp::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    bottom: unset;
    top: -21px;
  }
  .real .voice .voice-content .balloon-type1.bottom-sp.right-sp::after {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}

.real .voice .voice-content .balloon-type span {
  font-size: 1em;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .real .voice .voice-content .balloon-type span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .real .voice .voice-content .balloon-type span {
    font-size: 1.2rem;
  }
}

.real .voice .voice-content .balloon-type .marker {
  font-weight: bold;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .real .voice .voice-content .balloon-type .marker {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .real .voice .voice-content .balloon-type .marker {
    font-size: 1.4rem;
  }
}

.real .voice .voice-content .pos.pos01 {
  top: 0;
  left: 12.5%;
}

.real .voice .voice-content .pos.pos02 {
  top: 0;
  right: 12.5%;
}

.real .voice .voice-content .pos.pos03 {
  top: 32.5%;
  left: 1%;
}

.real .voice .voice-content .pos.pos04 {
  top: 32.5%;
  right: 1%;
}

.real .voice .voice-content .pos.pos05 {
  bottom: 0;
  left: 12.5%;
}

.real .voice .voice-content .pos.pos06 {
  bottom: 0;
  right: 12.5%;
}

.real .voice .voice-content .pos {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .real .voice .voice-content .pos {
    position: relative;
  }
  .real .voice .voice-content .pos.pos01, .real .voice .voice-content .pos.pos02, .real .voice .voice-content .pos.pos03, .real .voice .voice-content .pos.pos04, .real .voice .voice-content .pos.pos05, .real .voice .voice-content .pos.pos06 {
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
  }
  .real .voice .voice-content .pos.pos01 {
    margin-top: unset;
  }
  .real .voice .voice-content .pos.pos03, .real .voice .voice-content .pos.pos02, .real .voice .voice-content .pos.pos06 {
    margin-left: auto;
  }
  .real .voice .voice-content .pos.pos03 {
    margin-top: -65px;
  }
  .real .voice .voice-content .pos.pos05 {
    margin-top: -40px;
  }
  .real .voice .voice-content .pos.pos04 {
    margin-top: -65px;
  }
  .real .voice .voice-content .pos.pos06 {
    margin-top: -40px;
  }
}

.real .voice1 .voice-content .ico {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 362px;
  width: 35%;
  -webkit-transform: rotate(-10deg) translate(-31%, -56%);
          transform: rotate(-10deg) translate(-31%, -56%);
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .real .voice1 .voice-content .ico {
    position: initial;
    width: 195px;
    margin: 25px auto 35px;
    -webkit-transform: rotate(-10deg) translateX(25px);
            transform: rotate(-10deg) translateX(25px);
  }
}

.real .voice1 .voice-content .ico img {
  width: 100%;
}

.real .cmn-balloon-list__title {
  z-index: 0;
  height: 47px;
}
@media screen and (max-width: 768px) {
  .real .cmn-balloon-list__title {
    height: 36px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  .real .cmn-decimal-list li {
    padding-left: 9px;
  }
}

.real .cmn-balloon-list__title::after {
  bottom: -23px;
}
@media screen and (max-width: 768px) {
  .real .cmn-balloon-list__title::after {
    bottom: -13px;
  }
}

.real .cmn-decimal-list.--pink li::before {
  background-color: #D86078;
}

.real .voice.cmn-card-box {
  margin-bottom: 0;
}

.real .voice .cmn-card-box {
  margin-bottom: 0;
}

.real .voice .cmn-card-box__inner {
  padding: 55px 60px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .real .voice .cmn-card-box__inner {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .real .voice .cmn-card-box__inner {
    padding: 40px 20px;
  }
}

.real .voice2 {
  margin-top: 80px;
  position: relative;
}
.real .voice2::after {
  content: "";
  position: absolute;
  top: -15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  min-width: 2400px;
  max-width: none;
  height: 100%;
  max-height: 1000px;
  padding-top: 7px;
  aspect-ratio: 1512/860;
  background: url(/recruit/common/img/recruit_cmn_page_bg_wave_01.webp) center top/100% 100% no-repeat;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .real .voice2 {
    margin-top: 35px;
  }
  .real .voice2::after {
    top: -5%;
    width: 100vw;
    min-width: auto;
    left: -16px;
    -webkit-transform: none;
            transform: none;
    background: url(/recruit/common/img/recruit_cmn_page_bg_wave_01_sp.webp) center top/contain no-repeat;
  }
}

.real .voice2 .cmn-col.--col-3 {
  margin-top: 55px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .real .voice2 .cmn-col.--col-3 {
    gap: 44px;
    margin-top: 40px;
    padding-bottom: 0;
  }
}
.real .voice2 .cmn-col.--col-3 .cmn-balloon-list {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .real .voice .cmn-balloon-list {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .real .voice1 .cmn-card-box__inner {
    padding: 40px 10px;
  }
}

.real .voice3 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .real .voice3 {
    margin-top: 35px;
  }
}

.real .voice3 .cmn-col.--col-3 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .real .voice3 .cmn-col.--col-3 {
    padding: 0 0 210px;
    gap: 44px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 45px;
  }
}

.real .voice3 .cmn-card-box.pos {
  position: relative;
  display: block;
  width: 416px;
  top: 116px;
  left: 16px;
}
@media screen and (max-width: 768px) {
  .real .voice3 .cmn-card-box.pos {
    position: absolute;
    top: unset;
    bottom: -8px;
    max-width: 232px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.real .voice3 .cmn-card-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.real .voice3 .cmn-card-box .ico img {
  width: 100%;
}

.real .voice4 {
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .real .voice4 {
    margin-top: 35px;
  }
  .real .voice4 .cmn-card-box__inner {
    padding: 40px 20px;
  }
}
.real .voice4__deco01 {
  position: absolute;
  bottom: 40px;
  right: 5%;
  width: 30%;
  max-width: 362px;
}
@media screen and (max-width: 768px) {
  .real .voice4__deco01 {
    width: 232px;
    bottom: -24%;
    right: -72px;
  }
}
.real .voice4 .voice-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 90px 0;
  margin-top: 78px;
  padding: 0 10px 40px;
}
@media screen and (max-width: 768px) {
  .real .voice4 .voice-note {
    margin-top: 55px;
    gap: 40px 0;
    padding: 0 0 12px;
  }
}
.real .voice4 .voice-note__item {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .real .voice4 .voice-note__item {
    width: 50%;
  }
}
.real .voice4 .voice-note__item::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: url(../img/real_note_deco01.png) center/contain no-repeat;
  width: 106px;
  height: 71px;
  top: -31px;
  left: 50%;
  -webkit-transform: translateX(-72%);
          transform: translateX(-72%);
}
.real .voice4 .voice-note__item.it01::before {
  background: url(../img/real_note_deco01.png) center/contain no-repeat;
  width: 106px;
  height: 71px;
  -webkit-transform: translateX(-72%);
          transform: translateX(-72%);
}
.real .voice4 .voice-note__item.it01 .voice-note__txt {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media screen and (max-width: 768px) {
  .real .voice4 .voice-note__item.it01::before {
    width: 54px;
    height: 35px;
    top: -16px;
    -webkit-transform: rotate(0deg) translateX(-68%);
            transform: rotate(0deg) translateX(-68%);
  }
}
.real .voice4 .voice-note__item.it02::before {
  background: url(../img/real_note_deco02.png) center/contain no-repeat;
  width: 116px;
  height: 57px;
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
}
.real .voice4 .voice-note__item.it02 .voice-note__txt {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
@media screen and (max-width: 768px) {
  .real .voice4 .voice-note__item.it02::before {
    width: 56px;
    height: 28px;
    top: -8px;
    -webkit-transform: rotate(8deg) translateX(-43%);
            transform: rotate(8deg) translateX(-43%);
  }
  .real .voice4 .voice-note__item.it02 .voice-note__txt {
    -webkit-transform: rotate(3deg) translateY(5px);
            transform: rotate(3deg) translateY(5px);
  }
}
.real .voice4 .voice-note__item.it03 .marker {
  font-size: 3.2rem;
}
.real .voice4 .voice-note__item.it03::before {
  background: url(../img/real_note_deco03.png) center/contain no-repeat;
  width: 108px;
  height: 72px;
  top: -36px;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}
.real .voice4 .voice-note__item.it03 .voice-note__txt {
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
@media screen and (max-width: 768px) {
  .real .voice4 .voice-note__item.it03 .marker {
    font-size: 1.8rem;
  }
  .real .voice4 .voice-note__item.it03::before {
    width: 50px;
    height: 33px;
    top: -16px;
    -webkit-transform: rotate(5deg) translateX(-49%);
            transform: rotate(5deg) translateX(-49%);
  }
  .real .voice4 .voice-note__item.it03 .voice-note__txt {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
}
.real .voice4 .voice-note__item.it04::before {
  background: url(../img/real_note_deco04.png) center/contain no-repeat;
  width: 125px;
  height: 64px;
  top: -25px;
  -webkit-transform: translateX(-42%);
          transform: translateX(-42%);
}
.real .voice4 .voice-note__item.it04 .voice-note__txt {
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
@media screen and (max-width: 768px) {
  .real .voice4 .voice-note__item.it04::before {
    width: 57px;
    height: 29px;
    top: -15px;
    -webkit-transform: rotate(0deg) translateX(-50%);
            transform: rotate(0deg) translateX(-50%);
  }
  .real .voice4 .voice-note__item.it04 .voice-note__txt {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
.real .voice4 .voice-note__item.it05::before {
  background: url(../img/real_note_deco05.png) center/contain no-repeat;
  width: 129px;
  height: 47px;
  top: -15px;
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
}
.real .voice4 .voice-note__item.it05 .voice-note__txt {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media screen and (max-width: 768px) {
  .real .voice4 .voice-note__item.it05::before {
    width: 63px;
    height: 31px;
    top: -15px;
    -webkit-transform: rotate(0deg) translateX(-64%);
            transform: rotate(0deg) translateX(-64%);
  }
}
.real .voice4 .voice-note__item.it06::before {
  background: url(../img/real_note_deco06.png) center/contain no-repeat;
  width: 109px;
  height: 51px;
  top: -27px;
  -webkit-transform: translateX(-66%);
          transform: translateX(-66%);
}
.real .voice4 .voice-note__item.it06 .voice-note__txt {
  -webkit-transform: rotate(-5deg) translateY(-10px);
          transform: rotate(-5deg) translateY(-10px);
}
@media screen and (max-width: 768px) {
  .real .voice4 .voice-note__item.it06::before {
    width: 56px;
    height: 26px;
    top: -8px;
    -webkit-transform: rotate(0deg) translateX(-64%);
    transform: rotate(0deg) translateX(-39%);
  }
  .real .voice4 .voice-note__item.it06 .voice-note__txt {
    -webkit-transform: rotate(3deg) translateY(5px);
            transform: rotate(3deg) translateY(5px);
  }
}
.real .voice4 .voice-note__item.it07::before {
  background: url(../img/real_note_deco07.png) center/contain no-repeat;
  width: 124px;
  height: 66px;
  top: -25px;
  -webkit-transform: translateX(-78%);
          transform: translateX(-78%);
}
.real .voice4 .voice-note__item.it07 .voice-note__txt {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media screen and (max-width: 768px) {
  .real .voice4 .voice-note__item.it07::before {
    width: 60px;
    height: 29px;
    top: -8px;
    -webkit-transform: rotate(0deg) translateX(-46%);
            transform: rotate(0deg) translateX(-46%);
  }
  .real .voice4 .voice-note__item.it07 .voice-note__txt {
    -webkit-transform: rotate(4deg) translateY(5px);
            transform: rotate(4deg) translateY(5px);
  }
}
.real .voice4 .voice-note__item.it08::before {
  background: url(../img/real_note_deco08.png) center/contain no-repeat;
  width: 102px;
  height: 69px;
  top: -35px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.real .voice4 .voice-note__item.it08 .voice-note__txt {
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
@media screen and (max-width: 768px) {
  .real .voice4 .voice-note__item.it08::before {
    width: 42px;
    height: 29px;
    top: -8px;
    left: 50%;
    -webkit-transform: rotate(0deg) translateX(-45%);
            transform: rotate(0deg) translateX(-45%);
  }
  .real .voice4 .voice-note__item.it08 .voice-note__txt {
    -webkit-transform: rotate(-5deg) translateY(5px);
            transform: rotate(-5deg) translateY(5px);
  }
}
.real .voice4 .voice-note__txt {
  width: 86%;
  min-height: 150px;
  padding: 20px;
  background: #fff;
  border: 2px solid #CCF1E6;
  border-radius: 24px;
  line-height: 2;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.real .voice4 .voice-note__txt .marker {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .real .voice4 .voice-note__txt {
    font-size: 1.2rem;
    padding: 9px 4px;
    min-height: 90px;
    border: 1px solid #CCF1E6;
    border-radius: 10px;
  }
  .real .voice4 .voice-note__txt .marker {
    font-size: 1.4rem;
  }
}

.real .voice5 {
  margin-top: 80px;
  position: relative;
}
.real .voice5::after {
  content: "";
  position: absolute;
  top: -27%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  min-width: 2400px;
  max-width: none;
  height: 100%;
  max-height: 1000px;
  padding-top: 7px;
  aspect-ratio: 1512/860;
  background: url(/recruit/common/img/recruit_cmn_sub-pages_bg_02.webp) center top/100% 100% no-repeat;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .real .voice5::after {
    top: -21.5%;
    width: 100vw;
    min-width: auto;
    left: -16px;
    -webkit-transform: none;
            transform: none;
    background: url(/recruit/common/img/recruit_cmn_sub-pages_bg_02_sp.webp) center top/contain no-repeat;
  }
  .real .voice5 .cmn-card-box__inner {
    padding: 40px 10px;
  }
}
@media screen and (max-width: 768px) {
  .real .voice5 {
    margin-top: 167px;
  }
}

.real .voice6 {
  margin-top: 80px;
  position: relative;
}
.real .voice6::after {
  content: "";
  position: absolute;
  top: 76%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  min-width: 2400px;
  max-width: none;
  height: 100%;
  max-height: 1000px;
  padding-top: 7px;
  aspect-ratio: 1512/860;
  background: url(/recruit/common/img/recruit_cmn_page_bg_wave_01.webp) center top/100% 100% no-repeat;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .real .voice6 {
    margin-top: 36px;
  }
  .real .voice6::after {
    top: 31%;
    width: 100vw;
    min-width: auto;
    left: -16px;
    -webkit-transform: none;
            transform: none;
    background: url(/recruit/common/img/recruit_cmn_page_bg_wave_01_sp.webp) center top/contain no-repeat;
  }
}
.real .voice6 .voice-rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 75px;
  padding-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .real .voice6 .voice-rank {
    display: block;
    padding-bottom: 0;
  }
}
.real .voice6 .voice-rank__part {
  background: #fff;
  border-radius: 24px;
  padding: 58px 20px 47px;
  max-width: 400px;
  width: 100%;
  position: relative;
}
.real .voice6 .voice-rank__part:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .real .voice6 .voice-rank__part {
    padding: 47px 15px 44px;
    max-width: unset;
    width: auto;
    margin: 0 auto;
  }
  .real .voice6 .voice-rank__part:not(:last-child) {
    margin: 0 auto 68px;
  }
}
.real .voice6 .voice-rank__deco {
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .real .voice6 .voice-rank__deco {
    width: 49px;
    top: -30px;
  }
}
.real .voice6 .voice-rank__ttl {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 700;
  color: #1B8C62;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .real .voice6 .voice-rank__ttl {
    font-size: 1.6rem;
    margin-bottom: 14px;
  }
}
.real .voice6 .voice-rank__item {
  max-width: 340px;
  min-height: 65px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 50px;
  background: #E8F8F4;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  z-index: 0;
}
.real .voice6 .voice-rank__item::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 17%;
  height: 0;
  width: 0;
  border-top: 38px solid #E8F8F4;
  border-left: 12.5px solid transparent;
  border-right: 12.5px solid transparent;
  z-index: -1;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.real .voice6 .voice-rank__item:not(:last-child) {
  margin-bottom: 20px;
}
.real .voice6 .voice-rank__item:nth-child(2n) {
  margin-left: auto;
  margin-right: 0;
}
.real .voice6 .voice-rank__item:nth-child(2n)::before {
  left: unset;
  right: 17%;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media screen and (max-width: 768px) {
  .real .voice6 .voice-rank__item {
    width: 94%;
    line-height: 1.8;
    padding: 6px 15px;
    min-height: 63px;
  }
  .real .voice6 .voice-rank__item:not(:last-child) {
    margin-bottom: 14px;
  }
  .real .voice6 .voice-rank__item.mt22sp {
    margin-bottom: 22px;
  }
  .real .voice6 .voice-rank__item::before {
    bottom: -13px;
    left: 15%;
  }
  .real .voice6 .voice-rank__item:nth-child(2n)::before {
    right: 15%;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

.real .voice7 {
  position: relative;
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .real .voice7 {
    margin-top: 36px;
  }
}
.real .voice7 .voice-card {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 45px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .real .voice7 .voice-card {
    gap: 12.5px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.real .voice7 .voice-card .cmn-card.--cmn-card--message {
  max-width: 400px;
  width: 32%;
  min-height: 230px;
}
.real .voice7 .voice-card .cmn-card.--cmn-card--message .cmn-card__content {
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 768px) {
  .real .voice7 .voice-card .cmn-card.--cmn-card--message {
    min-height: unset;
    max-width: unset;
  }
  .real .voice7 .voice-card .cmn-card.--cmn-card--message .cmn-card__content {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 768px) {
  .real .voice7 .voice-card {
    margin-top: 90px;
  }
  .real .voice7 .voice-card .cmn-card.--cmn-card--message {
    width: 100%;
  }
}
.real .voice7__deco01 {
  position: absolute;
  top: -30px;
  right: calc(60.5% + 100px);
  max-width: 266px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .real .voice7__deco01 {
    width: 133px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 120px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .real .voice5 .voice-content {
    height: 600px;
  }
}

.real .voice5 .voice-content .balloon-type1 {
  min-width: 214px;
  min-height: 150px;
  width: 45%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .real .voice5 .voice-content .balloon-type1 {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .real .voice5 .voice-content .balloon-type1 {
    min-height: unset;
  }
  .real .voice5 .voice-content .balloon-type1::before {
    height: 2px;
    width: 25px;
    top: unset;
    left: unset;
    right: 50px;
    bottom: -2px;
  }
  .real .voice5 .voice-content .balloon-type1::after {
    width: 2px;
    height: 22px;
    top: unset;
    left: unset;
    right: 69px;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    bottom: -21px;
  }
  .real .voice5 .voice-content .balloon-type1.pos02::before {
    right: 70px;
  }
  .real .voice5 .voice-content .balloon-type1.pos02::after {
    right: 89px;
  }
  .real .voice5 .voice-content .balloon-type1.pos06::before {
    right: 130px;
  }
  .real .voice5 .voice-content .balloon-type1.pos06::after {
    right: 149px;
  }
  .real .voice5 .voice-content .balloon-type1.right-sp::before {
    right: unset;
    left: 50px;
  }
  .real .voice5 .voice-content .balloon-type1.right-sp::after {
    right: unset;
    left: 69px;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .real .voice5 .voice-content .balloon-type1.right-sp.pos05::before {
    left: 95px;
  }
  .real .voice5 .voice-content .balloon-type1.right-sp.pos05::after {
    left: 114px;
  }
  .real .voice5 .voice-content .balloon-type1.right-sp.pos04::before {
    left: 70px;
  }
  .real .voice5 .voice-content .balloon-type1.right-sp.pos04::after {
    left: 89px;
  }
  .real .voice5 .voice-content .balloon-type1.bottom-sp::before {
    bottom: unset;
    top: -2px;
  }
  .real .voice5 .voice-content .balloon-type1.bottom-sp::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    bottom: unset;
    top: -21px;
  }
  .real .voice5 .voice-content .balloon-type1.bottom-sp.right-sp::after {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}

.real .voice5 .voice-content .pos.pos01 {
  top: 4%;
  left: 3%;
  max-width: 360px;
  min-height: 180px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .real .voice5 .voice-content .pos.pos01 {
    left: 0%;
  }
}

.real .voice5 .voice-content .pos.pos02 {
  right: 11%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .real .voice5 .voice-content .pos.pos02 {
    right: 3%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .real .voice5 .voice-content .pos.pos04 {
    right: 0%;
  }
}

.real .voice5 .voice-content .pos.pos05 {
  bottom: 6%;
  left: 10%;
  max-width: 380px;
  min-height: 180px;
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .real .voice5 .voice-content .pos.pos05 {
    left: 3%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .real .voice5 .voice-content .pos.pos05 {
    left: 0%;
  }
}

.real .voice5 .voice-content .pos.pos06 {
  right: 4.5%;
  max-width: 360px;
  min-height: 180px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .real .voice5 .voice-content .pos.pos06 {
    right: 1%;
  }
}

.real .voice5 .voice-content .ico {
  max-width: 406px;
  width: 32%;
  -webkit-transform: translate(7px, -36px);
          transform: translate(7px, -36px);
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .real .voice5 .voice-content .ico {
    -webkit-transform: translate(0, 5%);
            transform: translate(0, 5%);
    width: 30%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .real .voice5 .voice-content .ico {
    -webkit-transform: translate(-7%, 7%);
            transform: translate(-7%, 7%);
    width: 28%;
    min-width: 213px;
  }
}
.real .voice5 .voice-content .ico > img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .real .voice5 .voice-content .ico {
    -webkit-transform: unset;
            transform: unset;
    width: 213px;
    margin: 10px auto 0;
  }
}

.real .voice5 .voice-content .pos {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .real .voice5 .voice-content .pos {
    position: relative;
    width: 66%;
    max-width: unset;
  }
  .real .voice5 .voice-content .pos.pos01, .real .voice5 .voice-content .pos.pos02, .real .voice5 .voice-content .pos.pos03, .real .voice5 .voice-content .pos.pos04, .real .voice5 .voice-content .pos.pos05, .real .voice5 .voice-content .pos.pos06 {
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    min-height: unset;
    margin-top: 40px;
  }
  .real .voice5 .voice-content .pos.pos02, .real .voice5 .voice-content .pos.pos04, .real .voice5 .voice-content .pos.pos06 {
    margin-top: 33px;
  }
  .real .voice5 .voice-content .pos.pos05 {
    min-width: 259px;
    margin-left: auto;
    width: 80%;
  }
  .real .voice5 .voice-content .pos.pos02 {
    min-width: 201px;
    margin-left: 0;
    width: 62%;
  }
  .real .voice5 .voice-content .pos.pos04 {
    margin-left: auto;
  }
  .real .voice5 .voice-content .pos.pos06 {
    min-width: 265px;
    margin-left: 0;
    width: 82%;
  }
}