.contents {
  color: #46505e;
}
.contents img {
  max-width: 100%;
}

.l-solutioncase .inner {
  padding: 0 !important;
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .l-solutioncase .inner {
    width: 92%;
  }
}

.l-solutioncase .p-blueUnderline {
  font-size: 23px;
  text-align: center;
  position: relative;
}
.l-solutioncase .p-blueUnderline::before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 183px;
  height: 8px;
  background-color: #183b87;
}
@media screen and (max-width: 1024px) {
  .l-solutioncase .p-blueUnderline::before {
    width: 150px;
    height: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .l-solutioncase .p-blueUnderline {
    font-size: 18px;
  }
}
.l-solutioncase .p-blueUnderline--left {
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l-solutioncase .p-blueUnderline--left {
    font-size: 16px;
  }
}
.l-solutioncase .p-blueUnderline--left::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #898a8c;
}
@media screen and (max-width: 1024px) {
  .l-solutioncase .p-blueUnderline--left::before {
    height: 5px;
  }
}
.l-solutioncase .p-blueUnderline--left::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100px;
  height: 8px;
  background-color: #183b87;
}
@media screen and (max-width: 1024px) {
  .l-solutioncase .p-blueUnderline--left::after {
    height: 5px;
    width: 20%;
  }
}
.l-solutioncase .p-blueUnderline--left span {
  font-weight: bold;
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .l-solutioncase .p-blueUnderline--left span {
    margin-right: 15px;
    line-height: 1.5;
    display: block;
  }
}

.p-title {
  padding: 50px 0;
  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;
}
@media screen and (max-width: 1024px) {
  .p-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 0;
    width: 92%;
    margin-inline: auto;
  }
}
.p-title p {
  font-size: 17px;
  font-weight: bold;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  .p-title p {
    font-size: 12px;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
}
.p-title h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  border-left: 1px solid #46505e;
  padding-left: 50px;
}
@media screen and (max-width: 1024px) {
  .p-title h1 {
    font-size: 16px;
    text-align: center;
    padding-left: 0;
    border: none;
    margin-top: 15px;
    line-height: 1.5;
  }
}
.p-title h1 span {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 30px;
  margin-bottom: 14px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .p-title h1 span {
    font-size: 22px;
  }
}

