section.company-header {
  overflow: hidden;
}
section.company-header img.mainimage {
  animation: zoom 1s ease-in-out forwards;
}
section.company-header .comapny-header-txt {
  position: absolute;
  top: calc(167 / var(--pc));
  left: calc(120 / var(--pc));
  display: flex;
  align-items: flex-start;
  gap: 0 calc(141 / var(--pc));
}
section.company-header .comapny-header-txt img {
  width: calc(715 / var(--pc));
}
section.company-header .comapny-header-txt .txt {
  color: #fff;
  font-size: calc(15 / var(--pc));
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 0.02em;
}
section.company-header .comapny-header-txt .txt p + p {
  margin-top: 1.8em;
}
section.mission {
  margin: calc(100 / var(--pc)) auto 0;
  width: calc(1360 / var(--pc));
}
section.mission p:nth-of-type(1) {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: calc(60 / var(--pc));
  font-weight: 700;
  line-height: 100%;
  letter-spacing: calc(2.4 / var(--pc));
}
section.mission p:nth-of-type(2) {
  font-size: calc(12 / var(--pc));
  font-weight: 300;
  line-height: 140%;
  letter-spacing: calc(0.48 / var(--pc));
  margin-top: calc(20 / var(--pc));
}
section.mission p:nth-of-type(3) {
  font-size: calc(15 / var(--pc));
  font-weight: 300;
  line-height: 170%;
  letter-spacing: calc(0.3 / var(--pc));
  margin-top: calc(50 / var(--pc));
}
section.mission p:nth-of-type(4) {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: calc(12 / var(--pc));
  font-weight: 450;
  line-height: 150%;
  letter-spacing: calc(0.48 / var(--pc));
  margin-top: calc(25 / var(--pc));
  color: #666;
}
section.mission + picture {
  margin-top: calc(100 / var(--pc));
}
section.company-item {
  padding: calc(100 / var(--pc)) calc(120 / var(--pc));
  border-bottom: 1px solid #000;
}
section.company-item.profile {
  border-bottom: none;
}
section.company-item h2 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: calc(45 / var(--pc));
  font-weight: 700;
  line-height: 120%;
  letter-spacing: calc(0.9 / var(--pc));
  margin-bottom: calc(40 / var(--pc));
}
section.company-item h2 span {
  display: block;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: calc(12 / var(--pc));
  font-weight: 300;
  line-height: 140%;
  letter-spacing: calc(0.48 / var(--pc));
}
section.identity .logo-color {
  display: flex;
  gap: 0 calc(70 / var(--pc));
}
section.identity .logo-color .neue {
  font-size: calc(15 / var(--pc));
  line-height: 150%;
  font-weight: 300;
}
section.identity .logo-color .logo {
  width: calc(391 / var(--pc));
}
section.identity .logo-color .logo video {
  width: calc(370 / var(--pc));
  margin: calc(20 / var(--pc)) 0 0 auto;
}
section.identity .logo-color .color {
  width: calc(218 / var(--pc));
  animation-delay: 0.5s;
}
section.identity .logo-color .color ul {
  display: flex;
  justify-content: flex-end;
  gap: 0 calc(15 / var(--pc));
  margin-top: calc(62 / var(--pc));
}
section.identity .logo-color .color ul li {
  width: calc(25 / var(--pc));
  height: calc(25 / var(--pc));
}
section.identity .logo-color .color ul li:nth-of-type(1) {
  background: #10C4AE;
}
section.identity .logo-color .color ul li:nth-of-type(2) {
  background: #000;
}
section.identity .logo-color .color ul li:nth-of-type(3) {
  background: #E8E8E8;
}
section.identity .logo-color .color ul li:nth-of-type(4) {
  background: #FFF;
}
section.identity .logo-color .txt {
  font-size: calc(15 / var(--pc));
  line-height: 180%;
  letter-spacing: 0.02em;
}
section.group .group-container {
  display: flex;
  justify-content: space-between;
}
section.group .group-container .group-item {
  width: calc(433 / var(--pc));
}
section.group .group-container .group-item .group-logo {
  width: 100%;
  height: calc(200 / var(--pc));
  background: #fff;
  position: relative;
}
section.group .group-container .group-item .group-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
section.group .group-container .group-item .group-logo img {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.group .group-container .group-item dl {
  margin-top: calc(20 / var(--pc));
  font-size: calc(15 / var(--pc));
}
section.group .group-container .group-item dl dt {
  font-weight: 600;
  line-height: 165%;
  letter-spacing: calcalc(0.6/var(--pc));
}
section.group .group-container .group-item dl dd {
  line-height: 170%;
  letter-spacing: calc(0.3 / var(--pc));
}
section.group .group-container .group-item:nth-of-type(3) .group-logo img {
  width: calc(290 / var(--pc));
}
section.group .group-container.mini .group-item {
  width: calc(323 / var(--pc));
}
section.group .group-container.mini .group-item .group-logo {
  height: calc(200 / var(--pc));
}
section.group .group-container + h2 {
  margin-top: calc(70 / var(--pc));
}
section.management .management-item + .management-item {
  margin-top: calc(60 / var(--pc));
}
section.management .management-item .management-txt {
  padding-top: calc(41 / var(--pc));
}
section.management .management-item .management-txt p:nth-of-type(1) {
  font-size: calc(12 / var(--pc));
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0.02em;
}
section.management .management-item .management-txt p:nth-of-type(2) {
  font-size: calc(28 / var(--pc));
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.02em;
  margin-top: calc(15 / var(--pc));
}
section.management .management-item .management-txt p:nth-of-type(3) {
  font-size: calc(15 / var(--pc));
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.02em;
  margin-top: calc(5 / var(--pc));
}
section.management .management-item .management-txt + p {
  font-size: calc(15 / var(--pc));
  font-weight: 300;
  line-height: 170%;
  letter-spacing: 0.02em;
  margin-top: calc(35 / var(--pc));
  width: calc(1100 / var(--pc));
}
section.partners ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(140 / var(--pc));
}
section.partners ul li {
  font-size: calc(15 / var(--pc));
  line-height: 160%;
  letter-spacing: 0.02em;
}
section.partners ul li:not(:last-child) {
  margin-bottom: calc(40 / var(--pc));
}
section.partners ul li:nth-of-type(1), section.partners ul li:nth-of-type(4), section.partners ul li:nth-of-type(7), section.partners ul li:nth-of-type(10), section.partners ul li:nth-of-type(13) {
  width: calc(259 / var(--pc));
}
section.partners ul li:nth-of-type(2), section.partners ul li:nth-of-type(5), section.partners ul li:nth-of-type(8), section.partners ul li:nth-of-type(11), section.partners ul li:nth-of-type(14) {
  width: calc(287 / var(--pc));
}
section.partners ul li:nth-of-type(3), section.partners ul li:nth-of-type(6), section.partners ul li:nth-of-type(9), section.partners ul li:nth-of-type(12), section.partners ul li:nth-of-type(15) {
  width: calc(287 / var(--pc));
}
section.profile table {
  width: 100%;
  font-size: calc(15 / var(--pc));
  line-height: 160%;
  letter-spacing: 0.02em;
  border-collapse: collapse;
}
section.profile table th, section.profile table td {
  padding: calc(30 / var(--pc)) 0;
  border-bottom: 1px solid #BBB;
}
section.profile table th {
  font-weight: 300;
  text-align: left;
  width: calc(171 / var(--pc));
  vertical-align: top;
}
section.profile table td {
  font-weight: 300;
}
section.profile iframe {
  margin-top: calc(50 / var(--pc));
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media (max-width: 768px) {
  section.company-header .comapny-header-txt {
    top: calc(89 / var(--sp));
    left: calc(20 / var(--sp));
    flex-direction: column;
    gap: calc(40 / var(--sp)) 0;
  }
  section.company-header .comapny-header-txt img {
    width: calc(285 / var(--sp));
  }
  section.company-header .comapny-header-txt .txt {
    font-size: calc(13 / var(--sp));
    line-height: 170%;
  }
  section.mission {
    margin-top: calc(51 / var(--sp));
    width: calc(335 / var(--sp));
  }
  section.mission p:nth-of-type(1) {
    font-size: calc(30 / var(--sp));
    line-height: 115%;
    letter-spacing: calc(0.52 / var(--sp));
  }
  section.mission p:nth-of-type(2) {
    font-size: calc(12 / var(--sp));
    line-height: normal;
    letter-spacing: calc(0.48 / var(--sp));
    margin-top: calc(5 / var(--sp));
  }
  section.mission p:nth-of-type(3) {
    font-size: calc(13 / var(--sp));
    letter-spacing: calc(0.26 / var(--sp));
    margin-top: calc(50 / var(--sp));
  }
  section.mission p:nth-of-type(4) {
    font-size: calc(15 / var(--sp));
    line-height: 140%;
    letter-spacing: 0;
    margin-top: calc(30 / var(--sp));
  }
  section.mission + picture {
    margin-top: calc(80 / var(--sp));
  }
  section.company-item {
    padding: calc(80 / var(--sp)) calc(20 / var(--sp));
  }
  section.company-item h2 {
    font-size: calc(26 / var(--sp));
    line-height: 115%;
    letter-spacing: 0.02em;
    margin-bottom: calc(30 / var(--sp));
  }
  section.company-item h2 span {
    font-size: calc(10 / var(--sp));
    line-height: normal;
    letter-spacing: 0;
  }
  section.identity .logo-color {
    flex-direction: column;
    gap: calc(50 / var(--sp)) 0;
  }
  section.identity .logo-color .neue {
    font-size: calc(9 / var(--sp));
    line-height: 150%;
    font-weight: 400;
  }
  section.identity .logo-color .logo {
    width: calc(250 / var(--sp));
  }
  section.identity .logo-color .logo video {
    width: calc(220 / var(--sp));
    margin: calc(35 / var(--sp)) 0 0 auto;
  }
  section.identity .logo-color .color {
    width: calc(160 / var(--sp));
    animation-delay: 0s;
  }
  section.identity .logo-color .color ul {
    gap: 0 calc(10 / var(--sp));
    margin-top: calc(30 / var(--sp));
  }
  section.identity .logo-color .color ul li {
    width: calc(25 / var(--sp));
    height: calc(25 / var(--sp));
  }
  section.identity .logo-color .txt {
    font-size: calc(13 / var(--sp));
    line-height: 170%;
  }
  section.group .group-container {
    flex-direction: column;
    gap: calc(40 / var(--sp)) 0;
  }
  section.group .group-container .group-item {
    width: 100%;
  }
  section.group .group-container .group-item .group-logo {
    width: 100%;
    height: calc(180 / var(--sp));
    padding: 0 calc(26 / var(--sp));
  }
  section.group .group-container .group-item .group-logo img {
    max-width: calc(278 / var(--sp));
  }
  section.group .group-container .group-item dl {
    margin-top: calc(20 / var(--sp));
    font-size: calc(13 / var(--sp));
  }
  section.group .group-container .group-item dl dt {
    line-height: 165%;
    letter-spacing: calcalc(0.6/var(--pc));
  }
  section.group .group-container .group-item dl dd {
    line-height: 170%;
    letter-spacing: calc(0.3 / var(--pc));
  }
  section.group .group-container .group-item:nth-of-type(3) .group-logo img {
    width: calc(245 / var(--sp));
  }
  section.group .group-container.mini .group-item {
    width: 100%;
  }
  section.group .group-container.mini .group-item .group-logo {
    height: calc(180 / var(--sp));
  }
  section.group .group-container + h2 {
    margin-top: calc(70 / var(--pc));
  }
  section.management .management-item + .management-item {
    margin-top: calc(40 / var(--sp));
  }
  section.management .management-item .management-txt {
    padding-top: 0;
  }
  section.management .management-item .management-txt p:nth-of-type(1) {
    font-size: calc(12 / var(--sp));
    letter-spacing: 0.04em;
  }
  section.management .management-item .management-txt p:nth-of-type(2) {
    font-size: calc(26 / var(--sp));
    line-height: 120%;
    margin-top: calc(15 / var(--sp));
  }
  section.management .management-item .management-txt p:nth-of-type(3) {
    font-size: calc(11 / var(--sp));
    margin-top: calc(10 / var(--sp));
  }
  section.management .management-item .management-txt + p {
    font-size: calc(13 / var(--sp));
    width: 100%;
  }
  section.partners ul {
    gap: 0 calc(15 / var(--sp));
  }
  section.partners ul li {
    font-size: calc(13 / var(--sp));
    width: calc(160 / var(--sp)) !important;
  }
  section.partners ul li:not(:last-child) {
    margin-bottom: calc(20 / var(--sp));
  }
  section.profile table {
    width: 100%;
    font-size: calc(13 / var(--sp));
    line-height: 170%;
  }
  section.profile table th, section.profile table td {
    padding: calc(20 / var(--sp)) 0;
    border-bottom: 1px solid #BBB;
  }
  section.profile table th {
    width: calc(90 / var(--sp));
    vertical-align: top;
  }
  section.profile iframe {
    margin: calc(40 / var(--sp)) calc(50% - 50vw) 0;
    width: 100vw;
    height: calc(469 / var(--sp));
  }
}/*# sourceMappingURL=company.css.map */