@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&display=swap");
.global_growth{
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .global_growth {
    margin-top: 0 !important;
  }
}
.global_growth img {
  max-width: 100%;
}
.global_growth h2 {
  font-size: calc(var(--fluidPx) * 32) !important;
}
.global_growth .company_mainvisual {
  aspect-ratio: 1440/784;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  width: 100vw;
  min-height: 520px;
  max-height: 100svh;
  margin-bottom: 64px;
  padding: 0 48px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  background: url("../images/global_growth_bg.png");
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
  .global_growth .company_mainvisual {
    background: url("../images/global_growth_bg_sp.png");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    aspect-ratio: auto;
    width: 100vw;
    height: 100svh;
    justify-content: center;
    padding: 0 20px 20px;
    box-sizing: border-box;
  }
}
.global_growth .company_mainvisual h1 {
  color: #fff;
  font-size: 46px;
  line-height: 82px;
  color: #fff;
  max-width: 1344px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
.global_growth #mission .text_block_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}
@media only screen and (max-width: 768px) {
  .global_growth #mission .text_block_inner {
    flex-direction: column;
    gap: 24px;
  }
}
.global_growth #mission .text_block_inner h2 {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .global_growth #mission .text_block_inner h2 {
    width: 100%;
  }
}
.global_growth #mission .text_block_inner p {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .global_growth #mission .text_block_inner p {
    width: 100%;
  }
}

