@charset "UTF-8";
@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--profile {
    background: url(../../../assets/img/company/profile/bg_key_profile.jpg) no-repeat bottom center;
    background-size: 100%;
    margin: 0;
    height: calc(100vh - 50px);
  }
  .keyBlock--history {
    background: url(../../../assets/img/company/history/bg_key_history.jpg) no-repeat bottom -100px center;
    background-size: 100%;
    margin: 0;
    height: calc(100vh - 50px);
  }
  .keyBlock--history .ttlBox {
    margin: 0 0 20px;
  }
  .keyBlock--history .readBox p {
    color: #47515F;
    font-size: 12px;
    line-height: 2;
  }
  .keyBlock--data {
    background: url(../../../assets/img/company/data/bg_key_data.jpg) no-repeat bottom -100px center;
    background-size: 100%;
    margin: 0;
    height: calc(100vh - 50px);
  }
  .keyBlock--data .ttlBox {
    margin: 0 0 20px;
  }
  .keyBlock--data .readBox p {
    color: #47515F;
    font-size: 12px;
    line-height: 2;
  }
  .keyBlock--document {
    background: url(../../../assets/img/company/document/bg_key_document.jpg) no-repeat bottom -100px center;
    background-size: 100%;
    margin: 0;
    height: calc(100vh - 50px);
  }
  .keyBlock--document .ttlBox {
    margin: 0 0 20px;
  }
  .keyBlock--document .readBox p {
    color: #47515F;
    font-size: 12px;
    line-height: 2;
  }
  .keyBlock--moviegallery {
    background: url(../../../assets/img/company/moviegallery/bg_key_moviegallery.jpg) no-repeat bottom -100px center;
    margin: 0;
    height: calc(100vh - 50px);
  }
  .keyBlock--moviegallery .ttlBox {
    margin: 0 0 20px;
  }
  .keyBlock--moviegallery .readBox p {
    color: #47515F;
    font-size: 12px;
    line-height: 2;
  }
  .keyBlock--jsoltalentcommunity {
    background: url(../../../assets/img/company/jsoltalentcommunity/bg_key_jsoltalentcommunity.jpg) no-repeat bottom -100px center;
    background-size: 100%;
    margin: 0;
    height: calc(100vh - 50px);
  }
  .keyBlock--jsoltalentcommunity .ttlBox {
    margin: 0 0 20px;
  }
  .keyBlock--jsoltalentcommunity .readBox p {
    color: #47515F;
    font-size: 12px;
    line-height: 2;
  }
  .keyBlock--message {
    background: url(../../../assets/img/company/message/bg_key_message.jpg) no-repeat bottom center;
    background-size: 100%;
  }

  .companyList {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    padding: 0 0 100px;
  }
  .companyList .inner {
    padding: 0 8% !important;
  }
  .companyList .inner ul li {
    width: 100%;
    margin: 0 0 20px;
  }
  .companyList .inner ul li a {
    display: block;
  }
  .companyList .inner ul li a .imgBox {
    display: block;
    margin: 0 0 24px;
  }
  .companyList .inner ul li a .imgBox img {
    width: 100%;
  }
  .companyList .inner ul li a .txtBox .ruby {
    color: #141b4d;
    font-size: 10px;
    display: block;
    margin: 0 0 14px;
  }
  .companyList .inner ul li a .txtBox h3 {
    color: #47515F;
    font-family: "Noto Serif JP", serif;
    margin: 0 0 15px;
  }
  .companyList .inner ul li a .txtBox p {
    color: #47515F;
    font-size: 12px;
    line-height: 2;
  }

  .profileContent .inner {
    width: 80%;
    margin: 0 auto;
  }
  .profileContent--01 {
    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%);
  }
  .profileContent--01 .inner {
    padding: 60px 0;
  }
  .profileContent--01 .inner h2 {
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    line-height: 2.2;
    margin: 0 0 40px;
  }
  .profileContent--01 .inner > ul > li {
    margin: 0 0 40px;
  }
  .profileContent--01 .inner > ul > li:last-child {
    margin: 0;
  }
  .profileContent--01 .inner > ul > li h3 {
    color: #141b4d;
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 16px;
  }
  .profileContent--01 .inner > ul > li h3 span {
    display: inline-block;
    margin-left: 8px;
    font-size: 16px;
  }
  .profileContent--01 .inner > ul > li h4 {
    color: #141b4d;
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 20px;
  }
  .profileContent--01 .inner > ul > li p,
