/* it_creation */
/* common class
---------------------------------------------------------------------------- */
main.company {
  min-width: 1000px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  main.company {
    min-width: 0;
  }
  main.company .cont-inner-wrap {
    padding: 0 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main.company {
    min-width: 0;
  }
  main.company .cont-inner-wrap {
    width: 100%;
  }
}
.h2-visu-title-wrap {
  background: url("../company/img/mv_bg.jpg") center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .h2-visu-title-wrap {
    background: url("../company/img/mv_bg_sp.jpg") center center/cover no-repeat;
  }
}
.h2-visu-title-wrap .h2-visu-header {
  font-family: 'Roboto', sans-serif;
}
.h2-visu-title-wrap .h2-visu-header span {
  font-family: "Roboto", sans-serif;
}

.block01 .h2-title-wrap {
  padding: 100px 0 95px 110px;
}
@media screen and (max-width: 767px) {
  .block01 .h2-title-wrap {
    padding: calc(20 / 3.75 * 1vw) 0 calc(35 / 3.75 * 1vw) calc(14 / 3.75 * 1vw);
  }
}
.block01 .flx-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 274px;
}
@media screen and (max-width: 767px) {
  .block01 .flx-box {
    flex-direction: column;
    margin-bottom: calc(80 / 3.75 * 1vw);
  }
}
.block01 .flx-box .cont-box {
  border-top: 2px dotted #666666;
  width: 460px;
}
@media screen and (max-width: 767px) {
  .block01 .flx-box .cont-box {
    border-top: calc(2 / 3.75 * 1vw) dotted #666666;
    width: 100%;
  }
  .block01 .flx-box .cont-box:nth-child(2) {
    border: none;
  }
}
.block01 .flx-box .cont-box dl {
  border-bottom: 2px dotted #666666;
  display: flex;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .block01 .flx-box .cont-box dl {
    padding: calc(30 / 3.75 * 1vw) 0;
  }
}
.block01 .flx-box .cont-box dl dt {
  color: #1085FF;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  width: 90px;
}
@media screen and (max-width: 767px) {
  .block01 .flx-box .cont-box dl dt {
    font-size: calc(16 / 3.75 * 1vw);
    line-height: calc(28 / 3.75 * 1vw);
    width: calc(87 / 3.75 * 1vw);
  }
}
.block01 .flx-box .cont-box dl dd {
  flex: 1;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .block01 .flx-box .cont-box dl dd {
    font-size: calc(16 / 3.75 * 1vw);
    line-height: calc(28 / 3.75 * 1vw);
  }
}
.block01 .flx-box .cont-box dl dd a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  height: 34px;
  width: 150px;
  border-radius: 17px;
  background: #707070;
  transition: .2s ease;
  margin: 6px 0;
}
@media screen and (max-width: 767px) {
  .block01 .flx-box .cont-box dl dd a {
    font-size: calc(16 / 3.75 * 1vw);
    height: calc(34 / 3.75 * 1vw);
    width: calc(150 / 3.75 * 1vw);
    margin: calc(30 / 3.75 * 1vw) 0;
  }
}
.block01 .flx-box .cont-box dl dd a:hover {
  background: #469EFF;
}
.block01 .flx-box .cont-box dl dd .dir {
  display: inline-block;
  width: 6em;
}
.block01 .gmap-wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .block01 .gmap-wrap {
    margin-bottom: calc(80 / 3.75 * 1vw);
  }
}
.block01 .gmap-wrap h4 {
  color: #1080FF;
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  line-height: 56px;
}
@media screen and (max-width: 767px) {
  .block01 .gmap-wrap h4 {
    font-size: calc(32 / 3.75 * 1vw);
    line-height: calc(56 / 3.75 * 1vw);
  }
}
.block01 .gmap-wrap iframe {
  width: 100%;
  height: 460px;
}
@media screen and (max-width: 767px) {
  .block01 .gmap-wrap iframe {
    height: calc(220 / 3.75 * 1vw);
  }
}

