@charset "utf-8";
/* =========================================================
   style.css
   2025 — TOPページスタイル
========================================================= */

body article {
  line-height: 1.6;
}
/* =========================================================
   採用セクション
========================================================= */
section.recruitment {
  background: url("/assets/img/top/recruitment_img_01.jpg") no-repeat center / cover;
  padding: 4rem 0 2rem;
}
@media (max-width: 767px) {
  section.recruitment {
    background: url("/assets/img/top/recruitment_img_01--sp.jpg") no-repeat center / cover;
  }
}
/* =========================================================
   お知らせセクション
========================================================= */
.c-news__title {
  color: #222222;
}
@media (min-width: 768px) {
  section.news {
    padding-top: 8em !important;
  }
}
/* =========================================================
   About usセクション
========================================================= */
section.about {
  background: url("/assets/img/top/about_img_01.png") no-repeat calc(50% + 404px) 82px / 560px, url("/assets/img/top/about_bg.jpg") no-repeat center top/ cover;
}
.about__list li {
  width: 360px;
  max-width: 100%;
  height: 90px;
  background: linear-gradient(90deg, #2b83bb 57.07%, #3bb8ce 100%);
  margin-bottom: 10px;
}
.about__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background: url("/assets/img/link_03.svg") no-repeat right 20px center / 32px;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 1.5em;
}
.about__list a:hover {
  background: #E4F2FA url("/assets/img/link_03--hover.svg") no-repeat right 20px center / 32px;
  color: #0F6BB9;
  text-decoration: none;
  border: #72CCE5 1px solid;
}
@media (min-width: 768px) {
  section.about {
    padding-top: 8em !important;
  }
  .about__list {
    columns: 2;
    width: 730px;
    column-gap: 10px;
  }
  .about__list > * {
    display: inline-block;
    vertical-align: top;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
  }
}
@media (max-width: 767px) {
  section.about {
    background: url("/assets/img/top/about_bg--sp.png") no-repeat center top/ contain;
  }
  .about__list li {
    margin-inline: auto;
  }
  .about__list a {
    font-size: 1.0rem;
    padding: 1.1em;
  }
}
/* =========================================================
   MV
========================================================= */
.splide * {
  max-width: 100%;
}
.splide li {
  margin-top: 0 !important;
}
.splide p {
  margin-bottom: 0 !important;
}
/*--- 画像トリミングに対応 ---*/
.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*--- arrow ---*/
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  transform: translateY(-50%);
  z-index: 1;
  /*ここ以下カスタム*/
  top: calc(50% - 1.5em); /*株ボタン類の分上げる*/
  background: none;
  height: 3em;
  width: 3em;
  opacity: 1;
}
.splide__arrow svg {
  fill: #fff;
  height: 4em;
  width: 4em;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 1));
}
/*--- 小さく,端に --*/
@media (max-width:900px) {
  .splide__arrow {}
  .splide__arrow--prev {
    justify-content: flex-start;
  }
  .splide__arrow--next {
    justify-content: flex-end;
  }
  .splide__arrow svg {
    height: 1.5em;
    width: 1.5em;
  }
  .splide__arrow svg path {
    stroke: #fff; /* 線の色 */
    stroke-width: 2px; /* 線の太さ */
  }
}
/*--- pagination ---*/
.splide__pagination {
  left: 0;
  padding: 0 0.5em;
  position: absolute;
  right: 0;
  z-index: 1;
  /*ここ以下カスタム*/
  bottom: 10px;
  flex-wrap: nowrap !important;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  pointer-events: auto;
  /*ここ以下カスタム*/
  margin: 0 0.2em;
}
.splide__pagination__page {
  border-radius: 150% !important;
  display: inline-block;
  margin: 15px !important;
  opacity: 1 !important;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  /*ここ以下カスタム*/
  width: 15px !important;
  height: auto !important;
  aspect-ratio: 1/1;
  background: #fff !important;
  border: 1px #fff solid !important;
}
.splide__pagination__page.is-active {
  z-index: 1;
  /*ここ以下カスタム*/
  background: #0F6BB9 !important;
  transform: scale(1) !important;
}
/* ボタン類エリアをカスタム*/
.splide__custom-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bg-color__light-gray);
  padding: 10px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
ul.splide__pagination {
  position: relative;
  bottom: 0px;
  margin-bottom: 0;
}
/*--- 再生・一時停止をカスタム --*/
/*- 再生 -*/
.splide__toggle {
  display: inline-block;
  position: relative;
  width: 27px;
  height: 27px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 20px; /*ここでサイズ変えられます -*/
  background: #0F6BB9 !important;
}
.splide__toggle:hover {
  background: #DFDFDF;
}
.splide__toggle::before {
  position: absolute;
  top: 50%;
  left: 36%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.3em solid transparent;
  border-left: 0.5em solid currentColor;
  box-sizing: border-box;
  content: "";
}
/*- 一時停止 -*/
.splide__toggle.is-active {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  color: #fff;
}
.splide__toggle.is-active::before, .splide__toggle.is-active::after {
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 1px;
  height: 46%;
  box-sizing: border-box;
  background-color: currentColor;
  content: "";
}
.splide__toggle.is-active::before {
  left: 40% !important;
  border: none;
  border-left: none;
}
.splide__toggle.is-active::after {
  right: 38% !important;
}
/*--- ボタン類を小さく --*/
@media (max-width:900px) {
  /*.splide__toggle, ul.splide__pagination {
    transform: scale(0.8) !important;
  }*/
  .splide__pagination {
    padding: 0 0.5em;
  }
  .splide__pagination__page {
    margin: 2.5vw !important;
    width: 3vw !important;
  }
  .splide__toggle {
    width: 6vw;
    height: 6vw;
    font-size: 4vw;
  }
  .splide__custom-btns {
    padding: 3px;
  }
}
/*--- 縦横比を維持してトリミング
  optionでできるのかも--*/
