#company .kv {
  padding: 36rem 0 7rem;
}
#company article {
  padding: 12rem 0 0;
}
#company .ttl_h3 {
  margin-top: 2.5rem;
  text-align: center;
}
#company .ttl_h3 + .txt {
  margin-top: 3.6rem;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  #company .kv {
    padding: 38.4rem 0 8.6rem;
  }
  #company article {
    padding-top: 8.5rem;
  }
  #company .ttl_h3 {
    margin-top: 6.3rem;
    text-align: left;
  }
  #company .ttl_h3 + .txt {
    margin-top: 2.5rem;
    text-align: left;
  }
}

/* lead_wrap */
#company .lead_wrap {
  padding-bottom: 11rem;
}
#company .lead_wrap .flex {
  gap: 10.8rem;
  justify-content: space-between;
}
#company .lead_wrap .flex_left {
  width: calc(100% - 10.8rem - 63rem);
}
#company .lead_wrap .flex_right {
  width: 63rem;
  margin-top: 8rem;
}
#company .lead_wrap .df_ttl {
  margin-bottom: 8rem;
}
#company .lead_wrap .lead {
  margin-bottom: 2.4rem;
  font-family: var(--font-en);
  font-size: 1.6rem;
  font-size: max(1.6rem, 10px);
  font-weight: var(--medium);
  letter-spacing: -0.01em;
}
#company .lead_wrap .ttl_h2 {
  font-size: 6rem;
  font-size: max(6rem, 10px);
  font-weight: var(--medium);
  letter-spacing: -0.01em;
  line-height: 1.2;
}
#company .lead_wrap .txt {
  max-width: 62rem;
  margin: 0 0 0 auto;
  font-size: 1.8rem;
  font-size: max(1.8rem, 10px);
  line-height: 2;
}
#company .lead_wrap .buttons {
  max-width: 62rem;
  margin: 11.2rem 0 0 auto;
  display: flex;
  gap: 9.8rem;
}
#company .lead_wrap .buttons .button {
  width: 22rem;
  margin: 0;
}
#company .lead_wrap .imgs {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 12rem;
  margin-top: -2rem;
}
#company .lead_wrap .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 67rem;
  border-radius: 1rem;
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 0.1);
}
#company .lead_wrap .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#company .lead_wrap .buttons .button::before {
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (min-width: 768px) {
  #company .lead_wrap .buttons .button:hover::before {
    transform: translateY(-50%) rotate(90deg)  scale(1.5);
  }
}
@media screen and (max-width: 767.9px) {
  #company .lead_wrap .df_ttl {
    margin-bottom: 4.7rem;
  }
  #company .lead_wrap {
    padding-bottom: 6rem;
  }
  #company .lead_wrap .flex {
    display: block;
  }
  #company .lead_wrap .flex_left {
    width: 100%;
  }
  #company .lead_wrap .lead {
    margin-bottom: 2.8rem;
    font-size: 1.3rem;
  }
  #company .lead_wrap .ttl_h2 {
    font-size: 3rem;
  }
  #company .lead_wrap .flex_right {
    width: 100%;
    margin-top: 4.7rem;
  }
  #company .lead_wrap .txt {
    font-size: 1.4rem;
  }
  #company .lead_wrap .buttons {
    margin-top: 5rem;
    gap: 2rem;
  }
  #company .lead_wrap .buttons .button {
    width: 15rem;
  }
  #company .lead_wrap .buttons .button::before {
    width: 3rem;
    height: 3rem;
    right: 0;
    top: calc(50% - 1rem);
  }
  #company .lead_wrap .imgs {
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 3rem;
    margin: 8rem 0 0;
    padding: 0;
  }
  #company .lead_wrap .img {
    height: 38rem;
  }
}