.block02 .h2-title-wrap {
  padding: 50px 0 110px 110px;
}
@media screen and (max-width: 767px) {
  .block02 .h2-title-wrap {
    padding: 0 0 calc(35 / 3.75 * 1vw) calc(14 / 3.75 * 1vw);
  }
}
.block02 .cont-box {
  border-top: 2px dotted #666666;
  margin-bottom: 151px;
  width: 670px;
}
@media screen and (max-width: 767px) {
  .block02 .cont-box {
    border-top: calc(2 / 3.75 * 1vw) dotted #666666;
    margin-bottom: calc(80 / 3.75 * 1vw);
    width: auto;
  }
}
.block02 .cont-box dl {
  border-bottom: 2px dotted #666666;
  display: flex;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .block02 .cont-box dl {
    border-bottom: calc(2 / 3.75 * 1vw) dotted #666666;
    padding: calc(30 / 3.75 * 1vw) 0;
  }
}
.block02 .cont-box dl dt {
  color: #1085FF;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  width: 140px;
}
@media screen and (max-width: 767px) {
  .block02 .cont-box dl dt {
    font-size: calc(16 / 3.75 * 1vw);
    line-height: calc(28 / 3.75 * 1vw);
    width: calc(100 / 3.75 * 1vw);
  }
}
.block02 .cont-box dl dd {
  flex: 1;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .block02 .cont-box dl dd {
    font-size: calc(16 / 3.75 * 1vw);
    line-height: calc(28 / 3.75 * 1vw);
  }
}

.block03 {
  background: #F6F6F6;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .block03 {
    padding-bottom: calc(80 / 3.75 * 1vw);
  }
}
.block03 .h2-title-wrap {
  background: none;
  padding: 100px 0 95px 110px;
}
@media screen and (max-width: 767px) {
  .block03 .h2-title-wrap {
    padding: calc(80 / 3.75 * 1vw) 0 calc(35 / 3.75 * 1vw) calc(14 / 3.75 * 1vw);
  }
}
.block03 figure img {
  max-width: none;
  width: 100%;
  height: auto;
}

