@charset "UTF-8";
@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;
  }
}
.l-career-life {
  color: #141b4d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .l-career-life {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.l-career-life .inner {
  padding: 0 !important;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .l-career-life .inner {
    width: 92%;
  }
}
.l-career-life .p-title {
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  .l-career-life .p-title {
    padding: 15px 0 20px;
  }
}
.l-career-life .p-title p {
  font-size: 20px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l-career-life .p-title p {
    font-size: 14px;
  }
}
.l-career-life .p-title p::before {
  content: "";
  width: 154px;
  height: 2px;
  background: -webkit-linear-gradient(0deg, #141b4d 0%, #181b4c 15.56%, #251c4a 31.69%, #391e46 48.08%, #562040 64.66%, #7c2339 81.37%, #a92730 97.99%, #af272f 100%);
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .l-career-life .p-title p::before {
    width: 106px;
    bottom: -6px;
  }
}
.l-career-life .p-title h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-top: 40px !important;
}
@media screen and (max-width: 1024px) {
  .l-career-life .p-title h1 {
    font-size: 18px;
    margin-top: 15px;
    margin-top: 28px !important;
  }
}
.l-career-life .p-mv img {
  width: 100%;
}
.l-career-life .p-mv h2 {
  font-size: 31px;
  font-weight: 900;
  text-align: center;
  line-height: 2.5;
  margin: -10px auto 0;
  padding-bottom: 40px;
  width: 688px;
}
@media screen and (max-width: 1024px) {
  .l-career-life .p-mv h2 {
    font-size: 19px;
    text-align: center;
    line-height: 2.1;
    width: 100%;
    margin-top: 0px;
    padding-bottom: 0;
  }
}
.l-career-life .p-mv h2 span {
  position: relative;
  font-weight: bold;
}
.l-career-life .p-mv h2 span::before {
  content: "";
  width: 100%;
  height: 3px;
  background: -webkit-linear-gradient(0deg, #141b4d 0%, #181b4c 15.56%, #251c4a 31.69%, #391e46 48.08%, #562040 64.66%, #7c2339 81.37%, #a92730 97.99%, #af272f 100%);
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .l-career-life .p-mv h2 span::before {
    height: 2px;
  }
}
.l-career-life .p-information {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .l-career-life .p-information {
    margin-top: 40px;
  }
}
.l-career-life .p-information .p-name {
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .l-career-life .p-information .p-name {
    font-size: 17px;
  }
}
.l-career-life .p-information .p-join {
  font-size: 14px;
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .l-career-life .p-information .p-join {
    font-size: 12px;
  }
}
.l-career-life .p-information .p-career {
  font-size: 14px;
  margin-top: 10px;
  list-style: 1.66;
}
@media screen and (max-width: 1024px) {
  .l-career-life .p-information .p-career {
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.66;
  }
}

.p-first {
  padding: 100px 0;
  background: #E9E8EE url(../../../assets/img/person/career-life/01/bg.jpg) no-repeat top center/contain;
}
@media screen and (max-width: 1024px) {
  .p-first {
    padding: 50px 0;
  }
}
.p-first h2 {
  background: -webkit-linear-gradient(0deg, #141b4d 0%, #181b4c 15.56%, #251c4a 31.69%, #391e46 48.08%, #562040 64.66%, #7c2339 81.37%, #a92730 97.99%, #af272f 100%);
  padding: 10px 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-first h2 {
    font-size: 16px;
  }
}
.p-first .image-box {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-first .image-box {
    border-radius: 10px;
  }
}
.p-first .p-box {
  margin: 75px auto 0;
}
@media screen and (max-width: 1024px) {
  .p-first .p-box {
    margin-top: 35px;
  }
}
.p-first .p-box h3 {
  background-color: #fff;
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-first .p-box h3 {
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
    padding-left: 45px;
    padding: 5px 0 5px 36px;
    background-color: transparent;
  }
}
.p-first .p-box h3::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "Q";
  position: absolute;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-linear-gradient(0deg, #141b4d 0%, #181b4c 15.56%, #251c4a 31.69%, #391e46 48.08%, #562040 64.66%, #7c2339 81.37%, #a92730 97.99%, #af272f 100%);
}
@media screen and (max-width: 1024px) {
  .p-first .p-box h3::before {
    font-size: 16px;
    width: 24px;
    height: 24px;
    padding-top: 3px;
    top: 2px;
  }
}
.p-first .p-box h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
  margin: 45px auto 0;
  padding-bottom: 45px;
  border-bottom: 1px solid #141b4d;
}
@media screen and (max-width: 1024px) {
  .p-first .p-box h4 {
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
.p-first .p-box p {
  font-size: 14px;
  line-height: 2.1;
  text-align: justify;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-first .p-box p {
    font-size: 12px;
    margin-top: 20px;
  }
}
.p-first .p-box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .p-first .p-box div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.p-first .p-box div img {
  width: 340px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .p-first .p-box div img {
    width: 100%;
    margin-top: 0;
    border-radius: 10px;
  }
}
.p-first .image-box {
  margin: 30px 0 0;
  max-width: 700px;
}
@media screen and (max-width: 1024px) {
  .p-first .image-box {
    margin-top: 20px;
  }
}
.p-first .image-box img {
  width: 100%;
}

@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.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 .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 .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 .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;
  }
  .peopleContent--06 > .inner ul li {
    width: 210px;
    margin: 0 30px 0 0;
  }
  .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;
  }
  .peopleContent--06 > .inner ul li .txtBox .name {
    color: #46505e;
    display: block;
    font-size: 14px;
    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 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 {
    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: 18px;
    line-height: 28px;
  }
  .peopleContent--06 > .inner ul.changer .txtBox .info {
    line-height: 22px;
  }
  .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;
}

.careerlife {
  color: #141b4d;
  margin: 40px auto 140px;
}
@media screen and (max-width: 1024px) {
  .careerlife {
    margin-bottom: 70px;
  }
}
.careerlife .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) {
  .careerlife .inner {
    width: 92%;
  }
}
.careerlife ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .careerlife ul {
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.careerlife ul li {
  width: calc(100% / 3 - 50px / 3);
  max-width: 250px;
}
@media screen and (max-width: 1024px) {
  .careerlife ul li {
    width: 100%;
  }
}
.careerlife ul li a {
  display: block;
}
.careerlife ul li a img {
  width: 100%;
}
.careerlife ul li .txtBox {
  margin-top: 10px;
}
.careerlife ul li .txtBox h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.4;
}
.careerlife ul li .txtBox .info {
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .careerlife ul li .txtBox .info {
    font-size: 12px;
  }
}
.careerlife ul li .txtBox .name {
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .careerlife ul li .txtBox .name {
    font-size: 12px;
  }
}
.careerlife ul li.act {
  opacity: 0.5;
}
.careerlife ul li.act a {
  pointer-events: none;
}
