/*================================================================================

media query mixin

================================================================================*/
.p-cs .section-logomap .section-logomapWrap {
  position: relative;
}
.p-cs .section-logomap .section-logomapWrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  width: 30px;
  height: 100%;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-logomap .section-logomapWrap::before {
    display: none;
  }
}
@media (min-width: 1450px) {
  .p-cs .section-logomap .section-logomapWrap::before {
    width: calc( ( 100% - 1450px ) / 2);
  }
}
.p-cs .section-logomap .section-logomapWrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: #fff;
  width: 30px;
  height: 100%;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-logomap .section-logomapWrap::after {
    display: none;
  }
}
@media (min-width: 1600px) {
  .p-cs .section-logomap .section-logomapWrap::after {
    width: calc( ( 100% - 1450px ) / 2);
  }
}
.p-cs .section-logomap .c-title2 {
  color: #000;
}
.p-cs .section-logomap .c-title4 {
  color: #fff;
}
.p-cs .section-logomap .c-lead {
  margin-bottom: 60px;
}
.p-cs .section-logomap .slideLogoMap {
  background-color: #fff;
  padding: 0px 0;
  width: 100%;
  overflow: hidden;
}
.p-cs .section-logomap .slideLogoMap + .slideLogoMap {
  margin-top: 30px;
}
.p-cs .section-logomap .slideLogoMap .list-logomap li.list-logomap_item.-head, .p-cs .section-logomap .slideLogoMap .list-logomap li.list-postmap_item.-head,
.p-cs .section-logomap .slideLogoMap .list-postmap li.list-logomap_item.-head,
.p-cs .section-logomap .slideLogoMap .list-postmap li.list-postmap_item.-head {
  width: 300px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-logomap .slideLogoMap .list-logomap li.list-logomap_item.-head, .p-cs .section-logomap .slideLogoMap .list-logomap li.list-postmap_item.-head,
  .p-cs .section-logomap .slideLogoMap .list-postmap li.list-logomap_item.-head,
  .p-cs .section-logomap .slideLogoMap .list-postmap li.list-postmap_item.-head {
    width: 160px;
  }
}
.p-cs .section-logomap .slideLogoMap .list-logomap li.list-logomap_item.-head .-inner, .p-cs .section-logomap .slideLogoMap .list-logomap li.list-postmap_item.-head .-inner,
.p-cs .section-logomap .slideLogoMap .list-postmap li.list-logomap_item.-head .-inner,
.p-cs .section-logomap .slideLogoMap .list-postmap li.list-postmap_item.-head .-inner {
  width: 280px;
  margin: auto;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-logomap .slideLogoMap .list-logomap li.list-logomap_item.-head .-inner, .p-cs .section-logomap .slideLogoMap .list-logomap li.list-postmap_item.-head .-inner,
  .p-cs .section-logomap .slideLogoMap .list-postmap li.list-logomap_item.-head .-inner,
  .p-cs .section-logomap .slideLogoMap .list-postmap li.list-postmap_item.-head .-inner {
    width: 140px;
  }
}
.p-cs .section-logomap .slideLogoMap .list-logomap li.list-logomap_item.-head .pic, .p-cs .section-logomap .slideLogoMap .list-logomap li.list-postmap_item.-head .pic,
.p-cs .section-logomap .slideLogoMap .list-postmap li.list-logomap_item.-head .pic,
.p-cs .section-logomap .slideLogoMap .list-postmap li.list-postmap_item.-head .pic {
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
}
.p-cs .section-logomap .slideLogoMap .list-logomap li.list-logomap_item.-head .text, .p-cs .section-logomap .slideLogoMap .list-logomap li.list-postmap_item.-head .text,
.p-cs .section-logomap .slideLogoMap .list-postmap li.list-logomap_item.-head .text,
.p-cs .section-logomap .slideLogoMap .list-postmap li.list-postmap_item.-head .text {
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: -.01em;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-logomap .slideLogoMap .list-logomap li.list-logomap_item.-head .text, .p-cs .section-logomap .slideLogoMap .list-logomap li.list-postmap_item.-head .text,
  .p-cs .section-logomap .slideLogoMap .list-postmap li.list-logomap_item.-head .text,
  .p-cs .section-logomap .slideLogoMap .list-postmap li.list-postmap_item.-head .text {
    font-size: 13px;
    line-height: 1.4;
  }
}
.p-cs .section-logomap .slideLogoMap .list-logomap li.list-logomap_item.-head .btnWrap .c-btn,
.p-cs .section-logomap .slideLogoMap .list-logomap li.list-logomap_item.-head .btnWrap a.c-btn, .p-cs .section-logomap .slideLogoMap .list-logomap li.list-postmap_item.-head .btnWrap .c-btn,
.p-cs .section-logomap .slideLogoMap .list-logomap li.list-postmap_item.-head .btnWrap a.c-btn,
.p-cs .section-logomap .slideLogoMap .list-postmap li.list-logomap_item.-head .btnWrap .c-btn,
.p-cs .section-logomap .slideLogoMap .list-postmap li.list-logomap_item.-head .btnWrap a.c-btn,
.p-cs .section-logomap .slideLogoMap .list-postmap li.list-postmap_item.-head .btnWrap .c-btn,
.p-cs .section-logomap .slideLogoMap .list-postmap li.list-postmap_item.-head .btnWrap a.c-btn {
  width: 300px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-logomap .slideLogoMap .list-logomap li.list-logomap_item.-head .btnWrap .c-btn,
  .p-cs .section-logomap .slideLogoMap .list-logomap li.list-logomap_item.-head .btnWrap a.c-btn, .p-cs .section-logomap .slideLogoMap .list-logomap li.list-postmap_item.-head .btnWrap .c-btn,
  .p-cs .section-logomap .slideLogoMap .list-logomap li.list-postmap_item.-head .btnWrap a.c-btn,
  .p-cs .section-logomap .slideLogoMap .list-postmap li.list-logomap_item.-head .btnWrap .c-btn,
  .p-cs .section-logomap .slideLogoMap .list-postmap li.list-logomap_item.-head .btnWrap a.c-btn,
  .p-cs .section-logomap .slideLogoMap .list-postmap li.list-postmap_item.-head .btnWrap .c-btn,
  .p-cs .section-logomap .slideLogoMap .list-postmap li.list-postmap_item.-head .btnWrap a.c-btn {
    width: 160px;
    padding: 10px 10px;
    font-size: 12px;
    letter-spacing: -.02em;
  }
}
.p-cs .section-logomap .slideLogoMap .list-logomap li.list-logomap_item, .p-cs .section-logomap .slideLogoMap .list-logomap li.list-postmap_item,
.p-cs .section-logomap .slideLogoMap .list-postmap li.list-logomap_item,
.p-cs .section-logomap .slideLogoMap .list-postmap li.list-postmap_item {
  width: 300px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-logomap .slideLogoMap .list-logomap li.list-logomap_item, .p-cs .section-logomap .slideLogoMap .list-logomap li.list-postmap_item,
  .p-cs .section-logomap .slideLogoMap .list-postmap li.list-logomap_item,
  .p-cs .section-logomap .slideLogoMap .list-postmap li.list-postmap_item {
    margin: 0 10px;
    width: 160px;
  }
}
.p-cs .section-logomap .slideLogoMap .list-logomap li.list-logomap_item > a, .p-cs .section-logomap .slideLogoMap .list-logomap li.list-postmap_item > a,
.p-cs .section-logomap .slideLogoMap .list-postmap li.list-logomap_item > a,
.p-cs .section-logomap .slideLogoMap .list-postmap li.list-postmap_item > a {
  display: block;
  width: 260px;
  border: 1px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}