.p-mv {
  position: relative;
}
.p-mv .imgBox img {
  width: 100%;
}
.p-mv h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.7;
  color: #fff;
  width: 736px;
}
@media screen and (max-width: 1024px) {
  .p-mv h2 {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
}

.p-background {
  background-color: #141B4D;
  color: #fff;
  -webkit-box-shadow: 6px 6px 10px #8c8c8c;
          box-shadow: 6px 6px 10px #8c8c8c;
  padding: 40px;
  margin-top: 86px;
}
@media screen and (max-width: 1024px) {
  .p-background {
    padding: 40px 15px;
    margin-top: 50px;
  }
}
.p-background h2 {
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .p-background h2 {
    font-size: 18px;
  }
}
.p-background p {
  font-size: 14px;
  line-height: 2.1;
  margin-top: 15px;
}
.p-background p span {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .p-background p span {
    font-size: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .p-background p {
    font-size: 12px;
  }
}

.p-caseOutline {
  margin-top: 106px;
  background-color: rgba(20, 27, 77, 0.1);
  padding: 40px 118px 30px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-caseOutline {
    margin-top: 50px;
    padding: 40px 15px 30px;
  }
}
.p-caseOutline h2 {
  background-color: #fff;
  font-size: 22px;
  padding: 8px 0;
  width: 218px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .p-caseOutline h2 {
    font-size: 18px;
    width: 200px;
  }
}
.p-caseOutline h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .p-caseOutline h3 {
    font-size: 14px;
  }
}
.p-caseOutline p {
  font-size: 14px;
  line-height: 2.1;
}
@media screen and (max-width: 1024px) {
  .p-caseOutline p {
    font-size: 12px;
  }
}

.p-theme {
  margin-top: 86px;
}
@media screen and (max-width: 1024px) {
  .p-theme {
    margin-top: 50px;
  }
}
.p-theme .p-themeBox {
  background-color: rgba(20, 27, 77, 0.1);
  margin-top: 56px;
  padding: 30px 50px;
}
@media screen and (max-width: 1024px) {
  .p-theme .p-themeBox {
    margin-top: 40px;
    padding: 30px 15px;
  }
}
.p-theme .p-themeBox p {
  font-size: 14px;
  line-height: 2.1;
}
@media screen and (max-width: 1024px) {
  .p-theme .p-themeBox p {
    font-size: 12px;
  }
}

.p-suggestion {
  margin-top: 86px;
}
@media screen and (max-width: 1024px) {
  .p-suggestion {
    margin-top: 50px;
  }
}
.p-suggestion ol, .p-suggestion .text {
  font-size: 14px;
  line-height: 2.1;
  margin-top: 56px;
  padding: 0 70px;
  counter-reset: list-counter;
}
@media screen and (max-width: 1024px) {
  .p-suggestion ol, .p-suggestion .text {
    margin-top: 40px;
    padding: 0 20px;
    font-size: 12px;
  }
}
.p-suggestion ol li, .p-suggestion .text li {
  line-height: 2.1;
  list-style: none;
  counter-increment: list-counter;
}
.p-suggestion ol li:before, .p-suggestion .text li:before {
  content: counter(list-counter) ". ";
  display: inline-block;
  margin-left: -1em;
}
.p-suggestion .p-point {
  background-color: rgba(20, 27, 77, 0.1);
  margin-top: 50px;
  padding: 30px 55px;
}
@media screen and (max-width: 1024px) {
  .p-suggestion .p-point {
    padding: 30px 15px;
  }
}
.p-suggestion .p-point p {
  font-size: 14px;
  line-height: 2.1;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-suggestion .p-point p {
    font-size: 12px;
    margin-top: 30px;
  }
}
.p-suggestion .p-point p span {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .p-suggestion .p-point p span {
    font-size: 14px;
  }
}
.p-suggestion .p-point .read {
  margin-top: 20px;
}
.p-suggestion .p-platform {
  background-color: #141B4D;
  padding: 14px 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-suggestion .p-platform {
    font-size: 12px;
    padding: 14px;
  }
}
.p-suggestion .p-imgBox {
  background-color: #ebeef2;
  padding: 40px 56px 50px;
}
@media screen and (max-width: 1024px) {
  .p-suggestion .p-imgBox {
    padding: 30px 15px;
  }
}
.p-suggestion .p-imgBox img {
  width: 100%;
}

.p-impact {
  margin-top: 120px;
  background-color: #141B4D;
  padding: 100px 55px 45px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-impact {
    margin-top: 80px;
    padding: 60px 15px 30px;
  }
}
.p-impact h2 {
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 280px;
}
@media screen and (max-width: 1024px) {
  .p-impact h2 {
    width: 200px;
    top: -13px;
  }
}
.p-impact h2 img {
  width: 100%;
}
.p-impact p {
  color: #fff;
  font-size: 14px;
  line-height: 2.1;
}
@media screen and (max-width: 1024px) {
  .p-impact p {
    font-size: 12px;
  }
}

.p-from {
  background-color: rgba(128, 83, 115, 0.2);
  padding: 60px 0;
  margin-top: 84px;
}
@media screen and (max-width: 1024px) {
  .p-from {
    padding: 60px 0;
    margin-top: 80px;
  }
}
.p-from .inner {
  padding: 0 0 0 50px !important;
}
@media screen and (max-width: 1024px) {
  .p-from .inner {
    padding-left: 0 !important;
  }
}
.p-from .p-fromKv .p-fromKvBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .p-from .p-fromKv .p-fromKvBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-from .p-fromKv .p-fromKvBox .p-fromTitle {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-top: 16px;
  padding-left: 20px;
  position: relative;
  height: 16px;
}
.p-from .p-fromKv .p-fromKvBox .p-fromTitle::before {
  content: "";
  width: 4px;
  height: 46px;
  background-color: #6C4975;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .p-from .p-fromKv .p-fromKvBox .p-fromTitle::before {
    height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .p-from .p-fromKv .p-fromKvBox .p-fromTitle {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 15px;
  }
}
.p-from .p-fromKv .p-fromKvBox .p-fromImg {
  width: 426px;
}
@media screen and (max-width: 1024px) {
  .p-from .p-fromKv .p-fromKvBox .p-fromImg {
    max-width: 426px;
    width: 100%;
  }
}
.p-from .p-fromKv .p-fromKvBox .p-fromImg img {
  width: 100%;
}
.p-from .p-fromKv .p-fromKvBox h2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 1024px) {
  .p-from .p-fromKv .p-fromKvBox h2 {
    top: auto;
    -webkit-transform: none;
            transform: none;
    bottom: 20px;
    left: 10px;
  }
}
.p-from .p-fromKv .p-fromKvBox h2 span {
  display: inline-block;
  background-color: #fff;
  padding: 5px;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .p-from .p-fromKv .p-fromKvBox h2 span {
    font-size: 16px;
  }
}
.p-from .p-fromKv .p-fromName {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .p-from .p-fromKv .p-fromName {
    font-size: 12px;
  }
}
.p-from .p-fromRead {
  margin-top: 30px;
  font-size: 14px;
  line-height: 2.1;
}
@media screen and (max-width: 1024px) {
  .p-from .p-fromRead {
    font-size: 12px;
  }
}
.p-from .p-fromRead:first-of-type {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .p-from .p-fromRead:first-of-type {
    margin-top: 30px;
  }
}
.p-from--03 {
  background-color: #DAE5DC;
}
.p-from--03 .p-fromKv .p-fromKvBox .p-fromTitle::before {
  background-color: #477F52;
}

