@charset "utf-8";


.company_human_slider {
  display: flex;
  margin: 4.932rem 0 2.32rem 3.5rem;
}
.company_slider_image_01 {
  width: 3.029rem;
  margin-right: 1.703rem;
}
.company_slider_image_02 {
  width: 2.145rem;
  margin-right: 1.392rem;
}
.company_slider_image_03 {
  width: 3.697rem;
  margin-right: 1.082rem;
}
.company_slider_image_04 {
  width: 2.462rem;
  margin-right: 1.4rem;
}
.company_slider_image_05 {
  width: 2.682rem;
  margin-right: 1.127rem;
}
.company_slider_image_06 {
  width: 3.161rem;
}

.linked-img {
  opacity: 0.5;
}
.linked-img.active {
  opacity: 1;
}



/* =====
company_cs_centric_org
===== */
.company_cs_centric_org {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 6.4rem;
  overflow: hidden;
}

.slider_container {
  display: flex;
  overflow: visible !important;
}

.company_cs_centric_org_image {
  /* height: 42.1rem; */
  margin-bottom: 1.2rem;
  aspect-ratio: 1;
}

/* .company_cs_centric_org_article {
  width: 84.5rem;
  height: auto;
}
.company_cs_centric_org_comment {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: var(--NotoSerif);
  line-height: calc(22em / 16);
  color: #000000;
} */

.company_cs_centric_org_title {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  font-family: var(--NotoSerif);
  line-height: calc(27em / 18);
  letter-spacing: calc(2.7em / 18);
  color: #000000;
}

/* COMPANY-ORG-MENU */
.company_prof_menu_content {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: var(--NotoSerif);
  /* margin-top: 14.4rem; */
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  height: 49.2rem;
  transform: translateY(-50%);
}
/* .company_prof_menu01.prof_menu_active {
  opacity: 1;
  visibility: visible;
} */
.menu_profile_image {
  cursor: pointer;
  object-position: top;
}
.prof_menu_active {
  visibility: visible;
  opacity: 1;
}

.company_org_menu_content {
  width: 41rem;
  /* height: 49.2rem; */
  padding: 3.5rem;
  background-color: #FFFFFF;
  overflow: auto;
}
.company_org_menu_name {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 4.5rem;
  line-height: calc(33 / 24);
  letter-spacing: calc(3.6em / 24);
}
.company_org_menu_list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.org_menu_items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1.5rem;
  line-height: calc(20 / 15);
  letter-spacing: calc(2.25em / 15);
}
.org_menu_items_name {
  font-weight: bold;
}
.org_menu_items_text {
  font-weight: 400;
}

.company_org_menu_image {
  width: 41.2rem;
  height: 49.2rem;
  border-left: 0.1rem solid #707070;
}

.company_menu_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0.5;
  background-color: #000000;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.menu_mask_active {
  opacity: 0.5;
  visibility: visible;
}

.company_menu_close_btn {
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.75rem;
  cursor: pointer;
}
.company_menu_close_bar {
  display: inline-block;
  width: 2.8rem;
  height: 0.1rem;
  background-color: #FFFFFF;
}
.company_menu_close_bar:first-child {
  transform: rotate(45deg);
}
.company_menu_close_bar:last-child {
  transform: translateY(-1.5rem) rotate(-45deg);
}

/* =====
company_cs_centric_org end
===== */

/* =====
company_profile
===== */
.company_profile {
  max-width: 121rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 13.5rem;
}

.company_profile_image {
  width: 100%;
  height: 30.1rem;
  margin-bottom: 9.1rem;
  background-size: cover;
  background-position: 0 74%;
  background-repeat: no-repeat;
  background-image: url(../img/top_company.jpg);
}

.company_profile_data_area {
  width: 100%;
  height: auto;
}

.company_profile_title {
  font-size: 2rem;
  font-weight: 400;
  font-family: var(--NotoSerif);
  line-height: calc(27em / 20);
  letter-spacing: calc(3em / 20);
  color: #000000;
  margin-bottom: 5.8rem;
  margin-left: 5.5rem;
}

.company_profile_data {
  display: flex;
  flex-wrap: wrap;
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
}

