/*-------------------------------------------------------------------*/
/* company-Index */
/*-------------------------------------------------------------------*/
.company-Index{
  max-width: 1200px;
  margin: 186px auto 0;
  padding-bottom: 200px;
}
@media screen and (min-width:1025px) {
  .company-Index{
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width:1024px) {
  .company-Index{
    margin-top: 15.63vw;
    padding-bottom: 18.23vw;
  }
}
.company-Index .bg-letters{
  display: none;
}
.company-Index .bg-letters{
  position: absolute;
  top: -67px;
  right: 0;
  font-family: 'Jost', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 15.0rem;
  line-height: 180%;
  color: #fff;
  letter-spacing: 52px;
  text-align: right;
  display: block;
  z-index: -1;
  white-space: nowrap;
}
@media screen and (max-width:1024px) {
  .company-Index .bg-letters{
    top: 67.58vw;
    right: 2.6vw;
    line-height: 1;
    letter-spacing: .2em;
    writing-mode: vertical-lr;
  }
}
@media screen and (min-width:1025px) {
  .company-Index .bg-letters span{
    border-bottom: 16px solid #fff;
  }
  .company-Index .bg-letters span::after{
    content: "";
    margin-left: -52px;
  }
}
.company-Index .sw-CallOut{
  width: 720px;
}
@media screen and (max-width:1024px) {
  .company-Index .sw-CallOut{
    width: 100%;
  }
}
.company-Index .image{
  margin-top: 120px;
}
.company-Index .image img{
  max-width: 100%;
  height: auto;
}
@media screen and (max-width:1024px) {
  .company-Index .image{
    margin-top: 15.63vw;
  }
}
.company-Index .image + .profile{
  margin-top: 140px;
}
@media screen and (max-width:1024px) {
  .company-Index .image + .profile{
    margin-top: 18.23vw;
  }
}
.company-Index .profile .sw-DefinitionList{
  margin-top: 80px;
}
@media screen and (max-width:1024px) {
  .company-Index .profile .sw-DefinitionList{
    margin-top: 7.81vw;
  }
}
.company-Index .profile .sw-GoogleMap{
  margin-top: 40px;
}
@media screen and (max-width:1024px) {
  .company-Index .profile .sw-GoogleMap{
    margin-top: 7.81vw;
  }
}
.company-Index .group{
  margin-top: 120px;
}
@media screen and (max-width:1024px) {
  .company-Index .group{
    margin-top: 18.23vw;
  }
}
.company-Index .group .list{
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(
    3,
    1fr 
  );
  column-gap: 18px;
  grid-column-gap: 18px;
  row-gap: 18px;
  grid-row-gap: 18px;
}
@media screen and (max-width:1024px) {
  .company-Index .group .list{
    margin-top: 7.81vw;
    grid-template-columns: repeat(
      1,
      1fr 
    );
    column-gap: 0;
    grid-column-gap: 0;
    row-gap: 2.6vw;
    grid-row-gap: 2.6vw;
  }
}
.company-Index .group .list li{
  max-width: 388px;
}
@media screen and (max-width:1024px) {
  .company-Index .group .list li{
    max-width: none;
  }
}
.company-Index .group .list li img{
  max-width: 100%;
  height: auto;
}
@media screen and (max-width:1024px) {
  .company-Index .group .list li img{
    width: 100%;
    max-width: none;
  }
}
.company-Index .group .list li a{
  display: block;
}
@media (hover: hover) {
  .company-Index .group .list li a{
    transition: opacity .3s;
  }
  .company-Index .group .list li a:hover{
    opacity: .6;
  }
}

/* 戻る */
.company-Index .back{
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width:1024px) {
  .company-Index .back{
    margin-top: 9.11vw;
  }
}
.company-Index .back a{
  padding-bottom: 21px;
  font-family: 'Jost', 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 2.0rem;
  color: #0f0f0f;
  letter-spacing: .06em;
  position: relative;
  display: inline-block;
}
@media screen and (max-width:1024px) {
  .company-Index .back a{
    padding-bottom: 3.91vw;
    font-size: 2.6rem;
  }
}
.company-Index .back a::after{
  content: "";
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background: #0f0f0f;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (hover: hover) {
  .company-Index .back a::after{
    transform: scaleX(0);
    transition: transform .3s;
  }
  .company-Index .back a:hover::after{
    transform: scaleX(1);
  }
}