@charset "UTF-8";
@media screen and (max-width: 1024px) {
  .related {
    position: relative;
    padding: 0 0 50px;
  }
  .related:before {
    background: rgba(20, 27, 77, 0.1);
    content: "";
    width: 100%;
    height: calc(100% - 10px);
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 0;
    display: block;
  }
  .related > .inner {
    position: relative;
    z-index: 2;
    width: 92%;
    margin: 0 auto;
    padding: 0 !important;
  }
  .related > .inner > h2 {
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 0 50px;
  }
  .related > .inner h3 {
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: relative;
    margin: 0 0 20px;
    line-height: 1.2;
  }
  .related > .inner h3:after {
    background: #141b4d;
    content: "";
    display: block;
    width: calc(100% - 12em);
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
  }
  .related > .inner .ruby {
    color: #46505e;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 40px;
  }
  .related > .inner .ruby span {
    color: #fff;
    display: inline-block;
    background: #141b4d;
    vertical-align: middle;
    padding: 3px 1em;
    font-size: 12px;
    margin: 0 0 10px;
  }
  .related > .inner ul {
    margin: 0 0 70px;
  }
  .related > .inner ul li {
    max-width: 250px;
    margin: 0 auto 30px;
  }
  .related > .inner ul li:last-child {
    margin: 0 auto;
  }
  .related > .inner ul li a {
    display: block;
    margin: 0 0 10px;
  }
  .related > .inner ul li a .imgBox {
    display: block;
    width: 100%;
  }
  .related > .inner ul li a .imgBox img {
    display: block;
    width: 100%;
  }
  .related > .inner ul li .txtBox .name {
    color: #141b4d;
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 17px;
    font-weight: 600;
  }
  .related > .inner ul li .txtBox .info {
    color: #46505e;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
  }
  .related > .inner ul .solution-item {
    width: 250px;
  }
  .related > .inner .event-block {
    margin-bottom: 70px;
  }
  .related > .inner .event-block .inner {
    padding: 0 !important;
    width: 92%;
    margin: 0 auto 20px;
  }
  .related > .inner .event-block .inner img {
    width: 100%;
  }
  .related > .inner .event-block .inner a {
    display: block;
  }
  .related > .inner .banner-jmag {
    width: 100%;
    padding-bottom: 30px;
  }
  .related > .inner .banner-jmag .inner {
    width: 90%;
    margin-inline: auto;
  }
  .related > .inner .banner-jmag img {
    width: 100%;
  }
  .related > .inner .nextcareer-Link {
    background: url(../../../assets/img/people/reason/bg_next_sp.jpg) no-repeat;
    background-size: cover;
    width: 92%;
    min-height: 250px;
    margin: 0 auto;
  }
  .related > .inner .nextcareer-Link .inner {
    height: 250px;
    padding: 30px 0 0 !important;
  }
  .related > .inner .nextcareer-Link .inner h2 {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 25px;
    line-height: 1.6;
    font-weight: 600;
    text-align: center;
    padding: 0 0 20px;
    margin: 0 0 20px;
    position: relative;
  }
  .related > .inner .nextcareer-Link .inner h2:after {
    background: #fff;
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -10px;
  }
  .related > .inner .nextcareer-Link .inner p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: 0 0 30px;
  }
  .related > .inner .nextcareer-Link .inner a {
    background: #fff;
    color: #141b4d;
    display: block;
    width: 128px;
    line-height: 30px;
    height: 30px;
    margin: 0 auto;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .related > .inner .nextblock .nextLink--next {
    background: url(../../../assets/img/people/reason/bg_next_sp.jpg) no-repeat;
    width: 92%;
    height: 250px;
    background-size: cover;
    margin: 0 auto 50px;
  }
  .related > .inner .nextblock .nextLink--campaign {
    background: url(../../../assets/img/people/reason/bg_campaign_sp.jpg) no-repeat;
    width: 92%;
    height: 250px;
    background-size: cover;
    margin: 0 auto 20px;
  }
  .related > .inner .nextblock .nextLink .inner {
    height: 250px;
    padding: 30px 0 0 !important;
  }
  .related > .inner .nextblock .nextLink .inner h2 {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 25px;
    line-height: 1.6;
    font-weight: 600;
    text-align: center;
    padding: 0 0 20px;
    margin: 0 0 20px;
    position: relative;
  }
  .related > .inner .nextblock .nextLink .inner h2:after {
    background: #fff;
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -10px;
  }
  .related > .inner .nextblock .nextLink .inner p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: 0 0 30px;
  }
  .related > .inner .nextblock .nextLink .inner a {
    background: #fff;
    color: #141b4d;
    display: block;
    width: 128px;
    line-height: 30px;
    height: 30px;
    margin: 0 auto;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    padding-left: 20px;
  }
  .related > .inner .nextblock .nextLink .inner a:after {
    background: url(../../../assets/img/index/ico_outside_02.svg) no-repeat;
    content: "";
    display: block;
    width: 16px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -5px 0 0;
  }
  .related > .inner .nextblock .nextLink .inner .campaign-link {
    background: #141b4d;
    color: #fff;
    width: 130px;
    line-height: 35px;
    height: 35px;
    border-radius: 35px;
    padding-left: 10px;
    position: absolute;
    top: 190px;
    left: 70px;
  }
  .related > .inner .nextblock .nextLink .inner .campaign-link::after {
    background: url(../../../assets/img/index/ico_outside.svg) no-repeat;
    right: 10px;
  }
  .related > .inner .related__title {
    margin-bottom: 0;
    letter-spacing: 0.2em;
  }
  .related > .inner .related__title--staff::after {
    width: calc(100% - 12em);
  }
  .related > .inner .related__title--interview::after {
    width: calc(100% - 14em);
  }
  .related > .inner .related__title--division::after {
    width: calc(100% - 12em);
  }
  .related > .inner .related__title--podcast {
    letter-spacing: 0.06em;
  }
  .related > .inner .related__title--podcast::after {
    width: calc(100% - 9em);
  }
  .related > .inner .related__title--interview,
