.company .mv {
  padding-top: 35rem;
}
.company .mv .swiper .ratio img {
  width: 110%;
}
.company .mv .swiper .swiper-wrapper {
  transition-timing-function: ease-in-out;
}
.company .mv .kv_1 {
  width: 55%;
}
.company .mv .kv_1 h1 {
  margin-left: 10rem;
  font-size: 3.5rem;
  line-height: 1.5;
}
.company .mv .kv_1 .swiper {
  margin-top: 12rem;
}
.company .mv .kv_1 .swiper .ratio {
  padding-top: 100%;
}
.company .mv .kv_2 {
  width: 25%;
}
.company .mv .kv_2 .swiper .ratio {
  padding-top: 125%;
}
.company .mv .kv_2 .indicator {
  margin-top: 1.6rem;
  width: fit-content;
}
.company .mv .kv_2 .indicator span {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
}
.company .mv .kv_2 .indicator .progress {
  position: relative;
  margin: auto 1.2rem;
  width: 20rem;
  height: 1px;
  background-color: #cccccc;
}
.company .mv .kv_2 .indicator .progress .status {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #222222;
}
@media only screen and (max-width: 860px) {
  .company .mv {
    padding-top: 24rem;
  }
  .company .mv .kv_1 {
    width: 50%;
  }
  .company .mv .kv_1 h1 {
    margin-left: 2rem;
    width: fit-content;
    font-size: 2rem;
  }
  .company .mv .kv_1 .swiper {
    margin-top: 4.8rem;
  }
  .company .mv .kv_2 {
    width: 33%;
  }
  .company .mv .kv_2 .indicator {
    margin-top: 1.2rem;
    margin-left: 0.4rem;
  }
  .company .mv .kv_2 .indicator span {
    font-size: 1.1rem;
  }
  .company .mv .kv_2 .indicator .progress {
    margin: auto 0.8rem;
    width: 6rem;
  }
}
.company section:not(.mv) {
  padding: 0 10rem 16rem;
}
.company section:not(.mv) .heading {
  display: block;
  padding-top: 3rem;
  font-size: 1.3rem;
  line-height: 1;
  border-top: 1px solid #646464;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .company section:not(.mv) .heading {
    border-width: 0.5px;
  }
}
.company section:not(.mv) .wrap {
  margin-top: 15rem;
}
.company section:not(.mv) .wrap .content {
  margin-left: auto;
  width: 60%;
}
@media only screen and (max-width: 860px) {
  .company section:not(.mv) {
    padding: 0 2rem 12rem;
  }
  .company section:not(.mv) .heading {
    padding-top: 2.4rem;
    font-size: 1.3rem;
  }
  .company section:not(.mv) .wrap {
    margin-top: 6rem;
  }
  .company section:not(.mv) .wrap .content {
    margin-left: auto;
    width: 100%;
  }
}
.company .message {
  margin-top: 18rem;
}
.company .message h2 {
  font-size: 3.5rem;
}
.company .message .content {
  margin-top: 15rem;
}
.company .message .content .text {
  width: 55%;
}
.company .message .content .text p {
  font-size: 1.3rem;
}
.company .message .content .image {
  width: 35%;
}
.company .message .content .image .ratio {
  padding-top: 169%;
}
@media only screen and (max-width: 860px) {
  .company .message {
    margin-top: 12rem;
  }
  .company .message h2 {
    font-size: 2.4rem;
  }
  .company .message .content {
    margin-top: 4.8rem;
  }
  .company .message .content .text {
    width: 100%;
  }
  .company .message .content .text p {
    font-size: 1.3rem;
  }
  .company .message .content .image {
    margin-top: 6rem;
    width: 100%;
  }
  .company .message .content .image .ratio {
    padding-top: 130%;
  }
}
.company .overview ul li {
  margin-bottom: 2rem;
}
.company .overview ul li .title {
  width: 12rem;
}
.company .overview ul li .data {
  width: calc(100% - 12rem);
}
.company .overview ul li:last-of-type {
  margin-bottom: 0;
}
.company .overview .map {
  margin-top: 6rem;
}
.company .overview .map .ratio iframe {
  filter: grayscale(100%);
}
.company .overview .map .gray {
  margin-top: 0.8rem;
  font-size: 1.3rem;
}
@media only screen and (max-width: 860px) {
  .company .overview ul li {
    margin-bottom: 1.2rem;
  }
  .company .overview ul li .title {
    width: 8rem;
  }
  .company .overview ul li .data {
    width: calc(100% - 8rem);
  }
  .company .overview .map .ratio {
    padding-top: 130%;
  }
}
.company .endless {
  margin-top: 8rem;
}
.company .endless .endless_item .image {
  margin-right: 5vw;
}
.company .endless .endless_item .image:nth-of-type(odd) {
  width: 22vw;
}
.company .endless .endless_item .image:nth-of-type(odd) .ratio {
  padding-top: 130%;
}
.company .endless .endless_item .image:nth-of-type(even) {
  width: 33vw;
}
@media only screen and (max-width: 860px) {
  .company .endless {
    margin-top: 4.8rem;
    margin-bottom: 16rem;
  }
  .company .endless .endless_item .image {
    margin-right: 10vw;
  }
  .company .endless .endless_item .image:nth-of-type(odd) {
    width: 44vw;
  }
  .company .endless .endless_item .image:nth-of-type(even) {
    width: 66vw;
  }
}

.black .company .mv .kv_2 .indicator .progress {
  background-color: #555555;
}
.black .company .mv .kv_2 .indicator .progress .status {
  background-color: #ffffff;
}