.block04 {
  background: #1085FF;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .block04 {
    padding-bottom: calc(80 / 3.75 * 1vw);
  }
}
.block04 .h2-title-wrap {
  background: none;
  padding: 100px 0 95px 110px;
}
@media screen and (max-width: 767px) {
  .block04 .h2-title-wrap {
    padding: calc(80 / 3.75 * 1vw) 0 calc(35 / 3.75 * 1vw) calc(14 / 3.75 * 1vw);
  }
}
.block04 .h2-title-wrap .h2-header {
  color: #fff;
}
.block04 .h2-title-wrap .h2-header::before {
  background: #fff;
}
.block04 ul {
  width: 100%;
  text-align: center;
}
.block04 ul li {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 80px;
}
@media screen and (max-width: 767px) {
  .block04 ul li {
    font-size: calc(18 / 3.75 * 1vw);
    line-height: calc(60 / 3.75 * 1vw);
  }
}
/* REVISIONS JUNE 19, 2024 */
.simple-link {
  display: inline !important;
  text-align: start !important;
  width: auto !important;
  color: #1085FF !important;
  background-color: initial !important;
  transition: .2s ease;
}
.simple-link::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  background-image: url('./img/external.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.simple-link:hover {
  opacity: 0.5;
}
/* styles for the organizational chart */
.figure-grid {
  position: relative;
  display: grid;
  grid-template-columns: 55px repeat(3, 27.7%);
  grid-template-rows: repeat(21, 55px);
  gap: 19px 3.7%;
  font-weight: 500;
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  .figure-grid {
    max-width: 348px;
    margin: 0 auto 256px;
    grid-template-columns: repeat(2, 24px) repeat(2, 123px);
    grid-template-rows: repeat(23, 56px);
    gap: 19px 4.31%;
    font-size: 14px;
  }
}
.figure-grid a {
  color: #1085FF;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .figure-grid a {
    text-decoration: none;
  }
}
.figure-grid .blue-10 {
  color: #1085FF;
}
.figure-grid .fw-regular {
  font-weight: 400;
}
.figure-grid__cell {
  position: relative;
  display: grid;
  place-items: center;
  border: 2px solid #4693FF;
  background-color: #fff;
  text-align: center;
  isolation: isolate;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .figure-grid__cell.sp-vertical {
    max-width: 24px !important;
    max-height: unset !important;
    height: 100%;
    writing-mode: vertical-lr !important;
  }
}
@media screen and (max-width: 767px) {
  .figure-grid__cell.link-item {
    letter-spacing: 0.15em;
    line-height: initial;
  }

  .figure-grid__cell.link-item a {
    position: relative;
    right: 1px;
  }
}
.figure-grid__cell.link-item::before,
.figure-grid__cell.t-item::before,
.figure-grid__cell.half-t-item::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 -14.5%;
  display: block;
  height: 2px;
  background-color: #1080FF;
  margin: auto;
  z-index: -2;
}
.figure-grid__cell.figure-grid__cell.link-item-1::before,
.figure-grid__cell.t-item::before {
  width: 14.5%;
}
@media screen and (max-width: 767px) {
  .figure-grid__cell.figure-grid__cell.link-item-1::before {
    width: 16px;
    top: 25px;
    bottom: unset;
    left: -17px;
  }
}
.figure-grid__cell.link-item-2::before,
.figure-grid__cell.link-item-3::before,
.figure-grid__cell.half-t-item::before {
  width: 7.8%;
  left: -7.8%;
}
@media screen and (max-width: 767px) {
  .figure-grid__cell.figure-grid__cell.link-item-2::before, 
  .figure-grid__cell.figure-grid__cell.link-item-3::before {
    width: 9px;
    left: -9px;
  }
}
@media screen and (max-width: 767px) {
  .figure-grid__cell.figure-grid__cell.link-item-2::before {
    top: 25px;
    bottom: unset;
  }
}
.figure-grid__cell.figure-grid__cell--pc-narrow {
  grid-row: 1 / 5;
  max-width: 55px;
  padding: 30px 15px;
  line-height: 1.25em;
}
@media screen and (max-width: 767px) {
  .figure-grid__cell.figure-grid__cell--pc-narrow {
    max-width: 24px;
    padding: 15px 0;
  }
}
.figure-grid__cell:not(.figure-grid__cell.figure-grid__cell--pc-narrow) {
  max-width: 277px;
  max-height: 55px;
  padding-inline: 2%;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .figure-grid__cell.link-item-1 {
    grid-row: 1 / 5;
  }
}
.figure-grid__cell.link-item-2 {
  grid-row: 17 / 18;
}
@media screen and (max-width: 767px) {
  .figure-grid__cell.link-item-2 {
    grid-row: 17 / 21;
  }
}
.figure-grid__cell.link-item-3 {
  grid-row: 21 / 22;
}
@media screen and (max-width: 767px) {
  .figure-grid__cell.link-item-3 {
    grid-row: 21 / 24;
  }
}
.item-3-1 {
  grid-row: 1 / 2;
}
.item-3-2 {
  grid-row: 2 / 3;
}
.item-3-3 {
  grid-row: 4 / 5;
}
.item-3-4 {
  grid-row: 9 / 10;
}
.item-3-5 {
  grid-row: 10 / 11;
}
.item-3-6 {
  grid-row: 13 / 14;
}
.item-3-7 {
  grid-row: 16 / 17;
}
.item-3-8 {
  grid-row: 17 / 18;
}
.item-3-9 {
  grid-row: 19 / 20;
}
.item-4-1 {
  grid-row: 2 / 3;
}
.item-4-2 {
  grid-row: 3 / 4;
}
.item-4-3 {
  grid-row: 4 / 5;
}
.item-4-4 {
  grid-row: 5 / 6;
}
.item-4-5 {
  grid-row: 6 / 7;
}
.item-4-6 {
  grid-row: 7 / 8;
}
.item-4-7 {
  grid-row: 8 / 9;
}
.item-4-8 {
  grid-row: 9 / 10;
}
.item-4-9 {
  grid-row: 10 / 11;
}
.item-4-10 {
  grid-row: 11 / 12;
}
.item-4-11 {
  grid-row: 12 / 13;
}
.item-4-12 {
  grid-row: 13 / 14;
}
.item-4-13 {
  grid-row: 14 / 15;
}
.item-4-14 {
  grid-row: 15 / 16;
}
.item-4-15 {
  grid-row: 16 / 17;
}
.item-4-16 {
  grid-row: 17 / 18;
}
.item-4-17 {
  grid-row: 18 / 19;
}
.item-4-18 {
  grid-row: 19 / 20;
}
.item-4-19 {
  grid-row: 20 / 21;
}
.figure-grid__bg {
  position: absolute;
  inset: 0;
  display: grid;
  gap: 19px 3.7%;
  grid-template-columns: 55px repeat(3, 27.7%);
  grid-template-rows: repeat(21, 55px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .figure-grid__bg {
    grid-template-columns: repeat(2, 24px) repeat(2, 123px);
    grid-template-rows: repeat(24, 56px);
    gap: 19px 4.31%;
  }
}
.figure-grid__bg-line {
  position: relative;
  width: 2px;
  background-color: #1080FF;
}
.figure-grid__bg-line:first-of-type {
  top: 27.5px;
  right: 7%;
  grid-row: 1 / 22;
  height: 96.5%;
}
@media screen and (max-width: 767px) {
  .figure-grid__bg-line:first-of-type {
    grid-row: 1 / 23;
    height: 96.6%;
    right: 8px;
  }
}
.figure-grid__bg-line:nth-of-type(2) {
  top: 27.5px;
  right: 7%;
  grid-row: 1 / 17;
  height: 95.4%;
}
@media screen and (max-width: 767px) {
  .figure-grid__bg-line:nth-of-type(2) {
    height: 95.3%;
  }
}
.figure-grid__bg-line:nth-of-type(3) {
  top: 27.5px;
  right: 7%;
  grid-row: 17 / 20;
  height: 73.8%;
}
@media screen and (max-width: 767px) {
  .figure-grid__bg-line:nth-of-type(3) {
    height: 73.6%;
  }
}
.figure-grid__bg-line:nth-of-type(4) {
  top: 27.5px;
  right: 7%;
  grid-row: 2 / 4;
  height: 58%;
}
.figure-grid__bg-line:nth-of-type(5) {
  top: 27.5px;
  right: 7%;
  grid-row: 4 / 9;
  height: 84.5%;
}
.figure-grid__bg-line:nth-of-type(6) {
  top: 27.5px;
  right: 7%;
  grid-row: 10 / 13;
  height: 73%;
}
.figure-grid__bg-line:nth-of-type(7) {
  top: 27.5px;
  right: 7%;
  grid-row: 13 / 16;
  height: 73%;
}
.figure-grid__bg-line:nth-of-type(8) {
  top: 27.5px;
  right: 7%;
  grid-row: 17 / 19;
  height: 58%;
}
.figure-grid__bg-line:nth-of-type(9) {
  top: 27.5px;
  right: 7%;
  grid-row: 19 / 21;
  height: 58%;
}
/* organization chart 2 */
.org2 {
  margin-top: 267px;
}

@media screen and (max-width: 767px) {
  .org2{
    max-width: 348px;
    margin: 0 auto;
  }
}
.org2__header {
  font-size: 40px;
  font-weight: 700;
  color: #1085ff;
  margin-bottom: 51.3px;
}
@media screen and (max-width: 767px) {
  .org2__header {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }
}

.org2__chart {
  display: grid;
  grid-template-columns: repeat(5, auto);
  grid-template-rows: repeat(4, auto);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

@media screen and (max-width: 1000px) {
  .org2__chart {
    transform: scale(0.7);
    transform-origin: top left;
  }
}

@media screen and (max-width: 767px) {
  .org2__chart {
    transform: none;
    grid-template-columns: repeat(7, auto);
    grid-template-rows: repeat(5, auto);
    grid-column-gap: 3px;
    grid-row-gap: 12px;
  }
}

.org2__chart-header {
  grid-area: 1 / 1 / 2 / 6;
  height: 122px;
  border: 2px solid #4693ff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 39px;
  font-weight: 700;
  letter-spacing: 0.2em;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .org2__chart-header {
    grid-area: 1 / 1 / 2 / 8;
    width: 100%;
    height: 88px;
    font-size: 32px;
    position: relative;
    z-index: 1;
  } 
}

.org2__chart-flow {
  width: 180px;
  height: 150px;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .org2__chart-flow {
    width: 82px;
    height: 84px;
  }
}

.org2__chart-flow::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  background: url("../company/img/org2_arrow.png") center no-repeat;
  background-size: contain;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .org2__chart-flow::before {
    background: url("../company/img/org2_arrow-sp.png") center no-repeat;
    width: 48px;
    height: 223px;
    bottom: 0;
    background-size: 100% 100%;
  }
}

.org2__chart-flow--01 {
  grid-area: 2 / 1 / 3 / 2; 
  width: 210px;
}

@media screen and (max-width: 767px) {
  .org2__chart-flow--01 {
    grid-area: 3 / 1 / 4 / 3; 
    width: 92px;
    height: 130px;
    align-items: flex-end;
    padding-bottom: 30px;
  }
}

.org2__chart-flow--02 {
  grid-area: 2 / 2 / 3 / 3; 
}

@media screen and (max-width: 767px) {
  .org2__chart-flow--02 {
    grid-area: 2 / 2 / 3 / 4; 
    padding-top: 30px;
    margin-left: 20px;
  }
}

.org2__chart-flow--03 {
  grid-area: 2 / 4 / 3 / 5; 
}

@media screen and (max-width: 767px) {
  .org2__chart-flow--03 {
    grid-area: 3 / 5 / 4 / 7; 
    height: 130px;
    align-items: flex-end;
    padding-bottom: 30px;
    padding-right: 10px;
  }
}

.org2__chart-flow--04 {
  grid-area: 2 / 5 / 3 / 6;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .org2__chart-flow--04 {
    grid-area: 2 / 6 / 3 / 8; 
    padding-top: 30px;
    margin-left: 10px;
  }
}

.org2__chart-flow--05 {
  grid-area: 3 / 3 / 4 / 4; 
  margin-bottom: 27.5px;
}

@media screen and (max-width: 767px) {
  .org2__chart-flow--05 {
    grid-area: 4 / 4 / 5 / 5;
    height: 100%;
    width: 41px;
    margin-bottom: 0;
    align-items: flex-start;
  }
}

.org2__chart-flow--06 {
  grid-area: 4 / 3 / 5 / 4;
  margin-top: 27.5px;
}

@media screen and (max-width: 767px) {
  .org2__chart-flow--06 {
    grid-area: 5 / 4 / 6 / 5;
    height: 100%;
    width: 41px;
    margin-top: 0;
    align-items: flex-end;
  }
}

.org2__chart-flow--02:before,
.org2__chart-flow--04:before {
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .org2__chart-flow--02:before,
  .org2__chart-flow--04:before {
    top: 0;
    bottom: unset;
  }
}

.org2__chart-flow--05:before {
  transform: rotate(270deg);
  background-size: 100% 100%;
  height: 180px;
}

@media screen and (max-width: 767px) {
  .org2__chart-flow--05:before {
    background: url("../company/img/org2_arrow-sml.png") center no-repeat;
    width: 43px;
    height: 47px;
    transform: none;
    bottom: 5px;
  }
}

.org2__chart-flow--06:before {
  transform: rotate(90deg);
  background-size: 100% 100%;
  height: 180px;
}

@media screen and (max-width: 767px) {
  .org2__chart-flow--06:before {
    background: url("../company/img/org2_arrow-sml.png") center no-repeat;
    width: 43px;
    height: 47px;
    transform: rotate(180deg);
    top: 5px;
    bottom: unset;
  }
}

.org2__chart-flow-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 72.5px;
  border: 1px solid #4693ff;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
  color: #1085ff;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .org2__chart-flow-wrap {
    height: 54px;
    font-size: 13px;
    line-height: 20px;
  }
}

