/* @mixin MQ_OVER {
    @media (min-width: 1000px) {
        @content;
    }
} */
.about__chart {
  position: relative;
}

.about__chart__title {
  background: #323232;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.about__chart__title.-company {
  width: 38.8vw;
  padding: 0 3.8vw 0 0.3vw;
}

.about__chart__block {
  opacity: 0;
  text-align: center;
  z-index: 1;
}
.-ready .about__chart__block {
  animation: itemFadeIn 0.8s 0.7s ease forwards;
}

.about__chart__block__bottom {
  text-align: right;
  margin-top: 3.8vw;
  padding-right: 3.1vw;
}
.about__chart__block__bottom .about__chart__title {
  padding-right: 3.1vw;
  position: relative;
}
.about__chart__block__bottom .ico-plus {
  position: absolute;
  top: 50%;
  right: 2.2vw;
  display: block;
  height: 2.7vw;
  transform: translateY(-50%);
  width: 2.7vw;
}
.about__chart__block__bottom .ico-plus::before, .about__chart__block__bottom .ico-plus::after {
  background: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 1px;
}
.about__chart__block__bottom .ico-plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.about__chart__block.-content {
  position: relative;
}
.about__chart__block.-content::before, .about__chart__block.-content::after {
  content: "";
  opacity: 0;
  z-index: -1;
}
.about__chart__block.-content::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../assets/img/about/content/item_nrw_bg.png) no-repeat top center/contain;
}
.-ready .about__chart__block.-content::before {
  animation: itemFadeIn 0.8s 1.2s ease forwards;
}
.about__chart__block.-content::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  background: url(../../assets/img/about/content/item_nrw_bottom.png) no-repeat top center/contain;
  transform: translateX(-50%);
}
.-ready .about__chart__block.-content::after {
  animation: chartItemIn 0.9s 0.9s ease forwards;
}

.about__chart__content__logo {
  position: absolute;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transform-origin: left;
  z-index: 1;
}
.-ready .about__chart__content__logo {
  animation: itemFadeIn 0.5s 1.2s ease forwards;
}
@keyframes contentlogoIn {
  0% {
    transform: translateX(-50%) scaleX(0.5);
  }
  100% {
    transform: translateX(-50%) scaleX(1);
  }
}

