.button {
  align-items: center;
  border-radius: 200px;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-family: var(--font-family-ja);
  font-size: 1.125rem;
  font-weight: 500;
  height: 3.75rem;
  justify-content: center;
  padding-inline: 2.5rem;
  position: relative;
  text-decoration: none;
  width: fit-content;
  transition: .3s;
}
.button:hover,
.button:focus-visible {
  opacity: 1;
}
.button--outline {
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  color: var(--color-black);
}
.button--outline:hover,
.button--outline:focus-visible {
  background: var(--color-black);
  color: var(--color-white);
}
.button--dark {
  background-color: var(--color-black);
  border: 1px solid var(--color-black);
  color: var(--color-white);
}
.button--dark:hover,
.button--dark:focus-visible {
  background: var(--color-white);
  color: var(--color-black);
}
.button--accent {
  background-color: var(--color-white);
  border: 1px solid var(--color-white);
  color: var(--color-accent-red);
}
.button--accent:hover,
.button--accent:focus-visible {
  background: var(--color-accent-red);
  color: var(--color-white);
}
.button--blue {
  background-color: var(--color-brand-blue);
  border: 1px solid var(--color-brand-blue);
  color: var(--color-white);
}
.button--blue:hover,
.button--blue:focus-visible {
  background: var(--color-white);
  color: var(--color-brand-blue);
}
.button--gray {
  background-color: var(--color-placeholder);
  border: 1px solid var(--color-placeholder);
}
.button--gray:hover,
.button--gray:focus-visible {
  background: var(--color-white);
}

.button.icon-download::before {
  content: "";
  background: url(/assets/images/common/icon-download--white.svg) no-repeat center center / contain;
  width: 1.0625rem;
  height: 1rem;
  margin-right: .5rem;
}

.button.icon-download:hover::before,
.button.icon-download:focus-visible::before {
  background: url(/assets/images/common/icon-download--black.svg) no-repeat center center / contain;
}

@media screen and (max-width: 767px) {
  .button {
    height: 3.125rem;
  }
}

/* ========================== */
/* 青色CTAセクション */
/* /include/navCTA-blue.html */
/* ========================== */
.navCTA__inner {
  background-image: linear-gradient(var(--overlay-blue-50), var(--overlay-blue-50)), image-set(url(../../images/pages/top/nav-cta-1.jpg.webp) type("image/webp"), url(../../images/pages/top/nav-cta-1.jpg) type("image/jpeg"));
  background-position: center;
  background-size: cover;
  padding: 5.5556vw 5vw;
}
.navCTA__row {
  align-items: stretch;
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.navCTA__card {
  background-position: center;
  background-size: cover;
  border: 0.0625rem solid var(--color-white);
  border-radius: 0.75rem;
  display: grid;
  flex: 1 1 50%;
  padding-block: 2.4rem;
  place-items: center;
}
.navCTA-card__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.navCTA__card .button {
  border: 1px solid var(--color-white);
  line-height: 1.5;
  margin-top: 2rem;
  width: 17.5rem;
  max-width: 100%;
  line-height: 1.5;
  white-space: nowrap;
}
.navCTA__card--doc {
  background-image: linear-gradient(var(--overlay-black-60), var(--overlay-black-60)), image-set(url(../../images/pages/top/nav-cta-2.jpg.webp) type("image/webp"), url(../../images/pages/top/nav-cta-2.jpg) type("image/jpeg"));
}
.navCTA__card--demo {
  background-image: linear-gradient(var(--overlay-blue-60), var(--overlay-blue-60)), image-set(url(../../images/pages/top/nav-cta-1.jpg.webp) type("image/webp"), url(../../images/pages/top/nav-cta-1.jpg) type("image/jpeg"));
}
.navCTA__card-icon {
  height: 4.5rem;
  margin-inline: auto;
  width: 4.5rem;
}
.navCTA__card-text {
  color: var(--color-white);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.75rem;
  padding-inline: 2rem;
  text-align: center;
}
.navCTA__links {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  width: 100%;
	padding-inline: 0.5556vw;
}
.navCTA__link {
  align-items: center;
  background-color: var(--color-white);
  border: 0.0625rem solid var(--color-black);
  border-radius: 0.75rem;
  display: flex;
  flex: 1 1 0;
  gap: 1rem;
  height: 5rem;
  justify-content: center;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: .3s;
}
.navCTA__link:hover,
.navCTA__link:focus-visible {
  background: var(--color-black);
  opacity: 1;
}
.link-card__image {
  position: relative;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}

.navCTA__link-icon--default,
.navCTA__link-icon--hover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity .3s;
}