#js-mv .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 1600px;
}
@media (max-width: 767px) {
  #js-mv .splide__slide img {
    aspect-ratio: 150 / 216; /* ここにアスペクト比 */
  }
}
/*--- サムネイル ---*/
#js-thumb-list {
  /* background: yellow;*/
}
/* サムネ全体を中央に */
.thumbs {
  /*max-width: 1600px;*/
  margin: 0 auto;
  text-align: center;
  padding: 30px;
  background: #F7F7F7;
  border-bottom: #CCCCCC 1px solid;
}
@media (min-width: 768px) {
  .thumbs .splide__list {
    justify-content: center;
  }
}
/* 枠線や透過 */
.thumbs .splide__slide {
  transition: 0.1s;
  border: 1px solid #CCCCCC !important;
}
.thumbs .splide__slide.is-active, .thumbs .splide__slide:hover {
  border: 4px solid #0F6BB9 !important;
}
/* 矢印を画像に変更 */
.splide__arrow {
  background: none !important; /* まずデフォルト背景を消す */
  border: none;
  max-width: 14% !important;
  width: 110px !important;
  height: auto !important;
  aspect-ratio: 1/1;
  opacity: 1 !important;
}
/* MV */
.splide__arrow--prev {
  background: url("/assets/img/arrow-white-l.svg") no-repeat center / contain !important;
}
.splide__arrow--next {
  background: url("/assets/img/arrow-white-r.svg") no-repeat center / contain !important;
}
/* thumbs */
.thumbs .splide__arrow {
  width: 7% !important;
  max-width: 40px !important;
}
.thumbs .splide__arrow--prev {
  background: url("/assets/img/arrow-blue-l.svg") no-repeat center / contain !important;
}
.thumbs .splide__arrow--next {
  background: url("/assets/img/arrow-blue-r.svg") no-repeat center / contain !important;
}
/* デフォルトの矢印アイコンを非表示にする */
.splide__arrow svg {
  display: none;
}
@media (max-width: 767px) {
  .thumbs {
    padding: 12px 0;
  }
}
/*サムネの矢印対策*/
.js-thumb-outer {
  display: flex;
  justify-content: center;
}
#js-thumb {
  position: relative; /* arrows の基準 */
  width: auto; /* ← ★ここが重要：全幅を解除！ */
  display: inline-block; /* ← サムネイルの幅に従わせる */
  padding-inline: 66px;
}
#js-thumb .splide__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0; /* ← wrapper の幅に合わせて左右ぴったり */
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
#js-thumb .splide__arrow {
  pointer-events: auto;
}
#js-thumb-list li {
  margin-left: 0.5em !important;
  margin-right: 0.5em !important;
}
.js-thumb-outer {
  /* max-width: 1600px; */
  margin: 0 auto;
  text-align: center;
  padding: 30px 30px 20px;
  background: #F7F7F7;
  border-bottom: #CCCCCC 1px solid;
}
.thumbs {
  /*max-width: 1600px;*/
  margin: 0;
  text-align: center;
  padding: 0;
  background: none;
  border-bottom: none;
}
/* prev,nextが見えないように */
@media (min-width: 1600px) {
  #js-mv.splide.is-initialized, #js-mv.splide.is-rendered {
    visibility: visible;
    width: 1600px;
    height: 760px;
    margin: auto;
    overflow: hidden;
  }
}
/* =========================================================
  導入事例：NewVer. (製品サービスINDEXとほぼ同じ)
========================================================= */
.p-service-index__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: center;
}
.p-service-index__item {
  flex: 0 1 calc((100% - 4em) / 3);
  margin-bottom: 1.5em;
}
.case .p-service-index__img { /*導入事例だけ！*/
  aspect-ratio: 370 / 300;
  overflow: hidden;
}
.p-service-index__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-service-index__text {
  padding-top: 1.5em;
}
.p-service-index__title {
  margin-bottom: 0.8em;
}
.p-service-index__title .sub {
  display: block;
  font-size: 76%;
  margin-bottom: 0.3em;
}
.p-service-index__description {
  font-size: 0.95rem;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.p-service-index__link {
  display: inline-block;
  color: #0F6BB9;
}
/*製品サービスINDEXでの.c-list*/
.c-list--service-index > li {
  padding-left: 0.8em;
  line-height: 1.7;
}
.c-list--service-index > li + li {
  margin-top: 0;
}
.c-list > li:has(a)::before {
  color: #0072ce;
}
@media (max-width: 767px) {
  .p-service-index__inner {
    gap: 1.5em;
  }
  /*2列*/
  .p-service-index__inner {
    gap: 1em;
    justify-content: space-between;
  }
  .p-service-index__item {
    flex: 1 1 100%; /*1列*/
    flex: 0 1 calc((100% - 1em) / 2);
  }
}