@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;
  }
}
.charm {
  color: #141b4d;
  margin: 40px auto 140px;
}
@media screen and (max-width: 1024px) {
  .charm {
    margin-bottom: 70px;
  }
}
.charm .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) {
  .charm .inner {
    width: 92%;
  }
}
.charm 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) {
  .charm ul {
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.charm ul li {
  width: calc(100% / 3 - 50px / 3);
  max-width: 250px;
}
@media screen and (max-width: 1024px) {
  .charm ul li {
    width: 100%;
  }
}
.charm ul li a {
  display: block;
}
.charm ul li a img {
  width: 100%;
}
.charm ul li .txtBox {
  margin-top: 10px;
}
.charm ul li .txtBox h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.4;
}
.charm ul li .txtBox .info {
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .charm ul li .txtBox .info {
    font-size: 12px;
  }
}
.charm ul li .txtBox .name {
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .charm ul li .txtBox .name {
    font-size: 12px;
  }
}
.charm ul li.act {
  opacity: 0.5;
}
.charm ul li.act a {
  pointer-events: none;
}

.caeengineer * {
  color: #141b4d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.caeengineer img {
  width: 100%;
  height: auto;
}
.caeengineer .kv__headerSubTitle {
  background: -webkit-gradient(linear, left top, right top, from(#141b4d), color-stop(35%, #141b4d), to(#af272f));
  background: linear-gradient(to right, #141b4d 0%, #141b4d 35%, #af272f 100%);
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .caeengineer .kv__headerSubTitle {
    font-size: 14px;
    line-height: 1.25;
  }
}
.caeengineer .kv__headerTitle {
  color: #141b4d;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  padding: 35px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .caeengineer .kv__headerTitle {
    font-size: 18px;
    padding: 26px;
  }
}
.caeengineer .kv__contents {
  height: calc(100vh - 135px);
  max-height: 740px;
  width: 100%;
  background: url("../../../assets/img/person/caeengineer/kv.jpg") no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .caeengineer .kv__contents {
    background: url("../../../assets/img/person/caeengineer/kv_sp.jpg") no-repeat center center/cover;
    aspect-ratio: 1.0416666667;
    height: initial;
  }
}
.caeengineer .kv__contentsText {
  position: absolute;
  left: 50%;
  bottom: 60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .caeengineer .kv__contentsText {
    bottom: 40px;
  }
}
.caeengineer .kv__contentsText span {
  font-size: 34px;
  line-height: 1.8529411765;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .caeengineer .kv__contentsText span {
    font-size: 19px;
  }
}
.caeengineer .kv__contentsText span::after {
  position: absolute;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#141b4d), color-stop(35%, #141b4d), to(#af272f));
  background: linear-gradient(to right, #141b4d 0%, #141b4d 35%, #af272f 100%);
  width: 100%;
  content: "";
  height: 4px;
  bottom: -2px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .caeengineer .kv__contentsText span::after {
    height: 2.5px;
  }
}
.caeengineer .profile {
  padding: 60px 20px;
  background-color: #e5e5e5;
}
@media screen and (max-width: 1024px) {
  .caeengineer .profile {
    padding: 35px 20px;
  }
}
.caeengineer .profile__inner {
  max-width: 700px;
  margin: auto;
}
.caeengineer .profile__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 500;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(to right, #141b4d 0%, #141b4d 35%, #af272f 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#141b4d), color-stop(35%, #141b4d), to(#af272f)) 1;
     border-image: linear-gradient(to right, #141b4d 0%, #141b4d 35%, #af272f 100%) 1;
}
@media screen and (max-width: 1024px) {
  .caeengineer .profile__title {
    font-size: 18px;
  }
}
.caeengineer .profile__lists {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .caeengineer .profile__lists {
    margin: 35px auto 0;
    max-width: 220px;
  }
}
.caeengineer .profile__list:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .caeengineer .profile__list:not(:first-of-type) {
    margin-top: 45px;
  }
}
.caeengineer .profileList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 30px;
}
@media screen and (max-width: 1024px) {
  .caeengineer .profileList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.caeengineer .profileList__image {
  width: 280px;
  max-width: 100%;
  position: relative;
}
.caeengineer .profileList__textContents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 16px;
  border-left: 3px solid;
  -o-border-image: linear-gradient(to bottom, #141b4d 0%, #141b4d 50%, transparent 98%) 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#141b4d), color-stop(50%, #141b4d), color-stop(98%, transparent)) 1;
     border-image: linear-gradient(to bottom, #141b4d 0%, #141b4d 50%, transparent 98%) 1;
}
@media screen and (max-width: 1024px) {
  .caeengineer .profileList__textContents {
    margin-top: 25px;
  }
}
.caeengineer .profileList__name {
  font-size: 22px;
  line-height: 1.6363636364;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .caeengineer .profileList__name {
    font-size: 17px;
  }
}
.caeengineer .profileList__career, .caeengineer .profileList__detail {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 16px;
  font-weight: 500;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .caeengineer .profileList__career, .caeengineer .profileList__detail {
    font-size: 12px;
    margin-top: 16px;
  }
}
.caeengineer .interviewWrapper__interview:not(:first-of-type) {
  margin-top: 90px;
}
@media screen and (max-width: 1024px) {
  .caeengineer .interviewWrapper__interview:not(:first-of-type) {
    margin-top: 45px;
  }
}
.caeengineer .interview__inner {
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .caeengineer .interview__inner {
    padding: 0;
  }
}
.caeengineer .interviewTitleCard {
  margin: -50px auto 0;
  max-width: 800px;
  z-index: 1;
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid #898da6;
}
@media screen and (max-width: 1024px) {
  .caeengineer .interviewTitleCard {
    margin: auto;
  }
}
.caeengineer .interviewTitleCard__header {
  background: -webkit-gradient(linear, left top, right top, from(#141b4d), color-stop(35%, #141b4d), to(#af272f));
  background: linear-gradient(to right, #141b4d 0%, #141b4d 35%, #af272f 100%);
  padding: 6px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .caeengineer .interviewTitleCard__header {
    padding: 3px 5px;
  }
}
.caeengineer .interviewTitleCard__index {
  color: #ffffff;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .caeengineer .interviewTitleCard__index {
    font-size: 13px;
  }
}
.caeengineer .interviewTitleCard__index span {
  font-size: 100px;
  font-weight: 500;
  position: absolute;
  color: #ffffff;
  white-space: nowrap;
  bottom: 0;
  line-height: 0.5;
}
@media screen and (max-width: 1024px) {
  .caeengineer .interviewTitleCard__index span {
    font-size: 57.5px;
    line-height: 0.6;
  }
}
.caeengineer .interviewTitleCard__subtitle {
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .caeengineer .interviewTitleCard__subtitle {
    font-size: 14px;
  }
}
.caeengineer .interviewTitleCard__titleContents {
  padding: 32px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .caeengineer .interviewTitleCard__titleContents {
    padding: 26px 10px 17px;
  }
}
.caeengineer .interviewTitleCard__title {
  font-size: 24px;
  line-height: 1.4166666667;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .caeengineer .interviewTitleCard__title {
    font-size: 18px;
  }
}
.caeengineer .interviewTitleCard__name {
  margin-top: 20px;
  font-size: 22px;
  line-height: 1.6363636364;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .caeengineer .interviewTitleCard__name {
    margin-top: 10px;
    font-size: 17px;
  }
}
.caeengineer .interviewTitleCard__career {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.caeengineer .interviewArticle {
  max-width: 700px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .caeengineer .interviewArticle {
    max-width: initial;
    padding: 16px;
  }
}
.caeengineer .interviewArticle__title {
  text-align: center;
  margin-top: 56px;
  font-size: 26px;
  line-height: 1.6923076923;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .caeengineer .interviewArticle__title {
    margin-top: 28px;
    font-size: 20px;
  }
}
.caeengineer .interviewArticle__text {
  margin-top: 42px;
  font-size: 14px;
  line-height: 2.1428571429;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .caeengineer .interviewArticle__text {
    margin-top: 26px;
  }
}
.caeengineer .interviewArticle__image {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .caeengineer .interviewArticle__image {
    margin: 26px auto 40px;
  }
}
.caeengineer .talkWrapper {
  background-color: #141b4d;
  margin-top: 90px;
  margin-bottom: 260px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .caeengineer .talkWrapper {
    margin-top: 45px;
    margin-bottom: 100px;
  }
}
.caeengineer .talkWrapper * {
  color: #ffffff;
}
.caeengineer .talkWrapper__title {
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#141b4d), color-stop(35%, #141b4d), to(#af272f));
  background: linear-gradient(to right, #141b4d 0%, #141b4d 35%, #af272f 100%);
  color: #ffffff;
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .caeengineer .talkWrapper__title {
    font-size: 16px;
  }
}
.caeengineer .talkWrapper__contentsWrapper {
  max-width: 700px;
  margin: auto;
}
.caeengineer .talkWrapper__contents {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .caeengineer .talkWrapper__contents {
    margin: 60px 20px 0;
  }
}
.caeengineer .talkContents__title {
  text-align: center;
  color: #141b4d;
  background-color: #ffffff;
  font-size: 22px;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .caeengineer .talkContents__title {
    font-size: 14px;
  }
}
.caeengineer .talkContents__textLists {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .caeengineer .talkContents__textLists {
    margin-top: 40px;
  }
}
.caeengineer .talkContents__textList:not(:first-of-type) {
  margin-top: 44px;
}
@media screen and (max-width: 1024px) {
  .caeengineer .talkContents__textList:not(:first-of-type) {
    margin-top: 22px;
  }
}
.caeengineer .talkContents__image {
  margin-top: 76px;
}
@media screen and (max-width: 1024px) {
  .caeengineer .talkContents__image {
    margin-top: 40px;
  }
}
.caeengineer .talkTextList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0 24px;
}
@media screen and (max-width: 1024px) {
  .caeengineer .talkTextList {
    gap: 0 20px;
  }
}
.caeengineer .talkTextList__iconImage {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 1024px) {
  .caeengineer .talkTextList__iconImage {
    width: 60px;
    height: 60px;
  }
}
.caeengineer .talkTextList__iconName {
  margin-top: 6px;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .caeengineer .talkTextList__iconName {
    font-size: 12px;
  }
}
.caeengineer .talkTextList__text {
  font-size: 14px;
  line-height: 2.1428571429;
  font-weight: 500;
}