.global_growth .members {
  padding: 96px 0 0 0 !important;
  margin: 0 !important;
}
@media only screen and (max-width: 480px) {
  .global_growth .members {
    padding: 40px 0;
  }
}
.global_growth .cro {
  max-width: 1440px;
  padding: 0;
  margin: 0 auto 160px auto;
}
.global_growth .cro .leadership {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .global_growth .cro .leadership {
    flex-direction: column;
  }
}
.global_growth .cro .leadership .img {
  overflow: hidden;
  max-width: 426px;
  width: calc(33.3333333333% - 21.3333333333px);
  flex: 1 0 auto;
  aspect-ratio: 1/1;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .global_growth .cro .leadership .img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.global_growth .cro .leadership .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.global_growth .cro .leadership .message {
  margin-left: 32px;
  height: auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .global_growth .cro .leadership .message {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .global_growth .cro .leadership .message {
    width: 100%;
  }
}
.global_growth .cro .leadership .message h2{
  font-size: 24px !important;
  margin-bottom: 16px;
  line-height: 1;
}
.global_growth .cro .leadership .message .job {
  font-size: 24px;
  color: #fff;
  line-height: 1.4;
  margin-top: 24px;
}
@media only screen and (max-width: 480px) {
  .global_growth .cro .leadership .message .job {
    font-size: 18px;
  }
}
.global_growth .cro .leadership .message .name {
  font-size: 36px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 32px;
}
@media only screen and (max-width: 480px) {
  .global_growth .cro .leadership .message .name {
    font-size: 22px;
  }
}

.global_growth .cro .leadership .message .description {
  padding: 0 !important;
  overflow: hidden;
  display: -webkit-box !important;
}
@media only screen and (max-width: 768px) {
  .global_growth .cro .leadership .message .description {
    margin-bottom: 24px !important;
  }
}

.global_growth .cro .leadership .message .modal_block{
  width: 100%;
}

.global_growth .cro .leadership .modal_wrap {
  margin: auto 0 0 0  !important;
  margin-bottom:  0!important;
}
.global_growth .cro .leadership .modal_wrap .modal_container {
  gap: 0;
}
.global_growth .cro .leadership .modal_wrap .modal_container .modal_block .open{
  margin-bottom: 0 !important;
}
.global_growth .cro .leadership .modal_wrap .modal_container .modal_block .open .profile{
  margin-top: 8px !important;
  grid-area: auto;
}

.global_growth .modal_wrap {
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 48px;
  position: relative;
  overflow: hidden;
  transition: max-height 1s;
}
.global_growth .modal_wrap .modal_bg {
  width: 100vw;
  height: 100vh;
  display: block;
  background: rgba(10, 10, 20, 0.9);
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
@media only screen and (max-width: 480px) {
  .global_growth .modal_wrap .modal_bg {
    z-index: 100;
    background: rgba(10, 10, 20, 0.9);
  }
}
.global_growth .modal_wrap .modal_bg button {
  top: 82px;
  right: calc(10% - 12px);
}
@media only screen and (max-width: 480px) {
  .global_growth .modal_wrap .modal_bg button {
    right: calc(5% - 12px);
  }
}
.global_growth .modal_wrap .modal_bg.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
  pointer-events: auto;
}
.global_growth .modal_container {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.global_growth .modal_container:after {
  content: "";
  display: block;
  height: 0;
  width: calc(33.3333333333% - 21.3333333333px);
}
.global_growth .modal_container .modal_block {
  width: calc(33.3333333333% - 21.3333333333px);
}
@media only screen and (max-width: 768px) {
  .global_growth .modal_container .modal_block {
    width: 100%;
  }
}
.global_growth .modal_container .modal_block .open {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .global_growth .modal_container .modal_block .open {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto auto;
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    margin-bottom: 24px;
  }
  .global_growth .modal_container .modal_block .open .img {
    grid-area: 1/1/2/2;
  }
  .global_growth .modal_container .modal_block .open .profile {
    grid-area: 1/2/2/3;
  }
}
@media only screen and (max-width: 480px) {
  .global_growth .modal_container .modal_block .open {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 48px;
  }
}
.global_growth .modal_container .modal_block .open .img {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
@media only screen and (max-width: 768px) {
  .global_growth .modal_container .modal_block .open .img {
    width: 100%;
  }
}
.global_growth .modal_container .modal_block .open .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.global_growth .modal_container .modal_block .open .profile {
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .global_growth .modal_container .modal_block .open .profile {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .global_growth .modal_container .modal_block .open .profile {
    width: 100%;
    margin-top: 24px;
  }
}
.global_growth .modal_container .modal_block .open .profile .name {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 12px 0 !important;
}
.global_growth .modal_container .modal_block .open .profile .job {
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .global_growth .modal_container .modal_block .open .profile .job {
    margin: 0 !important;
  }
}
.global_growth .modal_container .modal_block .open .profile .description {
  padding: 0 !important;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 14px;
  margin-bottom: 24px !important;
}
@media only screen and (max-width: 768px) {
  .global_growth .modal_container .modal_block .open .profile .description {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .global_growth .modal_container .modal_block .open .profile .description {
    font-size: 22px;
  }
}
.global_growth .modal_container .modal_block .open .profile .readmore {
  display: block;
  text-decoration: underline;
  margin-top: auto;
}
.global_growth .modal_container .modal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none;
  height: 70vh;
  width: 80%;
  padding: 32px;
}
.global_growth .modal_container .modal p {
  padding: 0 !important;
}
.global_growth .modal_container .modal .img {
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  max-width: 50%;
}
@media only screen and (max-width: 768px) {
  .global_growth .modal_container .modal .img {
    width: 100%;
    max-width: 100%;
  }
}
.global_growth .modal_container .modal .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.global_growth .modal_container .modal .profile {
  padding: 0 24px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .global_growth .modal_container .modal .profile {
    padding: 0;
  }
}
.global_growth .modal_container .modal .profile .name {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 12px;
  font-weight: 600;
  color: #000;
}
.global_growth .modal_container .modal .profile .job {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  margin-top: 0 !important;
}
.global_growth .modal_container .modal .profile .description {
  padding: 0 !important;
  font-size: 14px;
  margin-bottom: 0 !important;
}
.global_growth .modal_container .modal.active {
  opacity: 1;
  display: flex;
  visibility: visible;
  pointer-events: all;
  position: fixed;
  z-index: 101;
  background: #fff;
  top: 120px;
  left: 10%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .global_growth .modal_container .modal.active {
    flex-direction: column;
    align-items: center;
    gap: 24px 0;
    width: 90%;
    left: 5%;
    box-sizing: border-box;
    overflow: scroll;
    padding: 16px;
  }
}


button.btn-close,
.btn.btn-close {
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  position: absolute;
  display: inline-block;
  padding: 0;
  top: calc(var(--fluidPx) * 46);
  right: calc(var(--fluidPx) * 30);
}

button.btn-close::before,
button.btn-close::after,
.btn.btn-close::before,
.btn.btn-close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 1.8rem;
  top: 50%;
  left: 50%;
  background: #FCFCFC;
  transition: transform 0.2s ease-out;
  cursor: pointer;
}

button.btn-close::before,
.btn.btn-close::before {
  transform: translateX(-50%) rotate(45deg);
}

button.btn-close::after,
.btn.btn-close::after {
  transform: translateX(-50%) rotate(-45deg);
}

button.btn-close:hover::before,
.btn.btn-close:hover::before {
  transform: translateX(-50%) rotate(225deg);
}

button.btn-close:hover::after,
.btn.btn-close:hover::after {
  transform: translateX(-50%) rotate(135deg);
}