.about__chart__content__item {
  position: absolute;
  left: 50%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateX(-50%);
  z-index: 1;
}
.-ready .about__chart__content__item {
  animation: chartItemIn 0.8s 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
@keyframes chartItemIn {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
.about__chart__content__item[data-chart="0"] {
  animation-delay: 0.6s;
}
.about__chart__content__item[data-chart="0"] .txt {
  animation-delay: 1.5s !important;
}
.about__chart__content__item[data-chart="1"] {
  animation-delay: 0.7s;
}
.about__chart__content__item[data-chart="1"] .txt {
  animation-delay: 1.6s !important;
}
.about__chart__content__item[data-chart="2"] {
  animation-delay: 0.8s;
}
.about__chart__content__item[data-chart="2"] .txt {
  animation-delay: 1.7s !important;
}
.about__chart__content__item[data-chart="3"] {
  animation-delay: 0.9s;
}
.about__chart__content__item[data-chart="3"] .txt {
  animation-delay: 1.8s !important;
}
.about__chart__content__item .txt {
  color: #fff;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
  line-height: 1;
  opacity: 0;
}
.-ready .about__chart__content__item .txt {
  animation: itemFadeIn 0.8s 0.7s ease forwards;
}
.about__chart__content__item .txt.-ja {
  font-weight: 800;
}

.about__chart__arw {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.about__chart__arw.-top .ico-line {
  animation-delay: 1.5s;
}
.about__chart__arw.-bottom .ico-line {
  animation-delay: 1.6s;
}
[data-chart="1"] .about__chart__arw .ico-line {
  animation-delay: 1.7s;
}
[data-chart="1"] .about__chart__arw .ico-arw {
  transform: translate(-50%, -10%);
}
.-ready [data-chart="1"] .about__chart__arw .ico-arw {
  animation: arwTBIn 0.5s 1.9s ease forwards;
}
@keyframes arwTBIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -5px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
[data-chart="2"] .about__chart__arw .ico-line {
  animation: tapeInBT 0.4s 1.9s ease forwards !important;
}
[data-chart="2"] .about__chart__arw .ico-arw {
  transform: translate(-50%, 5px) scaleY(-1);
}
.-ready [data-chart="2"] .about__chart__arw .ico-arw {
  animation: arwBTIn 0.5s 1.9s ease forwards;
}
@keyframes arwBTIn {
  0% {
    opacity: 0;
    transform: translate(-50%, 10%) scaleY(-1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scaleY(-1);
  }
}
.about__chart__arw span {
  display: block;
}
.about__chart__arw .ico-line {
  background: url(../../assets/img/about/chart/line_dot.png) repeat-y top center/100% auto;
  height: 100%;
  opacity: 0;
}
.-ready .about__chart__arw .ico-line {
  animation: tapeInTB 0.3s 1.5s ease forwards;
}
.about__chart__arw .ico-arw {
  position: absolute;
  left: 50%;
  background: url(../../assets/img/about/chart/ico_arw.png) no-repeat center/contain;
  opacity: 0;
}

.about__chart__company__list {
  position: relative;
}
.about__chart__company__list li {
  opacity: 0;
}
.-ready .about__chart__company__list li {
  animation: itemFadeIn 1s 0.7s ease forwards;
}
.about__chart__company__list li:nth-of-type(1) {
  animation-delay: 0.59s;
}
.about__chart__company__list li:nth-of-type(2) {
  animation-delay: 0.68s;
}
.about__chart__company__list li:nth-of-type(3) {
  animation-delay: 0.77s;
}
.about__chart__company__list li:nth-of-type(4) {
  animation-delay: 0.86s;
}
.about__chart__company__list li:nth-of-type(5) {
  animation-delay: 0.95s;
}
.about__chart__company__list li:nth-of-type(6) {
  animation-delay: 1.04s;
}
.about__chart__company__list li:nth-of-type(7) {
  animation-delay: 1.13s;
}
.about__chart__company__list li:nth-of-type(8) {
  animation-delay: 1.22s;
}
.about__chart__company__list li:nth-of-type(9) {
  animation-delay: 1.31s;
}

.about__chart__units {
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  position: relative;
}
.-ready .about__chart__units {
  animation: itemFadeIn 0.9s 1.7s ease forwards;
}
.about__chart__units:nth-of-type(1)::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../assets/img/about/line_dot.png) repeat-x left center/clamp(4.9px, 3.4px + 0.1875vw, 10.5px);
  content: "";
  height: clamp(2.1px, 1.4571428571px + 0.0803571429vw, 4.5px);
  width: 100%;
}
.about__chart__units::after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../../assets/img/about/line_dot.png) repeat-x left center/clamp(4.9px, 3.4px + 0.1875vw, 10.5px);
  content: "";
  height: clamp(2.1px, 1.4571428571px + 0.0803571429vw, 4.5px);
  width: 100%;
}

.about__chart__units__item {
  background: #fff;
  border: 1px solid #323232;
  border-radius: 999px;
  font-weight: 700;
  position: relative;
}
.about__chart__units__item::after {
  background: url(../../assets/img/about/ico_arw.svg) no-repeat center/contain;
  pointer-events: none;
}
.about__chart__units__item a {
  display: block;
  height: 100%;
  width: 100%;
}
.about__chart__units__item .txt {
  position: relative;
}
.about__chart__units__item br {
  display: none;
}

.about__detail {
  position: relative;
}

