.intro_visual_sub_section .visual_img {
  background-image: url("/img/intro/org/visual.jpg");
}

.ceo_sub_section {
  padding-bottom: 8rem;
}
.ceo_sub_section .sub_section_inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.ceo_sub_section figure {
  flex: 0 0 auto;
  max-width: 55.6rem;
  border-radius: 20px;
  overflow: hidden;
}
.ceo_sub_section .ceo_info_wrapper {
  flex: 1 1 auto;
  padding-bottom: 8rem;
  margin-left: 11.6rem;
}
.ceo_sub_section .ceo_info_wrapper .profile h2 {
  font-size: 4rem;
  font-weight: var(--fw_bolder);
}
.ceo_sub_section .ceo_info_wrapper .profile h2 span {
  margin-left: 1.6rem;
  font-size: 1.6rem;
  font-weight: var(--fw_base);
}
.ceo_sub_section .ceo_info_wrapper .profile p {
  margin-top: 4rem;
  font-size: 2.2rem;
  font-weight: var(--fw_sbold);
  line-height: var(--lh_base);
  white-space: pre-line;
}
.ceo_sub_section .ceo_info_wrapper .exp_list {
  display: flex;
  margin-top: 8rem;
}
.ceo_sub_section .ceo_info_wrapper .exp_list .exp_item {
  flex: 1 1 50%;
}
.ceo_sub_section .ceo_info_wrapper .exp_list .exp_item:nth-child(n+2) {
  margin-left: 6.4rem;
}
.ceo_sub_section .ceo_info_wrapper .exp_list .exp_item span {
  display: block;
  padding: 2.4rem 0.4rem;
  font-size: 2.2rem;
  font-weight: var(--fw_bolder);
  border-bottom: 1px solid var(--black2);
}
.ceo_sub_section .ceo_info_wrapper .exp_list .exp_item ul {
  padding: 2.4rem 0.4rem 0;
}
.ceo_sub_section .ceo_info_wrapper .exp_list .exp_item ul li {
  font-size: 1.6rem;
  line-height: 1.4;
}
.ceo_sub_section .ceo_info_wrapper .exp_list .exp_item ul li:nth-child(n+2) {
  margin-top: 0.8rem;
}
.ceo_sub_section .ceo_info_wrapper .exp_list .exp_item .content {
  padding: 2.4rem 0.4rem 0;
}
.ceo_sub_section .ceo_info_wrapper .exp_list .exp_item .content p {
  font-size: 1.6rem;
  line-height: 1.84;
  white-space: pre-line;
}

.leaders_sub_section {
  padding-bottom: 0;
}
.leaders_sub_section .sub_section_title {
  margin-bottom: 6.9rem;
}
.leaders_sub_section .contents {
  padding: 10.4rem 0 16rem;
  margin-top: 4.5rem;
  background: var(--white3);
}
.leaders_sub_section .contents .empty {
  padding: 6rem 0;
  font-size: 2.6rem;
  color: var(--gray3);
  text-align: center;
}
.leaders_sub_section .contents .leaders_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.4rem 3.2rem;
}
.leaders_sub_section .contents .leaders_list .leaders_item {
  padding: 4.8rem;
  background: var(--white1);
  border: 1px solid var(--gray2);
}
.leaders_sub_section .contents .leaders_list .leaders_item .name {
  font-size: 1.6rem;
}
.leaders_sub_section .contents .leaders_list .leaders_item .name span {
  margin-right: 0.8rem;
  font-size: 2.4rem;
  font-weight: var(--fw_bold);
}
.leaders_sub_section .contents .leaders_list .leaders_item ul {
  margin-top: 3.2rem;
}
.leaders_sub_section .contents .leaders_list .leaders_item ul li:nth-child(n+2) {
  margin-top: 2.4rem;
}
.leaders_sub_section .contents .leaders_list .leaders_item ul li span {
  font-size: 1.6rem;
  font-weight: var(--fw_bolder);
  color: var(--gray3);
}
.leaders_sub_section .contents .leaders_list .leaders_item ul li p {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  max-height: 6.4em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-line;
}

@media screen and (max-width: 1100px) {
  .ceo_sub_section figure {
    max-width: 400px;
  }
  .ceo_sub_section .ceo_info_wrapper {
    padding-bottom: 30px;
    margin-left: 42px;
  }
  .ceo_sub_section .ceo_info_wrapper .exp_list {
    margin-top: 32px;
  }
  .ceo_sub_section .ceo_info_wrapper .exp_list .exp_item:nth-child(n+2) {
    margin-left: 26px;
  }
  .leaders_sub_section .contents .leaders_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .ceo_sub_section {
    padding-bottom: 0;
  }
  .ceo_sub_section .sub_section_inner {
    display: block;
    padding-bottom: 0;
  }
  .ceo_sub_section figure {
    max-width: none;
  }
  .ceo_sub_section .ceo_info_wrapper {
    padding: 32px 0 48px;
    margin: 0;
  }
  .ceo_sub_section .ceo_info_wrapper .profile h2 {
    font-size: 24px;
  }
  .ceo_sub_section .ceo_info_wrapper .profile h2 span {
    margin-left: 8px;
    font-size: 13px;
  }
  .ceo_sub_section .ceo_info_wrapper .profile p {
    margin-top: 16px;
    font-size: 15px;
  }
  .ceo_sub_section .ceo_info_wrapper .exp_list {
    display: block;
  }
  .ceo_sub_section .ceo_info_wrapper .exp_list .exp_item:nth-child(n+2) {
    margin: 8px 0 0;
  }
  .ceo_sub_section .ceo_info_wrapper .exp_list .exp_item span {
    padding: 24px 8px;
    font-size: 18px;
    background: url("/img/arr_down.svg") right 8px center/auto no-repeat;
  }
  .ceo_sub_section .ceo_info_wrapper .exp_list .exp_item ul {
    display: none;
    padding: 20px 8px;
  }
  .ceo_sub_section .ceo_info_wrapper .exp_list .exp_item ul li {
    font-size: 14px;
  }
  .leaders_sub_section > .sub_section_inner {
    padding-bottom: 0;
  }
  .leaders_sub_section .sub_section_title {
    margin-bottom: 37px;
  }
  .leaders_sub_section .contents {
    padding: 0;
  }
  .leaders_sub_section .contents .sub_section_inner {
    padding-top: 48px;
  }
  .leaders_sub_section .contents h3 {
    margin-bottom: 24px;
    font-size: 18px;
  }
  .leaders_sub_section .contents .leaders_list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .leaders_sub_section .contents .leaders_list .leaders_item {
    padding: 48px 32px;
  }
  .leaders_sub_section .contents .leaders_list .leaders_item .name {
    font-size: 14px;
  }
  .leaders_sub_section .contents .leaders_list .leaders_item .name span {
    font-size: 20px;
  }
  .leaders_sub_section .contents .leaders_list .leaders_item ul {
    margin-top: 28px;
  }
  .leaders_sub_section .contents .leaders_list .leaders_item ul li span {
    font-size: 14px;
  }
  .leaders_sub_section .contents .leaders_list .leaders_item ul li p {
    margin-top: 8px;
    font-size: 13px;
    max-height: 6em;
    line-height: var(--lh_base);
  }
}

/*# sourceMappingURL=organization.css.map */
