@charset 'utf-8';

.p_dx_article_container {
  font-family: Noto Sans JP;
}

.p_dxSec {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 8px;
}

/* ----- ページ内リンク ----- */
.p_dxSec__itm {
  position: relative;
  flex: 0 0 calc(50% - 4px);
  background-color: #F2F2F2;
  box-sizing: border-box;
  padding: 6px 8px;
}

.p_dxSec__itm a {
  color: #333;
  font-weight: 700;
  line-height: 1.6;
  display: block;
  width: 100%;
  height: 100%;
}

.p_dxSec__itm::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  right: 8px;
  border-top: 2px solid #CC2914;
  border-right: 2px solid #CC2914;
  transform: translateY(-50%) rotate(135deg);
}

.p_dxSec__itm a:hover {
  text-decoration: none;
}

.p_section__item {
  margin-top: 48px;
}

@media screen and (max-width:768px) {
  .p_dxSec {
    flex-direction: column;
  }
}

/* ----- タイトルの下線 ----- */
.p_dx_heading {
  margin-bottom: 22px;
  padding-bottom: 8px;
  border-bottom: 2px solid #CC2914;
  font-size: 20px;
  line-height: 1.6;
}

/* ----- トップメッセージ ----- */
.p_dx_topimg{
  position: relative;
}
.p_dx_topimg__txt{
  position: absolute;
  right: 2%;
  bottom: 6%;
  font-weight: 700;
  line-height: 1.75;
  padding: 12px 24px;
  z-index: 1;
  text-align: right;
}
.p_dx_topimg__post{
  font-size: min(18px,2.5vw);
}
.p_dx_topimg__name{
  font-size: min(26px,4vw);
  /* font-size: 22px; */
  display: block;
}
@media screen and (max-width:768px) {
  .p_dx_topimg__txt{
    padding: 6px 12px;
  }
}

/* ----- インソースグループ DXビジョン・方針 ----- */
.p_section__policy .p_dx_lgtxt{
  margin-bottom: 22px;
}
.ir_policy_box {
  margin-bottom: 24px;
}

.p_policy_lst {
  background-color: #F5F5F5;
  padding: 16px 24px;
}
.p_strategy__txt{
  margin-top: 16px;
}

.p_policy__itm {
  position: relative;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.48px;
  padding-left: 13px;
}

.p_policy__itm::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #CC2914;
}

/* ----- トップメッセージ ----- */
.p_section__topmassage .p_dx_lgtxt {
  margin-top: 24px;
}


/* ----- 当社の価値創造を支えるビジネスモデル ----- */
.p_dx_businessmodel__img{
  margin: 32px auto 0;
}
.p_dx_businessmodel__img img{
  width: 100%;
}

/* ----- デジタル技術を活用した戦略 ----- */
.p_strategy__label {
  background-color: #CC2914;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  line-height: 1.6;
  font-weight: 600;
}

.p_strategy__box {
  margin-top: 16px;
}

.p_strategy__inr {
  margin-top: 40px;
}

.p_strategy__inr01 {
  margin-top: 24px;
}
.p_strategy__inr01 .p_connectionpage_url{
  font-weight: 700;
  line-height: 1.75;
  margin-top: 8px;
}

/* テーブル */
.p_tableWrap {
  width: 100%;
  overflow-x: auto;
}

.p_strategy__table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  box-sizing: border-box;
}

.p_strategy__table th,
.p_strategy__table td {
  border: 2px solid #fff;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.6;
  white-space: nowrap;
}

.p_strategy__table th:first-child,
.p_strategy__table td:first-child {
  border-left: none;
}

.p_strategy__table th:last-child,
.p_strategy__table td:last-child {
  border-right: none;
}

.p_strategy__table tr:first-child th,
.p_strategy__table tr:first-child td {
  border-top: none;
}

.p_strategy__table tr:last-child th,
.p_strategy__table tr:last-child td {
  border-bottom: none;
}

