@charset "UTF-8";
html {
  margin-top: 0px !important;
}

html,
body {
  overflow-x: hidden;
}

:root {
  --gutter: 8%;

  --content-max-width: 2560px;
  --site-max-width: calc(var(--content-max-width) + var(--gutter) * 2);

  --wrapper-max-width: 1920px;
  --container-max-width: calc(var(--wrapper-max-width) + var(--gutter) * 2);

  font-size: clamp(12px, 1vw, 26px);
  line-height: 1.6;
  letter-spacing: 1;

  --theme-color: #1a2036;
  --theme-color2: white;
}

@media (max-width: 767px) {
  main {
    font-size: 3vw;
  }
}

body {
  margin: 0px;
  color: var(--theme-color);
  font-family: sans-serif;
  line-height: 1.5;
}

main {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

@font-face {
  font-family: "DIN2014-ExtraBold";
  src: url("./assets/fonts/DIN-2014-Extra-Bold.woff") format("woff"),
    url("./assets/fonts/DIN-2014-Extra-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Monsal_Gothic_Bold";
  src: url("./assets/fonts/Monsal_Gothic_Bold.woff") format("woff"),
    url("./assets/fonts/Monsal_Gothic_Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Serif JP";
  src: url("./assets/fonts/NotoSerifJP-VariableFont_wght.ttf") format("woff");
  font-style: bolder;
  font-display: swap;
}

.is-pc {
  @media (max-width: 767px) {
    display: none !important;
  }
}

.is-sp {
  @media (min-width: 768px) {
    display: none !important;
  }
}

.is-true-pc {
  @media (max-width: 1024px) {
    display: none !important;
  }
}

.is-tablet-sp {
  @media (min-width: 1025px) {
    display: none !important;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
}

ul {
  padding-inline-start: 0;
}

a {
  transition: opacity 0.3s;
  text-decoration: none;
  color: inherit;
}

a:hover {
  opacity: 0.6;
}

/* コンテナ（共通クラス例） */
.container {
  max-width: 80%;
  margin: 0 auto;
  padding: 0;
}

h1 {
  margin: 12px 0;
  font-size: 36px;
}

h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 6px 0;
  font-family: sans-serif;
}

/* 日付・タイトル・カテゴリー */
.page_date {
  background-color: black;
  color: var(--theme-color2);
  width: fit-content;
  padding: 2px 8px;
  margin-top: -1em;
  z-index: 1;
  position: relative;
  font-size: 0.8em;
}

.c-article {
  position: relative;
  border-radius: 6px;
  margin-bottom: 32px;
  box-sizing: border-box;
  width: 100%;
}

/* サムネイル画像周り */
.c-article__thumb {
  position: relative;
}

.c-article__thumb-link img {
  width: 100%;
  height: auto;
  display: block;
}

/* 記事情報 */
.c-article__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.c-slider__wrapper {
  position: relative;
}

.splide__slide {
  display: flex;
  justify-content: center;
  padding: 0 0 5% 0;
}

.splide__list {
  height: auto;
}

.splide__arrow--next {
  right: 0;
}

.splide__arrow--prev {
  left: 0;
}

.c-slider {
  margin-top: -2rem;
  margin-bottom: 2rem;
}

/* 中央で拡大 */
.c-article {
  transform: scale(0.8);
}

.splide__slide.is-active .c-article {
  transform: scale(1);
}

.is-ready .c-article {
  transition: transform 0.5s;
}

.c-slider .splide__arrows {
  position: absolute;
  top: calc(55% - 128px);
  left: 50%;
  width: 100%;
  max-width: calc(40% + 64px);
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

/* .splide__arrow の absolute を削除し、flex 内で配置 */
.c-slider .splide__arrow {
  width: 64px;
  height: 64px;
  border: 1px solid #000000;
  background-color: #000000;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 以下、矢印アイコンのスタイルはそのまま */
.c-slider .splide__arrow--next::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: -9px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  box-sizing: border-box;
  transform: rotate(45deg);
}

.c-slider .splide__arrow--prev::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 9px;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  box-sizing: border-box;
  transform: rotate(45deg);
}

.section-title {
  color: var(--theme-color2);
  background-color: var(--theme-color);
  padding: 3rem 0 4rem;
}
.section-title h2 {
  text-align: left;
  font-size: 1em;
}
.section-title span {
  font-size: 3em;
  font-family: "Noto Serif JP";
}

.slick-slide a {
  position: relative;
}
/* 「New」バッジ */
.c-article__badge {
  position: absolute;
  top: 6%;
  left: 3%;
  background-color: #fa0046;
  color: #fff;
  font-size: 1.2vw;
  padding: 0.5% 3%;
  letter-spacing: 2px;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .c-slider .splide__arrow {
    transition: opacity 0.3s;
  }

  .c-slider .splide__arrow:hover {
    opacity: 0.8;
  }
}

.c-slider .splide__pagination {
  gap: 10px;
}

.c-slider .splide__pagination li {
  font-size: 0;
}

.c-slider .splide__pagination__page {
  width: 10px;
  height: 10px;
  background-color: lightgray;
  border-radius: 50%;
  touch-action: manipulation;
  cursor: pointer;
  border: solid 1px #000000;
  background-color: var(--theme-color2);
}

.c-slider .splide__pagination__page.is-active {
  background-color: #000000;
  transform: scale(1.1);
}

.c-slider .splide__pagination__page:focus-visible {
  outline: 3px solid #000000;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .c-slider .splide__pagination__page {
    transition: opacity 0.3s;
  }

  .c-slider .splide__pagination__page:hover {
    opacity: 0.8;
  }
}

.img_bg {
  background-color: var(--theme-color2);
}
/* グリッド配置（3列×2行 = 6件） */
.owner-voice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 5%;
  margin: -32px auto 100px;
}

/* カード本体 */
.owner-voice-item {
  overflow: hidden;
  flex-direction: column;
}

/* 写真 */
.owner-voice-thumb {
  height: auto;
  margin-bottom: 8px;
}

.owner-thumb-img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.owner-thumb-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 1s ease;
  display: block;
}