/* number */
#company .number {
  padding: 14rem 0 16rem;
  background: var(--color-bg);
}
#company .number .flex {
  flex-wrap: wrap;
  gap: 2.8rem;
  margin: 8rem auto 0;
  max-width: 120rem;
  min-width: 630px;
}
#company .number .flex .item {
  width: calc(33.33% - (2.8rem * 2 / 3));
}
#company .number .flex .item .top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34.7rem;
  margin-bottom: 3.8rem;
  background: var(--color-white);
  border-radius: 1rem;
  box-shadow: 0.2rem 0 3rem rgb(0 0 0 / 0.05);
}
#company .number .flex .item .top figure {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.7rem;
  text-align: center;
}
#company .number .flex .item .top figure img {
  width: 14rem;
}
#company .number .flex .item .top figure span {
  display: block;
  margin-bottom: 1.7rem;
  font-weight: var(--medium);
  font-size: 2.4rem;
  font-size: max(2.4rem, 10px);
  color: var(--color-blue);
  line-height: 1;
  letter-spacing: -0.01em;
}
#company .number .flex .item .top figure strong {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 7.2rem;
  font-size: max(7.2rem, 10px);
  font-weight: var(--medium);
  letter-spacing: -0.06em;
  color: var(--color-blue);
  line-height: 0.8;
}
#company .number .flex .item .top figure small {
  padding-left: 0.7rem;
  font-weight: var(--medium);
  font-size: 2.4rem;
  font-size: max(2.4rem, 10px);
  letter-spacing: -0.01em;
  color: #819097;
  line-height: 1;
}
#company .number .flex .item .top .note {
  position: absolute;
  right: 2.6rem;
  bottom: 2rem;
  font-weight: var(--medium);
  font-size: 1.6rem;
  font-size: max(1.6rem, 10px);
  letter-spacing: -0.01em;
  color: #819097;
}
#company .number .flex .item .bottom .lead {
  text-align: center;
  font-weight: var(--medium);
  font-size: 3rem;
  font-size: max(3rem, 10px);
  letter-spacing: -0.01em;
  line-height: 1.2;
}
#company .number .flex .item .bottom .txt {
  margin: 2.6rem auto 0;
  max-width: 46rem;
}
@media screen and (max-width: 767.9px) {
  #company .number {
    padding: 8rem 0 7rem;
  }
  #company .number .flex {
    margin-top: 6rem;
    min-width: auto;
    gap: 6rem;
  }
  #company .number .flex .item {
    width: 100%;
  }
  #company .number .flex .item .top {
    height: 22rem;
    margin-bottom: 2.7rem;
    padding-left: 2.5rem;
    justify-content: flex-start;
  }
  #company .number .flex .item .top figure {
    gap: 2rem;
    flex-direction: row;
    text-align: left;
  }
  #company .number .flex .item .top figure img {
    width: 12rem;
  }
  #company .number .flex .item .top figure span {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
  }
  #company .number .flex .item .top figure strong {
    font-size: 5rem;
  }
  #company .number .flex .item .top figure small {
    padding-left: 0.6rem;
    font-size: 1.6rem;
  }
  #company .number .flex .item .top .note {
    right: 1.6rem;
    bottom: 1.5rem;
    font-size: 1.2rem;
  }
  #company .number .flex .item .bottom .lead {
    font-size: 2.4rem;
  }
  #company .number .flex .item .bottom .txt {
    max-width: none;
  }
}


/* group */
#company .group {
  padding: 14rem 0 18rem;
  background: #000 url(../img/company/company_group_bg.jpg) center top/100% auto no-repeat;
}
#company .group .df_ttl .ttl_h2,
#company .group .df_ttl .sub_ttl {
  color: var(--color-white);
}
#company .group figure {
  width: 20.8rem;
  margin: 0 auto;
}
#company .group .ttl_h3 {
  margin-top: 4.5rem;
  color: var(--color-white);
}
#company .group .ttl_h3 + .txt {
  margin: 5.8rem auto 0;
  max-width: 96rem;
  color: var(--color-white);
}
#company .group img {
  max-width: 71.7rem;
  margin: 6rem auto 0;
}
#company .group .button {
  margin: 11.7rem auto 0;
  color: var(--color-white);
  border-color: var(--color-white);
}
@media screen and (max-width: 767.9px) {
  #company .group {
    padding: 8rem 0 10.7rem;
    background-image: url(../img/company/company_group_bg_sp.jpg);
  }
  #company .group .ttl_h3 {
    text-align: center;
  }
  #company .group .ttl_h3 + .txt {
    margin-top: 4.5rem;
  }
  #company .group img {
    max-width: 27rem;
  }
  #company .group .button {
    margin: 10.3rem auto 0;
    transform: translateX(-2.8rem);
  }
}



