@media screen and (max-width: 1024px) {
  .related {
    position: relative;
    padding: 0 0 50px;
  }
  .related: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;
  }
  .related > .inner {
    position: relative;
    z-index: 2;
    width: 92%;
    margin: 0 auto;
    padding: 0 !important;
  }
  .related > .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;
  }
  .related > .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;
    line-height: 1.2;
  }
  .related > .inner h3:after {
    background: #141b4d;
    content: "";
    display: block;
    width: calc(100% - 12em);
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
  }
  .related > .inner .ruby {
    color: #46505e;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 40px;
  }
  .related > .inner .ruby span {
    color: #fff;
    display: inline-block;
    background: #141b4d;
    vertical-align: middle;
    padding: 3px 1em;
    font-size: 12px;
    margin: 0 0 10px;
  }
  .related > .inner ul {
    margin: 0 0 70px;
  }
  .related > .inner ul li {
    max-width: 250px;
    margin: 0 auto 30px;
  }
  .related > .inner ul li:last-child {
    margin: 0 auto;
  }
  .related > .inner ul li a {
    display: block;
    margin: 0 0 10px;
  }
  .related > .inner ul li a .imgBox {
    display: block;
    width: 100%;
  }
  .related > .inner ul li a .imgBox img {
    display: block;
    width: 100%;
  }
  .related > .inner ul li .txtBox .name {
    color: #141b4d;
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 17px;
    font-weight: 600;
  }
  .related > .inner ul li .txtBox .info {
    color: #46505e;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
  }
  .related > .inner ul .solution-item {
    width: 250px;
  }
  .related > .inner .event-block {
    margin-bottom: 70px;
  }
  .related > .inner .event-block .inner {
    padding: 0 !important;
    width: 92%;
    margin: 0 auto 20px;
  }
  .related > .inner .event-block .inner img {
    width: 100%;
  }
  .related > .inner .event-block .inner a {
    display: block;
  }
  .related > .inner .banner-jmag {
    width: 100%;
    padding-bottom: 30px;
  }
  .related > .inner .banner-jmag .inner {
    width: 90%;
    margin-inline: auto;
  }
  .related > .inner .banner-jmag img {
    width: 100%;
  }
  .related > .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;
  }
  .related > .inner .nextcareer-Link .inner {
    height: 250px;
    padding: 30px 0 0 !important;
  }
  .related > .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;
  }
  .related > .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;
  }
  .related > .inner .nextcareer-Link .inner p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: 0 0 30px;
  }
  .related > .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;
  }
  .related > .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;
  }
  .related > .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;
  }
  .related > .inner .nextblock .nextLink .inner {
    height: 250px;
    padding: 30px 0 0 !important;
  }
  .related > .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;
  }
  .related > .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;
  }
  .related > .inner .nextblock .nextLink .inner p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: 0 0 30px;
  }
  .related > .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;
  }
  .related > .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;
  }
  .related > .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;
  }
  .related > .inner .nextblock .nextLink .inner .campaign-link::after {
    background: url(../../../assets/img/index/ico_outside.svg) no-repeat;
    right: 10px;
  }
  .related > .inner .related__title {
    margin-bottom: 0;
    letter-spacing: 0.2em;
  }
  .related > .inner .related__title--staff::after {
    width: calc(100% - 12em);
  }
  .related > .inner .related__title--interview::after {
    width: calc(100% - 14em);
  }
  .related > .inner .related__title--division::after {
    width: calc(100% - 12em);
  }
  .related > .inner .related__title--podcast {
    letter-spacing: 0.06em;
  }
  .related > .inner .related__title--podcast::after {
    width: calc(100% - 9em);
  }
  .related > .inner .related__title--interview,