.about__detail__block {
  position: relative;
}
.about__detail__block[data-category=create] .about__detail__item__head {
  background: #e4e6f8;
}
.about__detail__block[data-category=create] .about__detail__item__head .head__title {
  background: #6e60a7;
}
.about__detail__block[data-category=promote] .about__detail__item__head {
  background: #f1e4f5;
}
.about__detail__block[data-category=promote] .about__detail__item__head .head__title {
  background: #a35da9;
}
.about__detail__block[data-category=develop] .about__detail__item__head {
  background: #f5e1e8;
}
.about__detail__block[data-category=develop] .about__detail__item__head .head__title {
  background: #d95f97;
}
.about__detail__block[data-category=support] .about__detail__item__head {
  background: #ffeddd;
}
.about__detail__block[data-category=support] .about__detail__item__head .head__title {
  background: #ec7641;
}
.about__detail__block::after {
  background: url(../../assets/img/about/detail/deco_arw.png) no-repeat top center/contain;
  content: "";
  opacity: 0;
  z-index: 1;
}
@keyframes itemInTB_arwB_pc {
  0% {
    opacity: 0;
    transform: scaleY(-1) translateY(10px);
  }
  100% {
    opacity: 1;
    transform: scaleY(-1) translateY(0);
  }
}
@keyframes itemInTB_arwB_sp {
  0% {
    opacity: 0;
    transform: translateX(-50%) scaleY(-1) translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scaleY(-1) translateY(0);
  }
}
@keyframes itemInTB_arwT_sp {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.about__detail__block[data-detail="1"]::after, .about__detail__block[data-detail="2"]::after {
  transform: scaleY(-1);
}
.about__detail__block[data-detail="3"]::after {
  transform: scaleY(-1);
}

.about__detail__top,
.about__detail__bottom {
  position: relative;
}

.about__detail__line {
  content: "";
  height: calc(100% - clamp(35px, 24.2857142857px + 1.3392857143vw, 75px));
  transform-origin: top;
  top: clamp(36px, 2.4vw, 71px);
  right: clamp(212px, 16.3vw, 470px);
  position: absolute;
  width: clamp(34px, 2vw, 57px);
}
.about__detail__line .line {
  background: url(../../assets/img/about/detail/line_dot.png) repeat-y top center/100%;
  display: block;
  height: 0;
  width: 100%;
}

.about__detail__item__title {
  line-height: 1;
  opacity: 0;
}
.about__detail__item__title .main {
  font-weight: 800;
}
.about__detail__item__title .sub {
  display: inline-block;
  transform: translateY(-0.25em);
}
.about__detail__top.-reveal .about__detail__item__title {
  animation: none;
}
.about__detail__block.-reveal .about__detail__item__title {
  animation: itemFadeIn 0.5s 0s forwards !important;
}
.about__detail__list__item {
  pointer-events: none;
  position: relative;
  opacity: 0;
}
.about__detail__block.-reveal .about__detail__list__item {
  animation: itemFadeIn 0.8s 0s forwards;
}
.about__detail__list__item:nth-of-type(1) {
  animation-delay: 0.1s !important;
}
.about__detail__list__item:nth-of-type(2) {
  animation-delay: 0.2s !important;
}
.about__detail__list__item:nth-of-type(3) {
  animation-delay: 0.3s !important;
}
.about__detail__list__item:nth-of-type(4) {
  animation-delay: 0.4s !important;
}
.about__detail__list__item:nth-of-type(5) {
  animation-delay: 0.5s !important;
}
.about__detail__list__item:nth-of-type(6) {
  animation-delay: 0.6s !important;
}
.about__detail__list__item:nth-of-type(7) {
  animation-delay: 0.7s !important;
}
.about__detail__list__item:nth-of-type(8) {
  animation-delay: 0.8s !important;
}

@keyframes aboutItemTapeInLR {
  0% {
    clip-path: inset(0 100% -100% 0);
    opacity: 0;
  }
  99% {
    clip-path: inset(0 0 -100% 0);
    opacity: 1;
  }
  100% {
    clip-path: none;
    opacity: 1;
  }
}
.about__detail__item__head .head__title {
  align-items: center;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.07em;
  text-align: center;
}
.about__detail__item__head .head__text {
  font-weight: 500;
  text-align: justify;
}

.about__detail__item__member {
  pointer-events: all;
  z-index: 1;
}
.about__detail__item__member.-reveal {
  animation: itemInRL 0.8s 0s ease forwards;
}

.about__detail__item__member__item {
  background: #323232;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.about__detail__item__member__item::after {
  position: absolute;
  top: 50%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.2s 0s ease;
  content: "";
}
.about__detail__item__member__item:hover .member__ph img {
  transform: scale(1.05);
}
.about__detail__item__member__item .member__inner {
  display: flex;
}
.about__detail__item__member__item .member__ph {
  overflow: hidden;
}
.about__detail__item__member__item .member__ph img {
  transition: transform 0.3s 0s ease;
}
.about__detail__item__member__item .member__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}
.about__detail__item__member__item .member__info .name {
  font-weight: 700;
}
.about__detail__item__member__item .member__info .position {
  font-weight: 600;
}

.about__chart__modal.c-modal {
  overflow: auto;
}

.about__chart__modal__inner {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: auto;
  min-height: 100%;
}

.about__chart__modal__content {
  border-radius: 5px;
  background: #fff;
  max-width: 350px;
  width: 83.7vw;
}

