@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
.secCompanyHead__title {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.blkCompanyTextLoop__inner {
  padding-top: 23.5rem;
}
@media screen and (max-width: 750px) {
  .blkCompanyTextLoop__inner {
    padding-top: 16rem;
  }
}

.secCompanyLocation__inner {
  padding-top: 24rem;
}
@media screen and (max-width: 750px) {
  .secCompanyLocation__inner {
    padding-top: 16rem;
  }
}

@media screen and (max-width: 750px) {
  .columnCompanyLocation {
    flex-direction: column-reverse;
  }
}
.columnCompanyLocation:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .columnCompanyLocation:nth-child(even) {
    flex-direction: column-reverse;
  }
}

.columnCompanyLocation__item:nth-child(1) {
  width: 50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .columnCompanyLocation__item:nth-child(1) {
    width: 100%;
  }
}
.columnCompanyLocation__item:nth-child(2) {
  width: 50vw;
}
@media screen and (max-width: 750px) {
  .columnCompanyLocation__item:nth-child(2) {
    width: 100%;
  }
}

.columnCompanyLocation__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .columnCompanyLocation__content {
    padding: 3.5rem 2.5rem 5rem;
  }
}

.columnCompanyLocation__title {
  color: #191919;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 550;
  line-height: 1.6; /* 160% */
  min-width: 15.8rem;
  border-top: 0.1rem solid #DEDEDE;
  border-bottom: 0.1rem solid #DEDEDE;
  padding: 1.4rem 0.8rem;
}
@media screen and (max-width: 750px) {
  .columnCompanyLocation__title {
    font-size: 1.8rem;
  }
}

.columnCompanyLocation__subtitle {
  margin-top: 4.5rem;
  color: #000;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 550;
  line-height: 1.3333333333; /* 133.333% */
}
@media screen and (max-width: 750px) {
  .columnCompanyLocation__subtitle {
    margin-top: 3.5rem;
    font-size: 2rem;
  }
}

.columnCompanyLocation__text {
  margin-top: 1.4rem;
  color: #000;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 200% */
}

.columnCompanyLocation__slides {
  display: flex;
}

.secCompanyLocation__slide {
  width: 50%;
  /* 表示中のスライドだけ解除 */
}
.secCompanyLocation__slide .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  /* 最初は右側を全部クリップ */
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.2s ease;
}
.secCompanyLocation__slide:nth-child(2) .swiper-slide img {
  clip-path: inset(0 0 0 100%);
}
.secCompanyLocation__slide .swiper-slide-active img {
  clip-path: inset(0 0 0 0);
}
.secCompanyLocation__slide:nth-child(2) .swiper-slide-active img {
  clip-path: inset(0 0 0 0);
}
.secCompanyDetail__inner {
  padding-top: 17rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 750px) {
  .secCompanyDetail__inner {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

.secCompanyDetail__column {
  margin-top: 4.2rem;
}
@media screen and (max-width: 750px) {
  .secCompanyDetail__column {
    margin-top: 3rem;
  }
}

.columnCompanyDetail {
  gap: 0 6rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .columnCompanyDetail {
    flex-direction: column;
    align-items: stretch;
    gap: 3rem 0;
  }
}

.columnCompanyDetail__map {
  width: 60rem;
  height: 38rem;
}
.columnCompanyDetail__map iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .columnCompanyDetail__map {
    width: 100%;
    height: 28rem;
  }
}

.columnCompanyDetail__title {
  color: #191919;
  font-size: 2rem;
  font-style: normal;
  font-weight: 550;
  line-height: 1.6; /* 160% */
}

.columnCompanyDetail__table {
  margin-top: 2rem;
}

.tableCompanyDetail__tr {
  display: flex;
}
.tableCompanyDetail__tr + .tableCompanyDetail__tr {
  margin-top: 1rem;
}

.tableCompanyDetail__th {
  width: 9rem;
  flex-shrink: 0;
  color: #000;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7142857143;
}

.tableCompanyDetail__td {
  color: #000;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7142857143;
}

.secCompanyDetail__loop {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-top: 9.5rem;
}
@media screen and (max-width: 750px) {
  .secCompanyDetail__loop {
    padding-top: 9rem;
  }
}