.navCTA__link-icon--default {
  opacity: 1;
}

.navCTA__link-icon--hover {
  opacity: 0;
}

.navCTA__link:hover .navCTA__link-icon--default,
.navCTA__link:focus-visible .navCTA__link-icon--default {
  opacity: 0;
}

.navCTA__link:hover .navCTA__link-icon--hover,
.navCTA__link:focus-visible .navCTA__link-icon--hover {
  opacity: 1;
}
.navCTA__link-label {
  color: var(--color-black);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}
.navCTA__link:hover .navCTA__link-label,
.navCTA__link:focus-visible .navCTA__link-label {
  color: var(--color-white);
}

@media screen and (max-width: 767px) {
  .navCTA__inner {
    padding: 2.5rem 1.5rem;
  }
  .navCTA__row {
    flex-direction: column;
    gap: 1.5rem;
  }
  .navCTA__card {
    height: auto;
    padding: 1.125rem 1rem 1.65rem 1rem;
    position: relative;
    width: 100%;
  }
  .navCTA-card__head {
    align-items: center;
    flex-direction: row;
    gap: 1rem;
    max-width: 17rem;
  }
  .navCTA__card-icon {
    height: 3rem;
    width: 3rem;
  }
  .navCTA__card-text {
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 0;
    padding: 0;
    text-align: left;
  }
  .navCTA__card .button {
    margin-top: 1rem;
    max-width: 17.5rem;
    padding-inline: 1.5rem;
    width: 100%;
  }
  .navCTA__links {
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.5rem;
		padding-inline: 0;
  }
  .navCTA__link {
    flex: none;
    height: 3.75rem;
    position: relative;
  }
}

@media screen and (max-width: 400px) {
  .navCTA-card__head {
    margin-right: auto;
  }
  .navCTA__card-text {
    width: 100%;
  }
}

/* ================== */
/* 下層ファーストビュー */
/* ================== */
.breadcrumb {
  align-items: center;
  background-color: var(--color-panel);
  display: flex;
  height: 2.5rem;
  width: 100%;
}
.breadcrumb__list {
  padding-inline: clamp(1rem, -0.408rem + 6.01vw, 5rem);
  max-width: 1440px;
  margin-inline: auto;
  width: 100%;
  align-items: center;
  display: flex;
  gap: 0.8125rem;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.breadcrumb__list::-webkit-scrollbar {
  display: none;
}
.breadcrumb__item {
  color: var(--color-text-gray);
  font-size: 0.875rem;
  line-height: 1.5;
  white-space: nowrap;
  flex-shrink: 0;
}
.breadcrumb__item:last-of-type {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb__separator {
  color: var(--color-text-gray);
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.5;
  flex-shrink: 0;
}
.pagehead {
  display: flex;
  flex-direction: column;
  padding: 5rem;
  width: 100%;
}
.pagehead--blue {
  background-color: var(--color-brand-blue);
}
.pagehead__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.pagehead__head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.pagehead__title {
  color: var(--color-white);
  font-size: 2.5rem;
  line-height: 2;
}
.pagehead__label {
  color: var(--color-gray);
  font-size: 5rem;
  font-weight: 100;
  line-height: 2;
  text-transform: uppercase;
}
.pagehead__box {
  background-color: var(--color-white);
  border-radius: 12px;
  padding: 3rem 3.875rem;
  width: 100%;
}
.pagehead__text {
  color: var(--color-black);
  font-feature-settings: "palt" 1;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pagehead {
    padding: 5rem 1rem;
  }
  .pagehead__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
}

/* ================== */
/* 各セクションタイトル */
/* ================== */
.section__head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.section-head__title {
  font-size: clamp(1.5rem, 1.324rem + 0.75vw, 2rem);
  font-weight: 400;
  line-height: 1.5;
}
.section-head__title-en {
  color: var(--color-gray);
  font-size: clamp(3rem, 2.629rem + 1.52vw, 4rem);
  font-weight: 100;
  line-height: 1;
  text-transform: uppercase;
}
.interview__label {
  color: var(--color-gray);
  font-size: 4rem;
  font-weight: 100;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .section__head {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 1rem;
  }
}

/* ================== */
/* 機種ラインナップ */
/* ================== */
.lineup__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lineup__head-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}
.lineup__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5rem;
  border-radius: .25rem;
  background-color: var(--color-black);
  color: var(--color-white);
  font-size: 1rem;
  line-height: 0.75;
}
.lineup__panel {
  padding: 7.5rem 5rem 5rem;
  border-radius: .75rem;
  background-color: var(--color-panel);
  margin-top: 4.5rem;
}
.lineup__grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  align-items: stretch;
  justify-content: center;
  gap: 3.3331rem;
}
.lineup__card {
  position: relative;
  display: grid;
  place-items: center;
  grid-row: span 4;
  grid-template-rows: subgrid;
  gap: 0;
  width: auto;
}
.lineup__card-image  {
  display: block;
  width: 100%;
  img {
    width: 100%;
  }
}