.org2__chart-flow-wrap--down {
  writing-mode: vertical-lr;
  letter-spacing: 0.2em;
  width: 72.5px;
  height: 150px;
}

@media screen and (max-width: 767px) {
  .org2__chart-flow-wrap--down {
    height: 105px;
    font-size: 14px;
    position: relative;
    padding: 15px 5px 15px 2px;
    width: 100%;
    line-height: unset;
  }
}

@media screen and (max-width: 767px) {
  .org2__chart-flow-wrap--down::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 14px 8px 0 8px;
    border-color: #4693ff transparent transparent;
    translate: -50% 100%;
  }
}

@media screen and (max-width: 767px) {
  .org2__chart-flow-wrap--down::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 12px 6.8px 0 6.8px;
    border-color: #ffffff transparent transparent;
    translate: -50% 100%;
  }
}

@media screen and (max-width: 767px) {
  .org2__chart-flow--06 .org2__chart-flow-wrap--down::before {
    bottom: unset;
    top: 0;
    border-width: 0 8px 14px 8px;
    border-color: transparent transparent #4693ff;
    translate: -50% -100%;
  }
}

@media screen and (max-width: 767px) {
  .org2__chart-flow--06 .org2__chart-flow-wrap--down::after {
    bottom: unset;
    top: 0;
    border-width: 0 6.8px 12px 6.8px;
    border-color: transparent transparent #ffffff;
    translate: -50% -100%;
  }
}

