@media screen and (max-width: 1024px) {
  .keyBlock {
    margin: 0 0 40px;
  }
  .keyBlock .inner {
    background: #fff;
    padding: 40px 4%;
  }
  .keyBlock .inner .ttlBox {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 10px 0 10px 34px;
  }
  .keyBlock .inner .ttlBox:before {
    background: #141b4d;
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .keyBlock .inner .ttlBox:after {
    background: #af272f;
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 8px;
  }
  .keyBlock .inner .ttlBox .ruby {
    font-size: 14px;
    display: block;
    margin: 0 0 30px;
  }
  .keyBlock .inner .ttlBox h2 {
    color: #47515f;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    line-height: 1.8;
  }
  .keyBlock--development {
    background: url(../../../assets/img/recruit/development/bg_key_development.jpg) no-repeat bottom -100px center;
    background-size: 100%;
    margin: 0 0 40px;
    height: calc(100vh - 50px);
  }
  .keyBlock--development .ttlBox {
    margin: 0 0 20px;
  }
  .keyBlock--development .readBox p {
    color: #47515f;
    font-size: 12px;
    line-height: 2;
  }
  .keyBlock--strategy {
    background: url(../../../assets/img/recruit/strategy/bg_key_strategy.jpg) no-repeat bottom -100px center;
    background-size: 100%;
    margin: 0 0 40px;
    height: calc(100vh - 50px);
  }
  .keyBlock--strategy .ttlBox {
    margin: 0 0 20px;
  }
  .keyBlock--strategy .readBox p {
    color: #47515f;
    font-size: 12px;
    line-height: 2;
  }
  .keyBlock--application {
    background: url(../../../assets/img/recruit/application/bg_key_application_pc.jpg) no-repeat bottom right;
    background-size: 100%;
    margin: 0 0 40px;
    height: calc(100vh - 50px);
  }
  .keyBlock--application .ttlBox {
    margin: 0 0 20px;
  }
  .keyBlock--application .readBox p {
    color: #47515f;
    font-size: 12px;
    line-height: 2;
  }
  .keyBlock--workstyle {
    background: url(../../../assets/img/recruit/workstyle/bg_key_workstyle.jpg) no-repeat bottom -100px center;
    background-size: 100%;
    margin: 0 0 40px;
    height: calc(100vh - 50px);
  }
  .keyBlock--workstyle .ttlBox {
    margin: 0 0 20px;
  }
  .keyBlock--workstyle .readBox p {
    color: #47515f;
    font-size: 12px;
    line-height: 2;
  }
  .keyBlock--job {
    background: url(../../../assets/img/recruit/job/bg_key_job.jpg) no-repeat bottom -100px center;
    background-size: 100%;
    margin: 0 0 40px;
    height: calc(100vh - 50px);
  }
  .keyBlock--job .ttlBox {
    margin: 0 0 20px;
  }
  .keyBlock--job .readBox p {
    color: #47515f;
    font-size: 12px;
    line-height: 2;
  }
  .keyBlock--event .inner {
    text-align: center;
    color: #fff;
    background: url(../../../assets/img/recruit/event/bg_key_event.jpg) no-repeat top center;
    margin: 0 auto;
    background-size: cover;
  }
  .keyBlock--event .inner h3 {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    letter-spacing: 0.2em;
    margin-bottom: 50px;
  }
  .keyBlock--event .inner h3::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .keyBlock--event .inner h2 {
    font-size: 24px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.15em;
    margin-bottom: 50px;
  }
  .keyBlock--event .inner p {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.1em;
  }

  .recruitList {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    padding: 0;
  }
  .recruitList .inner {
    padding: 0 8% !important;
  }
  .recruitList .inner ul li {
    width: 100%;
    margin: 0 0 20px;
  }
  .recruitList .inner ul li a {
    display: block;
  }
  .recruitList .inner ul li a .imgBox {
    display: block;
    margin: 0 0 24px;
  }
  .recruitList .inner ul li a .imgBox img {
    width: 100%;
  }
  .recruitList .inner ul li a .txtBox .ruby {
    color: #141b4d;
    font-size: 10px;
    display: block;
    margin: 0 0 14px;
  }
  .recruitList .inner ul li a .txtBox h3 {
    color: #47515f;
    font-family: "Noto Serif JP", serif;
    margin: 0 0 15px;
  }
  .recruitList .inner ul li a .txtBox p {
    color: #47515f;
    font-size: 12px;
    line-height: 2;
  }

  .developmentContent {
    margin: 0 0 80px;
  }
  .developmentContent .inner {
    width: 80%;
    margin: 0 auto;
  }
  .developmentContent .inner h2 {
    color: #47515f;
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    line-height: 1.4;
    margin: 0 0 40px;
  }
  .developmentContent--01 .inner .imgBox img {
    width: 100%;
  }
  .developmentContent--02 {
    background: -webkit-gradient(linear, left top, right top, from(rgba(20, 27, 77, 0.05)), to(rgba(20, 27, 77, 0.1)));
    background: linear-gradient(to right, rgba(20, 27, 77, 0.05) 0%, rgba(20, 27, 77, 0.1) 100%);
    margin: 0 0 60px;
  }
  .developmentContent--02 .inner {
    padding: 60px 0;
  }
  .developmentContent--02 .inner > p {
    font-size: 12px;
    line-height: 2;
    text-align: justify;
    margin: 0 0 40px;
  }
  .developmentContent--02 .inner .feature {
    background: #fff;
  }
  .developmentContent--02 .inner .feature dl {
    padding: 10px;
  }
  .developmentContent--02 .inner .feature dl dt {
    display: block;
    color: #141b4d;
    font-size: 12px;
    line-height: 1.8;
    margin: 0 0 10px;
  }
  .developmentContent--02 .inner .feature dl dd {
    display: block;
  }
  .developmentContent--02 .inner .feature dl dd ul li {
    color: #47515f;
    font-size: 12px;
    line-height: 1.8;
  }

  .contents--recruit {
    padding: 0 0 80px;
  }

  .workstyleContent {
    margin: 0 0 20px;
  }
  .workstyleContent .inner {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
  }
  .workstyleContent .inner h2 {
    color: #47515f;
    font-family: "Noto Serif JP", serif;
    font-size: 26px;
    line-height: 1.4;
    margin: 0 0 40px;
  }
  .workstyleContent .inner .leftBox {
    background: #fff;
    border: 1px solid #efefef;
    width: 100%;
    margin: 0 0 20px;
    padding: 40px 20px;
  }
  .workstyleContent .inner .leftBox h3 {
    color: #47515f;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    padding: 80px 0 0;
    margin: 0 0 30px;
    position: relative;
  }
  .workstyleContent .inner .leftBox ul li {
    margin: 0 0 40px;
  }
  .workstyleContent .inner .leftBox ul li:last-child {
    margin: 0;
  }
  .workstyleContent .inner .leftBox ul li h4 {
    color: #141b4d;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.6;
  }
  .workstyleContent .inner .leftBox ul li p {
    color: #47515f;
    font-size: 12px;
    line-height: 2;
    text-align: justify;
  }
  .workstyleContent .inner .rightBox {
    background: #fff;
    border: 1px solid #efefef;
    width: 100%;
    margin: 0;
    padding: 40px 20px;
  }
  .workstyleContent .inner .rightBox h3 {
    color: #47515f;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    padding: 80px 0 0;
    margin: 0 0 30px;
    position: relative;
  }
  .workstyleContent .inner .rightBox ul li {
    margin: 0 0 40px;
  }
  .workstyleContent .inner .rightBox ul li:last-child {
    margin: 0;
  }
  .workstyleContent .inner .rightBox ul li h4 {
    color: #141b4d;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.6;
  }
  .workstyleContent .inner .rightBox ul li p {
    color: #47515f;
    font-size: 12px;
    line-height: 2;
    text-align: justify;
  }
  .workstyleContent .inner .rightBox ul li p .caution {
    color: #47515f;
    display: block;
    font-size: 10px;
    line-height: 2;
  }
  .workstyleContent--01 .inner .leftBox h3:before {
    background: url(../../../assets/img/recruit/workstyle/ico_workstyle_01.svg) no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    width: 80px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -40px;
  }
  .workstyleContent--01 .inner .rightBox h3:before {
    background: url(../../../assets/img/recruit/workstyle/ico_workstyle_02.svg) no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    width: 80px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -40px;
  }
  .workstyleContent--02 {
    margin: 0 0 80px;
  }
  .workstyleContent--02 .inner .leftBox h3:before {
    background: url(../../../assets/img/recruit/workstyle/ico_workstyle_03.svg) no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    width: 80px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -40px;
  }
  .workstyleContent--02 .inner .rightBox h3:before {
    background: url(../../../assets/img/recruit/workstyle/ico_workstyle_04.svg) no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    width: 80px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -40px;
  }
  .workstyleContent--03 {
    padding: 0 0 80px;
    margin: 0;
  }
  .workstyleContent--03 img {
    width: 100%;
  }
  .workstyleContent--03 .workstyle__interview {
    position: relative;
    z-index: 2;
  }
  .workstyleContent--03 .workstyle__interview .inner .ruby {
    color: #46505e;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    position: relative;
    padding: 45px 0 15px;
    margin: 0 0 20px;
  }
  .workstyleContent--03 .workstyle__interview .inner .ruby::after {
    background: #141b4d;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #141b4d), to(#af272f));
    background: linear-gradient(to right, #141b4d 40%, #af272f 100%);
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -35px;
  }
  .workstyleContent--03 .workstyle__interview .inner h1,
.workstyleContent--03 .workstyle__interview .inner h2 {
    text-align: center;
  }
  .workstyleContent--03 .workstyle__interview .inner h1 {
    margin-top: 50px;
  }
  .workstyleContent--03 .workstyle__interview .inner h2 {
    line-height: 1;
  }
  .workstyleContent--03 .workstyle__interview__kv {
    width: 100%;
  }
  .workstyleContent--03 .workstyle__interview__kv__wrapper {
    position: relative;
  }
  .workstyleContent--03 .workstyle__interview .interviewIntroduction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .workstyleContent--03 .workstyle__interview .interviewIntroduction .name {
    color: #46505e;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.075em;
    display: block;
  }
  .workstyleContent--03 .workstyle__interview .interviewIntroduction .post {
    color: #46505e;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.12em;
    margin-top: 20px;
  }
  .workstyleContent--03 .interviewJsol {
    text-align: center;
  }
  .workstyleContent--03 .interviewJsol h4 {
    display: inline-block;
    background: #141b4d;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #141b4d), to(#af272f));
    background: linear-gradient(to right, #141b4d 40%, #af272f 100%);
    line-height: 30px;
    height: 30px;
    padding: 0 0.5em;
    color: #fff;
    font-size: 17px;
    margin: 60px 0 10px;
  }
  .workstyleContent--03 .interviewJsol h4 + .title-big.title-big--center {
    margin-top: 0px;
  }
  .workstyleContent--03 .interviewJsol .title-big {
    color: #141b4d;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.12em;
    text-align: justify;
    margin-top: 30px;
  }
  .workstyleContent--03 .interviewJsol .title-big--center {
    text-align: center;
  }
  .workstyleContent--03 .interviewJsol .title-sub {
    color: #46505e;
    font-size: 12px;
    display: block;
    text-align: left;
    text-indent: 10px;
    position: relative;
  }
  .workstyleContent--03 .interviewJsol .title-sub::before {
    content: "";
    background-color: #141b4d;
    width: 4px;
    height: 14px;
    position: absolute;
    bottom: 0px;
    left: 0;
  }
  .workstyleContent--03 .interviewJsol__lead {
    color: #46505e;
    font-size: 12px;
    text-align: justify;
    line-height: 2.1;
    letter-spacing: 0.075em;
    margin-top: 10px;
  }
  .workstyleContent--03 .interviewJsol__lead span {
    color: #141b4d;
    display: block;
    margin: 24px 0;
  }
  .workstyleContent--03 .interviewJsol__lead__wrapper {
    width: 100%;
  }
  .workstyleContent--03 .interviewJsol .interview__img {
    width: 100%;
  }
  .workstyleContent--03 .interviewJsol .interview__box {
    overflow: hidden;
    margin: 30px auto 0;
  }
  .workstyleContent--03 .interviewJsol .interview__01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    width: 80%;
  }
  .workstyleContent--03 .interviewJsol .interview__01 .interview__img {
    margin-bottom: 30px;
  }
  .workstyleContent--03 .interviewJsol .interview__03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
    width: 80%;
  }
  .workstyleContent--03 .interviewJsol .interview__03 .interviewJsol__lead {
    margin-bottom: 30px;
  }
  .workstyleContent--03 .interviewJsol .interview__03 .interview__img {
    margin-bottom: 20px;
  }
  .workstyleContent--03 .interviewJsol .interview__04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .workstyleContent--03 .interviewJsol .interview__04 .interviewJsol__lead {
    margin-bottom: 30px;
  }
  .workstyleContent--03 .interviewJsol__bg--blue {
    background: rgba(20, 27, 77, 0.1);
    padding: 20px 0;
  }
  .workstyleContent--03 .ttlBox {
    position: absolute;
    bottom: 1vw;
    left: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .workstyleContent--03 .ttlBox h2 span {
    background: #fff;
    padding: 0px 1.2em;
    display: inline-block;
    font-size: 12px;
    line-height: 1.6;
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    margin: 4px 0;
  }

  .strategyContent .inner {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
  }
  .strategyContent--01 {
    margin: 0 0 60px;
  }
  .strategyContent--01 .inner > ul > li {
    margin: 0 0 100px;
    border: 1px solid #141b4d;
    position: relative;
  }
  .strategyContent--01 .inner > ul > li:after {
    background: url(../../../assets/img/recruit/strategy/ico_arrow.png) no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    width: 36px;
    height: 66px;
    position: absolute;
    bottom: -80px;
    left: 50%;
    margin: 0 0 0 -18px;
  }
  .strategyContent--01 .inner > ul > li:last-child {
    margin: 0;
  }
  .strategyContent--01 .inner > ul > li:last-child:after {
    content: none;
  }
  .strategyContent--01 .inner > ul > li h3 {
    background: #141b4d;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }
  .strategyContent--01 .inner > ul > li ul {
    background: #fff;
    text-align: center;
    padding: 14px 0;
  }
  .strategyContent--01 .inner > ul > li ul li {
    display: inline-block;
    font-size: 14px;
  }
  .strategyContent--01 .inner > ul > li ul li:first-child {
    margin: 0 20px 0 0;
  }
  .strategyContent--01 .inner > ul > li .imgbox {
    background: #fff;
    text-align: center;
    padding: 20px 0;
  }
  .strategyContent--01 .inner > ul > li .imgbox img {
    width: 100%;
    max-width: 206px;
  }
  .strategyContent--02 {
    padding: 0 0 80px;
  }
  .strategyContent--02 .inner > ul > li {
    margin: 0 0 60px;
  }
  .strategyContent--02 .inner > ul > li:last-child {
    margin: 0;
  }
  .strategyContent--02 .inner > ul > li h3 {
    color: #141b4d;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 20px;
  }
  .strategyContent--02 .inner > ul > li ul {
    padding: 0 0 0 1.5em;
  }
  .strategyContent--02 .inner > ul > li ul li {
    list-style-type: disc;
    color: #47515f;
    font-size: 12px;
    line-height: 2;
  }

  .jobContent {
    margin: 0 0 100px;
  }
  .jobContent .inner {
    width: 92%;
    margin: 0 auto;
  }
  .jobContent .inner > ul > li {
    margin: 0 0 40px;
  }
  .jobContent .inner > ul > li:last-child {
    margin: 0;
  }
  .jobContent .inner > ul > li h3 {
    color: #141b4d;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: relative;
    padding: 0 0 6px;
    margin: 0 0 10px;
  }
  .jobContent .inner > ul > li h3:after {
    content: "";
    background: #141b4d;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .jobContent .inner > ul > li h3.flow {
    background: #141b4d;
    width: 170px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin: 0 0 20px;
  }
  .jobContent .inner > ul > li h3.flow:after {
    content: none;
  }
  .jobContent .inner > ul > li h4 {
    color: #46505e;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 16px;
    overflow: hidden;
    line-height: 20px;
    margin: 0 0 6px;
  }
  .jobContent .inner > ul > li h4:before {
    background: #46505e;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -5px 0 0;
  }
  .jobContent .inner > ul > li p {
    color: #46505e;
    font-size: 12px;
    line-height: 2;
    text-align: justify;
  }
  .jobContent .inner > ul > li p .caution {
    display: block;
    color: #46505e;
    font-size: 12px;
    line-height: 2;
  }
  .jobContent .inner > ul > li p a {
    color: #141b4d;
    text-decoration: underline;
    font-size: 12px;
  }
  .jobContent .inner > ul > li > ul {
    padding: 0 0 0 1.1em;
    margin: 0 0 10px;
  }
  .jobContent .inner > ul > li > ul > li {
    color: #46505e;
    font-size: 12px;
    line-height: 2;
    list-style-type: disc;
  }
  .jobContent .inner > ul > li > ul > li a {
    color: #141b4d;
    text-decoration: underline;
    font-size: 12px;
  }
  .jobContent .inner > ul > li ol li {
    padding: 0 0 0 40px;
    margin: 0 0 20px;
  }
  .jobContent .inner > ul > li ol li:last-child {
    margin: 0 0 50px;
  }
  .jobContent .inner > ul > li ol li h4 {
    color: #141b4d;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    position: relative;
    overflow: inherit;
    padding: 0;
  }
  .jobContent .inner > ul > li ol li h4:before {
    background: #141b4d;
    color: #fff;
    display: block;
    width: 24px;
    height: 24px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    position: absolute;
    left: -40px;
    top: 0;
    margin: 0;
  }
  .jobContent .inner > ul > li ol li .caution {
    color: #46505e;
    display: block;
    font-size: 12px;
    line-height: 2;
  }
  .jobContent .inner > ul > li ol li .pass {
    display: block;
    color: #141b4d;
    font-size: 14px;
    padding: 30px 0 30px 20px;
    position: relative;
  }
  .jobContent .inner > ul > li ol li .pass:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 7px 0 7px;
    border-color: #141b4d transparent transparent transparent;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -6px 0 0;
  }
  .jobContent .inner > ul > li ol li:nth-child(1) h4:before {
    content: "1";
  }
  .jobContent .inner > ul > li ol li:nth-child(2) h4:before {
    content: "2";
  }
  .jobContent .inner > ul > li ol li:nth-child(3) h4:before {
    content: "3";
  }
  .jobContent .inner > ul > li ol li:nth-child(4) h4:before {
    content: "4";
  }
  .jobContent .inner > ul > li .indexList {
    padding: 0;
    margin: 0;
  }
  .jobContent .inner > ul > li .indexList li {
    width: 100%;
    list-style-type: none;
  }
  .jobContent .inner > ul > li .indexList li a {
    display: block;
    text-decoration: none;
  }
  .jobContent .inner > ul > li .indexList li a .imgBox {
    display: block;
    margin: 0 0 24px;
  }
  .jobContent .inner > ul > li .indexList li a .imgBox img {
    width: 100%;
  }
  .jobContent .inner > ul > li .indexList li a .txtBox .ruby {
    color: #141b4d;
    font-size: 10px;
    display: block;
    margin: 0 0 14px;
  }
  .jobContent .inner > ul > li .indexList li a .txtBox h4 {
    color: #47515f;
    font-family: "Noto Serif JP", serif;
    margin: 0 0 15px;
    padding: 0;
  }
  .jobContent .inner > ul > li .indexList li a .txtBox h4::before {
    content: none;
  }
  .jobContent .inner > ul > li .indexList li a .txtBox p {
    color: #47515f;
    font-size: 12px;
    line-height: 2;
    text-align: justify;
    min-height: 72px;
  }

  .applicationContent {
    padding-bottom: 120px;
  }
  .applicationContent .inner {
    width: 90%;
    margin: 0 auto;
  }
  .applicationContent__title {
    font-size: 16px;
    font-weight: bold;
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    border-left: 3px solid #141b4d;
    padding: 4px 17px 8px;
  }
  .applicationContent__title:not(:first-of-type) {
    margin-top: 60px;
  }
  .applicationContent p {
    color: #454f5d;
    line-height: 2;
    font-size: 12px;
    padding-left: 20px;
    margin-top: 10px;
    font-weight: 500;
    line-height: 1.5;
  }
  .applicationContent__button {
    background: #141b4d;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    letter-spacing: 0.22em;
    font-weight: bold;
    width: calc(100% - 7px);
    margin: 20px auto 0;
    height: 80px;
    position: relative;
  }
  .applicationContent__button::after {
    content: "";
    display: block;
    border: 1px solid #141b4d;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: -1;
  }
  .applicationContent__referral {
    background: #ecf1f4;
    text-align: center;
    max-width: 664px;
    margin: 60px auto 0;
    border-radius: 15px;
    padding-bottom: 60px;
  }
  .applicationContent__referral p {
    font-size: 16px;
    font-weight: bold;
    color: #141b4d;
    background-color: #fff;
    width: 18em;
    border-radius: 999px;
    margin: 0 auto;
    padding: 10px 0;
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  .applicationContent__referral img {
    margin-top: 20px;
    width: 70%;
  }
  .applicationContent__referral + .applicationContent__button {
    margin-top: 73px;
  }

  .eventbg {
    background: #113988;
  }

  .eventContent {
    padding: 30px 0 40px;
    color: #fff;
  }
  .eventContent .inner {
    width: 80%;
    margin: 0 auto;
  }
  .eventContent .inner .event-btn {
    background: #fff;
    color: #113988;
    width: 240px;
    height: 60px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .eventContent .inner .event-btn__txt {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding-right: 30px;
  }
  .eventContent .inner .event-btn__img {
    width: 15px;
  }
  .eventContent .inner .event-btn__img img {
    vertical-align: baseline;
  }
  .eventContent--01 .inner h2 {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.15em;
    text-align: center;
    margin: 40px 0;
  }
  .eventContent--01 .inner .event-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .eventContent--01 .inner .event-info::after {
    content: "";
    display: block;
    width: 300px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .eventContent--01 .inner .event-info__icon {
    width: 100px;
  }
  .eventContent--01 .inner .event-info__day {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.1em;
    padding-left: 15px;
    line-height: 1.1;
  }
  .eventContent--01 .inner .event-info__day span {
    font-size: 50px;
  }
  .eventContent--02 {
    margin-bottom: 140px;
  }
  .eventContent--02 .inner h2 {
    font-size: 18px;
    letter-spacing: 0.15em;
    border-bottom: solid #fff 2px;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .eventContent--02 .inner h2 span {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .eventContent--02 .inner .event-outline {
    margin-bottom: 60px;
    letter-spacing: 0.1em;
  }
  .eventContent--02 .inner .event-outline__list {
    margin-bottom: 30px;
  }
  .eventContent--02 .inner .event-outline__list h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .eventContent--02 .inner .event-outline__list p {
    font-size: 12px;
    line-height: 2;
  }
  .eventContent--02 .inner .event-date {
    margin-bottom: 60px;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .eventContent--02 .inner .event-date__list {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .eventContent--02 .inner .event-date__list h4 {
    font-size: 14px;
    margin-bottom: 30px;
    background: #fff;
    color: #113988;
    height: 30px;
    font-weight: 700;
    min-width: 95px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
  }
  .eventContent--02 .inner .event-date__list p {
    font-size: 12px;
    line-height: 2;
    margin-left: 20px;
  }

  .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;
  }
  .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 .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;
  }

  .workstyle-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    margin-bottom: 100px;
  }
  .workstyle-nav ul li a {
    color: #47515f;
    font-size: 14px;
    text-decoration: underline;
  }
}
@media screen and (min-width: 1025px) {
  .keyBlock {
    height: 280px !important;
    margin: 0 0 130px;
    display: table;
    width: 100%;
  }
  .keyBlock .inner {
    display: table-cell;
    vertical-align: middle;
  }
  .keyBlock .inner .ttlBox {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 10px 0 10px 34px;
  }
  .keyBlock .inner .ttlBox:before {
    background: #141b4d;
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .keyBlock .inner .ttlBox:after {
    background: #af272f;
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 8px;
  }
  .keyBlock .inner .ttlBox .ruby {
    font-size: 1.09375vw;
    display: block;
    margin: 0 0 30px;
  }
  .keyBlock .inner .ttlBox h2 {
    color: #47515f;
    font-family: "Noto Serif JP", serif;
    font-size: 3.125vw;
    line-height: 1.8;
  }
  .keyBlock--development {
    background: none;
    position: relative;
    min-height: 597px;
  }
  .keyBlock--development:after {
    background: url(../../../assets/img/recruit/development/bg_key_development_pc.jpg) no-repeat center left -100px;
    background-size: cover;
    content: "";
    height: 100%;
    width: calc(80% - 600px);
    min-width: 424px;
    min-height: 597px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .keyBlock--development .ttlBox {
    margin: 0 0 80px;
  }
  .keyBlock--development .readBox {
    width: calc(100% - 424px);
    max-width: 480px;
  }
  .keyBlock--development .readBox p {
    color: #47515f;
    font-size: 1vw;
    line-height: 2;
    text-align: justify;
  }
  .keyBlock--strategy {
    background: none;
    position: relative;
    min-height: 597px;
  }
  .keyBlock--strategy:after {
    background: url(../../../assets/img/recruit/strategy/bg_key_strategy_pc.jpg) no-repeat center right -150px;
    background-size: cover;
    content: "";
    height: 100%;
    width: calc(80% - 600px);
    min-width: 424px;
    min-height: 597px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .keyBlock--strategy .ttlBox {
    margin: 0 0 80px;
  }
  .keyBlock--strategy .readBox {
    width: calc(100% - 424px);
    max-width: 480px;
  }
  .keyBlock--strategy .readBox p {
    color: #47515f;
    font-size: 1vw;
    line-height: 2;
    text-align: justify;
  }
  .keyBlock--application {
    background: none;
    position: relative;
    min-height: 597px;
  }
  .keyBlock--application:after {
    background: url(../../../assets/img/recruit/application/bg_key_application_pc.jpg) no-repeat center;
    background-size: cover;
    content: "";
    height: 100%;
    width: calc(80% - 600px);
    min-width: 424px;
    min-height: 597px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .keyBlock--application .ttlBox {
    margin: 0 0 80px;
  }
  .keyBlock--application .readBox {
    width: calc(100% - 424px);
    max-width: 480px;
  }
  .keyBlock--application .readBox p {
    color: #47515f;
    font-size: 1vw;
    line-height: 2;
    text-align: justify;
  }
  .keyBlock--workstyle {
    background: none;
    position: relative;
    min-height: 597px;
  }
  .keyBlock--workstyle:after {
    background: url(../../../assets/img/recruit/workstyle/bg_key_workstyle_pc.jpg) no-repeat center right -190px;
    background-size: cover;
    content: "";
    height: 100%;
    width: calc(80% - 600px);
    min-width: 424px;
    min-height: 597px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .keyBlock--workstyle .ttlBox {
    margin: 0 0 80px;
  }
  .keyBlock--workstyle .readBox {
    width: calc(100% - 424px);
    max-width: 480px;
  }
  .keyBlock--workstyle .readBox p {
    color: #47515f;
    font-size: 1vw;
    line-height: 2;
    text-align: justify;
  }
  .keyBlock--job {
    background: none;
    position: relative;
    min-height: 597px;
  }
  .keyBlock--job:after {
    background: url(../../../assets/img/recruit/job/bg_key_job_pc.jpg) no-repeat center;
    background-size: cover;
    content: "";
    height: 100%;
    width: calc(80% - 600px);
    min-width: 424px;
    min-height: 597px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .keyBlock--job .ttlBox {
    margin: 0 0 80px;
  }
  .keyBlock--job .readBox {
    width: calc(100% - 424px);
    max-width: 480px;
  }
  .keyBlock--job .readBox p {
    color: #47515f;
    font-size: 1vw;
    line-height: 2;
    text-align: justify;
  }
  .keyBlock--event {
    background: url(../../../assets/img/recruit/event/bg_key_event.jpg) no-repeat top center;
    margin: 0 auto;
    background-size: cover;
  }
  .keyBlock--event .inner {
    text-align: center;
    color: #fff;
  }
  .keyBlock--event .inner h3 {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    letter-spacing: 0.2em;
    margin-bottom: 80px;
  }
  .keyBlock--event .inner h3::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .keyBlock--event .inner h2 {
    font-size: 48px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.15em;
    margin-bottom: 50px;
  }
  .keyBlock--event .inner p {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.1em;
  }

  .recruitList {
    padding: 0;
  }
  .recruitList .inner {
    padding: 0 0 0 100px !important;
  }
  .recruitList .inner ul li {
    width: 308px;
    min-height: 395px;
    margin: 0 36px 36px;
  }
  .recruitList .inner ul li a {
    display: block;
  }
  .recruitList .inner ul li a .imgBox {
    display: block;
    margin: 0 0 24px;
  }
  .recruitList .inner ul li a .imgBox img {
    width: 100%;
  }
  .recruitList .inner ul li a .txtBox .ruby {
    color: #141b4d;
    font-size: 10px;
    display: block;
    margin: 0 0 14px;
  }
  .recruitList .inner ul li a .txtBox h3 {
    color: #47515f;
    font-family: "Noto Serif JP", serif;
    margin: 0 0 30px;
  }
  .recruitList .inner ul li a .txtBox p {
    color: #47515f;
    font-size: 12px;
    line-height: 2;
    text-align: justify;
    min-height: 72px;
  }

  .developmentContent {
    margin: 0 0 150px;
  }
  .developmentContent .inner {
    width: 90%;
    margin: 0 auto;
  }
  .developmentContent .inner h2 {
    color: #47515f;
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    line-height: 1.4;
    margin: 0 0 80px;
  }
  .developmentContent--01 .inner .imgBox img {
    width: 100%;
  }
  .developmentContent--02 {
    background: -webkit-gradient(linear, left top, right top, from(rgba(20, 27, 77, 0.05)), to(rgba(20, 27, 77, 0.1)));
    background: linear-gradient(to right, rgba(20, 27, 77, 0.05) 0%, rgba(20, 27, 77, 0.1) 100%);
  }
  .developmentContent--02 .inner {
    padding: 130px 100px !important;
  }
  .developmentContent--02 .inner > p {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    margin: 0 0 100px;
  }
  .developmentContent--02 .inner .feature {
    background: #fff;
  }
  .developmentContent--02 .inner .feature dl {
    padding: 24px;
  }
  .developmentContent--02 .inner .feature dl dt {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    color: #141b4d;
    font-size: 14px;
    line-height: 1.8;
  }
  .developmentContent--02 .inner .feature dl dd {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 140px);
  }
  .developmentContent--02 .inner .feature dl dd ul li {
    color: #47515f;
    font-size: 14px;
    line-height: 1.8;
  }

  .workstyleContent {
    margin: 0 0 20px;
  }
  .workstyleContent .inner {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
  .workstyleContent .inner h2 {
    color: #47515f;
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    line-height: 1.4;
    margin: 0 0 80px;
  }
  .workstyleContent .inner .leftBox {
    background: #fff;
    border: 1px solid #efefef;
    width: 49%;
    float: left;
    margin: 0 2% 0 0;
    padding: 60px 30px;
  }
  .workstyleContent .inner .leftBox h3 {
    color: #47515f;
    font-size: 24px;
    line-height: 1.6;
    text-align: center;
    padding: 80px 0 0;
    margin: 0 0 60px;
    position: relative;
  }
  .workstyleContent .inner .leftBox ul li {
    margin: 0 0 60px;
  }
  .workstyleContent .inner .leftBox ul li:last-child {
    margin: 0;
  }
  .workstyleContent .inner .leftBox ul li h4 {
    color: #141b4d;
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 1.6;
  }
  .workstyleContent .inner .leftBox ul li p {
    color: #47515f;
    font-size: 14px;
    line-height: 2;
    text-align: justify;
  }
  .workstyleContent .inner .rightBox {
    background: #fff;
    border: 1px solid #efefef;
    width: 49%;
    float: left;
    margin: 0;
    padding: 60px 30px;
  }
  .workstyleContent .inner .rightBox h3 {
    color: #47515f;
    font-size: 24px;
    line-height: 1.6;
    text-align: center;
    padding: 80px 0 0;
    margin: 0 0 60px;
    position: relative;
  }
  .workstyleContent .inner .rightBox ul li {
    margin: 0 0 60px;
  }
  .workstyleContent .inner .rightBox ul li:last-child {
    margin: 0;
  }
  .workstyleContent .inner .rightBox ul li h4 {
    color: #141b4d;
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 1.6;
  }
  .workstyleContent .inner .rightBox ul li p {
    color: #47515f;
    font-size: 14px;
    line-height: 2;
    text-align: justify;
  }
  .workstyleContent .inner .rightBox ul li p .caution {
    color: #47515f;
    display: block;
    font-size: 12px;
    line-height: 2;
  }
  .workstyleContent--01 .inner .leftBox h3:before {
    background: url(../../../assets/img/recruit/workstyle/ico_workstyle_01.svg) no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    width: 80px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -40px;
  }
  .workstyleContent--01 .inner .rightBox h3:before {
    background: url(../../../assets/img/recruit/workstyle/ico_workstyle_02.svg) no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    width: 80px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -40px;
  }
  .workstyleContent--02 {
    margin: 0 0 150px;
  }
  .workstyleContent--02 .inner .leftBox h3:before {
    background: url(../../../assets/img/recruit/workstyle/ico_workstyle_03.svg) no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    width: 80px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -40px;
  }
  .workstyleContent--02 .inner .rightBox h3:before {
    background: url(../../../assets/img/recruit/workstyle/ico_workstyle_04.svg) no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    width: 80px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -40px;
  }
  .workstyleContent--03 {
    padding: 0 0 80px;
    margin: 0;
  }
  .workstyleContent--03 img {
    width: 100%;
  }
  .workstyleContent--03 .workstyle__interview {
    position: relative;
    z-index: 2;
  }
  .workstyleContent--03 .workstyle__interview .inner .ruby {
    color: #46505e;
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 1.75;
    letter-spacing: 0.04em;
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
  .workstyleContent--03 .workstyle__interview .inner .ruby::after {
    background: #141b4d;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #141b4d), to(#af272f));
    background: linear-gradient(to right, #141b4d 40%, #af272f 100%);
    content: "";
    display: block;
    width: 140px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -70px;
  }
  .workstyleContent--03 .workstyle__interview .inner h1 {
    margin: 50px 0 45px;
    font-size: 20px;
    letter-spacing: 0.12em;
  }
  .workstyleContent--03 .workstyle__interview .inner h1,
.workstyleContent--03 .workstyle__interview .inner h2 {
    text-align: center;
  }
  .workstyleContent--03 .workstyle__interview .inner h2 {
    margin-bottom: 60px;
    letter-spacing: 0.15em;
  }
  .workstyleContent--03 .workstyle__interview__kv {
    width: 100%;
  }
  .workstyleContent--03 .workstyle__interview__kv__wrapper {
    position: relative;
  }
  .workstyleContent--03 .workstyle__interview .interviewIntroduction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 100px;
  }
  .workstyleContent--03 .workstyle__interview .interviewIntroduction .name {
    margin-bottom: 16px;
    color: #46505e;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.075em;
    display: block;
  }
  .workstyleContent--03 .workstyle__interview .interviewIntroduction .post {
    color: #46505e;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.12em;
    margin-top: 60px;
  }
  .workstyleContent--03 .interviewJsol {
    text-align: center;
  }
  .workstyleContent--03 .interviewJsol .inner {
    overflow: initial;
  }
  .workstyleContent--03 .interviewJsol h4 {
    display: inline-block;
    background: #141b4d;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #141b4d), to(#af272f));
    background: linear-gradient(to right, #141b4d 40%, #af272f 100%);
    line-height: 35px;
    height: 35px;
    padding: 0 25px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.1em;
    margin: 100px 0 20px;
  }
  .workstyleContent--03 .interviewJsol h4 + .title-big.title-big--center {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .workstyleContent--03 .interviewJsol .title-big {
    color: #141b4d;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.12em;
    text-align: justify;
    margin-top: 50px;
  }
  .workstyleContent--03 .interviewJsol .title-big--center {
    text-align: center;
  }
  .workstyleContent--03 .interviewJsol .title-sub {
    color: #46505e;
    font-size: 18px;
    padding-bottom: 6px;
    display: block;
    text-align: left;
    text-indent: 10px;
    position: relative;
  }
  .workstyleContent--03 .interviewJsol .title-sub::before {
    content: "";
    content: "";
    background-color: #141b4d;
    width: 4px;
    height: 46px;
    position: absolute;
    bottom: -8px;
    left: 0;
  }
  .workstyleContent--03 .interviewJsol__lead {
    color: #46505e;
    font-size: 14px;
    text-align: justify;
    line-height: 2.1;
    letter-spacing: 0.075em;
    margin-top: 20px;
  }
  .workstyleContent--03 .interviewJsol__lead span {
    color: #141b4d;
    display: block;
    margin: 24px 0;
  }
  .workstyleContent--03 .interviewJsol__lead__wrapper {
    width: 50%;
  }
  .workstyleContent--03 .interviewJsol .interview__img {
    width: 50%;
  }
  .workstyleContent--03 .interviewJsol .interview__box {
    margin-top: 100px;
  }
  .workstyleContent--03 .interviewJsol .interview__01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    padding-right: 120px;
  }
  .workstyleContent--03 .interviewJsol .interview__01 .interview__img {
    margin-top: -14px;
  }
  .workstyleContent--03 .interviewJsol .interview__03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    padding-left: 100px;
    margin-bottom: 100px;
  }
  .workstyleContent--03 .interviewJsol .interview__04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    margin: 0;
  }
  .workstyleContent--03 .interviewJsol .interview__04 .interview__img {
    margin-top: 240px;
  }
  .workstyleContent--03 .interviewJsol__bg--blue {
    background: rgba(20, 27, 77, 0.1);
    padding: 100px 0;
  }
  .workstyleContent--03 .ttlBox {
    position: absolute;
    bottom: 3vw;
    left: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .workstyleContent--03 .ttlBox h2 span {
    background: #fff;
    padding: 0 1.2em;
    display: inline-block;
    font-size: 1.953125vw;
    line-height: 1.6;
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    margin: 6px 0;
  }

  .strategyContent .inner {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
  .strategyContent--01 {
    margin: 0 0 60px;
  }
  .strategyContent--01 .inner > ul > li {
    margin: 0 0 100px;
    border: 1px solid #141b4d;
    position: relative;
  }
  .strategyContent--01 .inner > ul > li:after {
    background: url(../../../assets/img/recruit/strategy/ico_arrow.png) no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    width: 36px;
    height: 66px;
    position: absolute;
    bottom: -80px;
    left: 50%;
    margin: 0 0 0 -18px;
  }
  .strategyContent--01 .inner > ul > li:last-child {
    margin: 0;
  }
  .strategyContent--01 .inner > ul > li:last-child:after {
    content: none;
  }
  .strategyContent--01 .inner > ul > li h3 {
    background: #141b4d;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  .strategyContent--01 .inner > ul > li ul {
    background: #fff;
    text-align: center;
    padding: 14px 0;
  }
  .strategyContent--01 .inner > ul > li ul li {
    display: inline-block;
    font-size: 14px;
  }
  .strategyContent--01 .inner > ul > li ul li:first-child {
    margin: 0 20px 0 0;
  }
  .strategyContent--01 .inner > ul > li .imgbox {
    background: #fff;
    text-align: center;
    padding: 20px 0;
  }
  .strategyContent--01 .inner > ul > li .imgbox img {
    width: 100%;
    max-width: 206px;
  }
  .strategyContent--02 {
    padding: 0 0 150px;
  }
  .strategyContent--02 .inner > ul > li {
    margin: 0 0 60px;
  }
  .strategyContent--02 .inner > ul > li:last-child {
    margin: 0;
  }
  .strategyContent--02 .inner > ul > li h3 {
    color: #141b4d;
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 30px;
  }
  .strategyContent--02 .inner > ul > li ul {
    padding: 0 0 0 1.5em;
  }
  .strategyContent--02 .inner > ul > li ul li {
    list-style-type: disc;
    color: #47515f;
    font-size: 16px;
    line-height: 2;
  }

  .jobContent {
    margin: 0 0 200px;
  }
  .jobContent .inner > ul > li {
    margin: 0 0 70px;
  }
  .jobContent .inner > ul > li:last-child {
    margin: 0;
  }
  .jobContent .inner > ul > li h3 {
    color: #141b4d;
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: 0.075em;
    position: relative;
    padding: 0 0 6px;
    margin: 0 0 10px;
  }
  .jobContent .inner > ul > li h3:after {
    content: "";
    background: #141b4d;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .jobContent .inner > ul > li h3.flow {
    background: #141b4d;
    width: 170px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin: 0 0 20px;
  }
  .jobContent .inner > ul > li h3.flow:after {
    content: none;
  }
  .jobContent .inner > ul > li h4 {
    color: #46505e;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 16px;
    overflow: hidden;
    line-height: 20px;
    margin: 0 0 6px;
  }
  .jobContent .inner > ul > li h4:before {
    background: #46505e;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -5px 0 0;
  }
  .jobContent .inner > ul > li p {
    color: #46505e;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .jobContent .inner > ul > li p .caution {
    display: block;
    color: #46505e;
    font-size: 12px;
    line-height: 2;
  }
  .jobContent .inner > ul > li p a {
    color: #141b4d;
    text-decoration: underline;
    font-size: 14px;
  }
  .jobContent .inner > ul > li > ul {
    padding: 0 0 0 1.1em;
    margin: 0 0 10px;
  }
  .jobContent .inner > ul > li > ul > li {
    color: #46505e;
    font-size: 14px;
    line-height: 2;
    list-style-type: disc;
  }
  .jobContent .inner > ul > li > ul > li a {
    color: #141b4d;
    text-decoration: underline;
    font-size: 14px;
  }
  .jobContent .inner > ul > li ol li {
    padding: 0 0 0 40px;
    margin: 0 0 20px;
  }
  .jobContent .inner > ul > li ol li:last-child {
    margin: 0 0 50px;
  }
  .jobContent .inner > ul > li ol li h4 {
    color: #141b4d;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    position: relative;
    overflow: inherit;
    padding: 0;
    letter-spacing: 0.1em;
  }
  .jobContent .inner > ul > li ol li h4:before {
    background: #141b4d;
    color: #fff;
    display: block;
    width: 24px;
    height: 24px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    position: absolute;
    left: -40px;
    top: 0;
    margin: 0;
  }
  .jobContent .inner > ul > li ol li .caution {
    color: #46505e;
    display: block;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .jobContent .inner > ul > li ol li .pass {
    display: block;
    color: #141b4d;
    font-size: 14px;
    padding: 30px 0 30px 20px;
    position: relative;
    letter-spacing: 0.1em;
  }
  .jobContent .inner > ul > li ol li .pass:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 7px 0 7px;
    border-color: #141b4d transparent transparent transparent;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -6px 0 0;
  }
  .jobContent .inner > ul > li ol li:nth-child(1) h4:before {
    content: "1";
  }
  .jobContent .inner > ul > li ol li:nth-child(2) h4:before {
    content: "2";
  }
  .jobContent .inner > ul > li ol li:nth-child(3) h4:before {
    content: "3";
  }
  .jobContent .inner > ul > li ol li:nth-child(4) h4:before {
    content: "4";
  }
  .jobContent .inner > ul > li .indexList {
    padding: 0;
    margin: 24px 0 0;
  }
  .jobContent .inner > ul > li .indexList li {
    width: 308px;
    list-style-type: none;
  }
  .jobContent .inner > ul > li .indexList li a {
    display: block;
    text-decoration: none;
  }
  .jobContent .inner > ul > li .indexList li a .imgBox {
    display: block;
    margin: 0 0 24px;
  }
  .jobContent .inner > ul > li .indexList li a .imgBox img {
    width: 100%;
  }
  .jobContent .inner > ul > li .indexList li a .txtBox .ruby {
    color: #141b4d;
    font-size: 10px;
    display: block;
    margin: 0 0 14px;
  }
  .jobContent .inner > ul > li .indexList li a .txtBox h4 {
    color: #47515f;
    font-family: "Noto Serif JP", serif;
    margin: 0 0 30px;
    padding: 0;
  }
  .jobContent .inner > ul > li .indexList li a .txtBox h4::before {
    content: none;
  }
  .jobContent .inner > ul > li .indexList li a .txtBox p {
    color: #47515f;
    font-size: 12px;
    line-height: 2;
    text-align: justify;
    min-height: 72px;
  }

  .applicationContent {
    padding-bottom: 235px;
  }
  .applicationContent__title {
    font-size: 28px;
    font-weight: bold;
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    border-left: 3px solid #141b4d;
    padding: 4px 17px 8px;
  }
  .applicationContent__title:nth-of-type(2) {
    margin-top: 158px;
  }
  .applicationContent__title:nth-of-type(3) {
    margin-top: 188px;
  }
  .applicationContent__title:nth-of-type(4) {
    margin-top: 158px;
  }
  .applicationContent p {
    color: #454f5d;
    font-size: 16px;
    padding-left: 20px;
    margin-top: 25px;
    font-weight: 500;
    line-height: 1.5;
  }
  .applicationContent__button {
    background: #141b4d;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    letter-spacing: 0.22em;
    font-weight: bold;
    width: 420px;
    margin: 48px auto 0;
    height: 117px;
    position: relative;
  }
  .applicationContent__button::after {
    content: "";
    display: block;
    border: 1px solid #141b4d;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: -1;
  }
  .applicationContent__referral {
    background: #ecf1f4;
    text-align: center;
    max-width: 664px;
    margin: 88px auto 0;
    border-radius: 15px;
    padding-bottom: 86px;
  }
  .applicationContent__referral p {
    font-size: 27px;
    font-weight: bold;
    color: #141b4d;
    background-color: #fff;
    width: 16em;
    border-radius: 999px;
    margin: 0 auto;
    padding: 15px 0;
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  .applicationContent__referral img {
    margin-top: 29px;
    width: 304px;
  }
  .applicationContent__referral + .applicationContent__button {
    margin-top: 73px;
  }

  .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 .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 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;
    width: 211px;
  }
  .related > .inner ul li .txtBox .name {
    color: #141b4d;
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
  }
  .related > .inner ul li .txtBox .info {
    color: #46505e;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
    letter-spacing: 0em;
  }
  .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;
  }

  .eventbg {
    background: #113988;
  }

  .eventContent {
    padding: 0 0 150px;
    color: #fff;
  }
  .eventContent .inner {
    width: 90%;
    margin: 0 auto;
  }
  .eventContent .inner .event-btn {
    background: #fff;
    color: #113988;
    width: 270px;
    height: 70px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .eventContent .inner .event-btn__txt {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding-right: 30px;
    margin-top: 1px;
  }
  .eventContent .inner .event-btn__img {
    width: 15px;
    margin-top: 1px;
  }
  .eventContent .inner .event-btn__img img {
    vertical-align: baseline;
  }
  .eventContent--01 {
    padding-top: 130px;
  }
  .eventContent--01 .inner h2 {
    font-size: 30px;
    line-height: 2;
    letter-spacing: 0.15em;
    text-align: center;
    margin-bottom: 70px;
  }
  .eventContent--01 .inner .event-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    position: relative;
  }
  .eventContent--01 .inner .event-info::after {
    content: "";
    display: block;
    width: 485px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .eventContent--01 .inner .event-info__icon {
    width: 130px;
  }
  .eventContent--01 .inner .event-info__day {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.1em;
    padding: 0 0 10px 20px;
  }
  .eventContent--01 .inner .event-info__day span {
    font-size: 60px;
  }
  .eventContent--02 {
    margin-bottom: 140px;
  }
  .eventContent--02 .inner h2 {
    font-size: 30px;
    letter-spacing: 0.15em;
    border-bottom: solid #fff 2px;
    padding-bottom: 10px;
    margin-bottom: 50px;
  }
  .eventContent--02 .inner h2 span {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .eventContent--02 .inner .event-outline {
    margin-bottom: 100px;
    letter-spacing: 0.1em;
  }
  .eventContent--02 .inner .event-outline__list {
    margin-bottom: 50px;
  }
  .eventContent--02 .inner .event-outline__list h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .eventContent--02 .inner .event-outline__list p {
    font-size: 14px;
    line-height: 2;
  }
  .eventContent--02 .inner .event-date {
    margin-bottom: 80px;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .eventContent--02 .inner .event-date__list {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .eventContent--02 .inner .event-date__list h4 {
    font-size: 14px;
    margin-bottom: 30px;
    background: #fff;
    color: #113988;
    height: 30px;
    font-weight: 700;
    width: 95px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
  }
  .eventContent--02 .inner .event-date__list p {
    font-size: 18px;
    margin-left: 20px;
  }

  _:-ms-lang(x)::-ms-backdrop,
.related > .inner .nextLink .inner a {
    padding: 3px 0 0;
  }

  _:-ms-lang(x)::-ms-backdrop,
.jobContent .inner > ul > li ol li h4:before {
    padding: 3px 0 0;
    height: 21px;
    margin: -3px 0 0;
  }

  _:-ms-lang(x)::-ms-backdrop,
.jobContent .inner > ul > li h3.flow {
    padding: 3px 0 0;
    height: 37px;
  }

  _:-ms-lang(x)::-ms-backdrop,
.jobContent .inner > ul > li h4::before {
    margin: -8px 0 0;
  }

  _:-ms-lang(x)::-ms-backdrop,
.jobContent .inner > ul > li ol li .pass:before {
    margin: -8px 0 0;
  }

  .workstyle-nav-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
    margin-bottom: 120px;
  }
  .workstyle-nav-ul li a {
    color: #47515f;
    text-decoration: underline;
  }
}
@media screen and (min-width: 800px) and (max-width: 1024px) {
  .keyBlock {
    background: none !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 1024px) {
  .related > .inner ul {
    width: 92%;
    margin: 0 auto 70px;
  }

  .related > .inner ul li {
    width: 30%;
    margin: 0 5% 30px 0;
  }
  .related > .inner ul li:nth-child(3) {
    margin: 0 0 30px;
  }
  .related > .inner ul li:last-child {
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 799px) {
  .related > .inner ul {
    width: 92%;
    margin: 0 auto 40px;
  }

  .related > .inner ul li {
    width: 45%;
    margin: 0 0 30px 0;
  }
  .related > .inner ul li:nth-of-type(odd) {
    margin: 0 auto 30px 0;
  }
  .related > .inner ul li:last-child {
    margin: 0 0 30px 0;
  }
}