.company_profile_data dd {
  width: 27.2%;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: var(--NotoSerif);
  line-height: calc(24em / 18);
  color: #000000;
  border-bottom: 0.1rem solid #000000;
  padding: 2.35rem 0;
}

.company_profile_data dt {
  width: 72.8%;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: var(--NotoSerif);
  line-height: calc(24em / 18);
  color: #000000;
  border-bottom: 0.1rem solid #000000;
  padding: 2.35rem 0;
}

.company_business_activities_list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.company_profile_data dd:nth-of-type(1),
.company_profile_data dt:nth-of-type(1) {
  padding-top: 0;
}

/* =====
company_profile end
===== */

/* =====
company_related_companies
===== */
.company_related_companies {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.company_related_companies_image {
  width: 100%;
  /* height: 78rem; */
  background-image: url(../img/company.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
}

.company_related_companies_inner {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px) brightness(70%) contrast(2);
  -webkit-backdrop-filter: blur(2px) brightness(70%) contrast(2);
  /* overflow: auto; */
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 9rem 0 10.4rem;
  z-index: 1;
}

.company_related_companies_title {
  font-size: 4rem;
  font-weight: 400;
  font-family: var(--NotoSerif);
  line-height: calc(55em / 40);
  letter-spacing: calc(8em / 40);
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 5rem;
}

.company_related_companies_data {
  display: flex;
  flex-wrap: wrap;
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
}

.company_related_companies_data dd {
  width: 27%;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: var(--NotoSerif);
  line-height: calc(24em / 18);
  color: #FFFFFF;
  border-bottom: 0.1rem solid #FFFFFF;
  padding: 2.35rem 0;
}

.company_related_companies_data dt {
  width: 73%;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: var(--NotoSerif);
  line-height: calc(24em / 18);
  color: #FFFFFF;
  border-bottom: 0.1rem solid #FFFFFF;
  padding: 2.35rem 0;
}

.company_related_companies_data dd:nth-of-type(1),
.company_related_companies_data dt:nth-of-type(1) {
  padding-top: 0;
}

/* =====
company_related_companies end
===== */

@media screen and (max-width: 699.98px) {


  .company_human_slider {
    display: flex;
    margin: 2.2rem 0 1.097rem 1rem;
  }
  .company_slider_image_01 {
    margin-right: 1.074rem;
    width: 1.909rem;
  }
  .company_slider_image_02 {
    width: 1.352rem;
    margin-right: 0.877rem;
  }
  .company_slider_image_03 {
    width: 2.33rem;
    margin-right: 0.687rem;
  }
  .company_slider_image_04 {
    width: 1.552rem;
    margin-right: 0.882rem;
  }
  .company_slider_image_05 {
    width: 1.69rem;
    margin-right: 0.71rem;
  }
  .company_slider_image_06 {
    width: 1.992rem;
  }

  /* =====
  company_cs_centric_org
  ===== */
  .company_cs_centric_org {
    margin-bottom: 5rem;
  }
  .slider_container {
    overflow: none;
  }

  .company_cs_centric_org_image {
    height: 26rem;
    margin-bottom: 1rem;
  }

  .slider_container {
    margin-left: 1rem;
  }

  .company_cs_centric_org_article {
    width: 100%;
    height: auto;
  }

  .company_cs_centric_org_title {
    font-size: 1.6rem;
    font-weight: 500;
    font-family: var(--NotoSerif);
    line-height: calc(22em / 16);
    letter-spacing: calc(2.4em /16);
    color: #000000;
  }

  .company_cs_centric_org_comment {
    font-size: 1.6rem;
    font-weight: 400;
    font-family: var(--NotoSerif);
    line-height: calc(22em / 16);
    color: #000000;
  }

  /* =====
  company_cs_centric_org end
  ===== */
  .company_prof_menu_content {
    overflow: scroll;
    margin-top: 0;
    flex-direction: column-reverse;
    justify-content: unset;
    height: 100%;
  }
  .company_org_menu_name {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 1.7rem;
    text-align: center;
    line-height: calc(22 / 16);
    letter-spacing: calc(2.4em / 16);
  }
  .company_org_menu_image {
    width: 35.5rem;
    height: 35.5rem;
    margin: 4rem auto 0;
  }
  .company_org_menu_content {
    /* width: 37.5rem; */
    padding-top: 4rem;
    /* padding-left: 0; */
    color: #FFFFFF;
    background: none;
    width: 100%;
    height: auto;
    word-break: break-word;
  }
  .company_org_menu_list {
    gap: 1.5rem;
    width: auto;
    margin: 0 auto;
  }
  .org_menu_items {
    gap: 0.1rem;
    font-size: 1.6rem;
    line-height: calc(22 / 16);
    letter-spacing: calc(2.4em / 16);
  }
  .org_menu_items_text  {
    margin-left: 1.1rem;
  }
  .company_menu_close_btn {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 5rem;
    height: 5rem;
    /* margin: 0.5rem 2rem 0 0; */
    background-color: #000000;
  }
  .company_menu_close_bar {
    width: 3.4rem;
  }
  .company_menu_close_bar:first-child {
    transform: translate(0.8rem, 1.3rem) rotate(35deg);
  }
  .company_menu_close_bar:last-child {
    transform: translate(0.8rem, -0.2rem) rotate(-35deg);
  }

  .company_menu_mask {
    background-color: #353535;
    opacity: 1;
  }

  /* =====
  company_profile
  ===== */
  .company_profile {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .company_profile_image {
    height: 13rem;
    margin-bottom: 5rem;
    background-size: 145%;
    background-position: 57% 74%;
  }

  .company_profile_data_area {
    width: 35.5rem;
    height: auto;
    margin: 0 1rem 17.2rem;
    padding: 0;
  }

  .company_profile_title {
    font-size: 2rem;
    font-weight: 400;
    font-family: var(--NotoSerif);
    line-height: calc(27em / 20);
    letter-spacing: calc(3em / 20);
    color: #000000;
    margin-left: 0;
    margin-bottom: 5.8rem;
    padding-left: 0;
  }

  .company_profile_data {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
  }

  .company_profile_data dd {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: var(--NotoSerif);
    line-height: calc(24em / 18);
    color: #000000;
    border-bottom: none;
    padding: 1rem 0 0.5rem;
  }

  .company_profile_data dt {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: var(--NotoSerif);
    line-height: calc(24em / 18);
    color: #000000;
    border-bottom: 0.1rem solid #000000;
    padding: 0 0 1rem;
  }

  .company_business_activities_list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .company_profile_data dd:nth-of-type(1),
  .company_profile_data dt:nth-of-type(1) {
    padding-top: 0;
  }

  /* =====
  company_profile end
  ===== */

  /* =====
  company_related_companies
  ===== */
  .company_related_companies {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .company_related_companies_image {
    width: 100%;
    /* height: 81.1rem; */
    background-image: url(../img/company.jpg);
    background-repeat: no-repeat;
    background-position: 23% center;
    background-size: cover;
    z-index: 0;
  }

  .company_related_companies_inner {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3px) brightness(70%) contrast(2);
    -webkit-backdrop-filter: blur(3px) brightness(70%) contrast(2);
    margin-bottom: 0;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 5rem 0 6.4rem;
    z-index: 1;
  }

  .company_related_companies_title {
    font-size: 2.3rem;
    font-weight: 400;
    font-family: var(--NotoSerif);
    line-height: calc(32em / 23);
    letter-spacing: calc(4.6em / 23);
    text-align: center;
    color: #FFFFFF;
    white-space: nowrap;
    margin-bottom: 3rem;
  }

  .company_related_companies_data {
    display: flex;
    flex-wrap: wrap;
    max-width: 35.5rem;
    width: 100%;
    margin: 0 auto;
  }

  .company_related_companies_data dd {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: var(--NotoSerif);
    line-height: calc(24em / 18);
    color: #FFFFFF;
    border-bottom: unset;
    padding: 1rem 0 0.5rem;
  }

  .company_related_companies_data dt {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: var(--NotoSerif);
    line-height: calc(24em / 18);
    color: #FFFFFF;
    border-bottom: 0.1rem solid #FFFFFF;
    padding: 0 0 1rem;
  }

  .company_related_companies_data dd:nth-of-type(1),
  .company_related_companies_data dt:nth-of-type(1) {
    padding-top: 0;
  }

  /* =====
  company_related_companies end
  ===== */
}