.related > .inner .related__title--division {
    margin-bottom: 0;
  }
  .related > .inner .related__staff {
    position: relative;
    padding-top: 10px;
    overflow: hidden;
  }
  .related > .inner .related__staff .related__sliderNav {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
  }
  .related > .inner .related__staff .related__sliderCont {
    padding-top: 55px;
  }
  .related > .inner .related__staff .staff__ttl {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 18px;
    color: #141b4d;
    letter-spacing: 0.075em;
    line-height: 1.5;
  }
  .related > .inner .related__staff .staff__name {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #46505e;
    letter-spacing: 0.075em;
    line-height: 1.5;
  }
  .related > .inner .related__staff .staff__info {
    display: inline-block;
    color: #46505e;
    font-size: 12px;
    line-height: 1.5;
  }
  .related > .inner .related__interview {
    position: relative;
  }
  .related > .inner .related__interview .related__title--sub {
    position: absolute;
    top: 15px;
    left: 0;
    color: #46505e;
    font-size: 14px;
    line-height: 1.5;
  }
  .related > .inner .related__interview .ttl {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #46505e;
    letter-spacing: 0.075em;
    line-height: 2;
  }
  .related > .inner .related__division {
    padding-top: 40px;
  }
  .related > .inner .related__division .ttl {
    font-size: 18px;
    color: #141b4d;
    line-height: 1.5555555556;
  }
  .related > .inner .related__podcast {
    padding-top: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .related > .inner .related__podcast li {
    width: 290px;
  }
  .related > .inner .related__podcast a {
    margin-bottom: 0;
  }
  .related > .inner .related__podcast .txtBox {
    display: inline-block;
    margin-top: 15px;
  }
  .related > .inner .related__podcast .txtBox .ttl {
    font-weight: bold;
    font-size: 14px;
    color: #46505e;
  }
  .related .changerList .name {
    color: #141b4d;
    display: inline-block !important;
    background: #fff;
    font-size: 18px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    margin: 0 0 5px;
    letter-spacing: 0.075em;
  }
  .related .changerList .info {
    color: #141b4d;
    display: inline-block !important;
    background: #fff;
    font-size: 12px;
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
    letter-spacing: 0.035em;
  }
  .related__title--business {
    margin: 0 0 40px !important;
  }
  .related__title--business::after {
    width: calc(100% - 23em) !important;
  }
  .related .txtBoxFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 35px;
  }
  .related .txtBoxFlex .txtBox--center {
    min-width: 80px;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .related {
    position: relative;
    padding: 0 0 100px;
  }
  .related:before {
    background: rgba(20, 27, 77, 0.1);
    content: "";
    width: 100%;
    height: calc(100% - 16px);
    position: absolute;
    z-index: 1;
    top: 16px;
    left: 0;
    display: block;
  }
  .related > .inner {
    position: relative;
    z-index: 2;
    width: 690px;
    margin: 0 auto;
    padding: 0 !important;
  }
  .related > .inner > h2 {
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 0 100px;
  }
  .related > .inner h3 {
    color: #141b4d;
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: relative;
    margin: 0 0 20px;
  }
  .related > .inner h3:after {
    background: #141b4d;
    content: "";
    display: block;
    width: calc(100% - 12em);
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
  }
  .related > .inner h3.related__title--solution {
    margin-top: -80px;
  }
  .related > .inner .ruby {
    color: #46505e;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 40px;
  }
  .related > .inner .ruby span {
    color: #fff;
    display: inline-block;
    background: #141b4d;
    vertical-align: middle;
    padding: 3px 1em;
    font-size: 12px;
    margin: 0 1em 0 0;
  }
  .related > .inner .divisionList {
    gap: 0;
  }
  .related > .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 70px;
  }
  .related > .inner ul li {
    width: 210px;
    margin: 0 30px 30px 0;
  }
  .related > .inner ul li:last-child {
    margin: 0;
  }
  .related > .inner ul li:nth-child(3) {
    margin: 0 0 30px;
  }
  .related > .inner ul li a {
    display: block;
    margin: 0 0 10px;
  }
  .related > .inner ul li a .imgBox {
    display: block;
  }
  .related > .inner ul li a .imgBox img {
    display: block;
  }
  .related > .inner ul li .txtBox .name {
    color: #141b4d;
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 600;
  }
  .related > .inner ul li .txtBox .name.min {
    letter-spacing: -0.05em;
  }
  .related > .inner ul li .txtBox .info {
    color: #46505e;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
  }
  .related > .inner ul li .txtBox .info.min {
    font-size: 10px;
  }
  .related > .inner .event-block {
    margin-bottom: 80px;
  }
  .related > .inner .event-block .inner {
    padding: 0 !important;
  }
  .related > .inner .event-block .inner img {
    width: 100%;
  }
  .related > .inner .event-block .inner a {
    display: block;
  }
  .related > .inner .banner-jmag {
    width: 100%;
    padding-bottom: 50px;
  }
  .related > .inner .banner-jmag .inner {
    width: 690px;
    padding: 0;
  }
  .related > .inner .banner-jmag img {
    width: 100%;
  }
  .related > .inner .nextcareer-Link {
    background: url(../../../assets/img/people/reason/bg_next_pc.jpg) no-repeat;
    width: 690px;
    height: 270px;
  }
  .related > .inner .nextcareer-Link .inner {
    height: 250px;
    padding: 66px 0 0 !important;
  }
  .related > .inner .nextcareer-Link .inner h2 {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    padding: 0 0 20px;
    margin: 0 0 20px;
    position: relative;
  }
  .related > .inner .nextcareer-Link .inner h2:after {
    background: #fff;
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -10px;
  }
  .related > .inner .nextcareer-Link .inner p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0 0 40px;
  }
  .related > .inner .nextcareer-Link .inner a {
    background: #fff;
    color: #141b4d;
    display: block;
    width: 150px;
    line-height: 38px;
    height: 38px;
    margin: 0 auto;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .related > .inner .nextblock .nextLink {
    margin: 0 auto;
    position: relative;
  }
  .related > .inner .nextblock .nextLink--next {
    background: url(../../../assets/img/people/reason/bg_next_pc.jpg) no-repeat;
    width: 330px;
    height: 270px;
    background-size: cover;
  }
  .related > .inner .nextblock .nextLink--campaign {
    background: url(../../../assets/img/people/reason/bg_campaign_pc.jpg) no-repeat;
    width: 330px;
    height: 270px;
    background-size: cover;
    margin-bottom: 30px;
  }
  .related > .inner .nextblock .nextLink .inner {
    height: 250px;
    padding: 35px 0 0 !important;
  }
  .related > .inner .nextblock .nextLink .inner h2 {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    padding: 0 0 20px;
    margin: 0 0 20px;
    position: relative;
    line-height: 1.5;
  }
  .related > .inner .nextblock .nextLink .inner h2:after {
    background: #fff;
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -10px;
  }
  .related > .inner .nextblock .nextLink .inner p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0 0 40px;
  }
  .related > .inner .nextblock .nextLink .inner a {
    background: #fff;
    color: #141b4d;
    display: block;
    width: 160px;
    line-height: 38px;
    height: 38px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    padding-left: 30px;
  }
  .related > .inner .nextblock .nextLink .inner a::after {
    background: url(../../../assets/img/index/ico_outside_02.svg) no-repeat;
    content: "";
    display: block;
    width: 16px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -5px 0 0;
  }
  .related > .inner .nextblock .nextLink .inner .campaign-link {
    background: #141b4d;
    color: #fff;
    width: 163px;
    line-height: 46px;
    height: 46px;
    border-radius: 23px;
    padding-left: 15px;
    position: absolute;
    bottom: 25px;
    left: 35px;
  }
  .related > .inner .nextblock .nextLink .inner .campaign-link::after {
    background: url(../../../assets/img/index/ico_outside.svg) no-repeat;
    right: 20px;
  }
  .related > .inner .related__title {
    margin-bottom: 0;
    letter-spacing: 0.2em;
  }
  .related > .inner .related__title--staff::after {
    width: calc(100% - 12em);
  }
  .related > .inner .related__title--interview::after {
    width: calc(100% - 14em);
  }
  .related > .inner .related__title--division::after {
    width: calc(100% - 12em);
  }
  .related > .inner .related__title--podcast {
    letter-spacing: 0.06em;
  }
  .related > .inner .related__title--podcast::after {
    width: calc(100% - 9em);
  }
  .related > .inner .related__title--interview,