.owner-thumb-img img:hover {
  transform: scale(1.05);
}

.c-article__title {
  font-size: 28px;
}

/* 本文エリア */
.owner-voice-body {
  flex: 1;
  /* 高さ伸縮 */
  display: flex;
  flex-direction: column;
}

/* 黒丸の中に右矢印 */
.arrow-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: #000;
  border-radius: 50%;

  /* リンク下線を消す */
}

.arrow-circle svg {
  stroke: #fff;
  /* 矢印を白に */
}

.owner-voice-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 6px;
  text-align: left;
}

.owner-voice-owner {
  font-size: 14px;
  margin: 0;
}

/* もっと見るボタン */
.more-btn-wrap {
  text-align: center;
  margin-bottom: 6em;
}

.more-btn {
  background-color: var(--theme-color);
  color: #fff;
  border: none;
  font-weight: 600;
  cursor: pointer;
  width: 360px;
  height: 80px;
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more-btn:hover {
  background-color: #333;
}

.btn-more__icon {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 16px;
}

.sponsors {
  font-size: 16px;
}

.sponsors h5 {
  margin: 0;
  font-size: 3em;
  font-family: "Noto Serif JP";
}

.sponsors h6 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  font-family: "Monsal_Gothic_Bold", sans-serif;
  width: 100%;
  text-align: left;
  margin: 6px 0;
}

.company-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
  padding: 2rem 0;
  max-width: 100%;
}

.company-list p {
  margin: 6px 0;
}

@media (min-width: 768px) {
  .sv-blog-thumb img {
    height: 100%;
  }
}

@media (max-width: 1024px) {
  .c-slider .splide__arrow {
    display: none !important;
  }

  .c-article__title {
    font-size: 20px;
  }

  .more-btn {
    font-size: 18px;
    width: 280px;
    height: 60px;
  }
}

@media (max-width: 767px) {
  main {
  }

  .c-article__badge {
    font-size: 14px;
    padding: 2px 8px;
  }

  .owner-voice-grid {
    grid-template-columns: auto;
    gap: 64px;
    margin: -32px auto 32px;
  }

  .container {
    max-width: 90%;
  }
  .sponsors {
    padding: 0 2rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    padding: 0 !important;
  }

  .owner-voice-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.interview_date a {
  text-decoration: underline;
}