.p_strategy__table th {
  background-color: #CC2914;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}

.p_strategy__table td {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  background-color: #FCEFEF;
  vertical-align: middle;
}

.p_strategy__table02 {
  margin-top: 16px;
}

.p_strategy__table03 td {
  padding: 4px;
}

.p_dx_bgblue {
  display: block;
  white-space: nowrap;
  background-color: #003D68;
  color: #fff;
  text-align: center;
  padding: 8px;
  width: 100%;
  height: 100%;
  line-height: 1;
}

.p_strategy__table_row {
  line-height: 1.6;
  padding: 18px 8px;
}

@media screen and (max-width:768px) {
  .p_tableWrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .p_strategy__table th,
  .p_strategy__table td {
    font-size: 14px;
  }

  .p_strategy__table {
    min-width: 700px;
  }

  .p_strategy__label {
    font-size: 16px;
  }
  .p_strategy__txt {
    margin-top: 8px;
}
}

/* 体制 */
.p_section__system_lst{
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
.p_section__system_itm__01 { grid-area: 1 / 1 / 2 / 2; }
.p_section__system_itm__02 { grid-area: 1 / 2 / 2 / 3; }
.p_section__system_itm__03 { grid-area: 1 / 3 / 2 / 4; }
.p_section__system_itm__04 { grid-area: 2 / 1 / 3 / 2; }
.p_section__system_itm__05 { grid-area: 2 / 2 / 3 / 3; }
.p_section__system_itm__06 { grid-area: 2 / 3 / 3 / 4; }

.p_section__system_itm__border {
  position: relative;
}
.p_section__system_itm__border::before{
  content: "";
  position: absolute;
  display: inline-block;
  height: 50px;
  width: 2px;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  background-color: #CC2914;
}
.p_section__system_itm__02::before{
  height: calc(50px * 2);
}
.p_section__system_itm__01::after,
.p_section__system_itm__02::after,
.p_section__system_itm__03::after{
  position: absolute;
  content: "";
  top: -50px;
  background-color: #CC2914;
  height: 2px;
}
.p_section__system_itm__01::after{
  width: calc(50% + 8px);
  right: -8px;
  background-color: #CC2914;
}
.p_section__system_itm__02::after{
  width: 100%;
  right: 0;
  background-color: #CC2914;
}
.p_section__system_itm__03::after{
  width: calc(50% + 8px);
  left: -8px;
  background-color: #CC2914;
}


.p_section__connection_lst {
  width: 100%;
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.p_section__system_itm,
.p_section__connection_itm {
  background-color: #F5F5F5;
  flex: 1;
  padding: 16px 16px 24px;
  font-weight: 500;
  line-height: 1.75;
}
.p_section__system_itm .p_dx_center {
  margin: 0;
}

.p_section__connection_itm .p_dx_center {
  margin: 0;
}
.p_strategy__department {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.p_strategy__achievements_itm {
  display: flex;
}

.p_strategy__achievements_mm {
  white-space: nowrap;
}
.p_section__connection .p_connectionpage .p_connectionpage_link:first-child{
  margin-top: 0;
}

@media screen and (max-width:768px) {
  .p_section__system_lst{
    flex-direction: column;
  }
  .p_section__system_itm__01 { grid-area: 1 / 1 / 2 / 2; }
  .p_section__system_itm__02 { grid-area: 2 / 1 / 3 / 2; }
  .p_section__system_itm__03 { grid-area: 3 / 1 / 4 / 2; }
  .p_section__system_itm__04 { grid-area: 1 / 2 / 2 / 3; }
  .p_section__system_itm__05 { grid-area: 2 / 2 / 3 / 3; }
  .p_section__system_itm__06 { grid-area: 3 / 2 / 4 / 3; }

  .p_section__system_itm__border::before{
    content: "";
    position: absolute;
    display: inline-block;
    height: 50%;
    width: 2px;
    left: -30px;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #CC2914;
  }
  .p_section__system_itm__02::before{
    height: calc(100% + 16px);
    bottom: -8px;
  }
  .p_section__system_itm__03::before{
    top: 0;
  }
  .p_section__system_itm__01::after,
  .p_section__system_itm__02::after,
  .p_section__system_itm__03::after{
    position: absolute;
    content: "";
    top: 50%;
    background-color: #CC2914;
    height: 2px;
    left: -30px;
  }
  .p_section__system_itm__01::after{
    width: calc(50% + 30px);
    background-color: #CC2914;
  }
  .p_section__system_itm__02::after{
    width: calc(50% + 60px);
    background-color: #CC2914;
    left: -60px;
  }
  .p_section__system_itm__03::after{
    width: calc(50% + 30px);
    background-color: #CC2914;
  }


  .p_section__connection_lst {
    flex-direction: column;
  }
}

/* ----- 共通 ----- */
.p_dx_sp {
  display: none;
}

.p_dx_pc {
  display: block;
}

.p_dx_redtxt {
  color: #CC2914;
  margin-top: 8px;
}

.p_dx_center {
  text-align: center;
}

.p_dx_lgtxt {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.75px;
}

.p_dx_mdtxt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
}

.p_dx_right {
  text-align: right;
}

/* サブタイトル */
.p_dx_subttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #787878;
  margin-bottom: 16px;
}

.p_dx_subttl::before {
  content: "\25a0";
  margin-right: 8px;
  color: #CC2914;
}

.p_strategy__achievements_box {
  margin-top: 16px;
}

.p_strategy__achievements_lst {
  margin-top: 4px;
}

.p_strategy__achievements_itm {
  font-weight: 500;
  line-height: 1.7;
}

.p_section__txt {
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.48px;
  margin-top: 16px;
}


@media screen and (max-width:768px) {
  .p_dx_sp {
    display: block;
  }

  .p_dx_pc {
    display: none;
  }


  .p_dx_heading {
    font-size: 18px;
  }

  .p_dx_lgtxt {
    font-size: 20px;
  }

  .p_dx_mdtxt {
    font-size: 18px;
  }

  .p_section__txt {
    font-size: 14px;
  }
}


/* 関連ページ */
.p_connectionpage {
  border: 1px solid #E0E0E0;
  padding: 16px 24px;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 16px;
}

.p_connectionpage a {
  overflow-wrap: break-word;
}

.p_connectionpage__ttl {
  position: relative;
  padding-left: 17px;
}

.p_connectionpage__ttl::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: 6.5px solid transparent;
  border-right: 6.5px solid transparent;
  border-top: 10px solid #CC2914;
}
.p_connectionpage_link{
  margin-top: 8px;
}
.p_connectionpage .p_connectionpage_name {
  color: #333333;
}

.p_connectionpage .p_connectionpage_name:first-of-type {
  margin-top: 4px;
}