.related > .inner .related__title--division {
    margin-bottom: 0;
  }
  .related > .inner .related__staff {
    position: relative;
    padding-top: 10px;
    overflow: hidden;
  }
  .related > .inner .related__staff .related__sliderNav {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
  }
  .related > .inner .related__staff .related__sliderCont {
    padding-top: 55px;
  }
  .related > .inner .related__staff .staff__ttl {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 18px;
    color: #141b4d;
    letter-spacing: 0.075em;
    line-height: 1.5;
  }
  .related > .inner .related__staff .staff__name {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #46505e;
    letter-spacing: 0.075em;
    line-height: 1.5;
  }
  .related > .inner .related__staff .staff__info {
    display: inline-block;
    color: #46505e;
    font-size: 12px;
    line-height: 1.5;
  }
  .related > .inner .related__interview {
    position: relative;
  }
  .related > .inner .related__interview .related__title--sub {
    position: absolute;
    top: 15px;
    left: 0;
    color: #46505e;
    font-size: 14px;
    line-height: 1.5;
  }
  .related > .inner .related__interview .ttl {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #46505e;
    letter-spacing: 0.075em;
    line-height: 2;
  }
  .related > .inner .related__division {
    padding-top: 40px;
  }
  .related > .inner .related__division .ttl {
    font-size: 18px;
    color: #141b4d;
    line-height: 1.5555555556;
  }
  .related > .inner .related__podcast {
    padding-top: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .related > .inner .related__podcast li {
    width: 290px;
  }
  .related > .inner .related__podcast a {
    margin-bottom: 0;
  }
  .related > .inner .related__podcast .txtBox {
    display: inline-block;
    margin-top: 15px;
  }
  .related > .inner .related__podcast .txtBox .ttl {
    font-weight: bold;
    font-size: 14px;
    color: #46505e;
  }
  .related .changerList .name {
    color: #141b4d;
    display: inline-block !important;
    background: #fff;
    font-size: 18px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    margin: 0 0 5px;
    letter-spacing: 0.075em;
  }
  .related .changerList .info {
    color: #141b4d;
    display: inline-block !important;
    background: #fff;
    font-size: 12px;
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
    letter-spacing: 0.035em;
  }
  .related__title--business {
    margin: 0 0 40px !important;
  }
  .related__title--business::after {
    width: calc(100% - 23em) !important;
  }
  .related .txtBoxFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 35px;
  }
  .related .txtBoxFlex .txtBox--center {
    min-width: 80px;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .related {
    position: relative;
    padding: 0 0 100px;
  }
  .related: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;
  }
  .related > .inner {
    position: relative;
    z-index: 2;
    width: 690px;
    margin: 0 auto;
    padding: 0 !important;
  }
  .related > .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;
  }
  .related > .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;
  }
  .related > .inner h3:after {
    background: #141b4d;
    content: "";
    display: block;
    width: calc(100% - 12em);
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
  }
  .related > .inner h3.related__title--solution {
    margin-top: -80px;
  }
  .related > .inner .ruby {
    color: #46505e;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 40px;
  }
  .related > .inner .ruby span {
    color: #fff;
    display: inline-block;
    background: #141b4d;
    vertical-align: middle;
    padding: 3px 1em;
    font-size: 12px;
    margin: 0 1em 0 0;
  }
  .related > .inner .divisionList {
    gap: 0;
  }
  .related > .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 70px;
  }
  .related > .inner ul li {
    width: 210px;
    margin: 0 30px 30px 0;
  }
  .related > .inner ul li:last-child {
    margin: 0;
  }
  .related > .inner ul li:nth-child(3) {
    margin: 0 0 30px;
  }
  .related > .inner ul li a {
    display: block;
    margin: 0 0 10px;
  }
  .related > .inner ul li a .imgBox {
    display: block;
  }
  .related > .inner ul li a .imgBox img {
    display: block;
  }
  .related > .inner ul li .txtBox .name {
    color: #141b4d;
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 600;
  }
  .related > .inner ul li .txtBox .name.min {
    letter-spacing: -0.05em;
  }
  .related > .inner ul li .txtBox .info {
    color: #46505e;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
  }
  .related > .inner ul li .txtBox .info.min {
    font-size: 10px;
  }
  .related > .inner .event-block {
    margin-bottom: 80px;
  }
  .related > .inner .event-block .inner {
    padding: 0 !important;
  }
  .related > .inner .event-block .inner img {
    width: 100%;
  }
  .related > .inner .event-block .inner a {
    display: block;
  }
  .related > .inner .banner-jmag {
    width: 100%;
    padding-bottom: 50px;
  }
  .related > .inner .banner-jmag .inner {
    width: 690px;
    padding: 0;
  }
  .related > .inner .banner-jmag img {
    width: 100%;
  }
  .related > .inner .nextcareer-Link {
    background: url(../../../assets/img/people/reason/bg_next_pc.jpg) no-repeat;
    width: 690px;
    height: 270px;
  }
  .related > .inner .nextcareer-Link .inner {
    height: 250px;
    padding: 66px 0 0 !important;
  }
  .related > .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;
  }
  .related > .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;
  }
  .related > .inner .nextcareer-Link .inner p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0 0 40px;
  }
  .related > .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;
  }
  .related > .inner .nextblock .nextLink {
    margin: 0 auto;
    position: relative;
  }
  .related > .inner .nextblock .nextLink--next {
    background: url(../../../assets/img/people/reason/bg_next_pc.jpg) no-repeat;
    width: 330px;
    height: 270px;
    background-size: cover;
  }
  .related > .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;
  }
  .related > .inner .nextblock .nextLink .inner {
    height: 250px;
    padding: 35px 0 0 !important;
  }
  .related > .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;
  }
  .related > .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;
  }
  .related > .inner .nextblock .nextLink .inner p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0 0 40px;
  }
  .related > .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;
  }
  .related > .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;
  }
  .related > .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;
  }
  .related > .inner .nextblock .nextLink .inner .campaign-link::after {
    background: url(../../../assets/img/index/ico_outside.svg) no-repeat;
    right: 20px;
  }
  .related > .inner .related__title {
    margin-bottom: 0;
    letter-spacing: 0.2em;
  }
  .related > .inner .related__title--staff::after {
    width: calc(100% - 12em);
  }
  .related > .inner .related__title--interview::after {
    width: calc(100% - 14em);
  }
  .related > .inner .related__title--division::after {
    width: calc(100% - 12em);
  }
  .related > .inner .related__title--podcast {
    letter-spacing: 0.06em;
  }
  .related > .inner .related__title--podcast::after {
    width: calc(100% - 9em);
  }
  .related > .inner .related__title--interview,