.related > .inner .related__title--division {
    margin-bottom: 0;
  }
  .related > .inner .related__staff {
    position: relative;
    padding-top: 10px;
    overflow: hidden;
  }
  .related > .inner .related__staff .related__sliderNav {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
  }
  .related > .inner .related__staff .related__sliderCont {
    padding-top: 55px;
  }
  .related > .inner .related__staff .staff__ttl {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 18px;
    color: #141b4d;
    letter-spacing: 0.075em;
    line-height: 1.5;
  }
  .related > .inner .related__staff .staff__name {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #46505e;
    letter-spacing: 0.075em;
    line-height: 1.5;
  }
  .related > .inner .related__staff .staff__info {
    display: inline-block;
    color: #46505e;
    font-size: 12px;
    line-height: 1.5;
  }
  .related > .inner .related__interview {
    position: relative;
  }
  .related > .inner .related__interview .related__title--sub {
    position: absolute;
    top: 15px;
    left: 0;
    color: #46505e;
    font-size: 14px;
    line-height: 1.5;
  }
  .related > .inner .related__interview .ttl {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #46505e;
    letter-spacing: 0.075em;
    line-height: 2;
  }
  .related > .inner .related__division {
    padding-top: 40px;
  }
  .related > .inner .related__division .ttl {
    font-size: 18px;
    color: #141b4d;
    line-height: 1.5555555556;
  }
  .related > .inner .related__podcast {
    padding-top: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .related > .inner .related__podcast li {
    width: 290px;
  }
  .related > .inner .related__podcast a {
    margin-bottom: 0;
  }
  .related > .inner .related__podcast .txtBox {
    display: inline-block;
    margin-top: 15px;
  }
  .related > .inner .related__podcast .txtBox .ttl {
    font-weight: bold;
    font-size: 14px;
    color: #46505e;
  }
  .related__title--business::after {
    width: calc(100% - 23em) !important;
  }
  .related .changerList .name {
    color: #141b4d;
    display: inline-block !important;
    background: #fff;
    font-size: 18px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    margin: 0 0 5px;
    letter-spacing: 0.075em;
  }
  .related .changerList .info {
    color: #141b4d;
    display: inline-block !important;
    background: #fff;
    font-size: 12px;
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
    letter-spacing: 0.035em;
  }
  .related .txtBoxFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 35px;
  }
  .related .txtBoxFlex .txtBox--center {
    min-width: 80px;
    text-align: center;
  }
}
.charm {
  color: #141b4d;
  margin: 40px auto 140px;
}
@media screen and (max-width: 1024px) {
  .charm {
    margin-bottom: 70px;
  }
}
.charm .inner {
  padding: 0 !important;
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .charm .inner {
    width: 92%;
  }
}
.charm ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .charm ul {
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.charm ul li {
  width: calc(100% / 3 - 50px / 3);
  max-width: 250px;
}
@media screen and (max-width: 1024px) {
  .charm ul li {
    width: 100%;
  }
}
.charm ul li a {
  display: block;
}
.charm ul li a img {
  width: 100%;
}
.charm ul li .txtBox {
  margin-top: 10px;
}
.charm ul li .txtBox h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.4;
}
.charm ul li .txtBox .info {
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .charm ul li .txtBox .info {
    font-size: 12px;
  }
}
.charm ul li .txtBox .name {
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .charm ul li .txtBox .name {
    font-size: 12px;
  }
}
.charm ul li.act {
  opacity: 0.5;
}
.charm ul li.act a {
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .pc-i-on {
    display: none;
  }
}
.cocreationdigital * {
  color: #141b4d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.cocreationdigital img {
  width: 100%;
  height: auto;
}
.cocreationdigital .kv__headerSubTitle {
  background: -webkit-gradient(linear, left top, right top, from(#141b4d), color-stop(35%, #141b4d), to(#af272f));
  background: linear-gradient(to right, #141b4d 0%, #141b4d 35%, #af272f 100%);
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .kv__headerSubTitle {
    font-size: 14px;
    line-height: 1.25;
  }
}
.cocreationdigital .kv__headerTitle {
  color: #141b4d;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  padding: 35px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .kv__headerTitle {
    font-size: 18px;
    padding: 26px;
  }
}
.cocreationdigital .kv__contents {
  padding-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .kv__contents {
    padding-bottom: 0;
  }
}
.cocreationdigital .kv__img {
  height: calc(100vh - 135px);
  max-height: 670px;
  width: 100%;
  background: url("../../../assets/img/person/cocreationdigital/kv.jpg") no-repeat center top/cover;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .kv__img {
    background: url("../../../assets/img/person/cocreationdigital/kv_sp.jpg") no-repeat center center/cover;
    aspect-ratio: 1.1194029851;
    height: initial;
  }
}
.cocreationdigital .kv__contentsTtl {
  text-align: center;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .cocreationdigital .kv__contentsTtl {
    position: absolute;
    left: 50%;
    bottom: 0px;
    min-width: 840px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .kv__contentsTtl {
    position: relative;
    margin-top: -25px;
  }
}
.cocreationdigital .kv__contentsTtlHeader {
  background: -webkit-gradient(linear, left top, right top, from(#141b4d), color-stop(35%, #141b4d), to(#af272f));
  background: linear-gradient(to right, #141b4d 0%, #141b4d 35%, #af272f 100%);
  font-weight: bold;
  padding: 8px;
  border-radius: 10px 10px 0 0;
}
.cocreationdigital .kv__contentsTtlHeader span {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .kv__contentsTtlHeader span {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
@media screen and (min-width: 1025px) {
  .cocreationdigital .kv__contentsTtlHeader > span::before, .cocreationdigital .kv__contentsTtlHeader > span::after {
    display: inline-block;
    content: "—";
    margin: 0 0.25em;
  }
}
.cocreationdigital .kv__contentsTtlBody {
  background-color: #ffffff;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .kv__contentsTtlBody {
    padding: 25px;
  }
}
.cocreationdigital .kv__contentsTtlBody span {
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .kv__contentsTtlBody span {
    font-size: 19px;
  }
}
.cocreationdigital .profile {
  padding: 70px 20px 120px;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .profile {
    padding: 40px 20px 50px;
  }
}
.cocreationdigital .profile__inner {
  max-width: 700px;
  margin: auto;
}
.cocreationdigital .profile__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 500;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(to right, #141b4d 0%, #141b4d 35%, #af272f 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#141b4d), color-stop(35%, #141b4d), to(#af272f)) 1;
     border-image: linear-gradient(to right, #141b4d 0%, #141b4d 35%, #af272f 100%) 1;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .profile__title {
    font-size: 18px;
  }
}
.cocreationdigital .profile__lists {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .profile__lists {
    margin: 35px auto 0;
    max-width: 220px;
  }
}
.cocreationdigital .profile__list:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .profile__list:not(:first-of-type) {
    margin-top: 45px;
  }
}
.cocreationdigital .profileList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .profileList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.cocreationdigital .profileList__image {
  width: 280px;
  max-width: 100%;
  position: relative;
}
.cocreationdigital .profileList__textContents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 16px;
  border-left: 3px solid;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .profileList__textContents {
    margin-top: 25px;
  }
}
.cocreationdigital .profileList__name {
  font-size: 22px;
  line-height: 1.6363636364;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .profileList__name {
    font-size: 17px;
  }
}
.cocreationdigital .profileList__career, .cocreationdigital .profileList__detail {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 16px;
  font-weight: 500;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .profileList__career, .cocreationdigital .profileList__detail {
    font-size: 12px;
    margin-top: 16px;
  }
}
.cocreationdigital .profileList:nth-child(1) .profileList__textContents {
  -o-border-image: linear-gradient(180deg, #9adbe8 0%, rgba(157, 220, 233, 0.69) 30.5%, rgba(165, 223, 234, 0.51) 48.85%, rgba(179, 228, 238, 0.36) 63.98%, rgba(199, 235, 242, 0.23) 77.35%) 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#9adbe8), color-stop(30.5%, rgba(157, 220, 233, 0.69)), color-stop(48.85%, rgba(165, 223, 234, 0.51)), color-stop(63.98%, rgba(179, 228, 238, 0.36)), color-stop(77.35%, rgba(199, 235, 242, 0.23))) 1;
     border-image: linear-gradient(180deg, #9adbe8 0%, rgba(157, 220, 233, 0.69) 30.5%, rgba(165, 223, 234, 0.51) 48.85%, rgba(179, 228, 238, 0.36) 63.98%, rgba(199, 235, 242, 0.23) 77.35%) 1;
}
.cocreationdigital .profileList:nth-child(1) .profileList__image {
  -webkit-box-shadow: 3px 3px 0 0 #9adbe8;
          box-shadow: 3px 3px 0 0 #9adbe8;
}
.cocreationdigital .profileList:nth-child(2) .profileList__textContents {
  -o-border-image: linear-gradient(180deg, #f87c56 0%, rgba(248, 126, 89, 0.74) 25.84%, rgba(248, 132, 97, 0.59) 41.39%, rgba(249, 144, 111, 0.46) 54.21%, rgba(250, 159, 132, 0.34) 65.55%, rgba(251, 180, 158, 0.24) 75.92%, rgba(252, 205, 190, 0.14) 85.56%) 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#f87c56), color-stop(25.84%, rgba(248, 126, 89, 0.74)), color-stop(41.39%, rgba(248, 132, 97, 0.59)), color-stop(54.21%, rgba(249, 144, 111, 0.46)), color-stop(65.55%, rgba(250, 159, 132, 0.34)), color-stop(75.92%, rgba(251, 180, 158, 0.24)), color-stop(85.56%, rgba(252, 205, 190, 0.14))) 1;
     border-image: linear-gradient(180deg, #f87c56 0%, rgba(248, 126, 89, 0.74) 25.84%, rgba(248, 132, 97, 0.59) 41.39%, rgba(249, 144, 111, 0.46) 54.21%, rgba(250, 159, 132, 0.34) 65.55%, rgba(251, 180, 158, 0.24) 75.92%, rgba(252, 205, 190, 0.14) 85.56%) 1;
}
.cocreationdigital .profileList:nth-child(2) .profileList__image {
  -webkit-box-shadow: 3px 3px 0 0 #f87c56;
          box-shadow: 3px 3px 0 0 #f87c56;
}
.cocreationdigital .interview__inner {
  background-color: #e5e5e5;
  padding: 0 20px 104px;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .interview__inner {
    padding: 0;
  }
}
.cocreationdigital .interview__kv {
  position: relative;
}
.cocreationdigital .interview--2 .interview__inner {
  background-color: #ffffff;
}
.cocreationdigital .interview--2 .interview__kv {
  padding: 70px;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .interview--2 .interview__kv {
    padding: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .cocreationdigital .interview--2 .interviewArticle .interviewArticle__textContents .interviewArticle__title {
    padding-top: 90px;
  }
}
.cocreationdigital .interview--2 .interviewArticle .interviewArticle__textContents:nth-child(1) .interviewArticle__title {
  padding-top: 20px;
}
.cocreationdigital .interviewTitleCard {
  z-index: 1;
  background-color: #141b4d;
}
@media screen and (min-width: 1025px) {
  .cocreationdigital .interviewTitleCard {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .interviewTitleCard {
    text-align: center;
  }
}
.cocreationdigital .interviewTitleCard__header {
  position: relative;
  padding: 28px 28px 22px;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .interviewTitleCard__header {
    padding: 15px;
  }
}
.cocreationdigital .interviewTitleCard__header::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#9adbe8), color-stop(30.5%, rgba(157, 220, 233, 0.69)), color-stop(48.85%, rgba(165, 223, 234, 0.51)), color-stop(63.98%, rgba(179, 228, 238, 0.36)), color-stop(77.35%, rgba(199, 235, 242, 0.23)), color-stop(89.45%, rgba(225, 244, 248, 0.11)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #9adbe8 0%, rgba(157, 220, 233, 0.69) 30.5%, rgba(165, 223, 234, 0.51) 48.85%, rgba(179, 228, 238, 0.36) 63.98%, rgba(199, 235, 242, 0.23) 77.35%, rgba(225, 244, 248, 0.11) 89.45%, rgba(255, 255, 255, 0) 100%);
}
.cocreationdigital .interviewTitleCard__index {
  color: #9adbe8;
  font-size: 23px;
  line-height: 1.2173913043;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .interviewTitleCard__index {
    font-size: 16px;
    line-height: 1.09375;
  }
}
.cocreationdigital .interviewTitleCard__subtitle {
  margin-top: 7px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .interviewTitleCard__subtitle {
    font-size: 12px;
  }
}
.cocreationdigital .interviewTitleCard__titleContents {
  padding: 45px 28px 30px;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .interviewTitleCard__titleContents {
    padding: 18px 15px 20px;
  }
}
.cocreationdigital .interviewTitleCard__title {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4166666667;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .interviewTitleCard__title {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
.cocreationdigital .interviewTitleCard__name {
  margin-top: 45px;
  font-size: 22px;
  line-height: 1.6363636364;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .interviewTitleCard__name {
    margin-top: 19px;
    font-size: 17px;
  }
}
.cocreationdigital .interviewTitleCard__career {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .interviewTitleCard__career {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
.cocreationdigital .interviewTitleArea__header {
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 0 0 0 20px;
  background-color: #141b4d;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .interviewTitleArea__header {
    border-radius: 0 0 0 15px;
  }
}
.cocreationdigital .interviewTitleArea__index {
  position: relative;
  padding: 15px 40px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.1428571429;
  color: #f87c56;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .interviewTitleArea__index {
    padding: 10px 22.5px;
    font-size: 15px;
  }
}
.cocreationdigital .interviewTitleArea__index::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#f87c56), color-stop(25.84%, rgba(248, 126, 89, 0.74)), color-stop(41.39%, rgba(248, 132, 97, 0.59)), color-stop(54.21%, rgba(249, 144, 111, 0.46)), color-stop(65.55%, rgba(250, 159, 132, 0.34)), color-stop(75.92%, rgba(251, 180, 158, 0.24)), color-stop(85.56%, rgba(252, 205, 190, 0.14)), color-stop(94.48%, rgba(254, 234, 228, 0.06)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #f87c56 0%, rgba(248, 126, 89, 0.74) 25.84%, rgba(248, 132, 97, 0.59) 41.39%, rgba(249, 144, 111, 0.46) 54.21%, rgba(250, 159, 132, 0.34) 65.55%, rgba(251, 180, 158, 0.24) 75.92%, rgba(252, 205, 190, 0.14) 85.56%, rgba(254, 234, 228, 0.06) 94.48%, rgba(255, 255, 255, 0) 100%);
}
.cocreationdigital .interviewTitleArea__subtitle {
  padding: 13px 40px 15px;
  font-size: 15px;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .interviewTitleArea__subtitle {
    padding: 8.5px 20px;
    font-size: 11.5px;
    line-height: 1.4347826087;
  }
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .interviewTitleArea__titleContents {
    position: relative;
    z-index: 1;
    margin-top: -30px;
    margin-left: -25px;
    width: 270px;
    height: 125px;
    padding: 25px 25px 0 40px;
    background-color: #ffffff;
    border-radius: 0 15px 0 0;
  }
}
.cocreationdigital .interviewTitleArea__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1025px) {
  .cocreationdigital .interviewTitleArea__title {
    position: absolute;
    left: 116px;
    top: 227px;
    gap: 10px;
  }
  .cocreationdigital .interviewTitleArea__title span {
    display: block;
    padding: 0 10px;
    line-height: 1.4166666667;
    font-size: 24px;
    font-weight: bold;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .interviewTitleArea__title span {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
@media screen and (min-width: 1025px) {
  .cocreationdigital .interviewTitleArea__nameContents {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 310px;
    height: 170px;
    padding: 30px 30px 30px 100px;
    border-radius: 0 20px 0 0;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .interviewTitleArea__nameContents {
    margin-top: 10px;
    margin-left: 15px;
  }
}
.cocreationdigital .interviewTitleArea__name {
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .interviewTitleArea__name {
    font-size: 17px;
  }
}
.cocreationdigital .interviewTitleArea__career {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .interviewTitleArea__career {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
.cocreationdigital .interviewArticle {
  max-width: 700px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .interviewArticle {
    max-width: initial;
    padding: 16px;
  }
}
.cocreationdigital .interviewArticle__title {
  text-align: center;
  padding: 56px 0 45px;
  font-size: 26px;
  line-height: 1.6923076923;
  font-weight: bold;
  border-bottom: solid 2px;
  -o-border-image: linear-gradient(90deg, #141b4d 20%, rgba(23, 29, 79, 0.77) 38.59%, rgba(31, 38, 85, 0.63) 49.78%, rgba(45, 51, 96, 0.51) 59.01%, rgba(66, 71, 111, 0.41) 67.17%, rgba(92, 97, 131, 0.32) 74.63%, rgba(124, 128, 156, 0.23) 81.58%, rgba(163, 165, 185, 0.15) 88.13%, rgba(206, 207, 218, 0.07) 94.2%, rgba(255, 255, 255, 0) 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #141b4d), color-stop(38.59%, rgba(23, 29, 79, 0.77)), color-stop(49.78%, rgba(31, 38, 85, 0.63)), color-stop(59.01%, rgba(45, 51, 96, 0.51)), color-stop(67.17%, rgba(66, 71, 111, 0.41)), color-stop(74.63%, rgba(92, 97, 131, 0.32)), color-stop(81.58%, rgba(124, 128, 156, 0.23)), color-stop(88.13%, rgba(163, 165, 185, 0.15)), color-stop(94.2%, rgba(206, 207, 218, 0.07)), to(rgba(255, 255, 255, 0))) 1;
     border-image: linear-gradient(90deg, #141b4d 20%, rgba(23, 29, 79, 0.77) 38.59%, rgba(31, 38, 85, 0.63) 49.78%, rgba(45, 51, 96, 0.51) 59.01%, rgba(66, 71, 111, 0.41) 67.17%, rgba(92, 97, 131, 0.32) 74.63%, rgba(124, 128, 156, 0.23) 81.58%, rgba(163, 165, 185, 0.15) 88.13%, rgba(206, 207, 218, 0.07) 94.2%, rgba(255, 255, 255, 0) 100%) 1;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .interviewArticle__title {
    padding: 28px 0 22.5px;
    font-size: 20px;
  }
}
.cocreationdigital .interviewArticle__text {
  margin-top: 42px;
  font-size: 14px;
  line-height: 2.1428571429;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .interviewArticle__text {
    margin-top: 26px;
  }
}
.cocreationdigital .interviewArticle__text p:not(:first-child) {
  margin-top: 2.1428571429em;
}
.cocreationdigital .interviewArticle__image {
  margin-top: 50px;
  margin-bottom: 16px;
  -webkit-box-shadow: 6px 6px 0 0 #9adbe8;
          box-shadow: 6px 6px 0 0 #9adbe8;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .interviewArticle__image {
    margin: 26px auto 40px;
  }
}
@media screen and (min-width: 1025px) {
  .cocreationdigital .interviewArticle__imgBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}
.cocreationdigital .interviewArticle__imgBox .interviewArticle__image {
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 0 0 #f87c56;
          box-shadow: 4px 4px 0 0 #f87c56;
}
@media screen and (min-width: 1025px) {
  .cocreationdigital .interviewArticle__imgBox .interviewArticle__image {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 336px;
            flex: 0 0 336px;
  }
}
.cocreationdigital .interviewArticle__imgBox .interviewArticle__image img {
  border-radius: 10px;
  overflow: hidden;
}
.cocreationdigital .interviewArticle .float .interviewArticle__image {
  border-radius: 10px;
  -webkit-box-shadow: -4px 4px 0 0 #f87c56;
          box-shadow: -4px 4px 0 0 #f87c56;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .interviewArticle .float .interviewArticle__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.cocreationdigital .interviewArticle .float .interviewArticle__image img {
  border-radius: 10px;
}
@media screen and (min-width: 1025px) {
  .cocreationdigital .interviewArticle .float {
    position: relative;
  }
  .cocreationdigital .interviewArticle .float::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    clear: both;
    overflow: hidden;
  }
  .cocreationdigital .interviewArticle .float p {
    margin-top: 0;
  }
  .cocreationdigital .interviewArticle .float .interviewArticle__space {
    float: left;
    height: 5rem;
  }
  .cocreationdigital .interviewArticle .float .interviewArticle__image {
    float: left;
    clear: both;
    width: 336px;
    margin: 0 30px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .interviewArticle .float {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cocreationdigital .interviewArticle .float p {
    margin: 0;
  }
}
.cocreationdigital .timeline {
  position: relative;
  max-width: 700px;
  margin: 80px auto 0;
  padding: 80px 40px 57px;
  background-color: #e5e5e5;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .timeline {
    margin: 40px 16px 0;
    padding: 60px 25px;
  }
}
.cocreationdigital .timeline__title {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 0 10px 0;
  background-color: #141b4d;
  color: #ffffff;
  width: 220px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .timeline__title {
    width: 160px;
    font-size: 15px;
  }
}
.cocreationdigital .timeline__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .timeline__block {
    gap: 8px;
  }
}
.cocreationdigital .timeline__block:last-child .timeline__detail dd {
  padding-bottom: 15px;
}
.cocreationdigital .timeline__year {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .timeline__year {
    font-size: 14px;
    line-height: 1.4;
  }
}
.cocreationdigital .timeline__detail {
  position: relative;
  padding-left: 28px;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .timeline__detail {
    padding-left: 20px;
  }
}
.cocreationdigital .timeline__detail::before, .cocreationdigital .timeline__detail::after {
  content: "";
  display: block;
}
.cocreationdigital .timeline__detail::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #f87c56;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .timeline__detail::before {
    width: 12px;
    height: 12px;
  }
}
.cocreationdigital .timeline__detail::after {
  position: absolute;
  left: 6px;
  top: calc(14px + 4px);
  width: 2px;
  height: calc(100% - 14px - 4px);
  background-color: #f87c56;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .timeline__detail::after {
    left: 5px;
    top: calc(12px + 4px);
    height: calc(100% - 12px - 4px);
  }
}
.cocreationdigital .timeline__detail dt {
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .timeline__detail dt {
    font-size: 14px;
    line-height: 1.4;
  }
}
.cocreationdigital .timeline__detail dd {
  margin-top: 8px;
  padding-bottom: 30px;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .timeline__detail dd {
    margin-top: 4px;
    padding-bottom: 15px;
    font-size: 12px;
    line-height: 1.4;
  }
}
.cocreationdigital .timeline__note {
  position: absolute;
  font-size: 11px;
  right: 20px;
  bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .timeline__note {
    font-size: 10px;
  }
}
.cocreationdigital .talkWrapper {
  background-color: #141b4d;
  margin-bottom: 160px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .talkWrapper {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.cocreationdigital .talkWrapper * {
  color: #ffffff;
}
.cocreationdigital .talkWrapper__title {
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#141b4d), color-stop(35%, #141b4d), to(#af272f));
  background: linear-gradient(to right, #141b4d 0%, #141b4d 35%, #af272f 100%);
  color: #ffffff;
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .talkWrapper__title {
    font-size: 16px;
  }
}
.cocreationdigital .talkWrapper__contentsWrapper {
  max-width: 700px;
  margin: auto;
}
.cocreationdigital .talkWrapper__contents {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .talkWrapper__contents {
    margin: 60px 20px 0;
  }
}
.cocreationdigital .talkWrapper__kvImage {
  position: relative;
}
.cocreationdigital .talkWrapper__kvImage .kvImage__catch {
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 440px;
  height: 45px;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 26px;
  color: #141b4d;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .talkWrapper__kvImage .kvImage__catch {
    bottom: 20px;
    width: auto;
    white-space: nowrap;
    padding: 0 20px;
    height: 36px;
    font-size: 18px;
  }
}
.cocreationdigital .talkWrapper__kvImage .kvImage__catch::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#141b4d), color-stop(35%, #141b4d), to(#af272f));
  background: linear-gradient(to right, #141b4d 0%, #141b4d 35%, #af272f 100%);
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .talkWrapper__kvImage .kvImage__catch::after {
    height: 3px;
  }
}
.cocreationdigital .talkContents__title {
  text-align: center;
  color: #141b4d;
  background-color: #ffffff;
  font-size: 22px;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .talkContents__title {
    font-size: 14px;
  }
}
.cocreationdigital .talkContents__textLists {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .talkContents__textLists {
    margin-top: 40px;
  }
}
.cocreationdigital .talkContents__textList:not(:first-of-type) {
  margin-top: 44px;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .talkContents__textList:not(:first-of-type) {
    margin-top: 22px;
  }
}
.cocreationdigital .talkContents__image {
  margin-top: 76px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .talkContents__image {
    margin-top: 40px;
  }
}
.cocreationdigital .talkTextList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0 24px;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .talkTextList {
    gap: 0 20px;
  }
}
.cocreationdigital .talkTextList__iconImage {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .talkTextList__iconImage {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
}
.cocreationdigital .talkTextList__iconName {
  margin-top: 8px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .talkTextList__iconName {
    font-size: 11px;
  }
}
.cocreationdigital .talkTextList__text {
  padding: 15px 25px;
  background-color: #ffffff;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .talkTextList__text {
    padding: 15px 20px;
  }
}
.cocreationdigital .talkTextList__text p {
  font-size: 14px;
  line-height: 2.1428571429;
  font-weight: 500;
  color: #141b4d;
}
@media screen and (max-width: 1024px) {
  .cocreationdigital .talkTextList__text p {
    line-height: 1.8;
  }
}