.about__chart__modal__title {
  color: #323232;
  border-bottom: 1px solid #e8e8e8;
  font-size: 17px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.about__chart__modal__list {
  display: flex;
  flex-wrap: wrap;
}
.about__chart__modal__list li {
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  justify-content: center;
  height: 19.3vw;
  max-height: 80px;
  width: 50%;
}
.about__chart__modal__list li:nth-of-type(2n - 1) {
  border-right: 1px solid #e8e8e8;
}
.about__chart__modal__list li:nth-of-type(9) {
  border-bottom: none;
}
@media (max-width: 799px) {
  .about__chart {
    height: 113.2vw;
    margin-top: 8.9vw;
    overflow: hidden;
  }
  .about__chart__title {
    font-size: 3.4vw;
    height: 4.9vw;
    line-height: 4.7vw;
    min-width: 16.2vw;
    padding: 0 2.5vw;
  }
  .about__chart__block {
    padding-top: 12vw;
  }
  .about__chart__block.-company {
    display: none;
  }
  .about__chart__block.-units {
    position: absolute;
    top: 0;
    right: 0;
    width: 58.7vw;
  }
  .about__chart__block.-content {
    position: absolute;
    left: -47.4vw;
    bottom: 0;
    height: 113.2vw;
    width: 138.6vw;
  }
  .about__chart__block.-content::before {
    height: 95.8vw;
    width: 140.9vw;
  }
  .about__chart__block.-content::after {
    height: 45.4vw;
    width: 138.6vw;
  }
  .about__chart__content__logo {
    top: 2.5vw;
    width: 31.5vw;
  }
  .about__chart__content__item[data-chart="0"] {
    top: 20.3vw;
    height: 13.9vw;
    width: 50.5vw;
  }
  .about__chart__content__item[data-chart="1"] {
    top: 33vw;
    height: 18.8vw;
    width: 68.7vw;
  }
  .about__chart__content__item[data-chart="2"] {
    top: 50.2vw;
    height: 22.6vw;
    width: 82.6vw;
  }
  .about__chart__content__item[data-chart="3"] {
    bottom: 7.6vw;
    height: 29.3vw;
    width: 107.5vw;
  }
  .about__chart__content__item[data-chart="0"] {
    background: url(../../assets/img/about/content/item_nrw_0.png) no-repeat top center/contain;
  }
  .about__chart__content__item[data-chart="1"] {
    background: url(../../assets/img/about/content/item_nrw_1.png) no-repeat top center/contain;
  }
  .about__chart__content__item[data-chart="2"] {
    background: url(../../assets/img/about/content/item_nrw_2.png) no-repeat top center/contain;
  }
  .about__chart__content__item[data-chart="3"] {
    background: url(../../assets/img/about/content/item_nrw_3.png) no-repeat top center/contain;
  }
  .about__chart__content__item .txt.-ja {
    font-size: 6.1vw;
  }
  .about__chart__content__item .txt.-en {
    font-size: 3.3vw;
    margin-top: 0.7vw;
  }
  .about__chart__arw {
    width: 1vw;
  }
  .about__chart__arw.-top {
    height: 4.3vw;
    top: -1.3vw;
  }
  .about__chart__arw.-bottom {
    height: 4.3vw;
    bottom: -3vw;
  }
  [data-chart="1"] .about__chart__arw {
    height: 4.3vw;
    bottom: -1.3vw;
  }
  [data-chart="1"] .about__chart__arw .ico-arw {
    bottom: -2vw;
  }
  [data-chart="2"] .about__chart__arw {
    height: 12.7vw;
    bottom: -11.5vw;
  }
  [data-chart="2"] .about__chart__arw .ico-arw {
    top: -3vw;
  }
  .about__chart__arw .ico-arw {
    height: 2.6vw;
    width: 4.3vw;
  }
  .about__chart__company__list {
    width: 100%;
  }
  .about__chart__units {
    gap: 1.7vw;
    padding: 3.5vw 0;
    width: 100%;
  }
  .about__chart__units:nth-of-type(1) {
    margin-top: 2.4vw;
  }
  .about__chart__units:nth-of-type(2) {
    padding: 4.9vw 0;
  }
  .about__chart__units:nth-of-type(4) {
    padding: 3.8vw 0;
  }
  .about__chart__units__item {
    font-size: 2.9vw;
    width: 17.5vw;
  }
  .about__chart__units__item::after {
    position: absolute;
    top: 2vw;
    right: 1.3vw;
    content: "";
    height: 1.1vw;
    width: 2vw;
  }
  .about__chart__units__item a {
    padding-right: 2vw;
  }
  .about__chart__units__item a[href="#create_1"] .txt, .about__chart__units__item a[href="#create_2"] .txt {
    transform-origin: left;
    font-size: 2.2vw;
    letter-spacing: -0.05em;
    transform: translate(0.3em, 0.13em) scaleX(0.85);
  }
  .about__chart__units__item a[href="#develop_4"] .txt, .about__chart__units__item a[href="#support_3"] .txt {
    transform: scaleX(0.9) translateX(0.15em);
    letter-spacing: -0.05em;
    transform-origin: left;
  }
  .about__detail {
    margin-top: 21.6vw;
    overflow: hidden;
  }
  .about__detail__block {
    margin: 0 6.3vw;
  }
  .about__detail__block + .about__detail__block {
    margin-top: 21.8vw;
  }
  .about__detail__block::after {
    width: 11.4vw;
    height: 12.7vw;
  }
  [data-detail=top] .about__detail__block.-show-arw::after {
    animation: itemInTB_arwB_sp 0.5s 0.5s ease forwards;
  }
  [data-detail=bottom] .about__detail__block.-show-arw::after {
    animation: itemInTB_arwT_sp 0.5s 0.5s ease forwards;
  }
  .about__detail__block[data-detail="1"]::after, .about__detail__block[data-detail="2"]::after {
    transform: translateX(-50%) scaleY(-1);
    position: absolute;
    left: 50%;
    bottom: -16.6vw;
  }
  .about__detail__block[data-detail="3"]::after {
    transform: translateX(-50%) scaleY(1);
    position: absolute;
    left: 50%;
    bottom: -18.5vw;
    display: none;
  }
  .about__detail__block[data-detail="4"]::after {
    position: absolute;
    top: -15.3vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .about__detail__line {
    display: none;
  }
  .about__detail__bottom {
    margin-top: 21.8vw;
  }
  .about__detail__item__title .main {
    font-size: 7.3vw;
  }
  .about__detail__item__title .sub {
    font-size: 4vw;
    margin: 0 0 0 1.2vw;
  }
  .about__detail__list {
    margin-top: 2.5vw;
  }
  .about__detail__list__item {
    margin-top: -67px;
    padding-top: 67px;
  }
  .about__detail__list__item + .about__detail__list__item {
    margin-top: calc(-67px + 3.4vw);
  }
  .about__detail__item__head {
    padding: 4.3vw 3.8vw;
  }
  .about__detail__item__head .head__title {
    border-radius: 4px;
    font-size: 4.3vw;
    line-height: 1.1666666667;
    padding: 2.1vw 2.5vw 1.7vw;
  }
  .about__detail__item__head .head__text {
    margin-top: 2.2vw;
    font-size: 3.5vw;
    line-height: 1.5714285714;
  }
  .about__detail__item__member {
    margin-top: 3.8vw;
    overflow: visible !important;
    opacity: 0;
  }
  .about__detail__item__member__item {
    border-radius: 1.2vw;
    height: 19.3vw;
    width: 52.1vw;
  }
  [data-category=create] .about__detail__item__member__item {
    width: 57.2vw;
  }
  .about__detail__item__member__item::after {
    height: 2.5vw;
    right: 3.1vw;
    width: 2.5vw;
  }
  .about__detail__item__member__item .member__ph {
    height: 19.3vw;
    width: 19.3vw;
  }
  .about__detail__item__member__item .member__info {
    margin-left: 2.7vw;
  }
  .about__detail__item__member__item .member__info .name {
    font-size: 4.8vw;
  }
  .about__detail__item__member__item .member__info .position {
    font-size: 3.3vw;
    line-height: 1.3076923077;
    margin-top: 0.7vw;
  }
  .about__main {
    padding: 0 0 25.4vw 0;
  }
}
@media (min-width: 800px) {
  .about__chart {
    height: clamp(633.5px, 439.5714285714px + 24.2410714286vw, 1357.5px);
    margin-top: clamp(17.5px, 12.1428571429px + 0.6696428571vw, 37.5px);
    transform: translateX(-2%);
  }
  .about__chart__title {
    font-size: clamp(16.8px, 11.6571428571px + 0.6428571429vw, 36px);
    height: clamp(22.4px, 15.5428571429px + 0.8571428571vw, 48px);
    line-height: clamp(20.3px, 14.0857142857px + 0.7767857143vw, 43.5px);
    min-width: clamp(173.6px, 120.4571428571px + 6.6428571429vw, 372px);
    padding: 0 clamp(14px, 9.7142857143px + 0.5357142857vw, 30px);
  }
  .about__chart__block {
    padding-top: clamp(91px, 63.1428571429px + 3.4821428571vw, 195px);
  }
  .about__chart__block.-company {
    position: absolute;
    top: 0;
    right: calc(50% + 20.8vw);
  }
  .about__chart__block.-units {
    position: absolute;
    top: 0;
    left: calc(50% + 11.1vw);
  }
  .about__chart__block.-content {
    position: absolute;
    left: 50.4%;
    bottom: 0;
    height: clamp(633.5px, 439.5714285714px + 24.2410714286vw, 1357.5px);
    transform: translateX(-50%);
    width: clamp(777px, 539.1428571429px + 29.7321428571vw, 1665px);
  }
  .about__chart__block.-content::before {
    background: url(../../assets/img/about/content/item_bg.png) no-repeat top center/contain;
    height: clamp(521.5px, 361.8571428571px + 19.9553571429vw, 1117.5px);
    width: clamp(777px, 539.1428571429px + 29.7321428571vw, 1665px);
  }
  .about__chart__block.-content::after {
    background: url(../../assets/img/about/content/item_bottom.png) no-repeat top center/contain;
    height: clamp(254.8px, 176.8px + 9.75vw, 546px);
    width: clamp(777px, 539.1428571429px + 29.7321428571vw, 1665px);
  }
  .about__chart__content__logo {
    top: clamp(37.8px, 26.2285714286px + 1.4464285714vw, 81px);
    width: clamp(156.8px, 108.8px + 6vw, 336px);
  }
  .about__chart__content__item {
    justify-content: flex-start;
    width: clamp(777px, 539.1428571429px + 29.7321428571vw, 1665px);
  }
  .about__chart__content__item[data-chart="0"] {
    top: clamp(145.6px, 101.0285714286px + 5.5714285714vw, 312px);
    height: clamp(68.6px, 47.6px + 2.625vw, 147px);
    padding-top: clamp(9.1px, 6.3142857143px + 0.3482142857vw, 19.5px);
    width: clamp(274.4px, 190.4px + 10.5vw, 588px);
  }
  .about__chart__content__item[data-chart="1"] {
    top: clamp(207.9px, 144.2571428571px + 7.9553571429vw, 445.5px);
    height: clamp(92.4px, 64.1142857143px + 3.5357142857vw, 198px);
    padding-top: clamp(24.5px, 17px + 0.9375vw, 52.5px);
    width: clamp(372.4px, 258.4px + 14.25vw, 798px);
  }
  .about__chart__content__item[data-chart="2"] {
    top: clamp(292.6px, 203.0285714286px + 11.1964285714vw, 627px);
    height: clamp(112px, 77.7142857143px + 4.2857142857vw, 240px);
    padding-top: clamp(35.7px, 24.7714285714px + 1.3660714286vw, 76.5px);
    width: clamp(448.7px, 311.3428571429px + 17.1696428571vw, 961.5px);
  }
  .about__chart__content__item[data-chart="3"] {
    bottom: clamp(51.1px, 35.4571428571px + 1.9553571429vw, 109.5px);
    height: clamp(154px, 106.8571428571px + 5.8928571429vw, 330px);
    padding-top: clamp(47.6px, 33.0285714286px + 1.8214285714vw, 102px);
    width: clamp(617.4px, 428.4px + 23.625vw, 1323px);
  }
  .about__chart__content__item[data-chart="0"] {
    background: url(../../assets/img/about/content/item_0.png) no-repeat top center/contain;
  }
  .about__chart__content__item[data-chart="1"] {
    background: url(../../assets/img/about/content/item_1.png) no-repeat top center/contain;
  }
  .about__chart__content__item[data-chart="2"] {
    background: url(../../assets/img/about/content/item_2.png) no-repeat top center/contain;
  }
  .about__chart__content__item[data-chart="3"] {
    background: url(../../assets/img/about/content/item_3.png) no-repeat top center/contain;
  }
  .about__chart__content__item .txt.-ja {
    font-size: clamp(25.2px, 17.4857142857px + 0.9642857143vw, 54px);
  }
  .about__chart__content__item .txt.-en {
    font-size: clamp(14px, 9.7142857143px + 0.5357142857vw, 30px);
    margin-top: clamp(3.5px, 2.4285714286px + 0.1339285714vw, 7.5px);
  }
  .about__chart__arw {
    width: clamp(4.9px, 3.4px + 0.1875vw, 10.5px);
  }
  [data-chart="0"] .about__chart__arw.-top {
    height: clamp(35px, 24.2857142857px + 1.3392857143vw, 75px);
    top: -37%;
  }
  [data-chart="0"] .about__chart__arw.-bottom {
    height: clamp(28px, 19.4285714286px + 1.0714285714vw, 60px);
    bottom: -22%;
  }
  [data-chart="1"] .about__chart__arw {
    height: clamp(28px, 19.4285714286px + 1.0714285714vw, 60px);
    bottom: -11%;
  }
  [data-chart="1"] .about__chart__arw .ico-arw {
    bottom: -40%;
  }
  [data-chart="2"] .about__chart__arw {
    height: clamp(77px, 53.4285714286px + 2.9464285714vw, 165px);
    bottom: -57%;
  }
  [data-chart="2"] .about__chart__arw .ico-arw {
    top: -16%;
  }
  .about__chart__arw .ico-arw {
    height: clamp(12.6px, 8.7428571429px + 0.4821428571vw, 27px);
    width: clamp(21px, 14.5714285714px + 0.8035714286vw, 45px);
  }
  .about__chart__company__list {
    margin: clamp(18.9px, 13.1142857143px + 0.7232142857vw, 40.5px) auto 0;
    width: clamp(147px, 102px + 5.625vw, 315px);
  }
  .about__chart__company__list li a {
    transition: all 0.2s 0s ease;
  }
  .about__chart__company__list li a:hover {
    filter: brightness(1.2);
  }
  .about__chart__units {
    gap: clamp(5.6px, 3.8857142857px + 0.2142857143vw, 12px) 1.1%;
    padding: clamp(21px, 14.5714285714px + 0.8035714286vw, 45px) 0;
    width: clamp(301px, 208.8571428571px + 11.5178571429vw, 645px);
  }
  .about__chart__units:nth-of-type(1) {
    margin-top: 2.5vw;
  }
  .about__chart__units:nth-of-type(2) {
    padding: clamp(29.4px, 20.4px + 1.125vw, 63px) 0;
  }
  .about__chart__units:nth-of-type(3) {
    padding: clamp(14px, 9.7142857143px + 0.5357142857vw, 30px) 0;
  }
  .about__chart__units__item {
    font-size: clamp(13.3px, 9.2285714286px + 0.5089285714vw, 28.5px);
    height: clamp(25.2px, 17.4857142857px + 0.9642857143vw, 54px);
    line-height: clamp(21.7px, 15.0571428571px + 0.8303571429vw, 46.5px);
    width: clamp(98px, 68px + 3.75vw, 210px);
  }
  .about__chart__units__item::after {
    position: absolute;
    top: clamp(10.5px, 7.2857142857px + 0.4017857143vw, 22.5px);
    right: 0.6vw;
    content: "";
    transition: transform 0.2s 0s ease;
    height: 0.4vw;
    width: 0.7vw;
    min-height: 5px;
    min-width: 10px;
    max-height: 8px;
    max-width: 14px;
  }
  .about__chart__units__item:hover::after {
    transform: translateY(40%);
  }
  .about__chart__units__item a {
    padding-right: clamp(7px, 4.8571428571px + 0.2678571429vw, 15px);
  }
  .about__chart__units__item a[href="#create_1"] .txt, .about__chart__units__item a[href="#create_2"] .txt {
    font-size: clamp(11.2px, 7.7714285714px + 0.4285714286vw, 24px);
    letter-spacing: -0.04em;
    transform: translate(-0.3em, 0.05em) scaleX(0.9);
  }
  .about__chart__units__item a[href="#develop_4"] .txt, .about__chart__units__item a[href="#support_3"] .txt {
    transform: translateX(-0.12em);
  }
  .about__detail {
    margin: clamp(98px, 68px + 3.75vw, 210px) auto 0;
    padding: 0 5.2vw;
    width: 100%;
  }
  .about__detail__block + .about__detail__block {
    margin-top: clamp(50.4px, 34.9714285714px + 1.9285714286vw, 108px);
  }
  .about__detail__block::after {
    right: clamp(212px, 16.3vw, 470px);
    height: clamp(30px, 1.8vw, 51px);
    width: clamp(34px, 2vw, 57px);
  }
  [data-detail=top] .about__detail__block.-show-arw::after {
    animation: itemInTB_arwB_pc 0.5s 0.5s ease forwards;
  }
  [data-detail=bottom] .about__detail__block.-show-arw::after {
    animation: itemInBT 0.5s 0.5s ease forwards;
  }
  .about__detail__block[data-detail="1"]::after, .about__detail__block[data-detail="2"]::after {
    position: absolute;
    bottom: clamp(-56px, -38.8571428571px + -2.1428571429vw, -120px);
  }
  .about__detail__block[data-detail="3"]::after {
    position: absolute;
    bottom: clamp(-7px, -4.8571428571px + -0.2678571429vw, -15px);
  }
  .about__detail__block[data-detail="4"]::after {
    position: absolute;
    top: clamp(28px, 19.4285714286px + 1.0714285714vw, 60px);
  }
  .about__detail__line {
    background-size: clamp(34px, 2vw, 57px) clamp(10px, 0.5vw, 16px);
    height: calc(100% - clamp(36px, 2.4vw, 71px));
  }
  .about__detail__bottom {
    margin-top: clamp(50.4px, 34.9714285714px + 1.9285714286vw, 108px);
  }
  .about__detail__item__title {
    height: clamp(36px, 2.1vw, 61px);
    margin-bottom: clamp(8px, 0.7vw, 14px);
  }
  .about__detail__item__title .main {
    font-size: clamp(28px, 19.4285714286px + 1.0714285714vw, 60px);
  }
  .about__detail__item__title .sub {
    font-size: clamp(15.4px, 10.6857142857px + 0.5892857143vw, 33px);
    margin: 0 0 0 clamp(3.5px, 2.4285714286px + 0.1339285714vw, 7.5px);
  }
  .about__detail__list__item + .about__detail__list__item {
    margin-top: clamp(2.8px, 1.9428571429px + 0.1071428571vw, 6px);
  }
  .about__detail__item__head {
    align-items: center;
    display: flex;
    padding: clamp(21px, 14.5714285714px + 0.8035714286vw, 45px) clamp(19.6px, 13.6px + 0.75vw, 42px);
    width: calc(100% - 200px - 60px);
  }
  .about__detail__item__head .head__title {
    border-radius: clamp(2.8px, 1.9428571429px + 0.1071428571vw, 6px);
    font-size: clamp(13.3px, 9.2285714286px + 0.5089285714vw, 28.5px);
    height: clamp(61.6px, 42.7428571429px + 2.3571428571vw, 132px);
    line-height: 1.2105263158;
    width: clamp(61.6px, 42.7428571429px + 2.3571428571vw, 132px);
  }
  .about__detail__item__head .head__title.-wide {
    letter-spacing: -0.05em;
  }
  .about__detail__item__head .head__title.-l3 {
    line-height: 0.85;
  }
  .about__detail__item__head .head__title.-small {
    font-size: clamp(11.2px, 7.7714285714px + 0.4285714286vw, 24px);
    letter-spacing: -0.05em;
  }
  .about__detail__item__head .head__text {
    margin-left: clamp(14px, 9.7142857143px + 0.5357142857vw, 30px);
    font-size: clamp(13.3px, 9.2285714286px + 0.5089285714vw, 28.5px);
    line-height: 1.5789473684;
  }
  .about__detail__item__member {
    position: absolute;
    top: 0;
    right: 0;
  }
  .about__detail__item__member.js-about-member-slider {
    display: none !important;
  }
  .about__detail__item__member__item {
    border-radius: clamp(2.8px, 1.9428571429px + 0.1071428571vw, 6px);
    width: 200px;
  }
  .about__detail__item__member__item + .about__detail__item__member__item {
    margin-top: clamp(7px, 4.8571428571px + 0.2678571429vw, 15px);
  }
  .about__detail__item__member__item::after {
    height: clamp(8.4px, 5.8285714286px + 0.3214285714vw, 18px);
    right: clamp(11.9px, 8.2571428571px + 0.4553571429vw, 25.5px);
    width: clamp(8.4px, 5.8285714286px + 0.3214285714vw, 18px);
  }
  .about__detail__item__member__item:hover::after {
    transform: translateY(-65%) rotate(45deg) translateX(25%);
  }
  .about__detail__item__member__item .member__ph {
    min-width: 60px;
    width: clamp(61.6px, 42.7428571429px + 2.3571428571vw, 132px);
  }
  .about__detail__item__member__item .member__info {
    margin-left: clamp(10.5px, 7.2857142857px + 0.4017857143vw, 22.5px);
  }
  .about__detail__item__member__item .member__info .name {
    font-size: clamp(14px, 9.7142857143px + 0.5357142857vw, 30px);
  }
  .about__detail__item__member__item .member__info .position {
    font-size: clamp(9.8px, 6.8px + 0.375vw, 21px);
    margin-top: clamp(4.9px, 3.4px + 0.1875vw, 10.5px);
  }
  .about__detail__item__member__item .member__info .position br {
    display: none;
  }
  .about__main {
    padding: 0;
    margin: 0 auto;
  }
}
@media (min-width: 1400px) {
  .about__chart {
    transform: translateX(0);
  }
  .about__chart__block.-company {
    position: absolute;
    top: 0;
    left: clamp(56px, 38.8571428571px + 2.1428571429vw, 120px);
    right: auto;
  }
  .about__chart__block.-units {
    position: absolute;
    top: 0;
    right: clamp(58.1px, 40.3142857143px + 2.2232142857vw, 124.5px);
    left: auto;
  }
  .about__chart__units__item::after {
    top: 0.7vw;
  }
  .about__main {
    max-width: clamp(1075.2px, 746.0571428571px + 41.1428571429vw, 2304px);
  }
}
@media (min-width: 1100px) {
  [data-chart="2"] .about__chart__arw {
    height: clamp(76.3px, 52.9428571429px + 2.9196428571vw, 163.5px);
  }
}
@media (min-width: 1200px) {
  .about__chart__units:nth-of-type(1) {
    margin-top: clamp(29.4px, 20.4px + 1.125vw, 63px);
  }
  .about__detail {
    max-width: 1824px;
    padding: 0;
    width: 63.3vw;
  }
  .about__detail__line {
    right: calc(14.5vw + 2.8%);
  }
  .about__detail__item__head {
    width: 68.7%;
  }
  .about__detail__item__member__item {
    width: 200px;
    width: 14.5vw;
  }
}