@charset "UTF-8";
/*
|---------------------------------------------------------------
| ec-connector-2025 contents.css
|---------------------------------------------------------------
*/
:root {
  --ecc-contents-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.27);
}

.swiper-pagination {
  --swiper-pagination-bullet-size: 13px;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-color: #000000;
  --swiper-pagination-bullet-horizontal-gap: 7.5px;
  --swiper-pagination-bullet-inactive-opacity: 1;
  position: static;
  margin-top: 30px;
}
@media (min-width: 750.02px) {
  .swiper-pagination {
    --swiper-pagination-bullet-size: 12px;
    --swiper-pagination-bullet-horizontal-gap: 10px;
    margin-top: 50px;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  border: 1px solid var(--swiper-pagination-color);
}

.js--error {
  text-align: center;
}

/*
 * Badge
------------------------------------------------*/
.ecc-ct-badge {
  display: inline-block;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.5;
  padding: 0.04em 0.5em;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  color: #ffffff;
  background: var(--ecc-theme-color, #000000);
  border-radius: 1.5em;
  overflow: hidden;
}

/*
 * インタビュー
------------------------------------------------*/
.ecc-ct-interview {
  display: block;
  width: 100%;
}
.ecc-ct-interview__list {
  list-style: none;
  padding-left: 0;
}
.ecc-ct-interview__list__item {
  display: block;
}
.ecc-ct-interview:not(.swiper-initialized) .ecc-ct-interview__list {
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}
.ecc-ct-interview:not(.swiper-initialized) .ecc-ct-interview__list__item:nth-child(n+2) {
  display: none;
}

.ecc-ct-interview-block {
  display: block;
  width: 100%;
}
.ecc-ct-interview-block__image {
  --ecc-badge-position-offset: 15px;
  display: block;
  width: 100%;
  margin: 10px 0 15px;
  padding: 0;
  position: relative;
}
.ecc-ct-interview-block__image .ecc-ct-badge {
  position: absolute;
  top: var(--ecc-badge-position-offset);
  left: var(--ecc-badge-position-offset);
  z-index: 2;
  margin: auto;
}
@media (min-width: 750.02px) {
  .ecc-ct-interview-block__image {
    --ecc-badge-position-offset: 20px;
    margin-bottom: 20px;
  }
}
.ecc-ct-interview-block__body {
  display: block;
  width: 100%;
  text-align: left;
}

.ecc-ct-interview-block-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 800/494;
  box-shadow: var(--ecc-home-box-shadow, var(--ecc-contents-box-shadow));
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.25s;
  outline: 4px solid transparent;
  outline-offset: -4px;
  background-color: #ffffff;
}
.ecc-ct-interview-block-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.ecc-ct-interview-block-title {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
  word-break: break-all;
}
@media (min-width: 750.02px) {
  .ecc-ct-interview-block-title {
    font-size: 20px;
  }
}

.ecc-ct-interview-block[href] {
  color: inherit;
  text-decoration: none;
  opacity: 1;
}
.ecc-ct-interview-block[href]:hover .ecc-ct-interview-block-image {
  outline-color: #004688;
  opacity: 0.6;
}

/*
 * 活用事例
------------------------------------------------*/
.ecc-ct-work {
  display: block;
  width: 100%;
}
.ecc-ct-work__list {
  list-style: none;
  padding-left: 0;
}
.ecc-ct-work__list__item {
  display: block;
}
.ecc-ct-work:not(.swiper-initialized) .ecc-ct-work__list {
  display: flex;
  justify-content: center;
  gap: 60px;
  max-width: 60.94vw;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .ecc-ct-work:not(.swiper-initialized) .ecc-ct-work__list__item {
    max-width: 220px;
  }
  .ecc-ct-work:not(.swiper-initialized) .ecc-ct-work__list__item:nth-child(n+2) {
    display: none;
  }
}
@media (min-width: 750.02px) {
  .ecc-ct-work:not(.swiper-initialized) .ecc-ct-work__list__item {
    max-width: 350px;
  }
  .ecc-ct-work:not(.swiper-initialized) .ecc-ct-work__list__item:nth-child(n+4) {
    display: none;
  }
}

.ecc-ct-work-block {
  display: block;
  width: 100%;
}
.ecc-ct-work-block__image {
  display: block;
  width: 100%;
  margin: 10px 0 15px;
  padding: 0;
}
.ecc-ct-work-block__image .ecc-ct-badge {
  display: none;
}
.ecc-ct-work-block__body {
  display: block;
  width: 100%;
  text-align: left;
}

.ecc-ct-work-block-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 350/350;
  box-shadow: var(--ecc-home-box-shadow, var(--ecc-contents-box-shadow));
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.25s;
  outline: 4px solid transparent;
  outline-offset: -4px;
  background-color: #ffffff;
}
.ecc-ct-work-block-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.ecc-ct-work-block-title {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 600;
  word-break: break-all;
}
@media (min-width: 750.02px) {
  .ecc-ct-work-block-title {
    font-size: 20px;
  }
}

.ecc-ct-work-block[href] {
  color: inherit;
  text-decoration: none;
  opacity: 1;
}
.ecc-ct-work-block[href]:hover .ecc-ct-work-block-image {
  outline-color: #004688;
  opacity: 0.6;
}

/*
 * コラム
------------------------------------------------*/
.ecc-ct-column {
  display: block;
  width: 100%;
}
.ecc-ct-column__list {
  list-style: none;
  padding-left: 0;
}
.ecc-ct-column__list__item {
  display: block;
}
.ecc-ct-column:not(.swiper-initialized) .ecc-ct-column__list {
  display: flex;
  justify-content: center;
  max-width: 84.38vw;
  margin: 0 auto;
  gap: 60px;
}
@media (max-width: 750px) {
  .ecc-ct-column:not(.swiper-initialized) .ecc-ct-column__list__item:nth-child(n+2) {
    display: none;
  }
}
@media (min-width: 750.02px) {
  .ecc-ct-column:not(.swiper-initialized) .ecc-ct-column__list__item {
    max-width: 500px;
  }
  .ecc-ct-column:not(.swiper-initialized) .ecc-ct-column__list__item:nth-child(n+4) {
    display: none;
  }
}

.ecc-ct-column-block {
  display: block;
  width: 100%;
}
.ecc-ct-column-block__image {
  display: block;
  width: 100%;
  margin: 10px 0 15px;
  padding: 0;
}
@media (min-width: 750.02px) {
  .ecc-ct-column-block__image {
    margin-bottom: 20px;
  }
}
.ecc-ct-column-block__image .ecc-ct-badge {
  display: none;
}
.ecc-ct-column-block__body {
  display: block;
  width: 100%;
  text-align: left;
}

.ecc-ct-column-block-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 500/310;
  box-shadow: var(--ecc-home-box-shadow, var(--ecc-contents-box-shadow));
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.25s;
  outline: 4px solid transparent;
  outline-offset: -4px;
  background-color: #ffffff;
}
.ecc-ct-column-block-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.ecc-ct-column-block-title {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
  word-break: break-all;
}
@media (min-width: 750.02px) {
  .ecc-ct-column-block-title {
    font-size: 20px;
  }
}

.ecc-ct-column-block[href] {
  color: inherit;
  text-decoration: none;
  opacity: 1;
}
.ecc-ct-column-block[href]:hover .ecc-ct-column-block-image {
  outline-color: #004688;
  opacity: 0.6;
}