.solutioncaseContent {
  margin: 140px auto 140px;
}
@media screen and (max-width: 1024px) {
  .solutioncaseContent {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.solutioncaseContent .inner {
  padding: 0 !important;
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .solutioncaseContent .inner {
    width: 92%;
  }
}
.solutioncaseContent ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .solutioncaseContent ul {
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.solutioncaseContent ul li {
  width: calc(100% / 3 - 50px / 3);
  max-width: 250px;
}
@media screen and (max-width: 1024px) {
  .solutioncaseContent ul li {
    width: 100%;
  }
}
.solutioncaseContent ul li a {
  display: block;
}
.solutioncaseContent ul li a img {
  width: 100%;
}
.solutioncaseContent ul li .txtBox {
  margin-top: 10px;
}
.solutioncaseContent ul li .txtBox h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.4;
}
.solutioncaseContent ul li .txtBox .info {
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .solutioncaseContent ul li .txtBox .info {
    font-size: 12px;
  }
}
.solutioncaseContent ul li .txtBox .name {
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .solutioncaseContent ul li .txtBox .name {
    font-size: 12px;
  }
}
.solutioncaseContent ul li.act a {
  pointer-events: none;
}
.solutioncaseContent ul li.act .txtBox h3 {
  color: #aaa7ab;
}
.solutioncaseContent ul li.act .txtBox .info {
  color: #aaa7ab;
}

@media screen and (max-width: 1024px) {
  .peopleContent .inner {
    width: 80%;
    margin: 0 auto;
  }
  .peopleContent--06 {
    position: relative;
    padding: 0 0 50px;
  }
  .peopleContent--06:before {
    background: rgba(20, 27, 77, 0.1);
    content: "";
    width: 100%;
    height: calc(100% - 10px);
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 0;
    display: block;
  }
  .peopleContent--06 > .inner {
    position: relative;
    z-index: 2;
    width: 92%;
    margin: 0 auto;
    padding: 0 !important;
  }
  .peopleContent--06 > .inner > h2 {
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 0 50px;
  }
  .peopleContent--06 > .inner h3 {
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: relative;
    margin: 0 0 20px;
  }
  .peopleContent--06 > .inner h3:after {
    background: #141b4d;
    content: "";
    display: block;
    width: calc(100% - 10.5em);
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
  }
  .peopleContent--06 > .inner h3.related__title:after {
    display: none;
  }
  .peopleContent--06 > .inner h3.referral::after {
    width: calc(100% - 12.5em);
  }
  .peopleContent--06 > .inner .ruby {
    color: #46505e;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 40px;
  }
  .peopleContent--06 > .inner .ruby span {
    color: #fff;
    display: inline-block;
    background: #141b4d;
    vertical-align: middle;
    padding: 3px 1em;
    font-size: 12px;
    margin: 0 0 10px;
  }
  .peopleContent--06 > .inner ul {
    margin: 0 0 70px;
  }
  .peopleContent--06 > .inner ul li {
    max-width: 250px;
    margin: 0 auto 30px;
  }
  .peopleContent--06 > .inner ul li:last-child {
    margin: 0 auto;
  }
  .peopleContent--06 > .inner ul li a {
    display: block;
    margin: 0 0 10px;
  }
  .peopleContent--06 > .inner ul li a .imgBox {
    display: block;
    width: 100%;
  }
  .peopleContent--06 > .inner ul li a .imgBox img {
    display: block;
    width: 100%;
  }
  .peopleContent--06 > .inner ul li .txtBox .category {
    line-height: 22px;
    font-size: 16px;
    display: block;
    margin-top: 0.5em;
    color: #141b4d;
    font-weight: bold;
  }
  .peopleContent--06 > .inner ul li .txtBox .name {
    color: #46505e;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 8px;
  }
  .peopleContent--06 > .inner ul li .txtBox .info {
    color: #46505e;
    display: block;
    font-size: 12px;
  }
  .peopleContent--06 > .inner ul li .txtBox .referral {
    color: #141b4d;
  }
  .peopleContent--06 > .inner ul.changer a {
    margin-bottom: 8px;
  }
  .peopleContent--06 > .inner ul.changer .txtBox span {
    display: inline-block;
    padding: 0 0.5em;
    background: #fff;
    color: #141b4d;
  }
  .peopleContent--06 > .inner ul.changer .txtBox .name {
    margin-bottom: 6px;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
  }
  .peopleContent--06 > .inner ul.changer .txtBox .info {
    line-height: 22px;
  }
  .peopleContent--06 > .inner ul.businessBox li .txtBox .info {
    color: #46505e;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
  }
  .peopleContent--06 > .inner ul.businessBox li .txtBox .name {
    color: #141b4d;
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.05em;
  }
  .peopleContent--06 > .inner .event-block {
    margin-bottom: 70px;
  }
  .peopleContent--06 > .inner .event-block .inner {
    padding: 0 !important;
    width: 92%;
    margin: 0 auto 20px;
  }
  .peopleContent--06 > .inner .event-block .inner img {
    width: 100%;
  }
  .peopleContent--06 > .inner .event-block .inner a {
    display: block;
  }
  .peopleContent--06 > .inner .banner-jmag {
    width: 100%;
    padding-bottom: 30px;
  }
  .peopleContent--06 > .inner .banner-jmag .inner {
    width: 90%;
    margin-inline: auto;
  }
  .peopleContent--06 > .inner .banner-jmag img {
    width: 100%;
  }
  .peopleContent--06 > .inner .nextcareer-Link {
    background: url(../../../assets/img/people/reason/bg_next_sp.jpg) no-repeat;
    background-size: cover;
    width: 92%;
    min-height: 250px;
    margin: 0 auto;
  }
  .peopleContent--06 > .inner .nextcareer-Link .inner {
    height: 250px;
    padding: 30px 0 0 !important;
  }
  .peopleContent--06 > .inner .nextcareer-Link .inner h2 {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 25px;
    line-height: 1.6;
    font-weight: 600;
    text-align: center;
    padding: 0 0 20px;
    margin: 0 0 20px;
    position: relative;
  }
  .peopleContent--06 > .inner .nextcareer-Link .inner h2:after {
    background: #fff;
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -10px;
  }
  .peopleContent--06 > .inner .nextcareer-Link .inner p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: 0 0 30px;
  }
  .peopleContent--06 > .inner .nextcareer-Link .inner a {
    background: #fff;
    color: #141b4d;
    display: block;
    width: 128px;
    line-height: 30px;
    height: 30px;
    margin: 0 auto;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .peopleContent--06 > .inner .nextblock .nextLink--next {
    background: url(../../../assets/img/people/reason/bg_next_sp.jpg) no-repeat;
    width: 92%;
    height: 250px;
    background-size: cover;
    margin: 0 auto 50px;
  }
  .peopleContent--06 > .inner .nextblock .nextLink--campaign {
    background: url(../../../assets/img/people/reason/bg_campaign_sp.jpg) no-repeat;
    width: 92%;
    height: 250px;
    background-size: cover;
    margin: 0 auto 20px;
  }
  .peopleContent--06 > .inner .nextblock .nextLink .inner {
    height: 250px;
    padding: 30px 0 0 !important;
  }
  .peopleContent--06 > .inner .nextblock .nextLink .inner h2 {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 25px;
    line-height: 1.6;
    font-weight: 600;
    text-align: center;
    padding: 0 0 20px;
    margin: 0 0 20px;
    position: relative;
  }
  .peopleContent--06 > .inner .nextblock .nextLink .inner h2:after {
    background: #fff;
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -10px;
  }
  .peopleContent--06 > .inner .nextblock .nextLink .inner p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: 0 0 30px;
  }
  .peopleContent--06 > .inner .nextblock .nextLink .inner a {
    background: #fff;
    color: #141b4d;
    display: block;
    width: 128px;
    line-height: 30px;
    height: 30px;
    margin: 0 auto;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    padding-left: 20px;
  }
  .peopleContent--06 > .inner .nextblock .nextLink .inner a:after {
    background: url(../../../assets/img/index/ico_outside_02.svg) no-repeat;
    content: "";
    display: block;
    width: 16px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -5px 0 0;
  }
  .peopleContent--06 > .inner .nextblock .nextLink .inner .campaign-link {
    background: #141b4d;
    color: #fff;
    width: 130px;
    line-height: 35px;
    height: 35px;
    border-radius: 35px;
    padding-left: 10px;
    position: absolute;
    top: 190px;
    left: 70px;
  }
  .peopleContent--06 > .inner .nextblock .nextLink .inner .campaign-link::after {
    background: url(../../../assets/img/index/ico_outside.svg) no-repeat;
    right: 10px;
  }
  .peopleContent .divisionList .imgBox {
    width: 250px;
    aspect-ratio: 1/1;
    height: auto;
  }
  .peopleContent .divisionList .imgBox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .peopleContent .divisionList .txtBox .ruby {
    font-size: 12px;
    margin-bottom: 0;
  }
  .peopleContent .divisionList .txtBox .category {
    line-height: 22px;
    font-size: 16px;
    display: block;
    margin-top: 0.5em;
    color: #141b4d;
    font-weight: bold;
  }
}
@media screen and (min-width: 1025px) {
  .peopleContent .inner {
    width: 80%;
    margin: 0 auto;
  }
  .peopleContent--06 {
    position: relative;
    padding: 0 0 100px;
  }
  .peopleContent--06:before {
    background: rgba(20, 27, 77, 0.1);
    content: "";
    width: 100%;
    height: calc(100% - 16px);
    position: absolute;
    z-index: 1;
    top: 16px;
    left: 0;
    display: block;
  }
  .peopleContent--06 > .inner {
    position: relative;
    z-index: 2;
    width: 690px;
    margin: 0 auto;
    padding: 0 !important;
  }
  .peopleContent--06 > .inner > h2 {
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 0 100px;
  }
  .peopleContent--06 > .inner h3 {
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: relative;
    margin: 0 0 20px;
  }
  .peopleContent--06 > .inner h3:after {
    background: #141b4d;
    content: "";
    display: block;
    width: calc(100% - 12em);
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
  }
  .peopleContent--06 > .inner h3.related__title:after {
    width: calc(100% - 23em) !important;
  }
  .peopleContent--06 > .inner .ruby {
    color: #46505e;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 40px;
  }
  .peopleContent--06 > .inner .ruby span {
    color: #fff;
    display: inline-block;
    background: #141b4d;
    vertical-align: middle;
    padding: 3px 1em;
    font-size: 12px;
    margin: 0 1em 0 0;
  }
  .peopleContent--06 > .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 70px;
    gap: 30px;
  }
  .peopleContent--06 > .inner ul li {
    width: 210px;
  }
  .peopleContent--06 > .inner ul li:last-child {
    margin: 0;
  }
  .peopleContent--06 > .inner ul li a {
    display: block;
    margin: 0 0 20px;
  }
  .peopleContent--06 > .inner ul li a .imgBox {
    display: block;
  }
  .peopleContent--06 > .inner ul li a .imgBox img {
    display: block;
    width: 100%;
  }
  .peopleContent--06 > .inner ul li .txtBox .category {
    line-height: 22px;
    font-size: 16px;
    display: block;
    margin-top: 0.5em;
    color: #141b4d;
    font-weight: bold;
  }
  .peopleContent--06 > .inner ul.changer li {
    margin-right: 30px;
  }
  .peopleContent--06 > .inner ul.changer li:nth-child(3n) {
    margin-right: 0;
  }
  .peopleContent--06 > .inner ul.changer a {
    margin-bottom: 8px;
  }
  .peopleContent--06 > .inner ul.changer .txtBox span {
    line-height: 22px;
    font-size: 16px;
    display: block;
    margin-top: 0.5em;
    color: #141b4d;
    font-weight: bold;
  }
  .peopleContent--06 > .inner ul.changer .txtBox .name {
    margin-bottom: 6px;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
  }
  .peopleContent--06 > .inner ul.changer .txtBox .info {
    line-height: 22px;
  }
  .peopleContent--06 > .inner ul.businessBox li .txtBox .info {
    color: #46505e;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
  }
  .peopleContent--06 > .inner ul.businessBox li .txtBox .name {
    color: #141b4d;
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.05em;
  }
  .peopleContent--06 > .inner .event-block {
    margin-bottom: 80px;
  }
  .peopleContent--06 > .inner .event-block .inner {
    padding: 0 !important;
    width: 100%;
  }
  .peopleContent--06 > .inner .event-block .inner img {
    width: 100%;
  }
  .peopleContent--06 > .inner .event-block .inner a {
    display: block;
  }
  .peopleContent--06 > .inner .banner-jmag {
    width: 100%;
    padding-bottom: 50px;
  }
  .peopleContent--06 > .inner .banner-jmag .inner {
    width: 690px;
    padding: 0;
  }
  .peopleContent--06 > .inner .banner-jmag img {
    width: 100%;
  }
  .peopleContent--06 > .inner .nextcareer-Link {
    background: url(../../../assets/img/people/reason/bg_next_pc.jpg) no-repeat;
    width: 690px;
    height: 270px;
  }
  .peopleContent--06 > .inner .nextcareer-Link .inner {
    height: 250px;
    padding: 66px 0 0 !important;
  }
  .peopleContent--06 > .inner .nextcareer-Link .inner h2 {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    padding: 0 0 20px;
    margin: 0 0 20px;
    position: relative;
  }
  .peopleContent--06 > .inner .nextcareer-Link .inner h2:after {
    background: #fff;
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -10px;
  }
  .peopleContent--06 > .inner .nextcareer-Link .inner p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0 0 40px;
  }
  .peopleContent--06 > .inner .nextcareer-Link .inner a {
    background: #fff;
    color: #141b4d;
    display: block;
    width: 150px;
    line-height: 38px;
    height: 38px;
    margin: 0 auto;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .peopleContent--06 > .inner .nextblock .nextLink {
    margin: 0 auto;
    position: relative;
  }
  .peopleContent--06 > .inner .nextblock .nextLink--next {
    background: url(../../../assets/img/people/reason/bg_next_pc.jpg) no-repeat;
    width: 330px;
    height: 270px;
    background-size: cover;
  }
  .peopleContent--06 > .inner .nextblock .nextLink--campaign {
    background: url(../../../assets/img/people/reason/bg_campaign_pc.jpg) no-repeat;
    width: 330px;
    height: 270px;
    background-size: cover;
    margin-bottom: 30px;
  }
  .peopleContent--06 > .inner .nextblock .nextLink .inner {
    height: 250px;
    padding: 35px 0 0 !important;
  }
  .peopleContent--06 > .inner .nextblock .nextLink .inner h2 {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    padding: 0 0 20px;
    margin: 0 0 20px;
    position: relative;
    line-height: 1.5;
  }
  .peopleContent--06 > .inner .nextblock .nextLink .inner h2:after {
    background: #fff;
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -10px;
  }
  .peopleContent--06 > .inner .nextblock .nextLink .inner p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0 0 40px;
  }
  .peopleContent--06 > .inner .nextblock .nextLink .inner a {
    background: #fff;
    color: #141b4d;
    display: block;
    width: 160px;
    line-height: 38px;
    height: 38px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    padding-left: 30px;
  }
  .peopleContent--06 > .inner .nextblock .nextLink .inner a::after {
    background: url(../../../assets/img/index/ico_outside_02.svg) no-repeat;
    content: "";
    display: block;
    width: 16px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -5px 0 0;
  }
  .peopleContent--06 > .inner .nextblock .nextLink .inner .campaign-link {
    background: #141b4d;
    color: #fff;
    width: 163px;
    line-height: 46px;
    height: 46px;
    border-radius: 23px;
    padding-left: 15px;
    position: absolute;
    bottom: 25px;
    left: 35px;
  }
  .peopleContent--06 > .inner .nextblock .nextLink .inner .campaign-link::after {
    background: url(../../../assets/img/index/ico_outside.svg) no-repeat;
    right: 20px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1024px) {
  .peopleContent--06 > .inner ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 70px;
  }
  .peopleContent--06 > .inner ul::after {
    content: "";
    display: block;
    max-width: 250px;
    width: calc(99% / 3);
  }
  .peopleContent--06 > .inner ul li {
    width: calc(99% / 3);
    margin-left: 0;
    margin-right: 0;
  }
  .peopleContent--06 > .inner ul li:last-child {
    margin-left: 0;
    margin-right: 0;
  }
  .peopleContent--06 > .inner ul.changer {
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .peopleContent--06 > .inner ul.changer::after {
    content: "";
    display: block;
    max-width: 250px;
    width: calc(99% / 3);
  }
  .peopleContent--06 > .inner ul.changer li {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 799px) {
  .peopleContent--06 > .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .peopleContent--06 > .inner ul li {
    width: calc(99% / 3);
    margin-left: 0;
    margin-right: 0;
  }
  .peopleContent--06 > .inner ul li:last-child {
    margin-left: 0;
    margin-right: 0;
  }
  .peopleContent--06 > .inner ul.changer {
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .peopleContent--06 > .inner ul.changer::after {
    content: "";
    display: block;
    max-width: 250px;
    width: calc(99% / 3);
  }
  .peopleContent--06 > .inner ul.changer li {
    margin-left: 0;
    margin-right: 0;
  }
}
.u-break-word {
  word-break: break-word !important;
}

@media screen and (min-width: 1025px) {
  .peopleContent .divisionContent .related__division {
    overflow: hidden;
  }
  .peopleContent .divisionContent .related__division .related__slider {
    margin-right: -30px;
    margin-bottom: 70px;
    padding-top: 66px;
  }
  .peopleContent .divisionContent .related__division .related__slider .slick-list {
    overflow: hidden;
  }
  .peopleContent .divisionContent .related__division .related__slider .slick-slide {
    float: left;
  }
  .peopleContent .divisionContent .related__division .related__slider .slick-slide > div {
    width: 240px;
  }
  .peopleContent .divisionContent .related__division .related__slider .slick-slide > div a {
    display: block;
    margin: 0 30px 0 0;
  }
  .peopleContent .divisionContent .related__division .related__slider .slick-slide .txtBox {
    display: inline-block;
    margin-top: 20px;
  }
  .peopleContent .divisionContent .related__division .related__slider .slick-arrow {
    position: absolute;
    right: 30px;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 33px;
    height: 27px;
    background-color: #141b4d;
    font-size: 0;
  }
  .peopleContent .divisionContent .related__division .related__slider .slick-arrow::before {
    content: "";
    display: block;
    height: 19px;
    width: 13px;
    -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    background-color: #fff;
  }
  .peopleContent .divisionContent .related__division .related__slider .slick-arrow.slick-prev {
    right: 67px;
  }
  .peopleContent .divisionContent .related__division .related__slider .slick-arrow.slick-prev::before {
    -webkit-clip-path: polygon(0% 50%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 50%, 100% 100%, 100% 0%);
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  .peopleContent .divisionContent .related__division .related__slider .slick-arrow.slick-next::before {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  .peopleContent .txtBox .ttl {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1024px) {
  .peopleContent .divisionContent .related__division {
    overflow: hidden;
  }
  .peopleContent .divisionContent .related__division .related__slider {
    margin-right: -4vw;
    margin-bottom: 70px;
    padding-top: 66px;
  }
  .peopleContent .divisionContent .related__division .related__slider .slick-list {
    overflow: hidden;
  }
  .peopleContent .divisionContent .related__division .related__slider .slick-slide {
    float: left;
  }
  .peopleContent .divisionContent .related__division .related__slider .slick-slide > div {
    width: 240px;
  }
  .peopleContent .divisionContent .related__division .related__slider .slick-slide > div a {
    display: block;
    margin: 0 30px 0 0;
  }
  .peopleContent .divisionContent .related__division .related__slider .slick-slide .txtBox {
    display: inline-block;
    margin-top: 20px;
  }
  .peopleContent .divisionContent .related__division .related__slider .slick-arrow {
    position: absolute;
    right: 4vw;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 33px;
    height: 27px;
    background-color: #141b4d;
    font-size: 0;
  }
  .peopleContent .divisionContent .related__division .related__slider .slick-arrow::before {
    content: "";
    display: block;
    height: 19px;
    width: 13px;
    -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    background-color: #fff;
  }
  .peopleContent .divisionContent .related__division .related__slider .slick-arrow.slick-prev {
    right: calc(4vw + 37px);
  }
  .peopleContent .divisionContent .related__division .related__slider .slick-arrow.slick-prev::before {
    -webkit-clip-path: polygon(0% 50%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 50%, 100% 100%, 100% 0%);
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  .peopleContent .divisionContent .related__division .related__slider .slick-arrow.slick-next::before {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  .peopleContent .txtBox .ttl {
    font-size: 18px;
    line-height: 1.5;
  }
}