.profileContent--01 .inner > ul > li dt,
.profileContent--01 .inner > ul > li dd {
    color: #141b4d;
    font-size: 12px;
    line-height: 2;
  }
  .profileContent--01 .inner > ul > li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #EFEFEF;
    padding: 10px 0;
  }
  .profileContent--01 .inner > ul > li dl:first-of-type {
    border-top: 1px solid #EFEFEF;
  }
  .profileContent--01 .inner > ul > li dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6em;
            flex: 0 0 6em;
    white-space: nowrap;
    font-weight: bold;
  }
  .profileContent--01 .inner > ul > li ul {
    padding: 0 0 0 1em;
  }
  .profileContent--01 .inner > ul > li ul li {
    list-style-type: disc;
    color: #47515F;
    font-size: 12px;
    line-height: 2;
    margin: 0 0 10px;
  }
  .profileContent--01 .inner > ul > li ul li:last-child {
    margin: 0;
  }
  .profileContent--02 .inner {
    padding: 60px 0;
  }
  .profileContent--02 .inner h2 {
    color: #47515F;
    font-family: "Noto Serif JP", serif;
    font-size: 26px;
    line-height: 2.2;
    margin: 0 0 40px;
  }
  .profileContent--02 .inner ul li {
    margin: 0 0 40px;
  }
  .profileContent--02 .inner ul li:last-child {
    margin: 0;
  }
  .profileContent--02 .inner ul li h3 {
    color: #141b4d;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 20px;
  }
  .profileContent--02 .inner ul li p {
    color: #47515F;
    font-size: 12px;
    line-height: 2;
  }
  .profileContent--02 .inner .imgBox {
    text-align: center;
    margin: 60px 0 0;
  }
  .profileContent--02 .inner .imgBox img {
    width: 100%;
  }
  .profileContent--03 .inner {
    padding: 60px 0;
  }
  .profileContent--03 .inner h2 {
    color: #47515F;
    font-family: "Noto Serif JP", serif;
    font-size: 26px;
    line-height: 2.2;
    margin: 0 0 40px;
  }
  .profileContent--03 .inner .profileBox {
    background: #FFF;
    border: 1px solid #EFEFEF;
  }
  .profileContent--03 .inner .profileBox dl {
    border-bottom: 1px solid #EFEFEF;
    padding: 20px 4%;
  }
  .profileContent--03 .inner .profileBox dl.last {
    border: none;
  }
  .profileContent--03 .inner .profileBox dl dt {
    color: #47515F;
    display: block;
    text-align: left;
    vertical-align: top;
    padding: 0 1em 10px;
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1.8;
    border-bottom: 1px solid #EFEFEF;
  }
  .profileContent--03 .inner .profileBox dl dd {
    color: #47515F;
    display: block;
    font-size: 12px;
    padding: 0 1em;
    line-height: 1.8;
  }
  .profileContent--03 .inner .profileBox dl dd ul li {
    border-bottom: 1px solid #EFEFEF;
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
  .profileContent--03 .inner .profileBox dl dd ul li:last-child {
    border: none;
    padding: 0;
    margin: 0;
  }
  .profileContent--03 .inner .profileBox dl dd ul li .name {
    display: block;
  }
  .profileContent--03 .inner .profileBox dl dd ul li .address {
    display: block;
  }

  .historyContent .inner {
    width: 80%;
    margin: 0 auto;
  }
  .historyContent--01 {
    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%);
  }
  .historyContent--01 .inner {
    padding: 60px 0;
  }
  .historyContent--01 .inner .firstBlock {
    border: 1px dotted #CCC;
    padding: 20px 1em;
  }
  .historyContent--01 .inner .firstBlock h3 {
    background: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
    height: 32px;
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    position: relative;
  }
  .historyContent--01 .inner .firstBlock ul li {
    background: #FFF;
    width: 100%;
    margin: 0 0 20px;
    padding: 20px 1.5em;
    position: relative;
  }
  .historyContent--01 .inner .firstBlock ul li h4 {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin: 0 0 10px;
  }
  .historyContent--01 .inner .firstBlock ul li h4 span {
    font-size: 12px;
    font-weight: bold;
  }
  .historyContent--01 .inner .firstBlock ul li p {
    color: #47515F;
    font-size: 12px;
    line-height: 2;
  }
  .historyContent--01 .inner .firstBlock ul li:last-child {
    background: #0088D4;
    margin: 0;
  }
  .historyContent--01 .inner .firstBlock ul li:last-child:after {
    background: url(../../../assets/img/company/history/obj_arrow_02.png) no-repeat;
    content: "";
    display: block;
    width: 38px;
    height: 67px;
    position: absolute;
    bottom: -67px;
    left: 50%;
    margin: 0 0 0 -19px;
  }
  .historyContent--01 .inner .firstBlock ul li:last-child h4 {
    color: #FFF;
  }
  .historyContent--01 .inner .firstBlock ul li:last-child p {
    color: #FFF;
  }
  .historyContent--01 .inner .secondBlock {
    padding: 60px 1em;
  }
  .historyContent--01 .inner .secondBlock h3 {
    color: #47515F;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    margin: 0 0 30px;
  }
  .historyContent--01 .inner .secondBlock ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .historyContent--01 .inner .secondBlock ul li {
    background: #0088D4;
    width: 100%;
    margin: 0 auto 0;
    padding: 20px 1.5em;
    position: relative;
  }
  .historyContent--01 .inner .secondBlock ul li h4 {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin: 0 0 30px;
  }
  .historyContent--01 .inner .secondBlock ul li h4 span {
    font-size: 12px;
    font-weight: bold;
  }
  .historyContent--01 .inner .secondBlock ul li p {
    color: #47515F;
    font-size: 12px;
    line-height: 2;
  }
  .historyContent--01 .inner .secondBlock ul li:last-child {
    background: #0088D4;
  }
  .historyContent--01 .inner .secondBlock ul li:last-child:after {
    background: url(../../../assets/img/company/history/obj_arrow_02.png) no-repeat;
    content: "";
    display: block;
    width: 38px;
    height: 67px;
    position: absolute;
    bottom: -67px;
    left: 50%;
    margin: 0 0 0 -19px;
  }
  .historyContent--01 .inner .secondBlock ul li:last-child h4 {
    color: #FFF;
  }
  .historyContent--01 .inner .secondBlock ul li:last-child p {
    color: #FFF;
  }
  .historyContent--01 .inner .thirdBlock {
    padding: 60px 0 40px;
    text-align: center;
  }
  .historyContent--01 .inner .thirdBlock h3 {
    color: #47515F;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold;
    margin: 0 0 30px;
  }
  .historyContent--01 .inner .thirdBlock h4 {
    color: #FFF;
    background: -webkit-gradient(linear, left top, right top, from(#141b4d), to(#1A90A5));
    background: linear-gradient(to right, #141b4d 0%, #1A90A5 100%);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    height: 34px;
    width: 100%;
    display: block;
    margin: 0 auto 30px;
  }
  .historyContent--01 .inner .thirdBlock > img {
    width: 100%;
  }
  .historyContent--01 .inner > p {
    color: #47515F;
    font-size: 12px;
    line-height: 2;
  }
  .historyContent--02 .inner {
    padding: 60px 0;
  }
  .historyContent--02 .inner h2 {
    color: #47515F;
    font-family: "Noto Serif JP", serif;
    font-size: 26px;
    line-height: 2.2;
    margin: 0 0 40px;
  }
  .historyContent--02 .inner .historyBox {
    background: #FFF;
    border: 1px solid #EFEFEF;
  }
  .historyContent--02 .inner .historyBox dl {
    border-bottom: 1px solid #EFEFEF;
    padding: 20px 4%;
  }
  .historyContent--02 .inner .historyBox dl.last {
    border: none;
  }
  .historyContent--02 .inner .historyBox dl dt {
    color: #47515F;
    display: block;
    text-align: left;
    vertical-align: top;
    padding: 0 1em 10px;
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1.8;
    border-bottom: 1px solid #EFEFEF;
  }
  .historyContent--02 .inner .historyBox dl dd {
    color: #47515F;
    display: block;
    font-size: 12px;
    padding: 0 1em;
    line-height: 1.8;
  }
  .historyContent--02 .inner .historyBox dl dd ul li {
    border-bottom: 1px solid #EFEFEF;
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
  .historyContent--02 .inner .historyBox dl dd ul li:last-child {
    border: none;
    padding: 0;
    margin: 0;
  }
  .historyContent--02 .inner .historyBox dl dd ul li .name {
    display: block;
  }
  .historyContent--02 .inner .historyBox dl dd ul li .address {
    display: block;
  }

  .dataWrap {
    position: relative;
    z-index: 2;
  }
  .dataWrap__title {
    font-size: 24px;
    letter-spacing: 0.15em;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
  }
  .dataWrap .inner {
    padding: 0 20px;
    margin: 0 auto;
  }
  .dataWrap .inner .dataContents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .dataWrap .inner .dataContent {
    background: #FFF;
    background-color: rgba(20, 27, 77, 0.1);
    padding: 25px 30px;
  }
  .dataWrap .inner .dataContent h3 {
    color: #141b4d;
    font-size: 20px;
    font-weight: bold;
  }
  .dataWrap .inner .dataContent h3 .small {
    font-weight: bold;
    line-height: 1.5714285714;
    font-size: 14px;
  }
  .dataWrap .inner .dataContent .imgBox {
    position: relative;
    margin-top: 20px;
    text-align: center;
    display: grid;
    place-items: center;
    height: 103px;
  }
  .dataWrap .inner .dataContent .imgBox img {
    width: auto;
    max-height: 103px;
  }
  .dataWrap .inner .dataContent .imgBox .num {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 36px;
    color: #141b4d;
    font-weight: bold;
    letter-spacing: -0.02em;
  }
  .dataWrap .inner .dataContent .imgBox .num span {
    font-size: 70px;
    font-weight: bold;
    letter-spacing: -0.02em;
  }
  .dataWrap .inner .dataContent .txtBox {
    margin-top: 20px;
  }
  .dataWrap .inner .dataContent .txtBox p {
    color: #454f5d;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.9285714286;
    letter-spacing: 0.075em;
  }
  .dataWrap--business {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .dataWrap--workStyle {
    margin-bottom: 60px;
  }
  .dataWrap--workStyle .inner .dataContent {
    background-color: rgba(175, 39, 47, 0.1);
  }
  .dataWrap--workStyle .inner .dataContent h3 {
    color: #af272f;
    line-height: 1.3;
    position: relative;
    z-index: 2;
  }
  .dataWrap--workStyle .inner .dataContent .imgBox .num {
    color: #af272f;
  }
  .dataWrap--workStyle .inner .dataContent--01 .imgBox, .dataWrap--workStyle .inner .dataContent--02 .imgBox {
    height: 127px;
    margin-top: -9px;
  }
  .dataWrap--workStyle .inner .dataContent--01 .imgBox img, .dataWrap--workStyle .inner .dataContent--02 .imgBox img {
    max-height: 127px;
  }
  .dataWrap--workStyle .inner .dataContent--01 .txtBox, .dataWrap--workStyle .inner .dataContent--02 .txtBox {
    margin-top: 10px;
  }
  .dataWrap--award {
    margin-bottom: 80px;
  }
  .dataWrap--award .inner .dataWrap__title {
    line-height: 1.4;
  }
  .dataWrap--award .inner .dataContent {
    height: 353px;
    padding: 30px 0;
    background-color: rgba(154, 219, 235, 0.4);
  }
  .dataWrap--award .inner .dataContent h3 {
    line-height: 1.4;
    position: relative;
    z-index: 2;
    text-align: center;
  }
  .dataWrap--award .inner .dataContent .imgBox {
    margin: 0;
    width: 100%;
    height: auto;
  }
  .dataWrap--award .inner .dataContent .imgBox img {
    width: 100%;
    max-width: 275px;
    max-height: inherit;
  }
  .dataWrap--award .inner .dataContent--04 h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dataWrap--award .inner .dataContent--04 h3 span {
    font-weight: bold;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-right: 5px;
  }
  .dataWrap--award .inner .dataContent--06 .imgBox {
    margin: 0;
    width: 100%;
    height: auto;
  }
  .dataWrap--award .inner .dataContent--06 .imgBox img {
    width: 100%;
    max-width: 125px;
    max-height: inherit;
  }
  .dataWrap--award .inner .dataNotes {
    margin-top: 25px;
  }
  .dataWrap--award .inner .dataNotes li {
    margin-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    line-height: 1.1538461538;
    color: #141b4d;
    letter-spacing: 0.1em;
  }
  .dataWrap--award .inner .dataNotes li span {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 31px;
  }

  .ttlBlock .inner {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .ttlBlock .inner .ruby {
    color: #46505e;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: 0.04em;
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
  .ttlBlock .inner .ruby:after {
    background: #141b4d;
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -35px;
  }
  .ttlBlock .inner h2 {
    color: #47515F;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.1em;
  }

  .slideBlock {
    position: relative;
  }
  .slideBlock .inner {
    position: relative;
    z-index: 3;
  }
  .slideBlock .inner .ttlBox {
    position: absolute;
    left: 5%;
    bottom: 20px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 0;
  }
  .slideBlock .inner .ttlBox.show {
    opacity: 1;
  }
  .slideBlock .inner .ttlBox h2 span {
    background: #FFF;
    padding: 0 0.2em;
    display: inline-block;
    font-size: 16px;
    line-height: 1.6;
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    margin: 6px 0;
  }
  .slideBlock .sliderBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
  }
  .slideBlock .sliderBox .slick-slide {
    width: 100%;
  }
  .slideBlock .sliderBox .messageSlide li .img {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: 4s -webkit-transform ease-out;
    transition: 4s -webkit-transform ease-out;
    transition: 4s transform ease-out;
    transition: 4s transform ease-out, 4s -webkit-transform ease-out;
  }
  .slideBlock .sliderBox .messageSlide li.slide01 .img {
    background: url(../../../assets/img/company/message/img_key.jpg) no-repeat center center;
    background-size: cover;
  }
  .slideBlock .sliderBox .messageSlide li.slide02 .img {
    background: url(../../../assets/img/company/message/img_key_hover.jpg) no-repeat center center;
    background-size: cover;
  }
  .slideBlock .sliderBox .messageSlide li.slide03 .img {
    background: url(../../../assets/img/company/message/img_key_03.jpg) no-repeat center center;
    background-size: cover;
  }
  .slideBlock .sliderBox .messageSlide li.slide04 .img {
    background: url(../../../assets/img/company/message/img_key_04.jpg) no-repeat center center;
    background-size: cover;
  }
  .slideBlock .sliderBox .messageSlide li.slide05 .img {
    background: url(../../../assets/img/company/message/img_key_05.jpg) no-repeat center center;
    background-size: cover;
  }

  .message-kv {
    position: relative;
  }

  .messageContent .inner {
    width: 80%;
    margin: 0 auto;
  }
  .messageContent--01 {
    padding: 30px 0;
  }
  .messageContent--01 .inner .profile .post {
    color: #46505e;
    display: block;
    font-size: 12px;
    margin: 0 0 16px;
  }
  .messageContent--01 .inner .profile .name {
    margin: 0 0 16px;
  }
  .messageContent--01 .inner .profile .name span {
    color: #46505e;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
  }
  .messageContent--01 .inner .profile .name span.ruby {
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 0 10px;
  }
  .messageContent--01 .inner .profile p {
    color: #46505e;
    font-size: 12px;
    line-height: 2;
    text-align: justify;
  }
  .messageContent--02 {
    padding: 30px 0;
  }
  .messageContent--02 .inner .imgBox {
    width: 100%;
    margin: 0 0 20px;
  }
  .messageContent--02 .inner .imgBox img {
    width: 100%;
  }
  .messageContent--02 .inner .txtBox {
    width: 100%;
  }
  .messageContent--02 .inner .txtBox h3 {
    color: #141b4d;
    font-size: 16px;
    line-height: 1.9;
    margin: 0 0 20px;
  }
  .messageContent--02 .inner .txtBox p {
    color: #46505e;
    font-size: 12px;
    line-height: 2;
    text-align: justify;
  }
  .messageContent--03 {
    padding: 30px 0;
  }
  .messageContent--03 .inner .imgBox {
    width: 100%;
    margin: 0 0 20px;
  }
  .messageContent--03 .inner .imgBox img {
    width: 100%;
  }
  .messageContent--03 .inner .txtBox {
    width: 100%;
  }
  .messageContent--03 .inner .txtBox h3 {
    color: #141b4d;
    font-size: 16px;
    line-height: 1.9;
    margin: 0 0 20px;
  }
  .messageContent--03 .inner .txtBox p {
    color: #46505e;
    font-size: 12px;
    line-height: 2;
    text-align: justify;
  }
  .messageContent--04 {
    padding: 30px 0;
  }
  .messageContent--04 .inner .imgBox {
    width: 100%;
    margin: 0 0 20px;
  }
  .messageContent--04 .inner .imgBox img {
    width: 100%;
  }
  .messageContent--04 .inner .txtBox {
    width: 100%;
  }
  .messageContent--04 .inner .txtBox h3 {
    color: #141b4d;
    font-size: 16px;
    line-height: 1.9;
    margin: 0 0 20px;
  }
  .messageContent--04 .inner .txtBox p {
    color: #46505e;
    font-size: 12px;
    line-height: 2;
    text-align: justify;
  }
  .messageContent--05 {
    padding: 30px 0;
  }
  .messageContent--05 .titleBox {
    text-align: center;
    font-size: 16px;
    color: #141b4d;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
  }
  .messageContent--05 .titleBox:after {
    background: #141b4d;
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -35px;
  }
  .messageContent--05 .cont {
    padding: 50px 0;
    background: rgba(20, 27, 77, 0.1);
  }
  .messageContent--05 .cont .inner .imgBox {
    width: 100%;
    margin: 0 0 20px;
  }
  .messageContent--05 .cont .inner .imgBox img {
    width: 100%;
  }
  .messageContent--05 .cont .inner .txtBox {
    width: 100%;
  }
  .messageContent--05 .cont .inner .txtBox h3 {
    color: #141b4d;
    font-size: 16px;
    line-height: 1.9;
    margin: 0 0 20px;
  }
  .messageContent--05 .cont .inner .txtBox p {
    color: #46505e;
    font-size: 12px;
    line-height: 2;
    text-align: justify;
  }
  .messageContent--06 {
    padding: 30px 0 60px;
  }

  .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: #141b4d;
    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: #141b4d;
    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;
  }

  .documentContent {
    width: 90%;
    padding: 0 20px;
    margin: 0 auto 60px;
    overflow: hidden;
  }
  .documentContent .inner {
    padding: 60px 0;
  }
  .documentContent .inner .titleBox {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 20px;
    color: #47515F;
    font-weight: bold;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 20px;
  }
  .documentContent .inner .titleBox:after {
    background: #141b4d;
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -35px;
  }
  .documentContent .inner .downloadBox {
    display: block;
  }
  .documentContent .inner .downloadBox .list {
    margin-bottom: 60px;
  }
  .documentContent .inner .downloadBox .list:last-child {
    margin-bottom: 0;
  }
  .documentContent .inner .downloadBox .list h3 {
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    color: #444f5d;
    margin: 0 0 30px 0;
    position: relative;
    padding-left: 20px;
    line-height: 1.7;
  }
  .documentContent .inner .downloadBox .list h3:before {
    background: #141b4d;
    content: "";
    display: block;
    width: 8px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .documentContent .inner .downloadBox .list p {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 20px;
  }
  .documentContent .inner .downloadBox .list .imgBox {
    width: auto;
    margin-bottom: 30px;
    -webkit-box-shadow: 2px 2px 5px rgba(35, 24, 21, 0.2);
            box-shadow: 2px 2px 5px rgba(35, 24, 21, 0.2);
  }
  .documentContent .inner .downloadBox .list .imgBox img {
    width: 100%;
  }
  .documentContent .inner .downloadBox .list a {
    color: #fff;
    background: #141b4d;
    padding: 20px 10px;
    text-align: center;
    border-radius: 6px;
    display: block;
    width: 140px;
    margin: 0 auto;
    font-size: 14px;
  }
  .documentContent .inner .downloadBox--02 {
    display: block;
  }
  .documentContent .inner .downloadBox--02 .list a {
    margin: 0 0 60px 40px;
  }

  .jsoltalentcommunityContent {
    width: 90%;
    padding: 0 20px;
    margin: 0 auto 60px;
    overflow: hidden;
    color: #454f5d;
  }
  .jsoltalentcommunityContent .inner {
    padding: 60px 0;
  }
  .jsoltalentcommunityContent .inner .titleBox {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
  }
  .jsoltalentcommunityContent .inner .titleBox:after {
    background: #141b4d;
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -35px;
  }
  .jsoltalentcommunityContent .inner .textBox {
    margin-bottom: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 2;
  }
  .jsoltalentcommunityContent .inner .meritBox .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .jsoltalentcommunityContent .inner .meritBox .list .img-area img {
    width: 100%;
  }
  .jsoltalentcommunityContent .inner .meritBox .list .img-area--01 {
    width: 42px;
  }
  .jsoltalentcommunityContent .inner .meritBox .list .img-area--02, .jsoltalentcommunityContent .inner .meritBox .list .img-area--03, .jsoltalentcommunityContent .inner .meritBox .list .img-area--04 {
    width: 45px;
  }
  .jsoltalentcommunityContent .inner .meritBox .list .img-area--05 {
    width: 48px;
  }
  .jsoltalentcommunityContent .inner .meritBox .list .img-area--06 {
    width: 44px;
  }
  .jsoltalentcommunityContent .inner .meritBox .list .txt-area {
    margin-left: 20px;
    width: 90%;
  }
  .jsoltalentcommunityContent .inner .meritBox .list .txt-area h3 {
    color: #141b4d;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .jsoltalentcommunityContent .inner .meritBox .list .txt-area p {
    line-height: 2;
    font-size: 12px;
  }
  .jsoltalentcommunityContent .inner .linkbtn {
    font-size: 16px;
    color: #fff;
    background-color: #141b4d;
    width: 240px;
    height: 60px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    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-weight: bold;
    letter-spacing: 0.13em;
    position: relative;
  }
  .jsoltalentcommunityContent .inner .linkbtn:after {
    background: url(../../../assets/img/company/jsoltalentcommunity/arrow.svg) no-repeat;
    content: "";
    display: block;
    width: 12px;
    height: 10px;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .message-slide {
    z-index: 1;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition: all 2s;
    transition: all 2s;
    opacity: 1;
  }
  .message-slide--out {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
  }
  .message-slide--out.fade-out {
    -webkit-transition: all 2s;
    transition: all 2s;
    opacity: 0;
    visibility: hidden;
  }

  .iframe-box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: calc(360 / 640 * 100%) 0 0;
  }
  .iframe-box video {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .moviegalleryContent .inner {
    width: 80%;
    margin: 0 auto 100px;
  }
  .moviegalleryContent--01 .inner {
    padding: 60px 0;
  }
  .moviegalleryContent--01 .inner h2 {
    color: #47515F;
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    line-height: 2.2;
    margin: 0 0 40px;
  }
  .moviegalleryContent--01 .youtube-link {
    background: #141b4d;
    position: relative;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    display: block;
    padding: 10px 20px;
    margin: 20px auto 0;
    border-radius: 5px;
  }
  .moviegalleryContent--01 .youtube-link::after {
    background: url(../../../assets/img/company/moviegallery/icon_link.svg) no-repeat center center;
    background-size: 100%;
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 1em;
    margin: -8px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .keyBlock {
    height: 280px !important;
    margin: 0 0 140px;
    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--profile {
    background: none;
    position: relative;
    min-height: 597px;
  }
  .keyBlock--profile:after {
    background: url(../../../assets/img/company/profile/bg_key_profile_pc.jpg) no-repeat center center;
    background-size: cover;
    content: "";
    height: 100%;
    width: calc(80% - 600px);
    min-width: 424px;
    min-height: 597px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .keyBlock--profile .ttlBox {
    margin: 0 0 80px;
  }
  .keyBlock--profile .readBox {
    width: calc(100% - 424px);
    max-width: 480px;
  }
  .keyBlock--profile .readBox p {
    color: #47515F;
    font-size: 1vw;
    line-height: 2;
    text-align: justify;
  }
  .keyBlock--history {
    background: none;
    position: relative;
    min-height: 597px;
  }
  .keyBlock--history:after {
    background: url(../../../assets/img/company/history/bg_key_history_pc.jpg) no-repeat center center;
    background-size: cover;
    content: "";
    height: 100%;
    width: calc(80% - 600px);
    min-width: 424px;
    min-height: 597px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .keyBlock--history .ttlBox {
    margin: 0 0 80px;
  }
  .keyBlock--history .readBox {
    width: calc(100% - 424px);
    max-width: 480px;
  }
  .keyBlock--history .readBox p {
    color: #47515F;
    font-size: 1vw;
    line-height: 2;
    text-align: justify;
  }
  .keyBlock--data {
    background: none;
    position: relative;
    min-height: 597px;
  }
  .keyBlock--data:after {
    background: url(../../../assets/img/company/data/bg_key_data_pc.jpg) no-repeat center center;
    background-size: cover;
    content: "";
    height: 100%;
    width: calc(80% - 600px);
    min-width: 424px;
    min-height: 597px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .keyBlock--data .ttlBox {
    margin: 0 0 80px;
  }
  .keyBlock--data .readBox {
    width: calc(100% - 424px);
    max-width: 480px;
  }
  .keyBlock--data .readBox p {
    color: #47515F;
    font-size: 1vw;
    line-height: 2;
    text-align: justify;
  }
  .keyBlock--document {
    background: none;
    position: relative;
    min-height: 597px;
  }
  .keyBlock--document:after {
    background: url(../../../assets/img/company/document/bg_key_document_pc.jpg) no-repeat center center;
    background-size: cover;
    content: "";
    height: 100%;
    width: calc(80% - 600px);
    min-width: 424px;
    min-height: 597px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .keyBlock--document .ttlBox {
    margin: 0 0 80px;
  }
  .keyBlock--document .readBox {
    width: calc(100% - 424px);
    max-width: 480px;
  }
  .keyBlock--document .readBox p {
    color: #47515F;
    font-size: 1vw;
    line-height: 2;
    text-align: justify;
  }
  .keyBlock--moviegallery {
    background: none;
    position: relative;
    min-height: 597px;
  }
  .keyBlock--moviegallery:after {
    background: url(../../../assets/img/company/moviegallery/bg_key_moviegallery.jpg) no-repeat center center;
    background-size: cover;
    content: "";
    height: 100%;
    width: calc(80% - 600px);
    min-width: 424px;
    min-height: 597px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .keyBlock--moviegallery .ttlBox {
    margin: 0 0 80px;
  }
  .keyBlock--moviegallery .readBox {
    width: calc(100% - 424px);
    max-width: 480px;
  }
  .keyBlock--moviegallery .readBox p {
    color: #47515F;
    font-size: 1vw;
    line-height: 2;
    text-align: justify;
  }
  .keyBlock--jsoltalentcommunity {
    background: none;
    position: relative;
    min-height: 597px;
  }
  .keyBlock--jsoltalentcommunity:after {
    background: url(../../../assets/img/company/jsoltalentcommunity/bg_key_jsoltalentcommunity_pc.jpg) no-repeat center center;
    background-size: cover;
    content: "";
    height: 100%;
    width: calc(80% - 600px);
    min-width: 424px;
    min-height: 597px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .keyBlock--jsoltalentcommunity .ttlBox {
    margin: 0 0 80px;
  }
  .keyBlock--jsoltalentcommunity .readBox {
    width: calc(100% - 424px);
    max-width: 480px;
  }
  .keyBlock--jsoltalentcommunity .readBox p {
    color: #47515F;
    font-size: 1vw;
    line-height: 2;
    text-align: justify;
  }

  .companyList {
    padding: 0 0 100px;
  }
  .companyList .inner {
    padding: 0 0 0 100px !important;
  }
  .companyList .inner ul li {
    width: 308px;
    margin: 0 36px 36px;
  }
  .companyList .inner ul li a {
    display: block;
  }
  .companyList .inner ul li a .imgBox {
    display: block;
    margin: 0 0 24px;
  }
  .companyList .inner ul li a .imgBox img {
    width: 100%;
  }
  .companyList .inner ul li a .txtBox .ruby {
    color: #141b4d;
    font-size: 10px;
    display: block;
    margin: 0 0 14px;
  }
  .companyList .inner ul li a .txtBox h3 {
    color: #47515F;
    font-family: "Noto Serif JP", serif;
    margin: 0 0 30px;
  }
  .companyList .inner ul li a .txtBox p {
    color: #47515F;
    font-size: 12px;
    line-height: 2;
    text-align: justify;
    min-height: 72px;
  }

  .profileContent .inner {
    width: 80%;
    margin: 0 auto;
  }
  .profileContent--01 {
    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%);
  }
  .profileContent--01 .inner {
    padding: 130px 100px !important;
  }
  .profileContent--01 .inner h2 {
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    line-height: 2.2;
    margin: 0 0 90px;
  }
  .profileContent--01 .inner > ul > li {
    margin: 0 0 60px;
  }
  .profileContent--01 .inner > ul > li:last-child {
    margin: 0;
  }
  .profileContent--01 .inner > ul > li h3 {
    color: #141b4d;
    font-size: 24px;
    line-height: 1.8;
    margin: 0 0 16px;
  }
  .profileContent--01 .inner > ul > li h3 span {
    display: inline-block;
    margin-left: 8px;
    font-size: 18px;
  }
  .profileContent--01 .inner > ul > li h4 {
    color: #141b4d;
    font-size: 24px;
    line-height: 1.8;
    margin: 0 0 30px;
  }
  .profileContent--01 .inner > ul > li p,
.profileContent--01 .inner > ul > li dt,
.profileContent--01 .inner > ul > li dd {
    color: #141b4d;
    font-size: 16px;
    line-height: 2;
  }
  .profileContent--01 .inner > ul > li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #EFEFEF;
    padding: 20px 0;
  }
  .profileContent--01 .inner > ul > li dl:first-of-type {
    border-top: 1px solid #EFEFEF;
  }
  .profileContent--01 .inner > ul > li dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6em;
            flex: 0 0 6em;
    white-space: nowrap;
    font-weight: bold;
  }
  .profileContent--01 .inner > ul > li ul {
    padding: 0 0 0 1.5em;
  }
  .profileContent--01 .inner > ul > li ul li {
    list-style-type: disc;
    color: #47515F;
    font-size: 16px;
    line-height: 2;
    margin: 0 0 10px;
  }
  .profileContent--01 .inner > ul > li ul li:last-child {
    margin: 0;
  }
  .profileContent--02 .inner {
    padding: 130px 100px !important;
  }
  .profileContent--02 .inner h2 {
    color: #47515F;
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    line-height: 2.2;
    margin: 0 0 90px;
  }
  .profileContent--02 .inner ul li {
    margin: 0 0 60px;
  }
  .profileContent--02 .inner ul li:last-child {
    margin: 0;
  }
  .profileContent--02 .inner ul li h3 {
    color: #141b4d;
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 30px;
  }
  .profileContent--02 .inner ul li p {
    color: #47515F;
    font-size: 16px;
    line-height: 2;
  }
  .profileContent--02 .inner .imgBox {
    text-align: center;
    margin: 120px 0 0;
  }
  .profileContent--02 .inner .imgBox img {
    width: 100%;
    max-width: 534px;
  }
  .profileContent--03 .inner {
    padding: 130px 100px !important;
  }
  .profileContent--03 .inner h2 {
    color: #47515F;
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    line-height: 2.2;
    margin: 0 0 90px;
  }
  .profileContent--03 .inner .profileBox {
    background: #FFF;
    border: 1px solid #EFEFEF;
  }
  .profileContent--03 .inner .profileBox dl {
    border-bottom: 1px solid #EFEFEF;
    padding: 20px 0;
  }
  .profileContent--03 .inner .profileBox dl.last {
    border: none;
  }
  .profileContent--03 .inner .profileBox dl dt {
    color: #47515F;
    display: inline-block;
    width: 120px;
    text-align: left;
    vertical-align: top;
    padding: 0 0 0 2em;
    font-size: 14px;
    line-height: 1.8;
  }
  .profileContent--03 .inner .profileBox dl dd {
    color: #47515F;
    display: inline-block;
    width: calc(100% - 120px);
    vertical-align: top;
    font-size: 14px;
    line-height: 1.8;
  }
  .profileContent--03 .inner .profileBox dl dd ul li {
    border-bottom: 1px solid #EFEFEF;
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
  .profileContent--03 .inner .profileBox dl dd ul li:last-child {
    border: none;
    padding: 0;
    margin: 0;
  }
  .profileContent--03 .inner .profileBox dl dd ul li .name {
    display: inline-block;
    width: 200px;
    vertical-align: top;
  }
  .profileContent--03 .inner .profileBox dl dd ul li .address {
    display: inline-block;
    width: calc(100% - 200px);
    vertical-align: top;
  }

  .historyContent .inner {
    width: 80%;
    margin: 0 auto;
  }
  .historyContent--01 {
    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%);
  }
  .historyContent--01 .inner {
    padding: 130px 0 !important;
  }
  .historyContent--01 .inner .firstBlock {
    border: 1px dotted #CCC;
    padding: 40px 100px;
  }
  .historyContent--01 .inner .firstBlock h3 {
    background: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 64px;
    height: 64px;
    width: 336px;
    display: block;
    margin: 0 auto 64px;
    position: relative;
  }
  .historyContent--01 .inner .firstBlock h3:after {
    background: url(../../../assets/img/company/history/bg_line_01.png) no-repeat;
    display: block;
    content: "";
    width: 353px;
    height: 64px;
    position: absolute;
    bottom: -64px;
    left: 50%;
    margin: 0 0 0 -176.5px;
  }
  .historyContent--01 .inner .firstBlock ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .historyContent--01 .inner .firstBlock ul li {
    background: #FFF;
    width: 48%;
    float: left;
    margin: 0 4% 0 0;
    padding: 20px 1.5em;
    min-height: 242px;
    position: relative;
  }
  .historyContent--01 .inner .firstBlock ul li h4 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin: 0 0 30px;
  }
  .historyContent--01 .inner .firstBlock ul li h4 span {
    font-size: 12px;
    font-weight: bold;
  }
  .historyContent--01 .inner .firstBlock ul li p {
    color: #47515F;
    font-size: 14px;
    line-height: 2;
  }
  .historyContent--01 .inner .firstBlock ul li:last-child {
    background: #0088D4;
    margin: 0;
  }
  .historyContent--01 .inner .firstBlock ul li:last-child:after {
    background: url(../../../assets/img/company/history/obj_arrow_01.png) no-repeat;
    content: "";
    display: block;
    width: 66px;
    height: 77px;
    position: absolute;
    bottom: -77px;
    left: 50%;
    margin: 0 0 0 -33px;
  }
  .historyContent--01 .inner .firstBlock ul li:last-child h4 {
    color: #FFF;
  }
  .historyContent--01 .inner .firstBlock ul li:last-child p {
    color: #FFF;
  }
  .historyContent--01 .inner .secondBlock {
    padding: 40px 100px;
  }
  .historyContent--01 .inner .secondBlock h3 {
    color: #47515F;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    margin: 0 0 30px;
  }
  .historyContent--01 .inner .secondBlock ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .historyContent--01 .inner .secondBlock ul li {
    background: #0088D4;
    width: 48%;
    margin: 0 auto 0;
    padding: 20px 1.5em;
    position: relative;
  }
  .historyContent--01 .inner .secondBlock ul li h4 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin: 0 0 30px;
  }
  .historyContent--01 .inner .secondBlock ul li h4 span {
    font-size: 12px;
    font-weight: bold;
  }
  .historyContent--01 .inner .secondBlock ul li p {
    color: #47515F;
    font-size: 14px;
    line-height: 2;
  }
  .historyContent--01 .inner .secondBlock ul li:last-child {
    background: #0088D4;
  }
  .historyContent--01 .inner .secondBlock ul li:last-child:after {
    background: url(../../../assets/img/company/history/obj_arrow_02.png) no-repeat;
    content: "";
    display: block;
    width: 38px;
    height: 67px;
    position: absolute;
    bottom: -67px;
    left: 50%;
    margin: 0 0 0 -19px;
  }
  .historyContent--01 .inner .secondBlock ul li:last-child h4 {
    color: #FFF;
  }
  .historyContent--01 .inner .secondBlock ul li:last-child p {
    color: #FFF;
  }
  .historyContent--01 .inner .thirdBlock {
    padding: 60px 100px;
    text-align: center;
    margin: 0 0 70px;
  }
  .historyContent--01 .inner .thirdBlock h3 {
    color: #47515F;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    margin: 0 0 30px;
  }
  .historyContent--01 .inner .thirdBlock h4 {
    color: #FFF;
    background: -webkit-gradient(linear, left top, right top, from(#141b4d), to(#1A90A5));
    background: linear-gradient(to right, #141b4d 0%, #1A90A5 100%);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 64px;
    height: 64px;
    width: 336px;
    display: block;
    margin: 0 auto 64px;
  }
  .historyContent--01 .inner .thirdBlock img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 432px;
  }
  .historyContent--01 .inner > p {
    color: #47515F;
    font-size: 16px;
    line-height: 2;
  }
  .historyContent--02 .inner {
    padding: 130px 100px !important;
  }
  .historyContent--02 .inner h2 {
    color: #47515F;
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    line-height: 2.2;
    margin: 0 0 90px;
  }
  .historyContent--02 .inner .historyBox {
    background: #FFF;
    border: 1px solid #EFEFEF;
  }
  .historyContent--02 .inner .historyBox dl {
    border-bottom: 1px solid #EFEFEF;
    padding: 20px 0;
  }
  .historyContent--02 .inner .historyBox dl.last {
    border: none;
  }
  .historyContent--02 .inner .historyBox dl dt {
    color: #47515F;
    display: inline-block;
    width: 120px;
    text-align: left;
    vertical-align: top;
    padding: 0 0 0 2em;
    font-size: 14px;
    line-height: 1.8;
  }
  .historyContent--02 .inner .historyBox dl dd {
    color: #47515F;
    display: inline-block;
    width: calc(100% - 120px);
    vertical-align: top;
    font-size: 14px;
    line-height: 1.8;
  }
  .historyContent--02 .inner .historyBox dl dd ul li {
    border-bottom: 1px solid #EFEFEF;
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
  .historyContent--02 .inner .historyBox dl dd ul li:last-child {
    border: none;
    padding: 0;
    margin: 0;
  }
  .historyContent--02 .inner .historyBox dl dd ul li .name {
    display: inline-block;
    width: 200px;
    vertical-align: top;
  }
  .historyContent--02 .inner .historyBox dl dd ul li .address {
    display: inline-block;
    width: calc(100% - 200px);
    vertical-align: top;
  }

  .dataWrap {
    position: relative;
    z-index: 2;
  }
  .dataWrap__title {
    font-size: 32px;
    letter-spacing: 0.15em;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
  }
  .dataWrap .inner {
    max-width: 690px;
    margin: 0 auto;
  }
  .dataWrap .inner .dataContents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
    gap: 20px;
  }
  .dataWrap .inner .dataContent {
    background: #FFF;
    width: calc((100% / 2) - 10px );
    background-color: rgba(20, 27, 77, 0.1);
    padding: 25px 30px;
  }
  .dataWrap .inner .dataContent h3 {
    color: #141b4d;
    font-size: 20px;
    font-weight: bold;
  }
  .dataWrap .inner .dataContent h3 .small {
    font-weight: bold;
    line-height: 1.5714285714;
    font-size: 14px;
  }
  .dataWrap .inner .dataContent .imgBox {
    position: relative;
    margin-top: 20px;
    text-align: center;
    display: grid;
    place-items: center;
    height: 103px;
  }
  .dataWrap .inner .dataContent .imgBox img {
    width: auto;
    max-height: 103px;
  }
  .dataWrap .inner .dataContent .imgBox .num {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 56px;
    color: #141b4d;
    font-weight: bold;
    letter-spacing: -0.02em;
  }
  .dataWrap .inner .dataContent .imgBox .num span {
    font-size: 90px;
    font-weight: bold;
    letter-spacing: -0.02em;
  }
  .dataWrap .inner .dataContent .txtBox {
    margin-top: 20px;
  }
  .dataWrap .inner .dataContent .txtBox p {
    color: #454f5d;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.9285714286;
    letter-spacing: 0.075em;
  }
  .dataWrap--business {
    margin-bottom: 150px;
  }
  .dataWrap--workStyle {
    margin-bottom: 150px;
  }
  .dataWrap--workStyle .inner .dataContent {
    background-color: rgba(175, 39, 47, 0.1);
  }
  .dataWrap--workStyle .inner .dataContent h3 {
    color: #af272f;
    line-height: 1.3;
    position: relative;
    z-index: 2;
  }
  .dataWrap--workStyle .inner .dataContent .imgBox .num {
    color: #af272f;
  }
  .dataWrap--workStyle .inner .dataContent--01 .imgBox, .dataWrap--workStyle .inner .dataContent--02 .imgBox {
    height: 127px;
    margin-top: -9px;
  }
  .dataWrap--workStyle .inner .dataContent--01 .imgBox img, .dataWrap--workStyle .inner .dataContent--02 .imgBox img {
    max-height: 127px;
  }
  .dataWrap--workStyle .inner .dataContent--01 .txtBox, .dataWrap--workStyle .inner .dataContent--02 .txtBox {
    margin-top: 10px;
  }
  .dataWrap--award {
    margin-bottom: 150px;
  }
  .dataWrap--award .inner .dataWrap__title {
    line-height: 1.4;
  }
  .dataWrap--award .inner .dataContent {
    height: 353px;
    padding: 30px 0;
    background-color: rgba(154, 219, 235, 0.4);
  }
  .dataWrap--award .inner .dataContent h3 {
    line-height: 1.4;
    position: relative;
    z-index: 2;
    text-align: center;
  }
  .dataWrap--award .inner .dataContent .imgBox {
    margin: 0;
    width: 100%;
    height: auto;
  }
  .dataWrap--award .inner .dataContent .imgBox img {
    width: 100%;
    max-width: 275px;
    max-height: inherit;
  }
  .dataWrap--award .inner .dataContent--04 h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dataWrap--award .inner .dataContent--04 h3 span {
    font-weight: bold;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-right: 5px;
  }
  .dataWrap--award .inner .dataContent--06 .imgBox {
    margin: 0;
    width: 100%;
    height: auto;
  }
  .dataWrap--award .inner .dataContent--06 .imgBox img {
    width: 100%;
    max-width: 125px;
    max-height: inherit;
  }
  .dataWrap--award .inner .dataNotes {
    margin-top: 45px;
    margin-right: -25px;
  }
  .dataWrap--award .inner .dataNotes li {
    margin-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    line-height: 1.1538461538;
    color: #141b4d;
    letter-spacing: 0.1em;
  }
  .dataWrap--award .inner .dataNotes li span {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 31px;
  }

  .documentContent .inner {
    width: 80%;
    margin: 0 auto 100px;
  }
  .documentContent .inner .titleBox {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 24px;
    color: #47515F;
    font-weight: bold;
    margin-bottom: 130px;
    position: relative;
    padding-bottom: 20px;
  }
  .documentContent .inner .titleBox:after {
    background: #141b4d;
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -35px;
  }
  .documentContent .inner .downloadBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  .documentContent .inner .downloadBox .list {
    max-width: 340px;
  }
  .documentContent .inner .downloadBox .list h3 {
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    color: #444f5d;
    margin: 0 0 30px 0;
    position: relative;
    padding-left: 20px;
  }
  .documentContent .inner .downloadBox .list h3:before {
    background: #141b4d;
    content: "";
    display: block;
    width: 8px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .documentContent .inner .downloadBox .list p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 40px;
  }
  .documentContent .inner .downloadBox .list .imgBox {
    margin-bottom: 30px;
    -webkit-box-shadow: 2px 2px 5px rgba(35, 24, 21, 0.2);
            box-shadow: 2px 2px 5px rgba(35, 24, 21, 0.2);
  }
  .documentContent .inner .downloadBox .list .imgBox img {
    width: 100%;
  }
  .documentContent .inner .downloadBox .list a {
    color: #fff;
    background: #141b4d;
    padding: 20px 10px;
    text-align: center;
    border-radius: 6px;
    display: block;
    width: 140px;
    margin: 0 auto;
    font-size: 14px;
  }
  .documentContent .inner .downloadBox--02 {
    display: block;
  }
  .documentContent .inner .downloadBox--02 .list a {
    margin: 0 0 60px 40px;
  }

  .jsoltalentcommunityContent .inner {
    width: 80%;
    margin: 0 auto 100px;
    color: #454f5d;
  }
  .jsoltalentcommunityContent .inner .titleBox {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
  }
  .jsoltalentcommunityContent .inner .titleBox:after {
    background: #141b4d;
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -35px;
  }
  .jsoltalentcommunityContent .inner .textBox {
    margin-bottom: 60px;
    text-align: center;
    line-height: 1.7;
  }
  .jsoltalentcommunityContent .inner .meritBox .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 70px;
  }
  .jsoltalentcommunityContent .inner .meritBox .list .img-area img {
    width: 100%;
  }
  .jsoltalentcommunityContent .inner .meritBox .list .img-area--01 {
    width: 42px;
  }
  .jsoltalentcommunityContent .inner .meritBox .list .img-area--02, .jsoltalentcommunityContent .inner .meritBox .list .img-area--03, .jsoltalentcommunityContent .inner .meritBox .list .img-area--04 {
    width: 45px;
  }
  .jsoltalentcommunityContent .inner .meritBox .list .img-area--05 {
    width: 48px;
  }
  .jsoltalentcommunityContent .inner .meritBox .list .img-area--06 {
    width: 44px;
  }
  .jsoltalentcommunityContent .inner .meritBox .list .txt-area {
    margin-left: 20px;
    width: 90%;
  }
  .jsoltalentcommunityContent .inner .meritBox .list .txt-area h3 {
    color: #141b4d;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .jsoltalentcommunityContent .inner .meritBox .list .txt-area p {
    line-height: 1.7;
  }
  .jsoltalentcommunityContent .inner .linkbtn {
    font-size: 18px;
    color: #fff;
    background-color: #141b4d;
    width: 270px;
    height: 72px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    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-weight: bold;
    letter-spacing: 0.13em;
    position: relative;
  }
  .jsoltalentcommunityContent .inner .linkbtn:after {
    background: url(../../../assets/img/company/jsoltalentcommunity/arrow.svg) no-repeat;
    content: "";
    display: block;
    width: 12px;
    height: 10px;
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .ttlBlock .inner {
    width: 80%;
    margin: 0 auto;
    padding: 100px 0 !important;
  }
  .ttlBlock .inner .ruby {
    color: #46505e;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.04em;
    position: relative;
    padding: 0 0 40px;
    margin: 0 0 40px;
  }
  .ttlBlock .inner .ruby:after {
    background: #141b4d;
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -35px;
  }
  .ttlBlock .inner h2 {
    color: #47515F;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 40px;
    letter-spacing: 0.1em;
  }

  .slideBlock {
    position: relative;
  }
  .slideBlock .inner {
    position: relative;
    z-index: 3;
  }
  .slideBlock .inner .ttlBox {
    position: absolute;
    left: 100px;
    bottom: 15vw;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 0;
  }
  .slideBlock .inner .ttlBox.show {
    opacity: 1;
  }
  .slideBlock .inner .ttlBox h1.pc-on {
    min-height: 15vw;
    margin-bottom: 3vw;
    color: #47515F;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 2vw;
    letter-spacing: 0.1em;
  }
  .slideBlock .inner .ttlBox h1.pc-on span {
    color: #46505e;
    display: block;
    text-align: center;
    font-size: 1vw;
    line-height: 1.75;
    letter-spacing: 0.04em;
    position: relative;
    padding: 0 0 2vw;
    margin: 0 0 2vw;
  }
  .slideBlock .inner .ttlBox h1.pc-on span:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: block;
    width: 4vw;
    height: 3px;
    background: #141b4d;
  }
  .slideBlock .inner .ttlBox h2 span {
    background: #FFF;
    padding: 0 0.2em;
    display: inline-block;
    font-size: 1.953125vw;
    line-height: 1.6;
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    margin: 6px 0;
  }
  .slideBlock .sliderBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
  }
  .slideBlock .sliderBox .slick-slide {
    width: 100%;
  }
  .slideBlock .sliderBox .messageSlide li .img {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: 4s -webkit-transform ease-out;
    transition: 4s -webkit-transform ease-out;
    transition: 4s transform ease-out;
    transition: 4s transform ease-out, 4s -webkit-transform ease-out;
  }
  .slideBlock .sliderBox .messageSlide li.slide01 .img {
    background: url(../../../assets/img/company/message/img_key.jpg) no-repeat center center;
    background-size: cover;
  }
  .slideBlock .sliderBox .messageSlide li.slide02 .img {
    background: url(../../../assets/img/company/message/img_key_hover.jpg) no-repeat center center;
    background-size: cover;
  }
  .slideBlock .message-kv {
    position: relative;
  }
  .slideBlock .message-slide {
    z-index: 1;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition: all 2s;
    transition: all 2s;
    opacity: 1;
  }
  .slideBlock .message-slide--out {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  .slideBlock .message-slide--out:hover {
    -webkit-transition: all 2s;
    transition: all 2s;
    opacity: 0;
    z-index: 0;
  }
  .slideBlock .message-slide--out.fade-out {
    -webkit-transition: all 2s;
    transition: all 2s;
    opacity: 0;
    visibility: hidden;
  }

  .messageContent .inner {
    width: 80%;
    margin: 0 auto;
  }
  .messageContent--01 {
    padding: 60px 0;
  }
  .messageContent--01 .inner .profile .post {
    color: #46505e;
    display: block;
    font-size: 14px;
    margin: 0 0 20px;
  }
  .messageContent--01 .inner .profile .name {
    margin: 0 0 20px;
  }
  .messageContent--01 .inner .profile .name span {
    color: #46505e;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
  }
  .messageContent--01 .inner .profile .name span.ruby {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 0 16px;
  }
  .messageContent--01 .inner .profile p {
    color: #46505e;
    font-size: 14px;
    line-height: 2;
    text-align: justify;
  }
  .messageContent--02 {
    padding: 60px 0;
  }
  .messageContent--02 .inner:after {
    content: "";
    display: block;
    clear: both;
  }
  .messageContent--02 .inner .imgBox {
    float: left;
    width: 436px;
    margin: 0 0 0 -180px;
  }
  .messageContent--02 .inner .imgBox img {
    width: 100%;
  }
  .messageContent--02 .inner .txtBox {
    float: right;
    width: calc(100% - 336px);
  }
  .messageContent--02 .inner .txtBox h3 {
    color: #141b4d;
    font-size: 22px;
    line-height: 1.9;
    margin: 0 0 40px;
  }
  .messageContent--02 .inner .txtBox p {
    color: #46505e;
    font-size: 14px;
    line-height: 2;
    text-align: justify;
  }
  .messageContent--03 {
    padding: 60px 0;
  }
  .messageContent--03 .inner:after {
    content: "";
    display: block;
    clear: both;
  }
  .messageContent--03 .inner .imgBox {
    float: right;
    width: 436px;
    margin: 0 -180px 0 0;
  }
  .messageContent--03 .inner .imgBox img {
    width: 100%;
  }
  .messageContent--03 .inner .txtBox {
    float: left;
    width: calc(100% - 336px);
  }
  .messageContent--03 .inner .txtBox h3 {
    color: #141b4d;
    font-size: 22px;
    line-height: 1.9;
    margin: 0 0 40px;
  }
  .messageContent--03 .inner .txtBox p {
    color: #46505e;
    font-size: 14px;
    line-height: 2;
    text-align: justify;
  }
  .messageContent--03 .inner .txtBox .memo {
    margin-top: 30px;
    font-size: 12px;
  }
  .messageContent--04 {
    padding: 60px 0;
  }
  .messageContent--04 .inner:after {
    content: "";
    display: block;
    clear: both;
  }
  .messageContent--04 .inner .imgBox {
    margin: 0 0 0 -180px;
    position: relative;
    z-index: 2;
  }
  .messageContent--04 .inner .imgBox img {
    width: 100%;
  }
  .messageContent--04 .inner .txtBox {
    background: #FFF;
    float: right;
    width: calc(100% - 336px);
    min-width: 340px;
    padding: 40px 0 40px 30px;
    margin: -250px 0 0;
    position: relative;
    z-index: 3;
  }
  .messageContent--04 .inner .txtBox h3 {
    color: #141b4d;
    font-size: 22px;
    line-height: 1.9;
    margin: 0 0 40px;
  }
  .messageContent--04 .inner .txtBox p {
    color: #46505e;
    font-size: 14px;
    line-height: 2;
    text-align: justify;
  }
  .messageContent--05 {
    margin-bottom: 100px;
  }
  .messageContent--05 .titleBox {
    text-align: center;
    font-size: 22px;
    color: #141b4d;
    font-weight: bold;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 20px;
  }
  .messageContent--05 .titleBox:after {
    background: #141b4d;
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -35px;
  }
  .messageContent--05 .cont {
    padding: 100px 0;
    background: rgba(20, 27, 77, 0.1);
  }
  .messageContent--05 .cont .inner:after {
    content: "";
    display: block;
    clear: both;
  }
  .messageContent--05 .cont .inner .imgBox {
    float: left;
    width: 436px;
    margin: 0 0 0 -180px;
  }
  .messageContent--05 .cont .inner .imgBox img {
    width: 100%;
  }
  .messageContent--05 .cont .inner .txtBox {
    float: right;
    width: calc(100% - 336px);
  }
  .messageContent--05 .cont .inner .txtBox h3 {
    color: #141b4d;
    font-size: 22px;
    line-height: 1.9;
    margin: 0 0 40px;
  }
  .messageContent--05 .cont .inner .txtBox p {
    color: #46505e;
    font-size: 14px;
    line-height: 2;
    text-align: justify;
  }
  .messageContent--06 {
    margin-bottom: 100px;
  }

  .iframe-box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: calc(360 / 640 * 100%) 0 0;
  }
  .iframe-box video {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .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: #141b4d;
    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;
  }
  .related > .inner ul li .txtBox .name {
    color: #141b4d;
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0em;
  }
  .related > .inner ul li .txtBox .name.min {
    letter-spacing: -0.05em;
  }
  .related > .inner ul li .txtBox .info {
    color: #141b4d;
    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;
  }

  _:-ms-lang(x)::-ms-backdrop, .related > .inner .nextLink .inner a {
    padding: 3px 0 0;
  }

  .moviegalleryContent .inner {
    width: 80%;
    margin: 0 auto 100px;
  }
  .moviegalleryContent--01 .inner {
    padding: 60px 0;
  }
  .moviegalleryContent--01 .inner h2 {
    color: #47515F;
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    line-height: 1.4;
    margin: 0 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .moviegalleryContent--01 .inner .youtube-link {
    background: #141b4d;
    position: relative;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    display: block;
    padding: 14px 40px 14px 14px;
    margin: 0 0 0 50px;
    border-radius: 5px;
  }
  .moviegalleryContent--01 .inner .youtube-link::after {
    background: url(../../../assets/img/company/moviegallery/icon_link.svg) no-repeat center center;
    background-size: 100%;
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 1em;
    margin: -8px 0 0;
  }
}
@media screen and (min-width: 800px) and (max-width: 1024px) {
  .keyBlock {
    background: none !important;
  }
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .dataWrap {
    position: relative;
    z-index: 2;
  }
  .dataWrap__title {
    font-size: 32px;
    letter-spacing: 0.15em;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
  }
  .dataWrap .inner {
    max-width: 690px;
    margin: 0 auto;
  }
  .dataWrap .inner .dataContents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
    gap: 20px;
  }
  .dataWrap .inner .dataContent {
    background: #FFF;
    width: calc((100% / 2) - 10px );
    background-color: rgba(20, 27, 77, 0.1);
    padding: 25px 30px;
  }
  .dataWrap .inner .dataContent h3 {
    color: #141b4d;
    font-size: 20px;
    font-weight: bold;
  }
  .dataWrap .inner .dataContent h3 .small {
    font-weight: bold;
    line-height: 1.5714285714;
    font-size: 14px;
  }
  .dataWrap .inner .dataContent .imgBox {
    margin-top: 20px;
    text-align: center;
    display: grid;
    place-items: center;
    height: 103px;
  }
  .dataWrap .inner .dataContent .imgBox img {
    width: auto;
    max-height: 103px;
  }
  .dataWrap .inner .dataContent .txtBox {
    margin-top: 20px;
  }
  .dataWrap .inner .dataContent .txtBox p {
    color: #454f5d;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.9285714286;
    letter-spacing: 0.075em;
  }
  .dataWrap--business {
    margin-bottom: 150px;
  }
  .dataWrap--workStyle {
    margin-bottom: 240px;
  }
  .dataWrap--workStyle .inner .dataContent {
    background-color: rgba(175, 39, 47, 0.1);
  }
  .dataWrap--workStyle .inner .dataContent h3 {
    color: #af272f;
    line-height: 1.3;
    position: relative;
    z-index: 2;
  }
  .dataWrap--workStyle .inner .dataContent .imgBox .num {
    color: #af272f;
  }
  .dataWrap--workStyle .inner .dataContent--01 .imgBox, .dataWrap--workStyle .inner .dataContent--02 .imgBox {
    height: 127px;
    margin-top: -9px;
  }
  .dataWrap--workStyle .inner .dataContent--01 .imgBox img, .dataWrap--workStyle .inner .dataContent--02 .imgBox img {
    max-height: 127px;
  }
  .dataWrap--workStyle .inner .dataContent--01 .txtBox, .dataWrap--workStyle .inner .dataContent--02 .txtBox {
    margin-top: 10px;
  }
}
/* modals ------------------------------------------------------------------- */
ul.youtubeList {
  padding: 0;
  margin: 0;
  border: none;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.youtubeList li {
  width: calc(100% / 2 - 35px);
  position: relative;
}

ul.youtubeList li a {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin: 0 0 70px;
  line-height: 1.5;
}

ul.youtubeList li a:hover {
  text-decoration: none;
}

ul.youtubeList li a:hover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}

ul.youtubeList li a:hover:after {
  font-weight: 900;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  color: #FFF;
}

ul.youtubeList li a img {
  border-radius: 2px 2px 0 0;
  margin: 0 0 28px;
  width: 100%;
  border: #ccc 1px solid;
}

ul.youtubeList li a p {
  font-size: 20px;
  padding: 0 0 0 10px;
  font-family: "Noto Serif JP", serif;
  border-left: 8px solid #141b4d;
  line-height: 1.5;
  color: #47515F;
}

ul.youtubeList li a span {
  font-size: 15px;
  color: #47515F;
  display: block;
  margin: 15px 0 0;
}

/* modal */
.ed-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
  -webkit-animation: modal-open 200ms linear 0s normal forwards;
          animation: modal-open 200ms linear 0s normal forwards;
}

@-webkit-keyframes modal-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes modal-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
div#modalOverlay {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.ed-closeModal {
  position: absolute;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ed-closeModal::before {
  background: url(../../../assets/img/common/ico_modalBtn_close.svg) no-repeat center center;
  background-size: 100%;
  content: "";
  width: 16px;
  height: 16px;
  display: block;
}

.ed-closeModal::after {
  content: "閉じる";
  font-size: 16px;
  width: auto;
  display: block;
  height: auto;
  font-weight: bold;
  margin: 0 0 0 10px;
}

.modalContent {
  max-width: 100%;
  margin: auto;
  position: relative;
  width: 890px;
  background: #fff;
  padding: 60px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.video {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.video iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  ul.youtubeList li {
    width: 100%;
  }

  .modalContent {
    padding: 12px 12px 42px;
  }

  div#modalOverlay {
    padding: 15px;
  }

  .ed-closeModal {
    bottom: 10px;
    right: 12px;
  }

  .ed-closeModal::before {
    width: 13px;
    height: 13px;
  }
}