/* profile */
#company .profile {
  padding: 13.7rem 0 12rem;
  background: var(--color-bg);
}
#company .profile .flex {
  max-width: 130rem;
  min-width: 630px;
  margin: 6.6rem auto 0;
  gap: 10rem;
}
#company .profile .flex_txt {
  width: 100%;
}
#company .profile .flex_txt table {
  margin: 4rem 0 0;
  width: 100%;
}
#company .profile .flex_txt table th,
#company .profile .flex_txt table td {
  padding: 3rem 2rem;
  border-top: 1px solid #c7d3d9;
  font-size: 1.6rem;
  font-size: max(1.6rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.75;
  vertical-align: top;
}
#company .profile .flex_txt table tr:last-of-type th,
#company .profile .flex_txt table tr:last-of-type td {
  border-bottom: 1px solid #c7d3d9;
}
#company .profile .flex_txt table th {
  width: 16rem;
  min-width: 95px;
  font-weight: var(--medium);
}
#company .profile .flex_txt table td {
  font-weight: var(--regular);
  padding-left: 0;
}
#company .profile .flex_txt table td .link {
  position: relative;
  display: block;
  max-width: 55rem;
  width: 100%;
  padding: 2rem 6rem 2rem 3rem;
  border-radius: 0.5rem;
  box-shadow: 0.2rem 0 3rem rgb(0 0 0 / 0.05);
  background: var(--color-white);
}
#company .profile .flex_txt table td .link::before {
  position: absolute;
  right: 2rem;
  top: 50%;
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgb(0 0 0 / 0.2);
  border-radius: 100%;
  transform: translateY(-50%);
  transition: .3s;
}
#company .profile .flex_txt table td .link::after {
  position: absolute;
  right: 2.8rem;
  top: 50%;
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-right: 0.1rem solid var(--color-txt);
  border-bottom: 0.1rem solid var(--color-txt);
  transform: translateY(-50%) rotate(-45deg);
  transition: .3s;
}
#company .profile .flex_txt table td .link + .link {
  margin-top: 0.8rem;
}
#company .profile .flex_txt table td .link dt {
  font-size: 1.5rem;
  font-size: max(1.5rem, 10px);
  font-weight: var(--medium);
}
#company .profile .flex_txt table td .link dd {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  font-size: max(1.4rem, 10px);
  font-weight: var(--regular);
}
#company .profile .flex_txt .img {
  display: none;
}
#company .profile .flex_img {
  width: calc(100% - 10rem - 75rem);
}
#company .profile .flex_img .img {
  position: relative;
  overflow: hidden;
  margin-top: -14rem;
  margin-right: -15rem;
  height: 100.9rem;
  width: calc(100% + 15rem);
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  box-shadow: 0.2rem 0 3rem rgb(0 0 0 / 0.05);
}
#company .profile .flex_img .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  #company .profile .flex_txt table td .link:hover {
    box-shadow: none;
    color: var(--color-white);
  }
  #company .profile .flex_txt table td .link:hover::before,
  #company .profile .flex_txt table td .link:hover::after {
    border-color: var(--color-white);
  }
  #company .profile .flex_txt table td .link.original:hover {
    background: rgb(var(--color-orange) / 1);
  }
  #company .profile .flex_txt table td .link.oem:hover {
    background: rgb(var(--color-purple) / 1);
  }
  #company .profile .flex_txt table td .link.retail:hover {
    background: rgb(var(--color-pink) / 1);
  }
}
@media screen and (max-width: 767.9px) {
  #company .profile {
    padding: 8rem 0 7rem;
  }
  #company .profile .flex {
    min-width: auto;
    display: block;
  }
  #company .profile .flex_txt .img {
    position: relative;
    display: block;
    overflow: hidden;
    height: 32rem;
    border-radius: 1rem;
    margin-top: 3rem;
    box-shadow: 0.2rem 0 3rem rgb(0 0 0 / 0.05);
  }
  #company .profile .flex_txt .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #company .profile .flex_txt table {
    margin-top: 6rem;
  }
  #company .profile .flex_txt table th, 
  #company .profile .flex_txt table td {
    padding: 2.5rem 0;
    font-size: 1.4rem;
  }
  #company .profile .flex_txt table th {
    width: 11rem;
    min-width:11rem;
  }
  #company .profile .flex_txt table td .link {
    padding: 2.9rem 1.5rem 4.5rem;
  }
  #company .profile .flex_txt table td .link dt {
    font-size: 1.5rem;
  }
  #company .profile .flex_txt table td .link dd {
    font-size: 1.3rem;
  }
  #company .profile .flex_txt table td .link::before {
    transform: unset;
    right: 1.5rem;
    top: auto;
    bottom: 1.5rem;
  }
  #company .profile .flex_txt table td .link::after {
    transform: rotate(-45deg);
    right: 2.4rem;
    top: auto;
    bottom: 2.3rem;
  }
  #company .profile .flex_img {
    display: none;
  }
}


/* access */
#company .access {
  padding: 14rem 0;
}
#company .access .df_ttl {
  margin-bottom: 4rem;
}
#company .access .map {
  position: relative;
  overflow: hidden;
  max-width: 130rem;
  min-width: 630px;
  height: 40rem;
  margin: 0 auto;
}
#company .access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#company .access .data {
  display: flex;
  gap: 2rem;
  max-width: 130rem;
  min-width: 630px;
  margin: 3rem auto 0;
}
#company .access .data dl {
  display: flex;
  align-items: center;
  width: calc(50% - 1.5rem);
  padding: 2.6rem 7.9rem;
  background: var(--color-bg);
  border-radius: 0.5rem;
}
#company .access .data dl dt {
  width: 16rem;
  font-size: 1.6rem;
  font-size: max(1.6rem, 10px);
  font-weight: var(--medium);
  letter-spacing: 0.04em;
  line-height: 1.75;
}
#company .access .data dl dd {
  width: calc(100% - 16rem);
  font-size: 1.5rem;
  font-size: max(1.5rem, 10px);
  font-weight: var(--regular);
  letter-spacing: 0.04em;
  line-height: 1.75;
}
@media screen and (max-width: 767.9px) {
  #company .access {
    padding: 8rem 0 7rem;
  }
  #company .access .map {
    min-width: auto;
    width: 100%;
    height: 24rem;
  }
  #company .access .data {
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 4rem;
    min-width: auto;
    width: 100%;
  }
  #company .access .data dl {
    display: block;
    width: 100%;
    padding: 2.6rem 2rem 2rem;
  }
  #company .access .data dl dt {
    font-size: 1.6rem;
    width: 100%;
    min-width: auto;
  }
  #company .access .data dl dd {
    width: 100%;
    font-size: 1.5rem;
    margin-top: 3rem;
  }
}