.lineup__card-name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--color-black);
  text-align: center;
  width: 100%;
  margin-top: 2rem;
}
.lineup__card-name span,
.lineup__card-desc {
  font-weight: 400;
  font-size: .875rem;
  line-height: 2;
  color: var(--color-text-sub);
}
.lineup__card-desc {
  margin-top: -0.75rem;
}
.lineup__badge {
  display: grid;
  place-items: center;
  border-radius: 6.25rem;
  background-color: var(--color-accent-red);
  color: var(--color-white);
  font-size: 1rem;
  line-height: 1;
  width: 4.25rem;
  height: 1.75rem;
  position: absolute;
  top: -1rem;
  right: 0;
}
.lineup__banner {
  display: flex;
  align-items: stretch;
  gap: 0;
  background-color: var(--color-brand-blue);
  border-radius: .75rem;
  padding: 1rem;
  max-width: 53rem;
  margin-inline: auto;
  margin-top: 5rem;
  position: relative;
}
.lineup__banner-media {
  flex: 0 1 25.5rem;
  height: 10.5rem;
  border-radius: .5rem;
  overflow: hidden;
}
.lineup__banner-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lineup__banner-text {
  flex: 1 1 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.lineup__banner-title {
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--color-white);
}
.lineup__banner-icon {
  display: inline-block;
  background-color: var(--color-white);
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.lineup__banner-icon::before {
  content: "";
  background: url(../../images/pages/top/icon-arrow--blue.svg) no-repeat center center / contain;
  width: .875rem;
  height: .875rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product__button {
  font-size: .875rem;
  height: 2.5rem;
  padding-inline: 2rem;
  margin-top: 0.75rem;
}
.lineup__button {
  margin-inline: auto;
  margin-top: 5rem;
}

@media screen and (max-width: 1340px) {
  .lineup__grid {
    flex-direction: column;
    gap: 3rem;
  }
}

@media screen and (max-width: 1200px) {
	.lineup__grid {
		grid-template-columns: repeat(2,1fr);
	}
}

@media screen and (max-width: 767px) {
  .lineup__head {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
  }
  .lineup__head-left {
    gap: 1rem;
    margin-top: 0.8rem;
  }
  .lineup__panel {
    width: 100%;
    padding: 4rem 1.5rem 5rem;
    margin-top: 2.5rem;
  }
  .lineup__grid {
    gap: 3.3rem;
  }
  .lineup__card {
    width: 100%;
  }
  .lineup__card-image {
    max-width: 55vw;
  }
  .lineup__card-name {
    margin-top: 0.3rem;
  }
  .lineup__card-desc {
    margin-top: -2.5rem;
  }
  .lineup__badge {
    top: -1.75rem;
    right: 3.5rem;
  }
  .product__button {
    margin-top: -1rem;
  }
  .lineup__button {
    margin-top: 2.75rem;
  }
  .lineup__banner {
    width: 100%;
    display: block;
  }
  .lineup__banner {
    padding: 1rem 1rem 3rem 1rem;
  }
  .lineup__banner-media {
    height: 8.25rem;
  }
  .lineup__banner-title {
    font-size: 1.25rem;
  }
  .lineup__banner-text {
    margin-top: 1.5rem;
    padding: 0;
    align-items: center;
    gap: 2.5rem;
  }
  .lineup__banner-icon {
    width: 2rem;
    height: 2rem;
  }
}

@media screen and (max-width: 500px) {
	.lineup__grid {
		grid-template-columns: 1fr;
	}
}

/* ================== */
/* ページヘッド */
/* ================== */
.pagehead-blue {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-block: 4rem 5rem;
  background-color: var(--color-brand-blue);
}
.pagehead-blue__inner {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.pagehead-blue__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.pagehead-blue__title {
  font-size: clamp(1.4rem, 1.013rem + 1.65vw, 2.5rem);
  line-height: 2;
	font-weight: 400;
  color: var(--color-white);
}
.pagehead-blue__subtitle {
	font-size: clamp(1.25rem, 1.162rem + 0.38vw, 1.5rem);
	letter-spacing: 0.05em;
	font-weight: 500;
	line-height: 1.8;
}
.pagehead-blue__label {
  font-weight: 100;
  font-size: clamp(3rem, 2.296rem + 3vw, 5rem);
  line-height: 1;
  color: var(--color-gray);
  text-transform: uppercase;
}
.pagehead-blue__box {
  width: 100%;
  padding: 2.4rem 3.875rem;
  border-radius: 12px;
  background-color: var(--color-white);
}
.pagehead-blue__text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05rem;
  color: var(--color-black);
  font-feature-settings: "palt" 1;
}
.pagehead-blue__columns {
	display: grid;
	grid-template-columns: 57.81% auto;
	gap: 1rem;
}
.pagehead-blue__img img {
	width: 100%;
}
@media screen and (max-width:1024px) {
	.pagehead-blue__columns {
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 767px) {
  .pagehead-blue {
    padding: 3rem 0;
  }
  .pagehead-blue__head {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 1rem;
  }
	.pagehead-blue__box {
		padding: 2rem 1.5rem;
	}
}


/* ========================= */
/* セクションタイトル */
/* ========================= */
.section__title {
  font-size: clamp(1.5rem, 1.314rem + 0.76vw, 2rem);
  font-weight: 400;
  line-height: 1;
  color: var(--color-black);
}

@media screen and (max-width: 767px)  {
	.section__title {
    line-height: 1.5;
  }
}

.section__label {
  font-weight: 100;
  font-size: clamp(3rem, 2.629rem + 1.52vw, 4rem);
  line-height: 1;
  color: var(--color-gray);
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.section__label {
    line-height: 0.75;
  }
}

/* 青背景のタイトル */
.sectionTitle_h2--blue {
  background-color: #E8F4FB;
  color: var(--color-black);
  font-size: clamp(1.125rem, 0.986rem + 0.57vw, 1.5rem);
  font-weight: 400;
  display: grid;
  align-items: center;
  width: fit-content;
  padding: .625rem 1rem .625rem 1.5rem;
  line-height: 1.5;
  position: relative;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
}
.sectionTitle_h2--blue::after {
  content: "";
  background-color: var(--color-brand-blue);
  width: .5rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ========================= */
/* サプライリスト */
/* ========================= */
.supplyList__head {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.supplyList__bar {
  flex-shrink: 0;
  width: 0.5rem;
  border-radius: 4px 0 0 4px;
  background-color: var(--color-brand-blue);
}
.supplyList__label {
  display: flex;
  align-items: center;
  padding: 0.63rem 1rem;
  background-color: #E8F4FB;
  font-size: clamp(1.125rem, 0.993rem + 0.56vw, 1.5rem);
  line-height: 1.5;
  color: var(--color-black);
	font-weight: 400;
}

/* ========================= */
/* タイムパッククラブで、導入後も安心 */
/* ========================= */
.join {
  border-block: 10px solid var(--color-accent-red);
  border-radius: 100px;
  margin-inline: auto;
  margin-top: 6.25rem;
  max-width: 1440px;
  padding: 4.3rem 5rem;
  position: relative;
}

.join__atmark {
  position: absolute;
  right: 2.125rem;
  top: 50%;
  transform: translateY(-50%);
  width: 24.0625rem;
  z-index: -1;
}

.join__title {
  align-items: flex-end;
  display: flex;
  gap: 0.7rem 0.5rem;
	flex-wrap: wrap;
}

.join__title span {
  font-size: clamp(1.5rem, 1.324rem + 0.75vw, 2rem);
  font-weight: 700;
  line-height: 1;
}

.join__title img {
  width: clamp(18rem, 16.041rem + 8.36vw, 23.563rem);
	position: relative;
	top: 0.2rem;
}

.joinList {
  display: grid;
  gap: .625rem;
  grid-template-columns: repeat(3,1fr);
  margin-top: 2.5rem;
}

.joinList__item {
  border: 1px solid var(--color-accent-red);
  border-radius: 12px;
  padding: 0.75rem 1.5rem 1.2rem;
}

.joinList__title {
  color: var(--color-accent-red);
  font-size: 1rem;
  font-weight: 700;
}

.joinList__text {
  font-size: 0.875rem;
  margin-top: 0.4rem;
}

.joinList__item ul {
  margin-top: 0.4rem;
  margin-left: -0.5rem;
}

li.joinList__text {
  margin-top: 0;
}

.joinList__note {
  font-size: 0.75rem;
  margin-top: 0.4rem;
}

.join__btnWrap {
  display: flex;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.join__btn {
  border-radius: 100px;
  font-size: 1.125rem;
  padding: 0.65rem 1.9375rem;
}

.join__btn--white {
  border: 1px solid var(--color-accent-red);
  color: var(--color-accent-red);
  transition: .3s;
}

.join__btn--white:hover,
.join__btn--white:focus-visible {
  background: var(--color-accent-red);
  color: var(--color-white);
  opacity: 1;
}

.join__btn--red {
  border: 1px solid var(--color-accent-red);
  background: var(--color-accent-red);
  color: var(--color-white);
  transition: .3s;
}

.join__btn--red:hover,
.join__btn--red:focus-visible {
  background: var(--color-white);
  color: var(--color-accent-red);
  opacity: 1;
}

@media screen and (max-width:1024px) {
  .join {
    padding-inline: 5.56vw;
  }
}

@media screen and (max-width:900px) {
  .joinList {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width:767px) {
  .join {
    border-radius: 50px;
    padding-block: 2.5rem;
  }

  .join__title {
    flex-wrap: wrap;
  }

  .join__title img {
    width: clamp(20rem, 19.12rem + 3.76vw, 22.5rem);
  }

  .join__atmark {
    width: clamp(15rem, 11.809rem + 13.62vw, 24.063rem);
  }

  .join__btnWrap {
    flex-direction: column;
    margin-inline: auto;
    width: fit-content;
  }
}

/* ========================= */
/* supportCard */
/* ========================= */
ul:has(.supportCard)  {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 2.5rem;
}

.supportCard {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  background-color: var(--color-panel);
  border-radius: 12px;
  padding: 1.6rem 2.5rem 2.5rem 2.5rem;
}
.supportCard__title {
  font-size: 1.25rem;
  font-weight: 400;
}
.supportCard__text {
  font-size: .875rem;
  font-weight: 400;
  margin-top: 0.75rem;
}
.supportCard__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}
.supportCard__buttons .button {
  font-size: 0.875rem;
  font-weight: 500;
  padding-inline: 2rem;
  height: 2.5rem;
  line-height: 1.2;
}

.supportCard__buttons .button.button--outline {
  background-color: inherit;
}

.supportCard__buttons .button.button--outline:hover,
.supportCard__buttons .button.button--outline:focus-visible {
  background: var(--color-black);
}

.supportCard__buttons .button.icon-link::after {
  display: inline-block;
  content: "";
  background: url(/assets/images/pages/support/icon-link-white.svg) no-repeat center center / contain;
  width: 12px;
  aspect-ratio: 1 / 1;
  margin-left: 1rem;
}

.supportCard__buttons .button.icon-link:hover::after,
.supportCard__buttons .button.icon-link:focus-visible::after {
  background: url(/assets/images/pages/support/icon-link-black.svg) no-repeat center center / contain;
}

.supportCard__buttons .button.icon-note::after {
  display: inline-block;
  content: "";
  background: url(/assets/images/pages/support/icon-note-white.svg) no-repeat center center / contain;
  width: 12px;
  aspect-ratio: 12 / 15;
  margin-left: 1rem;
}

@media screen and (max-width: 767px) {
	ul:has(.supportCard) {
    grid-template-columns: 1fr;
  }
	.supportCard {
    padding: 1rem;
  }
  .supportCard__title {
    font-size: 1rem;
  }
  .supportCard__text {
    margin-top: 0.5rem;
  }
  .supportCard__buttons {
    margin-top: 1rem;
  }
  .supportCard__buttons .button {
    padding-inline: 1.5rem;
  }
}

/* ================ */
/* FAQ */
/* ================ */
.faq {
  padding-top: 3rem;
  padding-bottom: 11.25rem;
}

.service__lists {
  max-width: 53rem;
  margin-top: 4.5rem;
  display: grid;
  gap: 1.3rem;
  margin-inline: auto;
}
.faq__heading {
  color: inherit;
  padding: 0;
  display: block;
  width: 100%;
  border: none;
  border-radius: .375rem;
  font-family: var(--font-family-ja);
  scroll-margin-top: 5rem; /* 固定ヘッダー(4rem)分、#q-xxxへのハッシュ遷移時に隠れないようにする */
}
@media screen and (max-width: 767px) {
  .faq__heading {
    scroll-margin-top: 4rem; /* SP時の固定ヘッダー(3rem)分 */
  }
}
.faqList__head {
  background-color: #F7F7F7;
  border-radius: .5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 2rem;
}
.product .faqList__head {
  padding: 1.5rem 2rem;
}

.faqList__question {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  width: 100%;
  min-width: 0;
}
.faqList__question-title {
  font-size: 1rem;
  font-weight: 400;
  flex: 1;
  text-align: left;
  min-width: 0;
  overflow-wrap: break-word;
}
.faqList__question-title.q {
  font-size: 1.125rem;
  width: 2.5rem;
  flex: 0 1 2.5rem;
  text-align: right;
}
.faqList__question-text {
  color: var(--color-black);
  font-size: .875rem;
  font-weight: 400;
}
.faqList__icon-block {
  display: grid;
  place-content: center;
}
.faqList__icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid var(--color-black);
  background-color: var(--color-black);
  position: relative;
  aspect-ratio: 1 / 1;
}
.faqList__icon::before {
  content: "";
  background-color: #fff;
  border-radius: 6.25rem;
  width: .625rem;
  height: .125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.faqList__icon::after {
  content: "";
  background-color: #fff;
  border-radius: 6.25rem;
  height: .625rem;
  width: .125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform .3s;
}

.js-accordItem.open .faqList__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq__item {
  list-style: none;
  border-radius: .375rem;
  min-width: 0;
}
.faq__answer {
  padding: 1.25rem 2rem 1.5rem 8rem;
  border-bottom: .0625rem solid #C8CFD5;
  position: relative;
}
.faq__answer::before {
  content: "A.";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 1.7rem;
  left: 5.8rem;
}
.faq__answer a {
  color: var(--color-brand-blue);
  text-decoration: underline;
}
.faq__answer a:visited {
  color: #551A8B;
}
.faq__answer a:active {
  color: #FF0000;
}
.faq__answer dl {
  display: grid;
  grid-template-columns: 9.625rem 1fr;
  padding-left: 1em;
}
.faq__feature {
  position: relative;
  margin-top: 1.5rem;
  min-height: 2rem;
  
  p {
    font-size: .875rem;
    font-weight: 600;
    background-color: #F7F7F7;
    padding-right: 1rem;
    width: fit-content;
    z-index: 2;
    position: relative;
  }
}
.faq__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  position: relative;
  overflow-wrap: break-word;
}
.faq__feature::after {
  content: "";
  background-color: #E7E7E7;
  width: 100%;
  height: .0625rem;
  position: absolute;
  left: 0;
  top: .7rem;
  z-index: 1;
}
.faq__list {
  padding-left: 1.5rem;
  line-height: 2;
  position: relative;
}
.faq__list::before {
  content: "";
  background-color: Black;
  width: .25rem;
  height: .25rem;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: absolute;
  left: .5rem;
  top: 50%;
  transform: translateY(-50%);
}

.faq__button {
  margin-inline: auto;
  margin-top: 1.75rem;
  width: 12.5rem;
  height: 3.125rem;
}

@media screen and (max-width: 767px) {
  .faq {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
  .faqList__head {
    padding: 1rem;
    gap: 0.5rem;
  }
  .service__lists {
    margin-top: 2.5rem;
    gap: 1rem;
  }
  .faqList__question {
    gap: 0.5rem;
  }
  .faqList__question-title {
    line-height: 1.8;
  }
  .faqList__question-title.q {
    width: 2rem;
    flex: 0 1 2rem;
  }
  .faqList__question-text {
    line-height: 1.8;
  }
  .faq__answer {
    padding: 1.5rem 1rem 1rem 3rem;
  }
  .faq__answer::before {
    top: 1.8rem;
    left: 1.3rem;
  }
  .faq__text {
    line-height: 1.8;
  }
  .faq__button {
    margin-top: 2.5rem;
    width: 15rem;
  }
}
/* ========================= */
/* membership */
/* ========================= */
.membership {
	border-radius: 12px;
	padding: 1rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	background: var(--color-accent-red);
	max-width: 53rem;
	margin: 5rem auto 0;
	position: relative;
}

.membership::after {
	content: "";
	background-image: url(/assets/images/common/icon-membership-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	right: 1rem;
	bottom: 1rem;
}

.membership__text {
	font-size: clamp(1rem, 0.824rem + 0.75vw, 1.5rem);
	font-weight: 500;
	color: var(--color-white);
	text-align: center;
}

@media screen and (max-width:767px) {
	.membership {
		grid-template-columns: 1fr;
	}

	.membership::after {
		width: 2rem;
		height: 2rem;
	}

  .membership__img {
    text-align: center;
  }

	.membership__text {
		padding-block: 1rem 0;
	}
}

/* ==================== */
/* サプライ品　リスト */
/* ==================== */
.supplyCards {
  display: grid;
  align-items: stretch;
  justify-content: flex-start;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
  width: 100%;
  margin-top: 2.5rem;
}
.supplyCard {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  gap: 1.25rem;
  width: 100%;
  padding: 2rem;
  border-radius: 8px;
  background-color: var(--color-white);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
}
.supplyCard__media {
  width: 10.5rem;
  height: 10.5rem;
  border: 1px solid #F4F4F3;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin-inline: auto;
  img {
    max-width: calc(100% - 0.75rem);
    max-height: calc(100% - 0.75rem);
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.supplyCard__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
}
.supplyCard__name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--color-black);
  margin-bottom: auto;
}
.supplyCard__specs {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0.5rem 0.25rem 0.5rem 1rem;
  border-radius: 8px;
  background-color: rgb(246 246 246 / 0.96);
  width: 100%;
}
.supplyCard__spec {
  display: grid;
  grid-template-columns: 4.3125rem auto;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 2.0625rem;
  row-gap: 0rem;
  min-width: 0;
}
.supplyCard__spec-label {
  display: block;
  min-width: 4.3125rem;
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--color-black);
  position: relative;
}
.supplyCard__spec-label::after {
  content: "";
  background-color: #C8CFD5;
  width: 1px;
  height: .75rem;
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
}
.supplyCard__spec-value {
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--color-black);
	word-break: break-all;
}	
.supplyCard__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  row-gap: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 500;
}
.supplyCard__price-main {
  display: flex;
  align-items: baseline;
  gap: 0.125rem;
  color: var(--color-brand-blue);
}
.supplyCard__price-amount {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5;
}
.supplyCard__price-tax {
  display: block;
  font-size: 0.875rem;
  line-height: 1;
}
.supplyCard__price-note {
  font-size: 0.875rem;
  color: var(--color-black);
  font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1240px) {
  .supplyCards {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .supplyCards {
    grid-template-columns: 1fr;
  }
  .supplyCard {
    padding: 1rem;
    gap: 1rem;
  }
  .supplyCard__name {
    font-size: 1rem;
  }
  .supplyCard__body {
    gap: 1rem;
  }
  .supplyCard__spec {
    gap: 1rem;
  }
  .supplyCard__spec-label {
    font-size: .75rem;
  }
  .supplyCard__price-amount {
    font-size: 1rem;
  }
  .supplyCard__spec-label::after {
    right: 0;
  }
}

/* ==================== */
/* features */
/* ==================== */
.featuresList {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	margin-top: 5rem;
}

.featuresList__item {
	border-radius: 12px;
	background: var(--color-panel);
	display: grid;
	grid-template-columns: 16.42% auto;
	align-items: center;
	gap: 1.5rem;
	padding: 1.875rem 2.5rem;
}

.featuresList__title {
	font-size: clamp(1rem, 0.912rem + 0.38vw, 1.25rem);
	font-weight: 400;
  line-height: 1.7;
}

.featuresList__title sup {
	font-size: clamp(0.625rem, 0.581rem + 0.19vw, 0.75rem);
}

.featuresList__text {
	font-size: clamp(0.875rem, 0.706rem + 0.19vw, 0.875rem);
	margin-top: .75rem;
}

@media screen and (max-width:900px) {
  .featuresList__item {
    gap: 1rem;
    padding: 0.9rem 1.2rem;
  }
}

@media screen and (max-width:767px) {
  .featuresList {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 2.5rem;
  }

  .featuresList__item {
    margin-inline: auto;
    max-width: 31.25rem;
    padding: 1rem;
    width: 100%;
  }
}

/* ==================== */
/* relatedLinks */
/* ==================== */
.relatedLinks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-block: 6.25rem 5.5rem;
}

.relatedLinks__item {
  padding-block: 2.3rem;
}

.relatedLinks__item:nth-of-type(1) {
  border-right: 1px solid var(--color-gray);
}

.relatedLinks__title {
  color: var(--color-gray);
  font-size: clamp(2rem, 1.296rem + 3vw, 4rem);
  font-weight: 100;
  line-height: 1;
  text-align: center;
}

.relatedLinks__btn {
  margin: 2.2rem auto 0;
  width: 15rem;
}

@media screen and (max-width:767px) {
  .relatedLinks {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .relatedLinks__item:nth-of-type(1) {
    border-bottom: 1px solid var(--color-gray);
    border-right: none;
  }
}

/* specificattions__lists */
.specificattions__lists {
  display: grid;
  align-items: stretch;
  grid-template-columns: 31.25% auto;
  border: 1px solid #C8CFD5;
  border-radius: 12px;
  margin-top: 5rem;
	overflow: hidden;

  dt {
    display: grid;
    align-items: center;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.2;
    padding: .25rem .9688rem;
    border-right: 1px solid #C8CFD5;
    min-height: 2.875rem;
  }
  dd {
    display: grid;
    align-items: center;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.2;
    padding: .25rem .9688rem;
    min-height: 2.875rem;
  }
  dt:not(:last-of-type),
  dd:not(:last-of-type) {
    border-bottom: 1px solid #C8CFD5;
  }
  dt:nth-of-type(2n),
  dd:nth-of-type(2n) {
    background-color: #F3F9FD;
  }
  .text-bold {
    font-weight: 700;
  }
}
@media screen and (max-width:767px) {
  .specificattions__contents {
    overflow-x: scroll;
    padding-bottom: 1rem;
  }
  .specificattions__contents::-webkit-scrollbar {
    height: 8px;
  }
  .specificattions__contents::-webkit-scrollbar-track {
    background: var(--color-gray);
    border-radius: 100px;
  }
  .specificattions__contents::-webkit-scrollbar-thumb {
    background: var(--color-brand-blue);
    border-radius: 100px;
  }
  .specificattions__lists {
    grid-template-columns: auto auto;
    min-width: 50rem;
    dt {
      white-space: nowrap;
    }
  }
}

/* =========================== */
/* voice, news article-common */
/* =========================== */
.voice__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.voice-head__right {
  font-size: 1.125rem;
  text-align: right;
  flex: 0 1 100px;
}
.voice__categories {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.voice__categories li {
  height: fit-content;
}
.voiceCategory {
  color: inherit;
  display: block;
  border: 1px solid #C8CFD5;
  border-radius: 200px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
  padding: .4063rem 1rem .4063rem;
  width: fit-content;
  height: fit-content;
  transition: background-color 0.3s, color 0.3s;
}
.voiceCategory.is-active {
  color: var(--color-white);
  background-color: var(--color-brand-blue);
  border-color: var(--color-brand-blue);
}
@media (hover:hover) {
  button.voiceCategory:hover {
    color: var(--color-white);
    background-color: var(--color-brand-blue);
    border-color: var(--color-brand-blue);
  }
}
button.voiceCategory:focus-visible {
  color: var(--color-white);
  background-color: var(--color-brand-blue);
  border-color: var(--color-brand-blue);
}

/* JS関連 */
.no-article__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 2.5rem;
}

.js-voice__button-more {
  opacity: 1;
  transition: opacity 2s;
}
.js-voiceArticles-hidden.is-active + .js-voice__button-more {
  opacity: 0;
  pointer-events: none;
}

.js-voiceTab__content {
  display: none;
}
.js-voiceTab__content.is-active {
  display: block;
  animation: fadeIn 0.5s forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  .voice__head {
    display: block;
  }
  .voice-head__right {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

/* ダウンロード　テーブル */
.download__table {
  overflow-x: auto;
  
  table {
    min-width: 47.5rem;
    width: 100%;
    border: 1px solid #C8CFD5;
    border-radius: 12px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
  }
  tr:not(:last-of-type) {
    border-bottom: 1px solid #C8CFD5;
  }
  tr:nth-of-type(2n),
  tr:nth-of-type(2n) {
    background-color: #F3F9FD;
  }
  th,td {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.2;
    padding: .9063rem 1rem;
    text-align: left;
  }
  /* 1列目 */
  tr > th:nth-child(1),
  tr > td:nth-child(1) {
    border-right: 1px solid #ccc;
  }
  /* 2列目 */
  tr > th:nth-child(2),
  tr > td:nth-child(2) {
    border-right: 1px solid #ccc;
  }
  .fw-700 {
    font-weight: 700;
  }
}
#accordBody--3 .download__table tr > th:nth-child(3),
#accordBody--3 .download__table tr > td:nth-child(3) {
  border-right: 1px solid #ccc;
}
.download__link {
  position: relative;
}
.download__link::after {
  content: "";
  background: url(/assets/images/common/icon-link--blue.svg) no-repeat center center / contain;
  width: .75rem;
  aspect-ratio: 1 / 1;
  display: inline-block;
  margin-left: .625rem;
}

.download__table::-webkit-scrollbar {
  height: 8px;
}
.download__table::-webkit-scrollbar-track {
  background: var(--color-gray);
  border-radius: 100px;
}
.download__table::-webkit-scrollbar-thumb {
  background: var(--color-brand-blue);
  border-radius: 100px;
}
.accordions__attention {
  .flex {
    display: flex;
    align-items: flex-start;
    gap: 0rem;
  }
}
@media screen and (max-width: 1000px) {
  .download__table {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
}