.org2__chart-flow-wrap .small {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .org2__chart-flow-wrap .small {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .org2__chart-flow--01 .org2__chart-flow-wrap {
    height: 100px;
  }
}

.org2__chart-content--01 {
  grid-area: 3 / 1 / 5 / 3;
}

@media screen and (max-width: 767px) {
  .org2__chart-content--01 {
    grid-area: 4 / 1 / 6 / 4;
  }
}

.org2__chart-content--02 {
  grid-area: 3 / 4 / 5 / 6;
}

@media screen and (max-width: 767px) {
  .org2__chart-content--02 {
    grid-area: 4 / 5 / 6 / 8; 
  }
}

.org2__chart-content {
  width: 100%;
  border: 1px solid #4693ff;
  border-radius: 8px;
  background: #fff;
  padding: 21px 24px;
}

@media screen and (max-width: 767px) {
  .org2__chart-content {
    padding: 29px 6px;
    width: 150px;
  }
}

.org2__chart-content-header {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  margin-bottom: 20px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .org2__chart-content-header {
    font-size: 18px;
    line-height: 26px;
    height: 78px;
  }
}

.org2__chart-content-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.org2__chart-content-item {
  width: 100%;
  height: 75px;
  border-radius: 4px;
  background-color: #76afff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 31px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .org2__chart-content-item {
    font-size: 13px;
    line-height: 23px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .sp-small {
    font-size: 11px;
  }
}