.p-cs .section-logomap .slideLogoMap .list-logomap li.list-logomap_item > a:hover, .p-cs .section-logomap .slideLogoMap .list-logomap li.list-postmap_item > a:hover,
.p-cs .section-logomap .slideLogoMap .list-postmap li.list-logomap_item > a:hover,
.p-cs .section-logomap .slideLogoMap .list-postmap li.list-postmap_item > a:hover {
  opacity: .8;
  -webkit-transition: .3s;
  transition: .3s;
}
.p-cs .section-logomap .slideLogoMap .list-logomap li.list-logomap_item > a + a, .p-cs .section-logomap .slideLogoMap .list-logomap li.list-postmap_item > a + a,
.p-cs .section-logomap .slideLogoMap .list-postmap li.list-logomap_item > a + a,
.p-cs .section-logomap .slideLogoMap .list-postmap li.list-postmap_item > a + a {
  margin-top: 20px;
}
.p-cs .section-logomap .slideLogoMap .list-postmap li.list-postmap_item > a {
  display: block;
  width: 300px;
  text-decoration: none;
  color: #000;
  padding: 0px 15px 15px;
  border: 1px solid #d4d9eb;
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-logomap .slideLogoMap .list-postmap li.list-postmap_item > a {
    width: 160px;
  }
}
.p-cs .section-logomap .slideLogoMap .list-postmap li.list-postmap_item > a:hover .-title {
  opacity: .8;
}
.p-cs .section-logomap .slideLogoMap .list-postmap li.list-postmap_item > a .-pic {
  margin-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
  aspect-ratio: 2 / 1;
}
.p-cs .section-logomap .slideLogoMap .list-postmap li.list-postmap_item > a .-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-cs .section-logomap .slideLogoMap .list-postmap li.list-postmap_item > a .-title {
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}
.p-cs .section-logomap .slideLogoMap .list-postmap li.list-postmap_item > a .-text {
  font-size: 14px;
  text-align: left;
}
.p-cs .section-logomap .slideLogoMap.-tcg .list-logomap li.list-logomap_item.-head .pic, .p-cs .section-logomap .slideLogoMap.-tcg .list-logomap li.list-postmap_item.-head .pic,
.p-cs .section-logomap .slideLogoMap.-tcg .list-postmap li.list-logomap_item.-head .pic,
.p-cs .section-logomap .slideLogoMap.-tcg .list-postmap li.list-postmap_item.-head .pic {
  margin-top: 36px;
  width: 282px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-logomap .slideLogoMap.-tcg .list-logomap li.list-logomap_item.-head .pic, .p-cs .section-logomap .slideLogoMap.-tcg .list-logomap li.list-postmap_item.-head .pic,
  .p-cs .section-logomap .slideLogoMap.-tcg .list-postmap li.list-logomap_item.-head .pic,
  .p-cs .section-logomap .slideLogoMap.-tcg .list-postmap li.list-postmap_item.-head .pic {
    width: 140px;
    margin-top: 35px;
  }
}
.p-cs .section-logomap .slideLogoMap.-tcg .list-logomap .-title,
.p-cs .section-logomap .slideLogoMap.-tcg .list-postmap .-title {
  letter-spacing: -.03em;
}
.p-cs .section-logomap .slideLogoMap.-ls .list-postmap_item.-head .pic {
  margin-top: 25px !important;
  width: 110px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-logomap .slideLogoMap.-ls .list-postmap_item.-head .pic {
    width: 90px;
    margin-top: 15px !important;
  }
}
.p-cs .section-logomap .slideLogoMap.-ls .list-postmap_item.-head .text {
  margin-bottom: 5px !important;
  direction: ltr !important;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-logomap .slideLogoMap.-ls .list-postmap_item.-head .text {
    margin-bottom: 20px;
  }
}
.p-cs .section-logomap .slideLogoMap.-gp .list-logomap li.list-logomap_item.-head .pic, .p-cs .section-logomap .slideLogoMap.-gp .list-logomap li.list-postmap_item.-head .pic,
.p-cs .section-logomap .slideLogoMap.-gp .list-postmap li.list-logomap_item.-head .pic,
.p-cs .section-logomap .slideLogoMap.-gp .list-postmap li.list-postmap_item.-head .pic {
  margin-top: 32px;
  width: 206px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-logomap .slideLogoMap.-gp .list-logomap li.list-logomap_item.-head .pic, .p-cs .section-logomap .slideLogoMap.-gp .list-logomap li.list-postmap_item.-head .pic,
  .p-cs .section-logomap .slideLogoMap.-gp .list-postmap li.list-logomap_item.-head .pic,
  .p-cs .section-logomap .slideLogoMap.-gp .list-postmap li.list-postmap_item.-head .pic {
    width: 130px;
    margin-top: 15px;
  }
}
.p-cs .section-logomap .slideLogoMap.-kz .list-logomap li.list-logomap_item.-head .pic, .p-cs .section-logomap .slideLogoMap.-kz .list-logomap li.list-postmap_item.-head .pic,
.p-cs .section-logomap .slideLogoMap.-kz .list-postmap li.list-logomap_item.-head .pic,
.p-cs .section-logomap .slideLogoMap.-kz .list-postmap li.list-postmap_item.-head .pic {
  margin-top: 35px;
  width: 220px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-logomap .slideLogoMap.-kz .list-logomap li.list-logomap_item.-head .pic, .p-cs .section-logomap .slideLogoMap.-kz .list-logomap li.list-postmap_item.-head .pic,
  .p-cs .section-logomap .slideLogoMap.-kz .list-postmap li.list-logomap_item.-head .pic,
  .p-cs .section-logomap .slideLogoMap.-kz .list-postmap li.list-postmap_item.-head .pic {
    width: 140px;
    margin-top: 30px;
  }
}
.p-cs .section-logomap .slideLogoMap.-jt .list-logomap li.list-logomap_item.-head .pic, .p-cs .section-logomap .slideLogoMap.-jt .list-logomap li.list-postmap_item.-head .pic,
.p-cs .section-logomap .slideLogoMap.-jt .list-postmap li.list-logomap_item.-head .pic,
.p-cs .section-logomap .slideLogoMap.-jt .list-postmap li.list-postmap_item.-head .pic {
  margin-top: 20px;
  width: 62px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-logomap .slideLogoMap.-jt .list-logomap li.list-logomap_item.-head .pic, .p-cs .section-logomap .slideLogoMap.-jt .list-logomap li.list-postmap_item.-head .pic,
  .p-cs .section-logomap .slideLogoMap.-jt .list-postmap li.list-logomap_item.-head .pic,
  .p-cs .section-logomap .slideLogoMap.-jt .list-postmap li.list-postmap_item.-head .pic {
    width: 55px;
    margin-top: 15px;
  }
}
.p-cs .section-logomap .slideLogoMap.-jt .list-logomap li.list-logomap_item.-head .text, .p-cs .section-logomap .slideLogoMap.-jt .list-logomap li.list-postmap_item.-head .text,
.p-cs .section-logomap .slideLogoMap.-jt .list-postmap li.list-logomap_item.-head .text,
.p-cs .section-logomap .slideLogoMap.-jt .list-postmap li.list-postmap_item.-head .text {
  direction: ltr !important;
}
.p-cs .section-logomap .splide .splide__arrows {
  margin-left: 50%;
  display: none;
}
.p-cs .section-logomap .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

/*# sourceMappingURL=logomap.css.map */