.subTitleArea {
  background: url("../images/bg_index01.png") no-repeat 0 0/cover;
  background-position: center right 30%;
}
@media screen and (max-width: 767px) {
  .subTitleArea {
    background: url("../../common/images/line_common01.svg") repeat-x bottom, url("../images/bg_index01_sp.png") no-repeat center right 80%/cover;
  }
}

.mainContent {
  overflow: hidden;
}

.mainContents {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .mainContents {
    padding-top: 40px;
  }
}

.container {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: 89%;
  }
}

.voiceArea01,
.voiceArea02 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .voiceArea01,
.voiceArea02 {
    margin-bottom: 50px;
  }
}
.voiceArea01__inner,
.voiceArea02__inner {
  background: #f9f7ef;
  border-radius: 10px;
  padding: 60px 4%;
  box-sizing: border-box;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (max-width: 767px) {
  .voiceArea01__inner,
.voiceArea02__inner {
    padding: 50px 5.5% 40px;
  }
}
.voiceArea01__inner::before,
.voiceArea02__inner::before {
  content: "";
  background: url("../images/deco_index10.jpg") repeat-x;
  background-size: contain;
  position: absolute;
  width: 96%;
  height: 19px;
  top: 16px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .voiceArea01__inner::before,
.voiceArea02__inner::before {
    width: 93%;
    height: 8px;
    top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .voiceArea01__imgBox,
.voiceArea02__imgBox {
    margin: 0 auto !important;
  }
}
.voiceArea01__imgBox--left,
.voiceArea02__imgBox--left {
  position: relative;
}
.voiceArea01__imgBox--left::before,
.voiceArea02__imgBox--left::before {
  content: "";
  background: url("../images/deco_index02.png") no-repeat;
  background-size: contain;
  position: absolute;
  width: 92px;
  height: 40px;
  top: -14px;
  right: 0;
  left: 0;
  margin: auto;
}
.voiceArea01__imgBox--right,
.voiceArea02__imgBox--right {
  position: relative;
}
.voiceArea01__imgBox--right::before,
.voiceArea02__imgBox--right::before {
  content: "";
  background: url("../images/deco_index03.png") no-repeat;
  background-size: contain;
  position: absolute;
  width: 92px;
  height: 40px;
  top: -14px;
  right: 0;
  left: 0;
  margin: auto;
}
.voiceArea01__imgBox img,
.voiceArea02__imgBox img {
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  border: 5px solid #fff;
}
@media screen and (max-width: 767px) {
  .voiceArea01__txtBox,
.voiceArea02__txtBox {
    width: 100% !important;
    margin-top: 40px;
  }
}
.voiceArea01__txtBoxInner,
.voiceArea02__txtBoxInner {
  border-bottom: 2px solid;
  color: #014d9f;
}
.voiceArea01__number,
.voiceArea02__number {
  font-family: "Fraunces", serif;
  font-size: 24px;
  color: #fff;
  background: url("../images/deco_index01.png") no-repeat;
  width: 162px;
  height: 150px;
  position: absolute;
  text-align: center;
  padding-top: 43px;
  bottom: 33px;
  right: -122px;
}
.voiceArea01__number span,
.voiceArea02__number span {
  font-family: "Fraunces", serif;
  font-size: 37px !important;
}
@media screen and (max-width: 767px) {
  .voiceArea01__number span,
.voiceArea02__number span {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 767px) {
  .voiceArea01__number,
.voiceArea02__number {
    font-size: 14px;
    width: 96px;
    height: 90px;
    background-size: contain;
    padding-top: 25px;
    bottom: 20px;
    right: -90px;
  }
}
.voiceArea01__nameBox,
.voiceArea02__nameBox {
  display: inline;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .voiceArea01__nameBox,
.voiceArea02__nameBox {
    font-size: 30px;
  }
}
.voiceArea01__nameBox span,
.voiceArea02__nameBox span {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .voiceArea01__nameBox span,
.voiceArea02__nameBox span {
    font-size: 21px;
  }
}
.voiceArea01__name,
.voiceArea02__name {
  display: inline;
}
.voiceArea01__txt,
.voiceArea02__txt {
  font-size: 16px !important;
  margin-bottom: 30px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .voiceArea01__txt,
.voiceArea02__txt {
    margin-bottom: 15px;
  }
}
.voiceArea01__txt:last-child,
.voiceArea02__txt:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .voiceArea01__txt,
.voiceArea02__txt {
    font-size: 14px !important;
  }
}

.voiceArea01__flexBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.voiceArea01__flexBox--reverse {
  flex-direction: row-reverse;
}
.voiceArea01__imgBox {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .voiceArea01__imgBox {
    width: 90% !important;
  }
}
.voiceArea01__imgBox--left {
  width: 53%;
  max-width: 474px;
  margin-left: -13.5%;
  transform: rotate(-8deg);
  transition: 0.5s;
}
@media screen and (max-width: 1100px) {
  .voiceArea01__imgBox--left {
    width: 45%;
    margin-left: -4.5%;
  }
}
@media screen and (max-width: 767px) {
  .voiceArea01__imgBox--left {
    max-width: 290px;
    margin-left: 0;
  }
}
.voiceArea01__imgBox--left::after {
  content: "";
  background: url("../images/deco_index06.png") no-repeat;
  background-size: contain;
  position: absolute;
  width: 113%;
  height: 97%;
  bottom: -50px;
  left: 20px;
  margin: auto;
  z-index: -10;
}
@media screen and (max-width: 900px) {
  .voiceArea01__imgBox--left::after {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .voiceArea01__imgBox--left::after {
    left: 10px;
    bottom: -30px;
  }
}
.voiceArea01__imgBox--right {
  width: 57%;
  max-width: 474px;
  margin-right: -13.5%;
  transform: rotate(8deg);
  transition: 0.5s;
}
@media screen and (max-width: 1100px) {
  .voiceArea01__imgBox--right {
    width: 45%;
    margin-right: -4.5%;
  }
}
@media screen and (max-width: 767px) {
  .voiceArea01__imgBox--right {
    max-width: 290px;
    margin-left: 0;
  }
}
.voiceArea01__imgBox--right::after {
  content: "";
  background: url("../images/deco_index07.png") no-repeat;
  background-size: contain;
  position: absolute;
  width: 113%;
  height: 97%;
  bottom: -50px;
  left: -30px;
  margin: auto;
  z-index: -10;
}
@media screen and (max-width: 900px) {
  .voiceArea01__imgBox--right::after {
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .voiceArea01__imgBox--right::after {
    left: -10px;
    bottom: -32px;
  }
}
.voiceArea01__txtBox {
  width: 54%;
}
.voiceArea01__txtBoxInner {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .voiceArea01__txtBoxInner {
    margin-bottom: 15px;
  }
}
.voiceArea01__txt span {
  color: #de0031;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .voiceArea02__inner {
    width: 100%;
  }
}
.voiceArea02__PositionBox {
  position: relative;
  padding-left: 34%;
}
@media screen and (max-width: 767px) {
  .voiceArea02__PositionBox {
    padding-left: 0;
  }
}
.voiceArea02__PositionBox--reverse {
  padding-left: 0%;
  padding-right: 34%;
}
@media screen and (max-width: 767px) {
  .voiceArea02__PositionBox--reverse {
    padding-right: 0;
  }
}
.voiceArea02__careerList {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .voiceArea02__careerList {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.voiceArea02__imgBox {
  margin-top: 20px;
  width: 27.4%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .voiceArea02__imgBox {
    position: relative;
    width: 80% !important;
    max-width: 240px;
  }
}
.voiceArea02__imgBox--left {
  left: 0;
  transform: rotate(-4deg);
}
.voiceArea02__imgBox--left::after {
  content: "";
  background: url("../images/deco_index08.png") no-repeat;
  background-size: contain;
  position: absolute;
  width: 121%;
  height: 115%;
  bottom: -44px;
  left: -20px;
  margin: auto;
  z-index: -10;
}
@media screen and (max-width: 767px) {
  .voiceArea02__imgBox--left::after {
    bottom: -45px;
    left: -20px;
  }
}
.voiceArea02__imgBox--right {
  right: 0;
  transform: rotate(4deg);
}
.voiceArea02__imgBox--right::after {
  content: "";
  background: url("../images/deco_index09.png") no-repeat;
  background-size: contain;
  position: absolute;
  width: 121%;
  height: 115%;
  bottom: -44px;
  left: -25px;
  margin: auto;
  z-index: -10;
}
.index04::after {
  background: url("../images/deco_index07.png") no-repeat;
  background-size: contain;
  bottom: -30px;
}
@media screen and (max-width: 767px) {
  .voiceArea02__imgBox--right::after {
    bottom: -42px;
    left: -30px;
  }
  .index04::after {
    bottom: -30px;
  }
}
.voiceArea02__txtBoxInner {
  margin-bottom: 15px;
}
.voiceArea02__qaBlock {
  background: #fff;
  padding: 30px 2% 30px 34%;
}
@media screen and (max-width: 767px) {
  .voiceArea02__qaBlock {
    padding: 15px 4%;
  }
}
.voiceArea02__qaBlock--reverse {
  padding: 30px 34% 30px 2%;
}
@media screen and (max-width: 767px) {
  .voiceArea02__qaBlock--reverse {
    padding: 15px 4%;
  }
}
.voiceArea02__qaList:last-child {
  margin-bottom: -40px;
}
@media screen and (max-width: 767px) {
  .voiceArea02__qaList:last-child {
    margin-bottom: -30px;
  }
}
.voiceArea02__question {
  color: #1c4292;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding-left: 1.6em;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .voiceArea02__question {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.voiceArea02__question::before {
  content: "";
  background: url("../images/ico_index_Q.svg") no-repeat;
  background-size: contain;
  position: absolute;
  width: 27px;
  height: 23px;
  top: 4px;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .voiceArea02__question::before {
    width: 19px;
    height: 16px;
    top: 6px;
  }
}
.voiceArea02__answer {
  padding-left: 2.5em;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.75;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .voiceArea02__answer {
    font-size: 14px;
    padding-left: 1.8em;
    margin-bottom: 30px;
  }
}
.voiceArea02__answer::before {
  content: "";
  background: url("../images/ico_index_A.svg") no-repeat;
  background-size: contain;
  position: absolute;
  width: 25px;
  height: 20px;
  top: 4px;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .voiceArea02__answer::before {
    width: 19px;
    height: 16px;
  }
}

.rightContents01 .voiceArea01__inner {
  position: relative;
}
.rightContents01 .voiceArea01__inner::after {
  content: "";
  background: url("../images/deco_index04.png") no-repeat;
  background-size: contain;
  position: absolute;
  width: 320px;
  height: 314px;
  top: 0;
  right: -197px;
  margin: auto;
  z-index: -10;
}

.leftContents01 .voiceArea01__inner {
  position: relative;
}
.leftContents01 .voiceArea01__inner::after {
  content: "";
  background: url("../images/deco_index05.png") no-repeat;
  background-size: contain;
  position: absolute;
  width: 320px;
  height: 314px;
  top: 0;
  left: -197px;
  margin: auto;
  z-index: -10;
}

.rightContents02 .icon,
.leftContents02 .icon {
  position: relative;
}
.rightContents02 .icon::after,
.leftContents02 .icon::after {
  content: "";
  background: url("../images/deco_index05.png") no-repeat;
  background-size: contain;
  position: absolute;
  width: 320px;
  height: 314px;
  bottom: 0;
  left: -160px;
  margin: auto;
  z-index: -10;
}
.rightContents02 .voiceArea02__inner,
.leftContents02 .voiceArea02__inner {
  position: relative;
}
.rightContents02 .voiceArea02__inner::after,
.leftContents02 .voiceArea02__inner::after {
  content: "";
  background: url("../images/deco_index04.png") no-repeat;
  background-size: contain;
  position: absolute;
  width: 320px;
  height: 314px;
  top: 0;
  right: -197px;
  margin: auto;
  z-index: -10;
}