.related > .inner .related__title--division {
    margin-bottom: 0;
  }
  .related > .inner .related__staff {
    position: relative;
    padding-top: 10px;
    overflow: hidden;
  }
  .related > .inner .related__staff .related__sliderNav {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
  }
  .related > .inner .related__staff .related__sliderCont {
    padding-top: 55px;
  }
  .related > .inner .related__staff .staff__ttl {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 18px;
    color: #141b4d;
    letter-spacing: 0.075em;
    line-height: 1.5;
  }
  .related > .inner .related__staff .staff__name {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #46505e;
    letter-spacing: 0.075em;
    line-height: 1.5;
  }
  .related > .inner .related__staff .staff__info {
    display: inline-block;
    color: #46505e;
    font-size: 12px;
    line-height: 1.5;
  }
  .related > .inner .related__interview {
    position: relative;
  }
  .related > .inner .related__interview .related__title--sub {
    position: absolute;
    top: 15px;
    left: 0;
    color: #46505e;
    font-size: 14px;
    line-height: 1.5;
  }
  .related > .inner .related__interview .ttl {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #46505e;
    letter-spacing: 0.075em;
    line-height: 2;
  }
  .related > .inner .related__division {
    padding-top: 40px;
  }
  .related > .inner .related__division .ttl {
    font-size: 18px;
    color: #141b4d;
    line-height: 1.5555555556;
  }
  .related > .inner .related__podcast {
    padding-top: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .related > .inner .related__podcast li {
    width: 290px;
  }
  .related > .inner .related__podcast a {
    margin-bottom: 0;
  }
  .related > .inner .related__podcast .txtBox {
    display: inline-block;
    margin-top: 15px;
  }
  .related > .inner .related__podcast .txtBox .ttl {
    font-weight: bold;
    font-size: 14px;
    color: #46505e;
  }
  .related__title--business::after {
    width: calc(100% - 23em) !important;
  }
  .related .changerList .name {
    color: #141b4d;
    display: inline-block !important;
    background: #fff;
    font-size: 18px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    margin: 0 0 5px;
    letter-spacing: 0.075em;
  }
  .related .changerList .info {
    color: #141b4d;
    display: inline-block !important;
    background: #fff;
    font-size: 12px;
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
    letter-spacing: 0.035em;
  }
  .related .txtBoxFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 35px;
  }
  .related .txtBoxFlex .txtBox--center {
    min-width: 80px;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .keyReason {
    width: 100%;
    overflow: hidden;
    z-index: 1;
  }
  .keyReason--01 .inner {
    background: url(../../../assets/img/people/reason/01/key_reason_sp.jpg) no-repeat top center;
    background-size: cover;
  }
  .keyReason--02 .inner {
    background: url(../../../assets/img/people/reason/02/key_reason_sp.jpg) no-repeat top center;
    background-size: cover;
  }
  .keyReason--03 .inner {
    background: url(../../../assets/img/people/reason/03/key_reason_sp.jpg) no-repeat top center;
    background-size: cover;
  }
  .keyReason--04 .inner {
    background: url(../../../assets/img/people/reason/04/key_reason_sp.jpg) no-repeat top center;
    background-size: cover;
  }
  .keyReason--05 .inner {
    background: url(../../../assets/img/people/reason/05/key_reason_sp.jpg) no-repeat top center;
    background-size: cover;
  }
  .keyReason--06 .inner {
    background: url(../../../assets/img/people/reason/06/key_reason_sp.jpg) no-repeat top center;
    background-size: cover;
  }
  .keyReason .inner {
    padding: 25px 4%;
    height: 100%;
    position: relative;
  }
  .keyReason .inner h2 {
    color: #FFF;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.23em;
    text-align: center;
    margin: 0 0 140px;
  }
  .keyReason .inner h3 {
    margin: 0 0 80px;
  }
  .keyReason .inner h3 span {
    background: #141b4d;
    color: #FFF;
    display: inline-block;
    font-family: "Noto Serif JP", serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.15em;
    height: 26px;
    line-height: 26px;
    padding: 0 0.5em;
  }
  .keyReason .inner .infoBox {
    width: 100%;
  }
  .keyReason .inner .infoBox .name {
    display: block;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.15em;
    text-align: center;
    margin: 0 0 10px;
  }
  .keyReason .inner .infoBox .info {
    display: block;
    color: #FFF;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.075em;
    text-align: center;
    margin: 0 0 20px;
  }
  .keyReason .inner .infoBox p {
    color: #FFF;
    font-size: 12px;
    line-height: 2;
    text-align: justify;
    letter-spacing: 0.05em;
  }

  .reasonContent--01 {
    background: #141b4d;
    padding: 30px 0;
  }
  .reasonContent--01 .inner {
    width: 92%;
    padding: 0 !important;
    margin: 0 auto;
  }
  .reasonContent--01 .inner h2 {
    background: #FFF;
    color: #141b4d;
    display: inline-block;
    padding: 0 0.5em;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 30px;
    height: 30px;
    margin: 0 0 20px;
  }
  .reasonContent--01 .inner ul li {
    margin: 0 0 30px;
  }
  .reasonContent--01 .inner ul li:last-child {
    margin: 0;
  }
  .reasonContent--01 .inner ul li .year {
    border: 1px solid #FFF;
    color: #FFF;
    display: block;
    width: 70px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
    letter-spacing: 0.075em;
    margin: 0 0 16px;
    font-weight: 500;
  }
  .reasonContent--01 .inner ul li h3 {
    border-bottom: 1px solid #FFF;
    color: #FFF;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.075em;
    padding: 0 0 10px;
    margin: 0 0 10px;
    font-weight: 500;
  }
  .reasonContent--01 .inner ul li p {
    color: #FFF;
    font-size: 12px;
    line-height: 2;
    text-align: justify;
    margin: 0 0 20px;
    letter-spacing: 0.05em;
  }
  .reasonContent--01 .inner ul li a {
    background: #FFF;
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 auto;
    position: relative;
  }
  .reasonContent--01 .inner ul li a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #141b4d transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
  }
  .reasonContent--01 .inner ul li a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #141b4d transparent;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .reasonContent--01 .inner ul li a span {
    display: inline-block;
    color: #141b4d;
    font-size: 14px;
    padding: 0 1em;
    width: 100%;
    position: relative;
    letter-spacing: 0.1em;
  }
  .reasonContent--01 .inner ul li a span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #141b4d;
    position: absolute;
    top: 50%;
    margin: -5px 0 0;
    right: 12px;
  }
  .reasonContent--02 {
    padding: 30px 0 100px;
  }
  .reasonContent--02 h2 {
    color: #46505e;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.23em;
    text-align: center;
    margin: 0 0 30px;
  }
  .reasonContent--02 .keyBox {
    width: 100%;
    position: relative;
    margin: 0 0 40px;
  }
  .reasonContent--02 .keyBox .imgBox {
    width: 100%;
    margin: 0 0 30px;
  }
  .reasonContent--02 .keyBox .imgBox img {
    width: 100%;
  }
  .reasonContent--02 .keyBox h3 {
    width: 92%;
    margin: 0 auto;
  }
  .reasonContent--02 .keyBox h3 span {
    color: #46505e;
    display: inline;
    line-height: 30px;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.15em;
  }
  .reasonContent--02 .inner {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
  }
  .reasonContent--02 .inner .imgBox {
    width: 100%;
    margin: 0 0 20px;
  }
  .reasonContent--02 .inner .imgBox img {
    width: 100%;
  }
  .reasonContent--02 .inner .txtBox {
    width: 100%;
    margin: 0 0 20px;
  }
  .reasonContent--02 .inner .txtBox h3 {
    color: #141b4d;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 20px;
    letter-spacing: 0.1em;
  }
  .reasonContent--02 .inner .txtBox p {
    font-size: 12px;
    line-height: 2;
    text-align: justify;
    letter-spacing: 0.05em;
  }
  .reasonContent--03 {
    margin: 0 0 70px;
  }
  .reasonContent--03 .inner ul {
    width: 92%;
    margin: 0 auto;
  }
  .reasonContent--03 .inner ul li {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 60px;
  }
  .reasonContent--03 .inner ul li:last-child {
    margin: 0 auto;
  }
  .reasonContent--03 .inner ul li.act .txtBox {
    opacity: 0.6;
  }
  .reasonContent--03 .inner ul li.act .txtBox h3 {
    color: #46505e;
  }
  .reasonContent--03 .inner ul li > span {
    display: block;
    margin: 0 0 20px;
  }
  .reasonContent--03 .inner ul li a {
    display: block;
    margin: 0 0 20px;
  }
  .reasonContent--03 .inner ul li .imgBox {
    display: block;
  }
  .reasonContent--03 .inner ul li .imgBox img {
    display: block;
    width: 100%;
  }
  .reasonContent--03 .inner ul li .txtBox h3 {
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 0 20px;
  }
  .reasonContent--03 .inner ul li .txtBox .info {
    color: #46505e;
    font-size: 12px;
  }
  .reasonContent--03 .inner ul li .txtBox .info .name {
    display: inline-block;
    color: #46505e;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 8px;
  }
  .reasonContent--04 {
    position: relative;
    padding: 0 0 50px;
  }
  .reasonContent--04: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;
  }
  .reasonContent--04 > .inner {
    position: relative;
    z-index: 2;
    width: 92%;
    margin: 0 auto;
    padding: 0 !important;
  }
  .reasonContent--04 > .inner > h2 {
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 0 50px;
  }
  .reasonContent--04 > .inner h3 {
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.1em;
    position: relative;
    margin: 0 0 20px;
  }
  .reasonContent--04 > .inner h3:after {
    background: #141b4d;
    content: "";
    display: block;
    width: calc(100% - 11.5em);
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
  }
  .reasonContent--04 > .inner h3.diversity::after {
    width: calc(100% - 13em);
  }
  .reasonContent--04 > .inner h3.referral::after {
    width: calc(100% - 12.5em);
  }
  .reasonContent--04 > .inner .ruby {
    color: #46505e;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 40px;
    letter-spacing: 0.075em;
  }
  .reasonContent--04 > .inner .ruby span {
    color: #FFF;
    display: inline-block;
    background: #141b4d;
    vertical-align: middle;
    padding: 3px 1em;
    font-size: 12px;
    margin: 0 0 10px;
    letter-spacing: 0.1em;
  }
  .reasonContent--04 > .inner ul {
    margin: 0 0 70px;
  }
  .reasonContent--04 > .inner ul li {
    max-width: 250px;
    margin: 0 auto 50px;
  }
  .reasonContent--04 > .inner ul li:last-child {
    margin: 0 auto;
  }
  .reasonContent--04 > .inner ul li a {
    display: block;
    margin: 0 0 10px;
  }
  .reasonContent--04 > .inner ul li a .imgBox {
    display: block;
    width: 100%;
  }
  .reasonContent--04 > .inner ul li a .imgBox img {
    display: block;
    width: 100%;
  }
  .reasonContent--04 > .inner ul li .txtBox .name {
    color: #141b4d;
    display: inline-block;
    background: #FFF;
    font-size: 16px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    margin: 0 0 5px;
    letter-spacing: 0.05em;
  }
  .reasonContent--04 > .inner ul li .txtBox .info {
    color: #141b4d;
    display: inline-block;
    background: #FFF;
    font-size: 12px;
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
    letter-spacing: 0.1em;
  }
  .reasonContent--04 > .inner ul li .txtBox .referral {
    color: #141b4d;
  }
  .reasonContent--04 > .inner .event-block {
    margin-bottom: 70px;
  }
  .reasonContent--04 > .inner .event-block .inner {
    padding: 0 !important;
    width: 92%;
    margin: 0 auto 20px;
  }
  .reasonContent--04 > .inner .event-block .inner img {
    width: 100%;
  }
  .reasonContent--04 > .inner .event-block .inner a {
    display: block;
  }
  .reasonContent--04 > .inner .banner-jmag {
    width: 100%;
    padding-bottom: 30px;
  }
  .reasonContent--04 > .inner .banner-jmag .inner {
    width: 90%;
    margin-inline: auto;
  }
  .reasonContent--04 > .inner .banner-jmag img {
    width: 100%;
  }
  .reasonContent--04 > .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;
  }
  .reasonContent--04 > .inner .nextcareer-Link .inner {
    height: 250px;
    padding: 30px 0 0 !important;
  }
  .reasonContent--04 > .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;
  }
  .reasonContent--04 > .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;
  }
  .reasonContent--04 > .inner .nextcareer-Link .inner p {
    color: #FFF;
    font-size: 12px;
    text-align: center;
    margin: 0 0 30px;
  }
  .reasonContent--04 > .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;
  }
  .reasonContent--04 > .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;
  }
  .reasonContent--04 > .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;
  }
  .reasonContent--04 > .inner .nextblock .nextLink .inner {
    height: 250px;
    padding: 30px 0 0 !important;
  }
  .reasonContent--04 > .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;
  }
  .reasonContent--04 > .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;
  }
  .reasonContent--04 > .inner .nextblock .nextLink .inner p {
    color: #FFF;
    font-size: 12px;
    text-align: center;
    margin: 0 0 30px;
  }
  .reasonContent--04 > .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;
  }
  .reasonContent--04 > .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;
  }
  .reasonContent--04 > .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;
  }
  .reasonContent--04 > .inner .nextblock .nextLink .inner .campaign-link::after {
    background: url(../../../assets/img/index/ico_outside.svg) no-repeat;
    right: 10px;
  }
  .reasonContent .divisionList .imgBox {
    width: 250px;
    aspect-ratio: 1/1;
    height: auto;
  }
  .reasonContent .divisionList .imgBox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .reasonContent .divisionList .txtBox .ruby {
    font-size: 12px;
    margin-bottom: 0;
  }
  .reasonContent .divisionList .txtBox .category {
    line-height: 22px;
    font-size: 16px;
    display: block;
    margin-top: 0.5em;
    color: #141b4d;
    font-weight: bold;
  }

  .modal {
    background: rgba(0, 20, 97, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    overflow: auto;
    padding: 15% 0;
  }
  .modal .mask {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .modal .inner {
    background: #FFF;
    width: 92%;
    margin: 0 auto;
    padding: 20px 20px 30px;
    position: relative;
    z-index: 2;
  }
  .modal .inner .txtBox {
    border: 1px solid #141b4d;
    padding: 20px;
    margin: 0 0 50px;
    position: relative;
  }
  .modal .inner .txtBox:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #141b4d transparent transparent transparent;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin: 0 0 0 -10px;
  }
  .modal .inner .txtBox:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #FFF transparent transparent transparent;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin: 0 0 0 -9px;
  }
  .modal .inner .txtBox p {
    font-size: 12px;
    line-height: 2.2;
    text-align: justify;
  }
  .modal .inner a {
    background: #141b4d;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }
  .modal .inner a span {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
  }
  .modal .inner a span:before {
    background: #FFF;
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 50%;
    margin: 0 0 0 -15px;
  }
  .modal .inner a span:after {
    background: #FFF;
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    left: 50%;
    margin: 0 0 0 -15px;
  }
}
@media screen and (min-width: 1025px) {
  .contents {
    padding: 1010px 0 0;
  }

  .keyReason {
    height: 1010px;
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .keyReason--01 {
    background: url(../../../assets/img/people/reason/01/key_reason_pc.jpg) no-repeat top center;
  }
  .keyReason--02 {
    background: url(../../../assets/img/people/reason/02/key_reason_pc.jpg) no-repeat top center;
  }
  .keyReason--03 {
    background: url(../../../assets/img/people/reason/03/key_reason_pc.jpg) no-repeat top center;
  }
  .keyReason--04 {
    background: url(../../../assets/img/people/reason/04/key_reason_pc.jpg) no-repeat top center;
  }
  .keyReason--05 {
    background: url(../../../assets/img/people/reason/05/key_reason_pc.jpg) no-repeat top center;
  }
  .keyReason--06 {
    background: url(../../../assets/img/people/reason/06/key_reason_pc.jpg) no-repeat top center;
  }
  .keyReason .inner {
    padding: 50px 0;
    height: 100%;
    position: relative;
  }
  .keyReason .inner h2 {
    color: #FFF;
    font-family: "Noto Serif JP", serif;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.23em;
    text-align: center;
  }
  .keyReason .inner h3 {
    position: absolute;
    top: 396px;
    left: 50px;
  }
  .keyReason .inner h3 span {
    background: #141b4d;
    color: #FFF;
    display: inline-block;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.15em;
    height: 52px;
    line-height: 52px;
    padding: 0 0.5em;
  }
  .keyReason .inner .infoBox {
    width: 710px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin: 0 0 0 -345px;
  }
  .keyReason .inner .infoBox .name {
    display: block;
    color: #FFF;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.15em;
    text-align: center;
    margin: 0 0 16px;
  }
  .keyReason .inner .infoBox .info {
    display: block;
    color: #FFF;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.12em;
    text-align: center;
    margin: 0 0 30px;
  }
  .keyReason .inner .infoBox p {
    color: #FFF;
    font-size: 14px;
    line-height: 2;
    text-align: justify;
  }

  .reasonContent--01 {
    background: #141b4d;
    padding: 70px 0;
  }
  .reasonContent--01 .inner {
    width: 690px;
    padding: 0 !important;
    margin: 0 auto;
  }
  .reasonContent--01 .inner h2 {
    background: #FFF;
    color: #141b4d;
    display: inline-block;
    padding: 0 1.5em;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 40px;
    height: 40px;
    margin: 0 0 40px;
  }
  .reasonContent--01 .inner ul li {
    margin: 0 0 30px;
  }
  .reasonContent--01 .inner ul li:last-child {
    margin: 0;
  }
  .reasonContent--01 .inner ul li .year {
    border: 1px solid #FFF;
    color: #FFF;
    display: block;
    width: 96px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    letter-spacing: 0.075em;
    margin: 0 0 20px;
    font-weight: 500;
  }
  .reasonContent--01 .inner ul li h3 {
    border-bottom: 1px solid #FFF;
    color: #FFF;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    letter-spacing: 0.075em;
    padding: 0 0 20px;
    margin: 0 0 20px;
    font-weight: 60;
  }
  .reasonContent--01 .inner ul li p {
    color: #FFF;
    font-size: 14px;
    line-height: 2;
    text-align: justify;
    margin: 0 0 20px;
  }
  .reasonContent--01 .inner ul li a {
    background: #FFF;
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 auto;
    position: relative;
  }
  .reasonContent--01 .inner ul li a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #141b4d transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
  }
  .reasonContent--01 .inner ul li a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #141b4d transparent;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .reasonContent--01 .inner ul li a span {
    display: inline-block;
    color: #141b4d;
    font-size: 14px;
    padding: 0 1em;
    width: 100%;
    position: relative;
    letter-spacing: 0.1em;
  }
  .reasonContent--01 .inner ul li a span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #141b4d;
    position: absolute;
    top: 50%;
    margin: -5px 0 0;
    right: 12px;
  }
  .reasonContent--02 {
    padding: 60px 0 200px;
  }
  .reasonContent--02 h2 {
    color: #46505e;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.23em;
    text-align: center;
    margin: 0 0 60px;
  }
  .reasonContent--02 .keyBox {
    width: 100%;
    position: relative;
    margin: 0 0 80px;
  }
  .reasonContent--02 .keyBox .imgBox {
    width: 100%;
  }
  .reasonContent--02 .keyBox .imgBox img {
    width: 100%;
  }
  .reasonContent--02 .keyBox h3 {
    position: absolute;
    top: 50%;
    left: 70px;
    margin: -110px 0 0;
  }
  .reasonContent--02 .keyBox h3 span {
    background: #FFF;
    color: #46505e;
    display: inline-block;
    padding: 0 0.5em;
    height: 44px;
    line-height: 44px;
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.15em;
  }
  .reasonContent--02 .inner {
    overflow: hidden;
    padding: 0 200px 0 0 !important;
  }
  .reasonContent--02 .inner .imgBox {
    float: left;
    width: calc(100% - 340px);
    max-width: 528px;
  }
  .reasonContent--02 .inner .imgBox img {
    width: 100%;
  }
  .reasonContent--02 .inner .txtBox {
    width: calc(100% - 568px);
    min-width: 300px;
    float: right;
  }
  .reasonContent--02 .inner .txtBox h3 {
    color: #141b4d;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 20px;
    letter-spacing: 0.1em;
  }
  .reasonContent--02 .inner .txtBox p {
    font-size: 14px;
    line-height: 2;
    text-align: justify;
  }
  .reasonContent--03 {
    margin: 0 0 140px;
  }
  .reasonContent--03 .inner ul {
    width: 690px;
    margin: 0 auto;
    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;
  }
  .reasonContent--03 .inner ul li {
    width: 210px;
  }
  .reasonContent--03 .inner ul li.act .txtBox {
    opacity: 0.6;
  }
  .reasonContent--03 .inner ul li.act .txtBox h3 {
    color: #46505e;
  }
  .reasonContent--03 .inner ul li > span {
    display: block;
    margin: 0 0 20px;
  }
  .reasonContent--03 .inner ul li a {
    display: block;
    margin: 0 0 20px;
  }
  .reasonContent--03 .inner ul li .imgBox {
    display: block;
  }
  .reasonContent--03 .inner ul li .imgBox img {
    display: block;
    width: 100%;
  }
  .reasonContent--03 .inner ul li .txtBox h3 {
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    font-size: 15px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
    margin: 0 0 20px;
    letter-spacing: 0.035em;
    min-height: 6em;
  }
  .reasonContent--03 .inner ul li .txtBox .info {
    color: #46505e;
    font-size: 14px;
    letter-spacing: 0.075em;
  }
  .reasonContent--03 .inner ul li .txtBox .info .name {
    display: inline-block;
    color: #46505e;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px;
  }
  .reasonContent--04 {
    position: relative;
    padding: 0 0 100px;
  }
  .reasonContent--04: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;
  }
  .reasonContent--04 > .inner {
    position: relative;
    z-index: 2;
    width: 690px;
    margin: 0 auto;
    padding: 0 !important;
  }
  .reasonContent--04 > .inner > h2 {
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 0 100px;
  }
  .reasonContent--04 > .inner h3 {
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2em;
    position: relative;
    margin: 0 0 20px;
  }
  .reasonContent--04 > .inner h3:after {
    background: #141b4d;
    content: "";
    display: block;
    width: calc(100% - 12.5em);
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
  }
  .reasonContent--04 > .inner h3.diversity::after {
    width: calc(100% - 15em);
  }
  .reasonContent--04 > .inner h3.referral::after {
    width: calc(100% - 13.5em);
  }
  .reasonContent--04 > .inner .ruby {
    color: #46505e;
    display: block;
    font-size: 14px;
    margin: 0 0 40px;
    letter-spacing: 0.075em;
  }
  .reasonContent--04 > .inner .ruby span {
    color: #FFF;
    display: inline-block;
    background: #141b4d;
    vertical-align: middle;
    padding: 3px 1em;
    font-size: 12px;
    margin: 0 1em 0 0;
    letter-spacing: 0.2em;
  }
  .reasonContent--04 > .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 70px;
  }
  .reasonContent--04 > .inner ul li {
    width: 210px;
    margin: 0 30px 0 0;
  }
  .reasonContent--04 > .inner ul li:last-child {
    margin: 0;
  }
  .reasonContent--04 > .inner ul li a {
    display: block;
    margin: 0 0 10px;
  }
  .reasonContent--04 > .inner ul li a .imgBox {
    display: block;
  }
  .reasonContent--04 > .inner ul li a .imgBox img {
    display: block;
    width: 100%;
  }
  .reasonContent--04 > .inner ul li .txtBox .name {
    color: #141b4d;
    display: inline-block;
    background: #FFF;
    font-size: 18px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    margin: 0 0 5px;
    letter-spacing: 0.075em;
  }
  .reasonContent--04 > .inner ul li .txtBox .info {
    color: #141b4d;
    display: inline-block;
    background: #FFF;
    font-size: 12px;
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
    letter-spacing: 0.035em;
  }
  .reasonContent--04 > .inner ul li .txtBox .info--diversity {
    font-size: 11px;
  }
  .reasonContent--04 > .inner ul li .txtBox .referral {
    color: #141b4d;
  }
  .reasonContent--04 > .inner .event-block {
    margin-bottom: 80px;
  }
  .reasonContent--04 > .inner .event-block .inner {
    padding: 0 !important;
  }
  .reasonContent--04 > .inner .event-block .inner img {
    width: 100%;
  }
  .reasonContent--04 > .inner .event-block .inner a {
    display: block;
  }
  .reasonContent--04 > .inner .banner-jmag {
    width: 100%;
    padding-bottom: 50px;
  }
  .reasonContent--04 > .inner .banner-jmag .inner {
    width: 690px;
    padding: 0;
  }
  .reasonContent--04 > .inner .banner-jmag img {
    width: 100%;
  }
  .reasonContent--04 > .inner .nextcareer-Link {
    background: url(../../../assets/img/people/reason/bg_next_pc.jpg) no-repeat;
    width: 690px;
    height: 270px;
  }
  .reasonContent--04 > .inner .nextcareer-Link .inner {
    height: 250px;
    padding: 66px 0 0 !important;
  }
  .reasonContent--04 > .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;
  }
  .reasonContent--04 > .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;
  }
  .reasonContent--04 > .inner .nextcareer-Link .inner p {
    color: #FFF;
    font-size: 14px;
    text-align: center;
    margin: 0 0 40px;
  }
  .reasonContent--04 > .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;
  }
  .reasonContent--04 > .inner .nextblock .nextLink {
    margin: 0 auto;
    position: relative;
  }
  .reasonContent--04 > .inner .nextblock .nextLink--next {
    background: url(../../../assets/img/people/reason/bg_next_pc.jpg) no-repeat;
    width: 330px;
    height: 270px;
    background-size: cover;
  }
  .reasonContent--04 > .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;
  }
  .reasonContent--04 > .inner .nextblock .nextLink .inner {
    height: 250px;
    padding: 35px 0 0 !important;
  }
  .reasonContent--04 > .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;
  }
  .reasonContent--04 > .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;
  }
  .reasonContent--04 > .inner .nextblock .nextLink .inner p {
    color: #FFF;
    font-size: 14px;
    text-align: center;
    margin: 0 0 40px;
  }
  .reasonContent--04 > .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;
  }
  .reasonContent--04 > .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;
  }
  .reasonContent--04 > .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;
  }
  .reasonContent--04 > .inner .nextblock .nextLink .inner .campaign-link::after {
    background: url(../../../assets/img/index/ico_outside.svg) no-repeat;
    right: 20px;
  }
  .reasonContent--04 .divisionList .imgBox {
    width: 211px;
    height: auto;
    aspect-ratio: 1/1;
  }
  .reasonContent--04 .divisionList .imgBox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .reasonContent--04 .divisionList .txtBox .ruby {
    font-size: 12px;
    margin-bottom: 0;
  }
  .reasonContent--04 .divisionList .txtBox .category {
    font-size: 18px;
    line-height: 22px;
    display: block;
    margin-top: 0.5em;
    color: #141b4d;
    font-weight: bold;
  }

  .modal {
    background: rgba(0, 20, 97, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    overflow: auto;
    padding: 0;
  }
  .modal .mask {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .modal .inner {
    background: #FFF;
    width: 690px;
    margin: 0 auto;
    padding: 100px 100px 50px;
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translatey(-50%);
            transform: translatey(-50%);
    z-index: 2;
  }
  .modal .inner .txtBox {
    border: 1px solid #141b4d;
    padding: 50px;
    margin: 0 0 70px;
    position: relative;
  }
  .modal .inner .txtBox:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #141b4d transparent transparent transparent;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin: 0 0 0 -20px;
  }
  .modal .inner .txtBox:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #FFF transparent transparent transparent;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin: 0 0 0 -19px;
  }
  .modal .inner .txtBox p {
    font-size: 14px;
    line-height: 2.2;
    text-align: justify;
  }
  .modal .inner a {
    background: #141b4d;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }
  .modal .inner a span {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
  }
  .modal .inner a span:before {
    background: #FFF;
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 50%;
    margin: 0 0 0 -15px;
  }
  .modal .inner a span:after {
    background: #FFF;
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    left: 50%;
    margin: 0 0 0 -15px;
  }

  _:-ms-lang(x)::-ms-backdrop, .reasonContent--01 .inner h2 {
    padding: 4px 1.5em 0;
  }

  _:-ms-lang(x)::-ms-backdrop, .reasonContent--01 .inner ul li a span {
    padding: 3px 1em 0;
  }

  _:-ms-lang(x)::-ms-backdrop, .reasonContent--01 .inner ul li a span:after {
    margin: -7px 0 0;
  }

  _:-ms-lang(x)::-ms-backdrop, .reasonContent--04 > .inner .ruby span {
    padding: 5px 1em 0;
  }

  _:-ms-lang(x)::-ms-backdrop, .reasonContent--04 > .inner ul li .txtBox .name {
    padding: 3px 10px 0;
  }

  _:-ms-lang(x)::-ms-backdrop, .reasonContent--04 > .inner ul li .txtBox .info {
    padding: 2px 10px 0;
  }

  _:-ms-lang(x)::-ms-backdrop, .reasonContent--04 > .inner .nextLink .inner a {
    padding: 3px 0 0;
  }
}
@media screen and (min-width: 800px) and (max-width: 1024px) {
  .reasonContent--03 .inner ul {
    max-width: 80%;
    margin: 0 auto;
    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;
  }
  .reasonContent--03 .inner ul li {
    width: 210px;
  }
  .reasonContent--03 .inner ul li .txtBox h3 {
    font-size: 13px;
    min-height: 6em;
  }
  .reasonContent--04 > .inner {
    max-width: 92%;
  }
  .reasonContent--04 > .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin: 0 0 70px;
  }
  .reasonContent--04 > .inner ul li {
    max-width: 210px;
    margin: 0 5% 0 0;
  }
  .reasonContent--04 > .inner ul li:last-child {
    margin: 0;
  }
  .reasonContent--04 > .inner ul li .txtBox .info {
    white-space: nowrap;
  }
  .reasonContent--04 > .inner .nextLink {
    width: 100%;
  }
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .keyReason {
    width: 100%;
    overflow: hidden;
    z-index: 1;
  }
  .keyReason--01 .inner {
    background: url(../../../assets/img/people/reason/01/key_reason_pc.jpg) no-repeat top center;
    background-size: cover;
  }
  .keyReason--02 .inner {
    background: url(../../../assets/img/people/reason/02/key_reason_pc.jpg) no-repeat top center;
    background-size: cover;
  }
  .keyReason--03 .inner {
    background: url(../../../assets/img/people/reason/03/key_reason_pc.jpg) no-repeat top center;
    background-size: cover;
  }
  .keyReason--04 .inner {
    background: url(../../../assets/img/people/reason/04/key_reason_pc.jpg) no-repeat top center;
    background-size: cover;
  }
  .keyReason--05 .inner {
    background: url(../../../assets/img/people/reason/05/key_reason_pc.jpg) no-repeat top center;
    background-size: cover;
  }
  .keyReason--06 .inner {
    background: url(../../../assets/img/people/reason/06/key_reason_pc.jpg) no-repeat top center;
    background-size: cover;
  }
}
@media screen and (min-width: 600px) and (max-width: 799px) {
  .reasonContent--03 .inner ul {
    max-width: 100%;
    margin: 0 auto;
    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;
  }

  .reasonContent--03 .inner ul li {
    width: calc(90% / 3);
  }
  .reasonContent--03 .inner ul li .txtBox h3 {
    font-size: 1.5vw;
    min-height: 7em;
  }
  .reasonContent--03 .inner ul li .txtBox .info {
    font-size: 1.5vw;
  }

  .reasonContent--04 > .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin: 0 0 70px;
  }

  .reasonContent--04 > .inner ul li {
    width: calc(90% / 3);
    margin: 0;
  }
  .reasonContent--04 > .inner ul li:last-child {
    margin: 0 0 0 4%;
  }

  .reasonContent--04 > .inner ul li .txtBox .info {
    font-size: 1.5vw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 599px) {
  .reasonContent--03 .inner ul {
    max-width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .reasonContent--03 .inner ul li.act .txtBox h3 {
    letter-spacing: -0.03em;
  }
}
