@charset "UTF-8";
@media screen and (max-width: 1024px) {
  .kv-block {
    width: 100%;
    height: calc( 100vh - 148px - 32px - 32px - 50px );
    height: calc(100dvh - 148px - 32px - 32px - 50px);
    position: relative;
  }
  .kv-block .inner {
    padding: 0 !important;
    height: 100%;
  }
  .kv-block .image-wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .kv-block .sidebar {
    display: none;
  }
  .kv-block .topKvSlider {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .kv-block .topKvSlider::after {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../../../assets/img/index/kv_bg_sp.svg) no-repeat center center/cover;
  }
  .kv-block .topKvSlider * {
    height: 100%;
  }
  .kv-block .topKvSlider .slick-img {
    width: 100%;
    height: 100%;
  }
  .kv-block .topKvSlider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .kv-block .topKvSlider__offer {
    display: none;
  }
  .kv-block .topKvSlider__offer.is-view {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 15px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .kv-block .topKvSlider__offer--other {
    display: none;
  }
  .kv-block .topKvSlider__offer--other.is-view {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 15px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .kv-block .text-wrapper {
    position: absolute;
    bottom: 47.5px;
    padding-left: 35px;
    color: #fff;
    z-index: 2;
  }
  .kv-block .text-wrapper h2 {
    font-weight: bold;
  }
  .kv-block .text-wrapper h2 span {
    display: block;
  }
  .kv-block .text-wrapper h2 .sub {
    font-size: 12px;
    line-height: 1.9541176471;
    padding-bottom: 18px;
    position: relative;
    letter-spacing: 0.1em;
  }
  .kv-block .text-wrapper h2 .sub::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #fff;
  }
  .kv-block .text-wrapper h2 .main {
    font-family: "Noto Serif JP", serif;
    margin-top: 18px;
    font-size: 22px;
    line-height: 1.7666666667;
    letter-spacing: 0.15em;
  }
  @-webkit-keyframes zoomUp {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.15);
              transform: scale(1.15);
      /* 拡大率 */
    }
  }
  @keyframes zoomUp {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.15);
              transform: scale(1.15);
      /* 拡大率 */
    }
  }
  .kv-block .add-animation {
    -webkit-animation: zoomUp 10s linear 0s normal both;
            animation: zoomUp 10s linear 0s normal both;
  }

  .recruit-block {
    background: url(../../../assets/img/index/bg_recruit_sp.jpg) no-repeat center top;
    background-size: cover;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin: 32px 32px 0;
  }
  .recruit-block .inner {
    aspect-ratio: 640/296;
    width: 100%;
    height: 150px;
    padding: 30px 22px 0 !important;
  }
  .recruit-block .inner h2 {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2954545455;
  }
  .recruit-block .inner .sub {
    margin-top: 9px;
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 1.0833333333;
  }
  .recruit-block .inner .viewMore {
    margin-top: 45px;
  }
  .recruit-block .inner .viewMore img {
    margin-left: auto;
    width: 101px;
  }

  .banner-jmag {
    width: 100%;
    padding-top: 32px;
  }
  .banner-jmag .inner {
    width: 80%;
  }
  .banner-jmag img {
    width: 100%;
  }

  .btn-block {
    padding: 40px 0;
    background: #f5f5f5;
  }
  .btn-block a {
    background: #141b4d;
    display: block;
    width: 50%;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
    margin: 0 auto;
    font-weight: 500;
  }

  .info-block .inner-info {
    background: #f5f5f5;
    padding: 20px;
    height: auto;
  }
  .info-block .inner-info .info__title {
    background: #141b4d;
    padding: 10px 5px;
    color: #fff;
    width: 120px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .info-block .inner-info .info__txt {
    font-size: 11px;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  .info-block .inner-info .info__deta {
    font-size: 11px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin: 10px 0;
  }
  .info-block .inner-info .info__box {
    display: block;
  }
  .info-block .inner-info .info__box a {
    color: #000;
    margin-top: 10px;
    display: block;
  }
  .info-block .inner-info .info__img {
    width: auto;
  }
  .info-block .inner-info .info__img img {
    width: 100%;
  }

  .banner-block {
    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;
    width: 100%;
  }
  .banner-block .banner-box {
    position: relative;
    width: 100%;
  }
  .banner-block .banner-box__img img {
    width: 100%;
  }
  .banner-block .banner-box__text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
  .banner-block .banner-box__text h2 {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    padding: 0 0 14px;
    margin: 0 0 16px;
    position: relative;
  }
  .banner-block .banner-box__text h2:after {
    background: #fff;
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -10px;
  }
  .banner-block .banner-box__text p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: 0 0 30px;
  }
  .banner-block .banner-box__text a {
    background: #fff;
    color: #141b4d;
    display: block;
    width: 130px;
    line-height: 30px;
    height: 30px;
    margin: 0 auto;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    padding-left: 20px;
  }
  .banner-block .banner-box__text 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;
  }
  .banner-block .banner-box .campaign-link-wrap {
    position: absolute;
    bottom: 8%;
    left: 37%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .banner-block .banner-box .campaign-link-wrap .campaign-link {
    background: #141b4d;
    color: #fff;
    width: 150px;
    line-height: 35px;
    height: 35px;
    border-radius: 35px;
    padding-left: 10px;
    position: relative;
    display: block;
    font-size: 12px;
  }
  .banner-block .banner-box .campaign-link-wrap .campaign-link::after {
    content: "";
    display: block;
    width: 16px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -5px 0 0;
    background: url(../../../assets/img/index/ico_outside.svg) no-repeat;
  }

  .event-block .inner {
    padding: 0 !important;
  }
  .event-block .inner img {
    width: 100%;
  }
  .event-block .inner a {
    display: block;
  }

  .next-block {
    background: url(../../../assets/img/index/bg_nikkei_sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .next-block .inner {
    aspect-ratio: 768/390;
    height: auto;
    position: relative;
    padding-top: 28px;
    padding-left: 21px;
  }
  .next-block .inner h2 {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 19px;
    line-height: 1.5263157895;
    font-weight: 600;
    line-height: 1.6;
  }
  .next-block .inner p {
    margin-top: 18px;
    color: #fff;
    font-size: 12px;
    line-height: 1.0833333333;
  }
  .next-block .inner .viewMore {
    position: absolute;
    width: 133px;
    height: auto;
    right: 12px;
    bottom: 15px;
  }

  .history-block {
    background: url(../../../assets/img/index/bg_history_sp.jpg) no-repeat center top;
    background-size: cover;
    height: 390px;
  }
  .history-block .inner {
    background: rgba(0, 20, 97, 0.8);
    width: 94%;
    position: absolute;
    left: 3%;
    bottom: 10px;
    padding: 20px 4% 50px;
  }
  .history-block .inner .ttlBox h2 {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 21px;
    font-weight: 600;
    display: inline-block;
    padding: 0 0 5px;
    position: relative;
    margin: 0 0 20px;
  }
  .history-block .inner .ttlBox h2:after {
    background: #fff;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .history-block .inner .txtBox h3 {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0 0 10px;
  }
  .history-block .inner .txtBox p {
    color: #fff;
    font-size: 11px;
    line-height: 1.8;
  }
  .history-block .inner a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: right;
    top: 0;
    left: 0;
  }
  .history-block .inner a span {
    display: block;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: absolute;
    padding: 0 40px 0 0;
    bottom: 20px;
    right: 4%;
  }
  .history-block .inner a span:before {
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .history-block .inner a span:after {
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    width: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -2px 0 0;
  }

  .data-block {
    background: url(../../../assets/img/index/bg_data_sp.jpg) no-repeat center top;
    background-size: cover;
    height: 390px;
  }
  .data-block .inner {
    background: rgba(0, 20, 97, 0.8);
    width: 94%;
    position: absolute;
    left: 3%;
    bottom: 10px;
    padding: 20px 4% 50px;
  }
  .data-block .inner .ttlBox h2 {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 21px;
    font-weight: 600;
    display: inline-block;
    padding: 0 0 5px;
    position: relative;
    margin: 0 0 20px;
  }
  .data-block .inner .ttlBox h2:after {
    background: #fff;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .data-block .inner .txtBox h3 {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 10px;
  }
  .data-block .inner .txtBox p {
    color: #fff;
    font-size: 11px;
    line-height: 1.8;
  }
  .data-block .inner a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: right;
    top: 0;
    left: 0;
  }
  .data-block .inner a span {
    display: block;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: absolute;
    padding: 0 40px 0 0;
    bottom: 20px;
    right: 4%;
  }
  .data-block .inner a span:before {
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .data-block .inner a span:after {
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    width: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -2px 0 0;
  }

  .workstyle-block {
    background: url(../../../assets/img/index/bg_workstyle_sp.jpg) no-repeat center top;
    background-size: cover;
    height: 390px;
    margin: 0 0 30px;
  }
  .workstyle-block .inner {
    background: rgba(0, 20, 97, 0.8);
    width: 94%;
    position: absolute;
    left: 3%;
    bottom: 10px;
    padding: 20px 4% 50px;
  }
  .workstyle-block .inner .ttlBox h2 {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 21px;
    font-weight: 600;
    display: inline-block;
    padding: 0 0 5px;
    position: relative;
    margin: 0 0 20px;
  }
  .workstyle-block .inner .ttlBox h2:after {
    background: #fff;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .workstyle-block .inner .txtBox h3 {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 10px;
  }
  .workstyle-block .inner .txtBox p {
    color: #fff;
    font-size: 11px;
    line-height: 1.8;
  }
  .workstyle-block .inner a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: right;
    top: 0;
    left: 0;
  }
  .workstyle-block .inner a span {
    display: block;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: absolute;
    padding: 0 40px 0 0;
    bottom: 20px;
    right: 4%;
  }
  .workstyle-block .inner a span:before {
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .workstyle-block .inner a span:after {
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    width: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -2px 0 0;
  }

  .message-block .inner {
    padding: 50px 0 0 !important;
  }
  .message-block .inner h2 {
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 0 16px;
  }
  .message-block .inner .ruby {
    color: #46505e;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px;
  }
  .message-block .inner .messageBox {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .message-block .inner .messageBox .txtBox {
    background: #000;
    width: 50%;
    padding: 60px 4%;
    position: relative;
  }
  .message-block .inner .messageBox .txtBox h3 {
    color: #fff;
    font-size: 10px;
    padding: 0 0 16px;
    margin: 0 0 16px;
    position: relative;
  }
  .message-block .inner .messageBox .txtBox h3:after {
    background: #fff;
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .message-block .inner .messageBox .txtBox p {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }
  .message-block .inner .messageBox .txtBox a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .message-block .inner .messageBox .txtBox a span {
    display: inline-block;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: absolute;
    padding: 0 calc(30px + 1em) 0 0;
    bottom: 20px;
    left: 50%;
    margin: 0 0 0 -70px;
  }
  .message-block .inner .messageBox .txtBox a span:before {
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .message-block .inner .messageBox .txtBox a span:after {
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    width: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -2px 0 0;
  }
  .message-block .inner .messageBox .imgBox {
    width: 50%;
  }
  .message-block .inner .messageBox .imgBox img {
    width: 100%;
  }

  .reason-block .inner {
    padding: 50px 0 0 !important;
  }
  .reason-block .inner h2 {
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 0 16px;
  }
  .reason-block .inner .ruby {
    color: #46505e;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px;
  }
  .reason-block .inner .reasonList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .reason-block .inner .reasonList__item {
    min-width: 250px;
    width: calc(90% / 3);
    height: 300px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .reason-block .inner .reasonList__item:nth-child(2) {
    margin: 0 auto 30px;
  }
  .reason-block .inner .reasonList__item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .reason-block .inner .reasonList__item a {
    display: block;
    height: 100%;
    position: relative;
    z-index: 2;
  }
  .reason-block .inner .reasonList__item a .infoBox {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 30px;
  }
  .reason-block .inner .reasonList__item a .infoBox span {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 11px;
  }
  .reason-block .inner .reasonList__item a .infoBox span.name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px;
  }
  .reason-block .inner .reasonList__item a .infoBox span.year {
    margin: 0 0 6px;
  }
  .reason-block .inner .reasonList__item--01:before {
    background: url(../../../assets/img/index/img_reason_01_sp.jpg) no-repeat center top;
    background-size: 100%;
  }
  .reason-block .inner .reasonList__item--02:before {
    background: url(../../../assets/img/index/img_reason_02_sp.jpg) no-repeat center top;
    background-size: 100%;
  }
  .reason-block .inner .reasonList__item--03:before {
    background: url(../../../assets/img/index/img_reason_03_sp.jpg) no-repeat center top;
    background-size: 100%;
  }
  .reason-block .inner .reasonList__item--04:before {
    background: url(../../../assets/img/index/img_reason_04_sp.jpg) no-repeat center top;
    background-size: 100%;
  }
  .reason-block .inner .reasonList__item--05:before {
    background: url(../../../assets/img/index/img_reason_05_sp.jpg) no-repeat center top;
    background-size: 100%;
  }
  .reason-block .inner .reasonList__item--06:before {
    background: url(../../../assets/img/index/img_reason_06_sp.jpg) no-repeat center top;
    background-size: 100%;
  }

  .changer-block--diversity .inner .changerList__item a .title {
    bottom: 6px !important;
  }
  .changer-block .inner {
    padding: 100px 0 0 !important;
  }
  .changer-block .inner h2 {
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 0 16px;
    line-height: 1.7;
  }
  .changer-block .inner .ruby {
    color: #46505e;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 40px;
    line-height: 1.8;
  }
  .changer-block .inner .ruby span {
    color: #fff;
    display: inline-block;
    background: #141b4d;
    vertical-align: middle;
    padding: 3px 1em;
    font-size: 12px;
    margin: 0 0 6px;
  }
  .changer-block .inner .singleList {
    width: 310px;
    margin: 0 auto;
  }
  .changer-block .inner .singleList img {
    width: 100%;
  }
  .changer-block .inner .changerList__item {
    width: 250px;
    height: 300px;
    min-height: 300px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 auto 60px;
  }
  .changer-block .inner .changerList__item:last-child {
    margin: 0 auto;
  }
  .changer-block .inner .changerList__item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .changer-block .inner .changerList__item a {
    display: block;
    height: 100%;
    position: relative;
    z-index: 2;
  }
  .changer-block .inner .changerList__item a .title {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 30px;
  }
  .changer-block .inner .changerList__item a .title span {
    background: #fff;
    color: #141b4d;
    display: inline-block;
    font-size: 16px;
    padding: 0 0.4em;
    line-height: 32px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    letter-spacing: -0.02em;
  }
  .changer-block .inner .changerList__item a .arrow {
    display: block;
    width: 100%;
    color: #141b4d;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 30px;
    height: 30px;
    position: absolute;
    padding: 0 40px 0 0;
    text-align: right;
    bottom: -32px;
    left: 0;
  }
  .changer-block .inner .changerList__item a .arrow:before {
    background: #141b4d;
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .changer-block .inner .changerList__item a .arrow:after {
    background: #141b4d;
    content: "";
    display: block;
    height: 1px;
    width: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -2px 0 0;
  }
  .changer-block .inner .changerList__item--01:before {
    background: url(../../../assets/img/index/img_changer_01_sp.jpg) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--02:before {
    background: url(../../../assets/img/index/img_changer_02_sp.jpg) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--03:before {
    background: url(../../../assets/img/index/img_changer_03_sp.jpg) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--04:before {
    background: url(../../../assets/img/index/img_changer_04_sp.jpg) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--05:before {
    background: url(../../../assets/img/index/img_changer_05_sp.jpg) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--06:before {
    background: url(../../../assets/img/index/img_changer_06_sp.jpg) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--cae01:before {
    background: url(../../../assets/img/index/img_changer_cae01_sp.jpg) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--cae02:before {
    background: url(../../../assets/img/index/img_changer_cae02_sp.jpg) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--vision01:before {
    background: url(../../../assets/img/index/img_changer_vision01_sp.png) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--vision02:before {
    background: url(../../../assets/img/index/img_changer_vision02_sp.png) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--life01:before {
    background: url(../../../assets/img/index/img_changer_life01_sp.png) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--life02:before {
    background: url(../../../assets/img/index/img_changer_life02_sp.png) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--office01 {
    width: 310px;
    height: 160px;
    min-height: 160px;
  }
  .changer-block .inner .changerList__item--office01:before {
    background: url(../../../assets/img/index/img_changer_office01_sp.png) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--office01 a .title {
    bottom: 20px;
  }
  .changer-block .inner .changerList__item--office02 {
    width: 310px;
    height: 160px;
    min-height: 160px;
  }
  .changer-block .inner .changerList__item--office02:before {
    background: url(../../../assets/img/index/img_changer_office02_sp.png) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--office02 a .title {
    bottom: 20px;
  }
  .changer-block .inner .changerList__item--diversity01 {
    min-height: 250px;
    height: 250px;
  }
  .changer-block .inner .changerList__item--diversity01:before {
    background: url(../../../assets/img/index/img_diversity01_sp.svg) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--diversity02 {
    min-height: 250px;
    height: 250px;
  }
  .changer-block .inner .changerList__item--diversity02:before {
    background: url(../../../assets/img/index/img_diversity02_sp.svg) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--diversity03 {
    min-height: 250px;
    height: 250px;
  }
  .changer-block .inner .changerList__item--diversity03:before {
    background: url(../../../assets/img/index/img_diversity03_sp.svg) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--caeengineer {
    width: 310px;
    height: 160px;
    min-height: 160px;
  }
  .changer-block .inner .changerList__item--caeengineer:before {
    background: url(../../../assets/img/index/img_caeengineer.jpg) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--caeengineer a .title {
    bottom: 10px;
  }
  .changer-block .inner .changerList__item--cocreationdigital {
    width: 310px;
    height: 160px;
    min-height: 160px;
  }
  .changer-block .inner .changerList__item--cocreationdigital:before {
    background: url(../../../assets/img/index/img_cocreationdigital.jpg) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--cocreationdigital a .title {
    bottom: 10px;
  }

  .about-block {
    background-color: rgba(20, 27, 80, 0.1);
    margin-top: 95px;
  }
  .about-block .inner {
    padding: 49px 32px !important;
  }
  .about-block .inner h2 {
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-align: center;
    margin: 0 0 46px;
  }
  .about-block .inner .aboutLists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 48px;
    gap: 10px;
    max-width: 856px;
    margin: auto;
  }
  .about-block .inner .aboutList {
    background-color: #141b4d;
    height: 130px;
    position: relative;
  }
  .about-block .inner .aboutList__arrow {
    position: absolute;
    content: "";
    bottom: 20px;
    right: 18px;
    width: 68.0128px;
    height: 5px;
    display: block;
  }
  .about-block .inner .aboutList__arrow img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .about-block .inner .aboutList__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 40px;
    height: 100%;
    margin-left: 35px;
  }
  .about-block .inner .aboutList__image {
    width: calc(113 / 768 * 100vw);
    height: auto;
    padding: 0 7.5px;
    max-width: 76px;
  }
  .about-block .inner .aboutList__image--5 {
    padding: 0;
  }
  .about-block .inner .aboutList__image--6 {
    padding: 0 5px;
  }
  .about-block .inner .aboutList__text {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 19px;
    letter-spacing: 0.15em;
    line-height: 1.375;
  }

  .banner-block {
    margin-top: 15px;
    height: 195px;
    background: url(../../../assets/img/index/bg_talent_pc.jpg) no-repeat center bottom;
    background-size: cover;
    position: relative;
    aspect-ratio: 768/390;
    height: auto;
    padding-top: 28px;
    padding-left: 21px;
  }
  .banner-block:nth-of-type(2) {
    background: url(../../../assets/img/index/bg_media_pc.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .banner-block .inner h2 {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 19px;
    line-height: 1.5263157895;
    font-weight: 600;
    line-height: 1.6;
  }
  .banner-block .inner p {
    margin-top: 18px;
    color: #fff;
    font-size: 12px;
    line-height: 1.0833333333;
  }
  .banner-block .inner .viewMore {
    position: absolute;
    width: 133px;
    height: auto;
    right: 12px;
    bottom: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .kv-block {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    position: relative;
  }
  .kv-block .inner {
    padding: 0 !important;
    height: 100%;
  }
  .kv-block .image-wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .kv-block .sidebar {
    width: calc(140 / 1280 * 100vw);
    height: 100%;
    background-color: rgba(20, 27, 77, 0.8);
  }
  .kv-block .topKvSlider {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .kv-block .topKvSlider::after {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(74%, rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 74%);
    z-index: 1;
  }
  .kv-block .topKvSlider * {
    height: 100%;
  }
  .kv-block .topKvSlider .slick-img {
    width: 100%;
    height: 100%;
  }
  .kv-block .topKvSlider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .kv-block .topKvSlider__offer {
    display: none;
  }
  .kv-block .topKvSlider__offer.is-view {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 15px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.1em;
  }
  .kv-block .topKvSlider__offer--other {
    display: none;
  }
  .kv-block .topKvSlider__offer--other.is-view {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 15px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .kv-block .text-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-left: 90px;
    color: #fff;
    z-index: 2;
  }
  .kv-block .text-wrapper .top {
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    line-height: 1.2222222222;
    letter-spacing: 0.05em;
    padding-bottom: 60px;
    position: relative;
  }
  .kv-block .text-wrapper .top::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
  }
  .kv-block .text-wrapper h2 {
    margin-top: 60px;
    font-weight: bold;
  }
  .kv-block .text-wrapper h2 span {
    display: block;
  }
  .kv-block .text-wrapper h2 .sub {
    font-size: 17px;
    line-height: 1.9541176471;
  }
  .kv-block .text-wrapper h2 .main {
    font-family: "Noto Serif JP", serif;
    margin-top: 30px;
    font-size: 30px;
    line-height: 1.7666666667;
    letter-spacing: 0.12em;
  }
  @-webkit-keyframes zoomUp {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.15);
              transform: scale(1.15);
      /* 拡大率 */
    }
  }
  @keyframes zoomUp {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.15);
              transform: scale(1.15);
      /* 拡大率 */
    }
  }
  .kv-block .add-animation {
    -webkit-animation: zoomUp 10s linear 0s normal both;
            animation: zoomUp 10s linear 0s normal both;
  }

  .info-block {
    padding: 50px 100px !important;
  }
  .info-block .inner-info {
    background: #f5f5f5;
    padding: 30px;
    height: auto;
  }
  .info-block .inner-info .info__title {
    background: #141b4d;
    padding: 10px 5px;
    color: #fff;
    width: 120px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .info-block .inner-info .info__cont {
    width: 70%;
  }
  .info-block .inner-info .info__cont--02 {
    width: 100%;
  }
  .info-block .inner-info .info__txt {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  .info-block .inner-info .info__deta {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
  .info-block .inner-info .info__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .info-block .inner-info .info__box a {
    color: #000;
    margin-top: 10px;
    display: block;
  }
  .info-block .inner-info .info__img {
    width: 30%;
    margin-left: 30px;
  }
  .info-block .inner-info .info__img img {
    width: 100%;
  }

  .banner-block {
    width: 100%;
  }
  .banner-block .banner-box {
    position: relative;
    width: 50%;
    margin: 0 auto;
  }
  .banner-block .banner-box__img img {
    width: 100%;
  }
  .banner-block .banner-box__text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
  .banner-block .banner-box__text h2 {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    padding: 0 0 35px;
    margin: 0 0 35px;
    position: relative;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  .banner-block .banner-box__text h2:after {
    background: #fff;
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -10px;
  }
  .banner-block .banner-box__text p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0 0 60px;
    letter-spacing: 0.1em;
  }
  .banner-block .banner-box__text 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: 25px;
  }
  .banner-block .banner-box__text 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: 30px;
    margin: -6px 0 0;
  }
  .banner-block .banner-box .campaign-link-wrap {
    position: absolute;
    bottom: 10%;
    left: 35%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .banner-block .banner-box .campaign-link-wrap .campaign-link {
    background: #141b4d;
    color: #fff;
    width: 195px;
    line-height: 46px;
    height: 46px;
    border-radius: 23px;
    padding-left: 15px;
    position: relative;
    display: block;
  }
  .banner-block .banner-box .campaign-link-wrap .campaign-link::after {
    content: "";
    display: block;
    width: 16px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 30px;
    margin: -6px 0 0;
    background: url(../../../assets/img/index/ico_outside.svg) no-repeat;
    right: 20px;
  }

  .event-block {
    padding-bottom: 50px;
  }
  .event-block .inner {
    padding: 0 !important;
    margin: 0 auto;
  }
  .event-block .inner img {
    width: 100%;
  }
  .event-block .inner a {
    display: block;
  }

  .history-block {
    background: url(../../../assets/img/index/bg_history_pc.jpg) no-repeat center top;
    background-size: cover;
    height: 576px;
    padding: 358px 0 0;
  }
  .history-block .inner {
    background: rgba(0, 20, 97, 0.8);
    width: calc(100% - 20px);
    height: 208px;
    padding: 0 !important;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .history-block .inner .ttlBox {
    width: 36%;
    text-align: center;
  }
  .history-block .inner .ttlBox h2 {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    padding: 0 0 10px;
    position: relative;
    letter-spacing: 0.2em;
    line-height: 1.6;
  }
  .history-block .inner .ttlBox h2:after {
    background: #fff;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .history-block .inner .txtBox h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
    letter-spacing: 0.1em;
  }
  .history-block .inner .txtBox p {
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  .history-block .inner a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    padding: 0 4% 0 0;
  }
  .history-block .inner a span {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 208px;
    position: relative;
    padding: 0 70px 0 0;
  }
  .history-block .inner a span:before {
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    width: 60px;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .history-block .inner a span:after {
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    width: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -2px 0 0;
  }

  .data-block {
    background: url(../../../assets/img/index/bg_data_pc.jpg) no-repeat center top;
    background-size: cover;
    height: 576px;
    padding: 358px 0 0;
  }
  .data-block .inner {
    background: rgba(0, 20, 97, 0.8);
    width: calc(100% - 20px);
    height: 208px;
    padding: 0 !important;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .data-block .inner .ttlBox {
    width: 36%;
    text-align: center;
  }
  .data-block .inner .ttlBox h2 {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    padding: 0 0 10px;
    position: relative;
    letter-spacing: 0.2em;
    line-height: 1.6;
  }
  .data-block .inner .ttlBox h2:after {
    background: #fff;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .data-block .inner .txtBox h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 0 20px;
  }
  .data-block .inner .txtBox p {
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  .data-block .inner a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    padding: 0 4% 0 0;
  }
  .data-block .inner a span {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 208px;
    position: relative;
    padding: 0 70px 0 0;
  }
  .data-block .inner a span:before {
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    width: 60px;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .data-block .inner a span:after {
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    width: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -2px 0 0;
  }

  .workstyle-block {
    background: url(../../../assets/img/index/bg_workstyle_pc.jpg) no-repeat center top;
    background-size: cover;
    height: 576px;
    padding: 358px 0 0;
    margin: 0 0 120px;
  }
  .workstyle-block .inner {
    background: rgba(0, 20, 97, 0.8);
    width: calc(100% - 20px);
    height: 208px;
    padding: 0 !important;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .workstyle-block .inner .ttlBox {
    width: 36%;
    text-align: center;
  }
  .workstyle-block .inner .ttlBox h2 {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    padding: 0 0 10px;
    position: relative;
    letter-spacing: 0.15em;
    line-height: 1.6;
  }
  .workstyle-block .inner .ttlBox h2:after {
    background: #fff;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .workstyle-block .inner .txtBox h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 0 20px;
  }
  .workstyle-block .inner .txtBox p {
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  .workstyle-block .inner a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    padding: 0 4% 0 0;
  }
  .workstyle-block .inner a span {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 208px;
    position: relative;
    padding: 0 70px 0 0;
  }
  .workstyle-block .inner a span:before {
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    width: 60px;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .workstyle-block .inner a span:after {
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    width: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -2px 0 0;
  }

  .recruit-block {
    background: url(../../../assets/img/index/bg_recruit_pc.jpg) no-repeat center top;
    background-size: cover;
    max-width: 856px;
    width: 100%;
    margin: 150px auto 0;
  }
  .recruit-block .inner {
    height: 250px;
    padding-left: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .recruit-block .inner h2 {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 38px;
    letter-spacing: 0.2em;
    line-height: 1.5;
    font-weight: 600;
  }
  .recruit-block .inner .sub {
    display: block;
    margin-top: 16px;
    color: #fff;
    font-size: 15px;
    line-height: 1.7333333333;
    letter-spacing: 0.1em;
  }
  .recruit-block .inner .viewMore {
    position: absolute;
    width: 202px;
    height: 23px;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .recruit-block .inner a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 176px 0 0;
  }

  .banner-jmag {
    max-width: 856px;
    padding-top: 100px;
    margin: 0 auto;
  }
  .banner-jmag img {
    width: 100%;
  }

  .message-block .inner {
    padding: 100px 0 0 !important;
  }
  .message-block .inner h2 {
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-align: center;
    margin: 0 0 16px;
  }
  .message-block .inner .ruby {
    color: #46505e;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 40px;
    letter-spacing: 0.2em;
  }
  .message-block .inner .messageBox {
    width: 700px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .message-block .inner .messageBox .txtBox {
    background: #000;
    width: 300px;
    height: 402px;
    padding: 60px 30px;
    position: relative;
  }
  .message-block .inner .messageBox .txtBox h3 {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.13em;
    padding: 0 0 20px;
    margin: 0 0 20px;
    position: relative;
  }
  .message-block .inner .messageBox .txtBox h3:after {
    background: #fff;
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .message-block .inner .messageBox .txtBox p {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.9;
    letter-spacing: 0.15em;
  }
  .message-block .inner .messageBox .txtBox a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .message-block .inner .messageBox .txtBox a span {
    display: inline-block;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: absolute;
    padding: 0 70px 0 0;
    bottom: 40px;
    left: 50%;
    margin: 0 0 0 -70px;
  }
  .message-block .inner .messageBox .txtBox a span:before {
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    width: 60px;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .message-block .inner .messageBox .txtBox a span:after {
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    width: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -2px 0 0;
  }
  .message-block .inner .messageBox .imgBox {
    width: 430px;
    height: auto;
  }
  .message-block .inner .messageBox .imgBox img {
    width: 100%;
  }

  .reason-block .inner {
    padding: 100px 0 0 !important;
  }
  .reason-block .inner h2 {
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-align: center;
    margin: 0 0 16px;
  }
  .reason-block .inner .ruby {
    color: #46505e;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 40px;
    letter-spacing: 0.2em;
  }
  .reason-block .inner .reasonList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reason-block .inner .reasonList__item {
    width: calc(100% / 3);
    height: 420px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .reason-block .inner .reasonList__item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .reason-block .inner .reasonList__item a {
    display: block;
    height: 100%;
    position: relative;
    z-index: 2;
  }
  .reason-block .inner .reasonList__item a .infoBox {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 36px;
  }
  .reason-block .inner .reasonList__item a .infoBox span {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
  }
  .reason-block .inner .reasonList__item a .infoBox span.name {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 28px;
    letter-spacing: 0.075em;
  }
  .reason-block .inner .reasonList__item a .infoBox span.year {
    margin: 0 0 6px;
    letter-spacing: 0.075em;
  }
  .reason-block .inner .reasonList__item a .infoBox span.post {
    letter-spacing: 0.075em;
    line-height: 1.5;
  }
  .reason-block .inner .reasonList__item--01:before {
    background: url(../../../assets/img/index/img_reason_01_pc.jpg) no-repeat center top;
    background-size: 100%;
  }
  .reason-block .inner .reasonList__item--02:before {
    background: url(../../../assets/img/index/img_reason_02_pc.jpg) no-repeat center top;
    background-size: 100%;
  }
  .reason-block .inner .reasonList__item--03:before {
    background: url(../../../assets/img/index/img_reason_03_pc.jpg) no-repeat center top;
    background-size: 100%;
  }
  .reason-block .inner .reasonList__item--04:before {
    background: url(../../../assets/img/index/img_reason_04_pc.jpg) no-repeat center top;
    background-size: 100%;
  }
  .reason-block .inner .reasonList__item--05:before {
    background: url(../../../assets/img/index/img_reason_05_pc.jpg) no-repeat center top;
    background-size: 100%;
  }
  .reason-block .inner .reasonList__item--06:before {
    background: url(../../../assets/img/index/img_reason_06_pc.jpg) no-repeat center top;
    background-size: 100%;
  }

  .changer-block .inner {
    padding: 100px 0 0 !important;
  }
  .changer-block .inner h2 {
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-align: center;
    margin: 0 0 16px;
  }
  .changer-block .inner .ruby {
    color: #46505e;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 40px;
    letter-spacing: 0.2em;
  }
  .changer-block .inner .ruby span {
    color: #fff;
    display: inline-block;
    background: #141b4d;
    vertical-align: middle;
    padding: 3px 1em;
    font-size: 12px;
    margin: 0 1em 0 0;
  }
  .changer-block .inner .singleList {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .changer-block .inner .singleList img {
    width: 100%;
  }
  .changer-block .inner .changerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 48px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 80px 0;
  }
  .changer-block .inner .changerList__item {
    width: 50%;
    height: 420px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .changer-block .inner .changerList__item.third {
    width: calc(100% / 3);
  }
  .changer-block .inner .changerList__item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .changer-block .inner .changerList__item a {
    display: block;
    height: 100%;
    position: relative;
    z-index: 2;
  }
  .changer-block .inner .changerList__item a .title {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 36px;
  }
  .changer-block .inner .changerList__item a .title span {
    background: #fff;
    color: #141b4d;
    display: inline-block;
    font-size: 18px;
    padding: 0 0.5em;
    line-height: 32px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .changer-block .inner .changerList__item a .arrow {
    display: block;
    width: 100%;
    color: #141b4d;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 48px;
    height: 48px;
    position: absolute;
    padding: 0 90px 0 0;
    text-align: right;
    bottom: -48px;
    left: 0;
  }
  .changer-block .inner .changerList__item a .arrow:before {
    background: #141b4d;
    content: "";
    display: block;
    height: 1px;
    width: 60px;
    position: absolute;
    top: 50%;
    right: 20px;
  }
  .changer-block .inner .changerList__item a .arrow:after {
    background: #141b4d;
    content: "";
    display: block;
    height: 1px;
    width: 6px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -2px 0 0;
  }
  .changer-block .inner .changerList__item--01:before {
    background: url(../../../assets/img/index/img_changer_01_pc.jpg) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--02:before {
    background: url(../../../assets/img/index/img_changer_02_pc.jpg) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--03:before {
    background: url(../../../assets/img/index/img_changer_03_pc.jpg) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--04:before {
    background: url(../../../assets/img/index/img_changer_04_pc.jpg) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--05:before {
    background: url(../../../assets/img/index/img_changer_05_pc.jpg) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--06:before {
    background: url(../../../assets/img/index/img_changer_06_pc.jpg) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--cae01:before {
    background: url(../../../assets/img/index/img_changer_cae01_pc.jpg) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--vision01:before {
    background: url(../../../assets/img/index/img_changer_vision01_pc.png) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--vision02:before {
    background: url(../../../assets/img/index/img_changer_vision02_pc.png) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--life01:before {
    background: url(../../../assets/img/index/img_changer_life01_pc.png) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--life02:before {
    background: url(../../../assets/img/index/img_changer_life02_pc.png) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--office01:before {
    background: url(../../../assets/img/index/img_changer_office01_pc.png) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--office02:before {
    background: url(../../../assets/img/index/img_changer_office02_pc.png) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--cae02:before {
    background: url(../../../assets/img/index/img_changer_cae02_pc.jpg) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--diversity01 {
    width: calc(100% / 3);
  }
  .changer-block .inner .changerList__item--diversity01:before {
    background: url(../../../assets/img/index/img_diversity01.svg) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--diversity02 {
    width: calc(100% / 3);
  }
  .changer-block .inner .changerList__item--diversity02:before {
    background: url(../../../assets/img/index/img_diversity02.svg) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--diversity03 {
    width: calc(100% / 3);
  }
  .changer-block .inner .changerList__item--diversity03:before {
    background: url(../../../assets/img/index/img_diversity03.svg) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--caeengineer:before {
    background: url(../../../assets/img/index/img_caeengineer.jpg) no-repeat center top;
    background-size: 100%;
  }
  .changer-block .inner .changerList__item--cocreationdigital:before {
    background: url(../../../assets/img/index/img_cocreationdigital.jpg) no-repeat center top;
    background-size: 100%;
  }

  .about-block {
    background-color: rgba(20, 27, 80, 0.1);
    margin-top: 95px;
  }
  .about-block .inner {
    padding: 85px 20px !important;
  }
  .about-block .inner h2 {
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-align: center;
    margin: 0 0 60px;
  }
  .about-block .inner .aboutLists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 48px;
    gap: 10px;
    max-width: 856px;
    margin: auto;
  }
  .about-block .inner .aboutList {
    background-color: #141b4d;
    width: calc(50% - 10px);
    height: 171px;
    position: relative;
  }
  .about-block .inner .aboutList__arrow {
    position: absolute;
    content: "";
    bottom: 20px;
    right: 18px;
    width: 68.0128px;
    height: 5px;
  }
  .about-block .inner .aboutList__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 40px;
    width: 100%;
    height: 100%;
    margin-left: 50px;
  }
  .about-block .inner .aboutList__image {
    width: 83px;
    height: auto;
    padding: 0 5px;
  }
  .about-block .inner .aboutList__image--4 {
    padding: 0 10px;
  }
  .about-block .inner .aboutList__image--5 {
    padding: 0;
  }
  .about-block .inner .aboutList__text {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    letter-spacing: 0.15em;
    line-height: 1.375;
  }

  .banner-wrapper {
    padding: 40px 49px 0;
  }

  .next-block {
    background: url(../../../assets/img/index/bg_nikkei_pc.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .next-block .inner {
    height: 40vw;
    max-height: 305px;
    padding: 40px !important;
    position: relative;
  }
  .next-block .inner h2 {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    line-height: 1.4583333333;
    font-weight: 600;
    text-align: left;
  }
  .next-block .inner p {
    margin-top: 24px;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    font-size: 14px;
    line-height: 2.0264285714;
    letter-spacing: 0.05em;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .next-block .inner .viewMore {
    position: absolute;
    bottom: 16px;
    right: 18px;
    width: 144px;
    height: 23px;
  }

  .banners-block {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 15px;
  }

  .banner-block {
    height: 310px;
    background: url(../../../assets/img/index/bg_talent_pc.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .banner-block:nth-of-type(2) {
    background: url(../../../assets/img/index/bg_media_pc.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .banner-block .inner {
    height: 40vw;
    max-height: 310px;
    padding: 40px !important;
    position: relative;
  }
  .banner-block .inner h2 {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    line-height: 1.4583333333;
    font-weight: 600;
    text-align: left;
  }
  .banner-block .inner p {
    margin-top: 24px;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    font-size: 14px;
    line-height: 2.0264285714;
    letter-spacing: 0.05em;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .banner-block .inner .viewMore {
    position: absolute;
    bottom: 16px;
    right: 18px;
    width: 144px;
    height: 23px;
  }

  _:-ms-lang(x)::-ms-backdrop,
.changer-block .inner .ruby span {
    padding: 5px 0.5em 0;
    margin: -3px 1em 0 0;
  }
}
.inner .ttlBox h2 {
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.inner .txtBox h3 {
  letter-spacing: 0.1em;
}

.inner .txtBox p {
  letter-spacing: 0.075em;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .keyBlock .inner {
    display: table-cell;
    width: 100%;
    padding: 20% 0 20% 10vw;
    vertical-align: middle;
    background: transparent;
  }
  .keyBlock .inner h2 {
    white-space: nowrap;
  }
  .keyBlock .inner h2 br {
    display: none;
  }
}
@media screen and (min-width: 400px) and (max-width: 599px) {
  .keyBlock .inner {
    display: table-cell;
    width: 100%;
    padding: 20% 0 20% 10vw;
    vertical-align: middle;
    background: transparent;
  }
  .keyBlock .inner h2 {
    white-space: nowrap;
  }
}
@media screen and (max-width: 399px) {
  .keyBlock {
    min-height: 100vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .reason-block .inner .reasonList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reason-block .inner .reasonList__item {
    width: calc(100% / 3);
  }

  .changer-block .inner .changerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .changer-block .inner .changerList__item {
    width: 50%;
  }
}
@media screen and (min-width: 500px) and (max-width: 749px) {
  .reason-block .inner .reasonList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reason-block .inner .reasonList__item {
    width: calc(99% / 3);
    min-width: inherit;
  }
  .reason-block .inner .reasonList__item:nth-child(2) {
    margin: 0 auto 30px auto;
  }

  .changer-block .inner .changerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .changer-block .inner .changerList__item {
    width: 50%;
  }
}
@media screen and (max-width: 499px) {
  .reason-block .inner .reasonList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .reason-block .inner .reasonList__item {
    width: 250px;
    margin: 0 auto 30px;
  }
  .reason-block .inner .reasonList__item:last-child {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1180px) {
  .history-block .inner .ttlBox {
    width: 30%;
  }
  .history-block .inner .ttlBox h2 {
    font-size: 24px;
  }
  .history-block .inner .txtBox {
    width: 46%;
  }
  .history-block .inner .txtBox h3 {
    font-size: 16px;
  }
  .history-block .inner .txtBox p {
    font-size: 12px;
  }

  .data-block .inner .ttlBox {
    width: 30%;
  }
  .data-block .inner .ttlBox h2 {
    font-size: 24px;
  }
  .data-block .inner .txtBox {
    width: 46%;
  }
  .data-block .inner .txtBox h3 {
    font-size: 16px;
  }
  .data-block .inner .txtBox p {
    font-size: 12px;
  }

  .workstyle-block .inner .ttlBox {
    width: 30%;
  }
  .workstyle-block .inner .ttlBox h2 {
    font-size: 24px;
  }
  .workstyle-block .inner .txtBox {
    width: 46%;
  }
  .workstyle-block .inner .txtBox h3 {
    font-size: 16px;
  }
  .workstyle-block .inner .txtBox p {
    font-size: 12px;
  }
}
.sitetop-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.sitetop-btn__item {
  width: calc(100% / 3 - 10px / 3);
  background-color: #434971;
}
.sitetop-btn__item:first-child {
  background-color: #bf5259;
}
.sitetop-btn__item:first-child a::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 20px;
  background: url(../../../assets/img/index/arrow-btn.svg) no-repeat center center/contain;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sitetop-btn__item:first-child a img {
  display: none;
}
.sitetop-btn__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  padding: 15px 10px;
  position: relative;
}
.sitetop-btn__item a span {
  width: 70px;
  display: inline-block;
}
.sitetop-btn__item a img {
  width: 70px;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
}

@media screen and (min-width: 1025px) {
  .sitetop-movie {
    position: relative;
    padding-bottom: 56.25%;
    /* アスペクト比16:9の場合 */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 2rem;
    /* YouTubeの下に余白をつける */
  }
  .sitetop-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .sitetop-movie__wrapper {
    max-width: 856px;
    margin: 0 auto;
    padding-top: 100px;
  }
  .sitetop-movie__title {
    color: #46505e;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 16px;
    letter-spacing: 0.2em;
    text-align: right;
  }
}
@media screen and (max-width: 1130px) {
  .sitetop-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sitetop-btn__item {
    width: 100%;
  }
  .sitetop-btn__item:first-child a::before {
    display: none;
  }
  .sitetop-btn__item:first-child a img {
    display: inline-block;
  }
  .sitetop-btn__item a {
    font-size: 15px;
    padding: 15px 10px;
  }
  .sitetop-btn__item a span {
    width: 35px;
  }
  .sitetop-btn__item a img {
    width: 35px;
    height: 20px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .sitetop-movie {
    position: relative;
    padding-bottom: 48.25%;
    /* アスペクト比16:9の場合 */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 2rem;
    /* YouTubeの下に余白をつける */
  }
  .sitetop-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .sitetop-movie__wrapper {
    max-width: 856px;
    margin: 0 auto;
    padding-top: 40px;
  }
  .sitetop-movie__title {
    color: #46505e;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 16px;
    letter-spacing: 0.2em;
    text-align: right;
  }
}
