@charset "UTF-8";
/**
 * Ictus Laboratory - Main Stylesheet
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
/**
 * Variables
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
/**
 * Ictus Laboratory - Main Stylesheet
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
/**
 * Mixins
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
/**
 * Ictus Laboratory - Main Stylesheet
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
/**
 * CSS Reset
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
:root {
  --content-width: 81.25vw; /* 1560/1920 */
  --side-margin: 9.375vw; /* 180/1920 */
  --hero-width: 90.625vw; /* 1740/1920 */
  --hero-title-offset: -4.3vw; /* -60px/1920 ≈ -3.125vw, 調整値 */
}

@media (max-width: 768px) {
  :root {
    --side-margin: 14.55vw; /* 64/440 */
    --hero-width: 85.45vw; /* 376/440 */
    --hero-title-offset: -8.18vw; /* -36/440 */
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body {
  font-family: aktiv-grotesk, "ryo-gothic-plusn", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #1a1a1a;
  background-color: #ffffff;
  overflow-x: hidden;
  padding-top: 80px;
}
@media (max-width: 768px) {
  body {
    padding-top: 60px;
  }
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: aktiv-grotesk, "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  background-color: #ffffff;
  padding: 8px 16px;
}

.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 300;
  padding: 8px 16px;
  background-color: #ffffff;
  color: #1a1a1a;
  border: 2px solid #1a1a1a;
  border-radius: 4px;
}

/**
 * Ictus Laboratory - Main Stylesheet
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
/**
 * Typography
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
h1 {
  font-size: 2.25rem;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  h1 {
    font-size: 1.875rem;
  }
}

h2 {
  font-size: 1.875rem;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  h4 {
    font-size: 1.125rem;
  }
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

small {
  font-size: 0.875rem;
}

a {
  transition: color 300ms ease, opacity 300ms ease;
}
a:hover {
  opacity: 0.7;
}

.entry-content ul,
.entry-content ol {
  margin-bottom: 16px;
  padding-left: 32px;
}
.entry-content ul {
  list-style-type: disc;
}
.entry-content ol {
  list-style-type: decimal;
}
.entry-content li {
  margin-bottom: 4px;
}

blockquote {
  margin: 24px 0;
  padding: 16px 24px;
  border-left: 4px solid #c9a96e;
  background-color: #f5f5f5;
  font-style: italic;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote cite {
  display: block;
  margin-top: 8px;
  font-size: 0.875rem;
  font-style: normal;
  color: #666666;
}

code,
pre {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.875rem;
}

code {
  padding: 2px 6px;
  background-color: #f5f5f5;
  border-radius: 4px;
}

pre {
  margin: 16px 0;
  padding: 16px;
  background-color: #1a1a1a;
  color: #ffffff;
  border-radius: 8px;
  overflow-x: auto;
}
pre code {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

/**
 * Ictus Laboratory - Main Stylesheet
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
/**
 * Base Styles
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-main {
  flex: 1;
}

.container {
  width: var(--content-width);
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .container {
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.section {
  padding: 96px 0;
}
@media (max-width: 768px) {
  .section {
    padding: 64px 0;
  }
}
.section__title {
  margin-bottom: 48px;
  text-align: center;
  font-size: 1.5rem;
  color: #666666;
}
@media (max-width: 768px) {
  .section__title {
    margin-bottom: 32px;
    font-size: 1.25rem;
  }
}
.section__more {
  margin-top: 48px;
  text-align: center;
}

.entry-content {
  max-width: 800px;
  margin: 0 auto;
}
.entry-content > * + * {
  margin-top: 16px;
}
.entry-content img {
  border-radius: 8px;
}

.entry-header {
  margin-bottom: 32px;
  text-align: center;
}

.entry-title {
  margin-bottom: 16px;
}

.entry-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #666666;
  font-size: 0.875rem;
}

.entry-thumbnail {
  margin-bottom: 32px;
}
.entry-thumbnail img {
  width: 100%;
  border-radius: 12px;
}

.entry-footer {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #eeeeee;
}

.entry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  padding: 4px 8px;
  font-size: 0.875rem;
  background-color: #f5f5f5;
  border-radius: 4px;
  transition: background-color 300ms ease;
}
.tag:hover {
  background-color: #eeeeee;
  opacity: 1;
}

/**
 * Ictus Laboratory - Main Stylesheet
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
/**
 * Layout
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
.grid {
  display: grid;
  gap: 24px;
}
.grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .grid--2 {
    grid-template-columns: 1fr;
  }
}
.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
  .grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .grid--3 {
    grid-template-columns: 1fr;
  }
}
.grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 992px) {
  .grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .grid--4 {
    grid-template-columns: 1fr;
  }
}

.flex {
  display: flex;
}
.flex--center {
  align-items: center;
  justify-content: center;
}
.flex--between {
  align-items: center;
  justify-content: space-between;
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--column {
  flex-direction: column;
}
.flex--gap-sm {
  gap: 8px;
}
.flex--gap-md {
  gap: 16px;
}
.flex--gap-lg {
  gap: 24px;
}

.mt-0 {
  margin-top: 0;
}

.mt-sm {
  margin-top: 8px;
}

.mt-md {
  margin-top: 16px;
}

.mt-lg {
  margin-top: 24px;
}

.mt-xl {
  margin-top: 32px;
}

.mt-2xl {
  margin-top: 48px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-sm {
  margin-bottom: 8px;
}

.mb-md {
  margin-bottom: 16px;
}

.mb-lg {
  margin-bottom: 24px;
}

.mb-xl {
  margin-bottom: 32px;
}

.mb-2xl {
  margin-bottom: 48px;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-sm {
  font-size: 0.875rem;
}

.text-md {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-muted {
  color: #666666;
}

/**
 * Ictus Laboratory - Main Stylesheet
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
/**
 * Buttons
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 24px;
  font-family: aktiv-grotesk, "ryo-gothic-plusn", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 300ms ease, border-color 300ms ease, color 300ms ease;
}
.btn:focus {
  outline: 2px solid #c9a96e;
  outline-offset: 2px;
}
.btn:focus:not(:focus-visible) {
  outline: none;
}
.btn:focus-visible {
  outline: 2px solid #c9a96e;
  outline-offset: 2px;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn--primary {
  background-color: #1a1a1a;
  color: #ffffff;
  border-color: #1a1a1a;
}
.btn--primary:hover {
  background-color: rgb(51.5, 51.5, 51.5);
  opacity: 1;
}
.btn--outline {
  background-color: transparent;
  color: #1a1a1a;
  border-color: #1a1a1a;
}
.btn--outline:hover {
  background-color: #1a1a1a;
  color: #ffffff;
  opacity: 1;
}
.btn--ghost {
  background-color: transparent;
  color: #1a1a1a;
  border-color: transparent;
}
.btn--ghost:hover {
  background-color: #f5f5f5;
  opacity: 1;
}
.btn--small {
  padding: 4px 16px;
  font-size: 0.75rem;
}
.btn--large {
  padding: 16px 32px;
  font-size: 1rem;
}
.btn--full {
  width: 100%;
}
.btn--header {
  padding: 8px 16px;
  font-size: 0.75rem;
  border-radius: 9999px;
}
.btn__arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 4px;
}

.cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 576px) {
  .cta-buttons {
    flex-direction: column;
    width: 100%;
  }
  .cta-buttons .btn {
    width: 100%;
  }
}

.more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: #666666;
  transition: color 300ms ease;
}
.more-link:hover {
  color: #1a1a1a;
  opacity: 1;
}
.more-link__arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
}

/**
 * Ictus Laboratory - Main Stylesheet
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
/**
 * Cards
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
.article-card {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 300ms ease, transform 300ms ease;
  border: 1px solid #eeeeee;
}
.article-card__link {
  display: block;
  height: 100%;
  transition: box-shadow 300ms ease, transform 300ms ease;
}
.article-card__link:hover {
  opacity: 1;
}
.article-card__thumbnail {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.article-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-card__thumbnail--placeholder {
  background-color: #eeeeee;
}
.article-card__content {
  padding: 16px;
}
.article-card__title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.article-card__meta {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: #8e97aa;
}
.article-card__date {
  white-space: nowrap;
}
.article-card__separator {
  margin: 0 4px;
}
.article-card__category {
  white-space: nowrap;
}
.article-card.category--news .article-card__thumbnail--placeholder {
  background-color: #e8e8e8;
}
.article-card.category--column .article-card__thumbnail--placeholder {
  background-color: #e8f4f8;
}
.article-card.category--knowledge .article-card__thumbnail--placeholder {
  background-color: #fdf2e9;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .articles-grid {
    grid-template-columns: 1fr;
  }
}

.service-card {
  position: relative;
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}
.service-card__number {
  display: block;
  font-size: 1.875rem;
  font-weight: 700;
  color: #dddddd;
  margin-bottom: 16px;
}
.service-card__category {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.service-card__name {
  font-size: 0.875rem;
  color: #666666;
  margin-bottom: 16px;
}
.service-card__description {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #444444;
}
.service-card__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 4px 8px;
  font-size: 0.75rem;
  color: #ffffff;
  background-color: #8e97aa;
  border-radius: 4px;
}
.service-card--coming_soon {
  opacity: 0.7;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

/**
 * Ictus Laboratory - Main Stylesheet
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
/**
 * Forms
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
.form-group {
  margin-bottom: 24px;
}

.form-label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #444444;
}
.form-label .required {
  color: #dc3545;
  margin-left: 4px;
}

.form-input,
.form-textarea,
.form-select {
  width: 100%;
  padding: 8px 16px;
  font-size: 1rem;
  color: #1a1a1a;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: border-color 300ms ease, box-shadow 300ms ease;
}
.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  outline: 2px solid #c9a96e;
  outline-offset: 2px;
}
.form-input:focus:not(:focus-visible),
.form-textarea:focus:not(:focus-visible),
.form-select:focus:not(:focus-visible) {
  outline: none;
}
.form-input:focus-visible,
.form-textarea:focus-visible,
.form-select:focus-visible {
  outline: 2px solid #c9a96e;
  outline-offset: 2px;
}
.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  border-color: #c9a96e;
}
.form-input::placeholder,
.form-textarea::placeholder,
.form-select::placeholder {
  color: #cccccc;
}
.form-input:disabled,
.form-textarea:disabled,
.form-select:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.form-input--error,
.form-textarea--error,
.form-select--error {
  border-color: #dc3545;
}

.form-textarea {
  min-height: 150px;
  resize: vertical;
}

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 48px;
}

.form-checkbox,
.form-radio {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}
.form-checkbox input,
.form-radio input {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  cursor: pointer;
}
.form-checkbox span,
.form-radio span {
  font-size: 0.875rem;
  line-height: 1.75;
}

.form-error {
  margin-top: 4px;
  font-size: 0.875rem;
  color: #dc3545;
}

.search-form {
  display: flex;
  gap: 8px;
}
.search-form .search-field {
  flex: 1;
  width: 100%;
  padding: 8px 16px;
  font-size: 1rem;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.search-form .search-submit {
  padding: 8px 16px;
  background-color: #1a1a1a;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.contact-content__intro {
  font-size: 16px;
  line-height: 2;
  color: #1a1a1a;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .contact-content__intro {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
.contact-content__intro br {
  display: none;
}
.contact-content__intro .required-note {
  color: #297BC0;
}

.contact-form {
  max-width: 960px;
}
.contact-form .wpcf7-form p {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .contact-form .wpcf7-form p {
    flex-direction: column;
    gap: 4px;
    margin-bottom: 16px;
  }
}
.contact-form .wpcf7-form p br {
  display: none;
}
.contact-form .wpcf7-form p > label {
  width: 240px;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  padding-top: 8px;
}
@media (max-width: 768px) {
  .contact-form .wpcf7-form p > label {
    width: 100%;
    padding-top: 0;
  }
}
.contact-form .wpcf7-form p > label br {
  display: none;
}
.contact-form .required {
  color: #297BC0;
  margin-left: 4px;
}
.contact-form .wpcf7-form-control-wrap {
  flex: 1;
  width: 100%;
}
.contact-form .wpcf7 input[type=text],
.contact-form .wpcf7 input[type=email],
.contact-form .wpcf7 input[type=tel],
.contact-form .wpcf7 input[type=url],
.contact-form .wpcf7 input[type=number] {
  width: 100%;
  max-width: 400px;
  padding: 12px 16px;
  font-size: 16px;
  color: #1a1a1a;
  background: #ffffff;
  border: 1px solid #C7CEDA;
  border-radius: 0;
  outline: none;
  transition: border-color 300ms ease;
}
.contact-form .wpcf7 input[type=text]:focus,
.contact-form .wpcf7 input[type=email]:focus,
.contact-form .wpcf7 input[type=tel]:focus,
.contact-form .wpcf7 input[type=url]:focus,
.contact-form .wpcf7 input[type=number]:focus {
  border-color: #1a1a1a;
}
.contact-form .wpcf7 input[type=text]::placeholder,
.contact-form .wpcf7 input[type=email]::placeholder,
.contact-form .wpcf7 input[type=tel]::placeholder,
.contact-form .wpcf7 input[type=url]::placeholder,
.contact-form .wpcf7 input[type=number]::placeholder {
  color: #C7CEDA;
}
@media (max-width: 768px) {
  .contact-form .wpcf7 input[type=text],
  .contact-form .wpcf7 input[type=email],
  .contact-form .wpcf7 input[type=tel],
  .contact-form .wpcf7 input[type=url],
  .contact-form .wpcf7 input[type=number] {
    max-width: 100%;
    font-size: 16px;
  }
}
.contact-form .wpcf7 textarea {
  width: 100%;
  min-height: 200px;
  padding: 16px;
  font-size: 16px;
  color: #1a1a1a;
  background: #ffffff;
  border: 1px solid #C7CEDA;
  border-radius: 0;
  resize: vertical;
  outline: none;
  transition: border-color 300ms ease;
}
.contact-form .wpcf7 textarea:focus {
  border-color: #1a1a1a;
}
.contact-form .wpcf7 textarea::placeholder {
  color: #C7CEDA;
}
.contact-form .wpcf7 select {
  width: 100%;
  max-width: 400px;
  padding: 12px 40px 12px 16px;
  font-size: 16px;
  color: #1a1a1a;
  background: #ffffff url("../images/common/arrow.svg") no-repeat right 16px center;
  border: 1px solid #C7CEDA;
  border-radius: 0;
  appearance: none;
  cursor: pointer;
  outline: none;
}
.contact-form .wpcf7 select:focus {
  border-color: #1a1a1a;
}
@media (max-width: 768px) {
  .contact-form .wpcf7 select {
    max-width: 100%;
  }
}
.contact-form .wpcf7-checkbox,
.contact-form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
}
.contact-form .wpcf7-checkbox .wpcf7-list-item,
.contact-form .wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.contact-form .wpcf7-checkbox .wpcf7-list-item input,
.contact-form .wpcf7-radio .wpcf7-list-item input {
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
}
.contact-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.contact-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 16px;
  color: #1a1a1a;
  cursor: pointer;
}
.contact-form .privacy-check br {
  display: none;
}
.contact-form .privacy-check .wpcf7-list-item {
  margin: 0;
}
.contact-form .privacy-check input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  cursor: pointer;
}
.contact-form .privacy-check a {
  color: #297BC0;
  text-decoration: underline;
}
.contact-form .privacy-check a:hover {
  opacity: 0.7;
}
.contact-form .wpcf7-form p:has(input[type=submit]) {
  margin-top: clamp(40px, 3.13vw, 60px);
  justify-content: flex-start;
}
.contact-form .wpcf7 input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: #1a1a1a;
  border: none;
  cursor: pointer;
  transition: opacity 300ms ease, background-color 300ms ease;
}
.contact-form .wpcf7 input[type=submit]:hover {
  opacity: 0.7;
}
.contact-form .wpcf7 input[type=submit]:disabled {
  cursor: not-allowed;
}
.contact-form .wpcf7 input[type=submit].is-loading {
  opacity: 0.7;
}
.contact-form .wpcf7 input[type=submit].is-success {
  background-color: #297BC0;
  opacity: 1;
}
@media (max-width: 768px) {
  .contact-form .wpcf7 input[type=submit] {
    width: 100%;
  }
}
.contact-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #297BC0;
}
.contact-form .wpcf7-spinner {
  margin-left: 16px;
}
.contact-form .wpcf7-response-output {
  margin: 2em 0 !important;
  padding: 0.2em 0 !important;
  border: none !important;
}
.contact-form .wpcf7-mail-sent-ok {
  background-color: #E8F5E9;
  color: #2E7D32;
}
.contact-form .wpcf7-validation-errors,
.contact-form .wpcf7-mail-sent-ng {
  background-color: #FFEBEE;
  color: #C62828;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-notice {
  font-size: 12px;
  color: #666;
  margin-top: 16px;
}
.recaptcha-notice a {
  color: #666;
  text-decoration: underline;
}
.recaptcha-notice a:hover {
  opacity: 0.7;
}

/**
 * Ictus Laboratory - Main Stylesheet
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
/**
 * Navigation
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 16px 0;
  font-size: 0.875rem;
  color: #666666;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumb__item::after {
  content: "/";
  color: #cccccc;
}
.breadcrumb__item:last-child::after {
  content: none;
}
.breadcrumb__link {
  transition: color 300ms ease;
}
.breadcrumb__link:hover {
  color: #1a1a1a;
  opacity: 1;
}
.breadcrumb__current {
  color: #1a1a1a;
}

.post-navigation {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #eeeeee;
}
.post-navigation .nav-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 576px) {
  .post-navigation .nav-links {
    grid-template-columns: 1fr;
  }
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: block;
  padding: 16px;
  background-color: #f5f5f5;
  border-radius: 8px;
  transition: background-color 300ms ease;
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background-color: #eeeeee;
  opacity: 1;
}
.post-navigation .nav-next {
  text-align: right;
}
.post-navigation .meta-nav {
  display: block;
  font-size: 0.75rem;
  color: #666666;
  margin-bottom: 4px;
}
.post-navigation .post-title {
  font-size: 0.875rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/**
 * Ictus Laboratory - Main Stylesheet
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
/**
 * Entry Content - 記事本文共通スタイル
 *
 * 記事詳細ページ、固定ページなどで再利用する本文スタイル
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
.entry-content,
.single-main__content {
  font-size: 16px;
  line-height: 2;
  color: #1a1a1a;
}
@media (max-width: 768px) {
  .entry-content,
  .single-main__content {
    font-size: 15px;
    line-height: 1.9;
  }
}
.entry-content > * + *,
.single-main__content > * + * {
  margin-top: 1.5em;
}
.entry-content h2,
.single-main__content h2 {
  font-size: clamp(20px, 1.46vw, 28px);
  font-weight: 500;
  line-height: 1.5;
  margin-top: 3em;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .entry-content h2,
  .single-main__content h2 {
    font-size: 20px;
  }
}
.entry-content h3,
.single-main__content h3 {
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 500;
  line-height: 1.5;
  margin-top: 2.5em;
  margin-bottom: 0.8em;
}
@media (max-width: 768px) {
  .entry-content h3,
  .single-main__content h3 {
    font-size: 18px;
  }
}
.entry-content h4,
.single-main__content h4 {
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 500;
  line-height: 1.5;
  margin-top: 2em;
  margin-bottom: 0.6em;
}
@media (max-width: 768px) {
  .entry-content h4,
  .single-main__content h4 {
    font-size: 16px;
  }
}
.entry-content h5,
.single-main__content h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.entry-content ul,
.entry-content ol,
.single-main__content ul,
.single-main__content ol {
  padding-left: 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.entry-content ul li,
.entry-content ol li,
.single-main__content ul li,
.single-main__content ol li {
  margin-bottom: 0.5em;
  line-height: 1.8;
}
.entry-content ul li:last-child,
.entry-content ol li:last-child,
.single-main__content ul li:last-child,
.single-main__content ol li:last-child {
  margin-bottom: 0;
}
.entry-content ul,
.single-main__content ul {
  list-style-type: disc;
}
.entry-content ul ul,
.single-main__content ul ul {
  list-style-type: circle;
}
.entry-content ol,
.single-main__content ol {
  list-style-type: decimal;
}
.entry-content blockquote,
.single-main__content blockquote {
  margin: 2em 0;
  padding: 1.5em 2em;
  background-color: #F3F5F8;
  border-left: 4px solid #C7CEDA;
  font-style: normal;
}
.entry-content blockquote p,
.single-main__content blockquote p {
  margin: 0;
}
.entry-content blockquote p + p,
.single-main__content blockquote p + p {
  margin-top: 1em;
}
.entry-content blockquote cite,
.single-main__content blockquote cite {
  display: block;
  margin-top: 1em;
  font-size: 14px;
  color: #8e97aa;
}
.entry-content blockquote cite::before,
.single-main__content blockquote cite::before {
  content: "— ";
}
.entry-content img,
.single-main__content img {
  max-width: 100%;
  height: auto;
}
.entry-content figure,
.single-main__content figure {
  margin: 2em 0;
}
.entry-content figure img,
.single-main__content figure img {
  width: 100%;
}
.entry-content figure figcaption,
.single-main__content figure figcaption {
  margin-top: 0.5em;
  font-size: 14px;
  color: #8e97aa;
  text-align: center;
}
.entry-content a,
.single-main__content a {
  color: #297BC0;
  text-decoration: underline;
}
.entry-content a:hover,
.single-main__content a:hover {
  opacity: 0.7;
}
.entry-content code,
.single-main__content code {
  padding: 0.2em 0.4em;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.9em;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.entry-content pre,
.single-main__content pre {
  margin: 2em 0;
  padding: 1.5em;
  background-color: #1a1a1a;
  color: #ffffff;
  border-radius: 8px;
  overflow-x: auto;
}
.entry-content pre code,
.single-main__content pre code {
  padding: 0;
  background-color: transparent;
  color: inherit;
}
.entry-content table,
.single-main__content table {
  width: 100%;
  margin: 2em 0;
  border-collapse: collapse;
}
.entry-content table th,
.entry-content table td,
.single-main__content table th,
.single-main__content table td {
  padding: 0.75em 1em;
  border: 1px solid #dddddd;
  text-align: left;
}
.entry-content table th,
.single-main__content table th {
  background-color: #f5f5f5;
  font-weight: 500;
}
.entry-content hr,
.single-main__content hr {
  margin: 3em 0;
  border: none;
  border-top: 1px solid #dddddd;
}
.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.single-main__content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  text-align: left;
  text-shadow: 0 0 1.5px #00131C;
}
.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption)::before,
.single-main__content .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption)::before {
  mask-image: linear-gradient(0deg, #00131C 20%, rgba(0, 0, 0, 0));
}
.entry-content .wp-block-button__link,
.single-main__content .wp-block-button__link {
  border-radius: 0;
  background-color: #00131C;
}

.page-content > .container > .entry-content {
  max-width: 960px;
  margin-left: 0;
  margin-right: auto;
}

.ictus-values-link {
  margin-top: 3em;
  padding-top: 2em;
  border-top: 1px solid #dddddd;
}
.ictus-values-link a {
  color: #297BC0;
  text-decoration: underline;
}
.ictus-values-link a:hover {
  opacity: 0.7;
}

/**
 * Ictus Laboratory - Main Stylesheet
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
/**
 * Header
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  background-color: #ffffff;
}
.site-header__inner {
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  gap: 40px;
}
@media (max-width: 768px) {
  .site-header__inner {
    padding: 0 0 0 24px;
    height: 60px;
  }
}
.site-header__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-header__logo-link {
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-header__logo-img {
  height: 28px;
  width: auto;
}
@media (max-width: 768px) {
  .site-header__logo-img {
    height: 24px;
  }
}
.site-header__logo-text {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #000000;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .site-header__logo-text {
    display: none;
  }
}
.site-header__menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
}
@media (max-width: 768px) {
  .site-header__menu-toggle {
    display: flex;
    order: 3;
    width: 60px;
    height: 60px;
  }
}
.site-header__menu-toggle-bar {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #000000;
  margin: 3px 0;
  transition: transform 300ms ease, opacity 300ms ease;
}
.site-header__nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .site-header__nav {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 24px;
    background-color: #ffffff;
    transform: translateX(100%);
    transition: transform 300ms ease;
    overflow-y: auto;
  }
  .site-header__nav.is-open {
    transform: translateX(0);
  }
}
.site-header__menu {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (max-width: 992px) {
  .site-header__menu {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .site-header__menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .site-header__menu li {
    border-bottom: 1px solid #eeeeee;
  }
}
.site-header__menu a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.05em;
  transition: opacity 300ms ease;
}
@media (max-width: 768px) {
  .site-header__menu a {
    padding: 16px 0;
  }
}
.site-header__menu a:hover {
  opacity: 0.6;
}
.site-header__menu .current-menu-item a,
.site-header__menu .current-page-ancestor a {
  font-weight: 500;
}
.site-header__cta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .site-header__cta {
    display: none;
  }
}

.menu-open {
  overflow: hidden;
}
.menu-open .site-header__menu-toggle-bar:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.menu-open .site-header__menu-toggle-bar:nth-child(2) {
  opacity: 0;
}
.menu-open .site-header__menu-toggle-bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.menu-open .site-header__nav {
  transform: translateX(0);
}

.site-header__nav .site-header__cta-mobile {
  display: none;
}
@media (max-width: 768px) {
  .site-header__nav .site-header__cta-mobile {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #eeeeee;
  }
  .site-header__nav .site-header__cta-mobile .btn {
    width: 100%;
    justify-content: center;
  }
}

/**
 * Ictus Laboratory - Main Stylesheet
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
/**
 * Footer
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
.site-footer {
  background-color: #424648;
  color: #ffffff;
  padding: 80px 0 0;
}
@media (max-width: 768px) {
  .site-footer {
    padding: 60px 0 0;
  }
}
.site-footer__inner {
  margin-left: var(--side-margin);
  margin-right: var(--side-margin);
}
@media (max-width: 768px) {
  .site-footer__inner {
    margin-left: 24px;
    margin-right: 24px;
  }
}
.site-footer__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .site-footer__main {
    flex-direction: column;
    gap: 40px;
  }
}
.site-footer__logo {
  flex-shrink: 0;
}
.site-footer__logo img {
  height: 32px;
  width: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 8px;
}
.site-footer__logo-text {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #ffffff;
  opacity: 0.7;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .site-footer__logo-text {
    font-size: 16px;
  }
}
.site-footer__nav-group {
  display: flex;
  gap: 80px;
}
@media (max-width: 992px) {
  .site-footer__nav-group {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .site-footer__nav-group {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .site-footer__nav-group {
    flex-direction: column;
    gap: 32px;
  }
}
.site-footer__nav-section {
  min-width: 120px;
}
.site-footer__nav-title {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .site-footer__nav-title {
    font-size: 16px;
  }
}
.site-footer__menu li {
  margin-bottom: 8px;
}
.site-footer__menu a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  transition: color 300ms ease;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .site-footer__menu a {
    font-size: 16px;
  }
}
.site-footer__menu a:hover {
  color: #ffffff;
  opacity: 1;
}
.site-footer__menu .is-disabled {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.02em;
  cursor: default;
}
@media (max-width: 768px) {
  .site-footer__menu .is-disabled {
    font-size: 16px;
  }
}
.site-footer__menu--single a {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .site-footer__menu--single a {
    font-size: 16px;
  }
}
.site-footer__menu--single a:hover {
  opacity: 0.7;
}
.site-footer__bottom {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer__legal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}
@media (max-width: 768px) {
  .footer__legal {
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
  }
}

.footer__copyright {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .footer__copyright {
    font-size: 11px;
  }
}

.footer__legal-links {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .footer__legal-links {
    font-size: 11px;
  }
}
.footer__legal-links li {
  display: flex;
  align-items: center;
}
.footer__legal-links li:not(:last-child)::after {
  content: "｜";
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.3);
}
.footer__legal-links a {
  color: rgba(255, 255, 255, 0.5);
  transition: color 300ms ease;
}
.footer__legal-links a:hover {
  color: #ffffff;
}

/**
 * Ictus Laboratory - Main Stylesheet
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
/**
 * Front Page - Figmaデザイン準拠
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .hero {
    min-height: 70vh;
  }
}
.hero__video-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: var(--hero-width);
  max-width: 1740px;
  height: 100%;
}
@media (max-width: 768px) {
  .hero__video-wrapper {
    max-width: 376px;
  }
}
.hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__title {
  position: absolute;
  left: calc(var(--side-margin) + var(--hero-title-offset));
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: clamp(32px, 3.02vw, 58px);
  font-weight: 500;
  letter-spacing: 0.42vw;
  line-height: 1.4;
  color: #ffffff;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 32px;
    letter-spacing: 0.1em;
  }
}
.hero__title-accent {
  color: #8090a5;
}

.section {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
}
.section .container {
  width: var(--content-width);
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .section .container {
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.section__title {
  text-align: left;
  font-size: clamp(32px, 2.5vw, 48px);
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-bottom: clamp(40px, 4.17vw, 80px);
  color: #8090a5;
}
.section__more {
  margin-top: 60px;
  text-align: right;
}

.more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  transition: opacity 300ms ease;
}
.more-link:hover {
  opacity: 0.7;
}
.more-link__text {
  font-size: 16px;
}
.more-link__arrow {
  display: inline-block;
  width: 54px;
  height: 8px;
  position: relative;
}
.more-link__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.more-link__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.section--articles {
  background-color: #ffffff;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(40px, 4.17vw, 80px) clamp(20px, 2.08vw, 40px);
  width: 100%;
}
@media (max-width: 992px) {
  .articles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
  }
}
@media (max-width: 576px) {
  .articles-grid {
    grid-template-columns: 1fr;
    gap: 40px 20px;
  }
}

.article-card {
  grid-column: span 1;
  border-radius: 0;
  border: none;
}
.article-card:nth-child(6n+3), .article-card:nth-child(6n+4) {
  grid-column: span 2;
}
.article-card:nth-child(6n+3) .article-card__thumbnail, .article-card:nth-child(6n+4) .article-card__thumbnail {
  aspect-ratio: 760/360;
}
@media (max-width: 992px) {
  .article-card:nth-child(6n+3), .article-card:nth-child(6n+4) {
    grid-column: span 2;
  }
  .article-card:nth-child(6n+3) .article-card__thumbnail, .article-card:nth-child(6n+4) .article-card__thumbnail {
    aspect-ratio: 1/1;
  }
}
@media (max-width: 576px) {
  .article-card:nth-child(6n+3), .article-card:nth-child(6n+4) {
    grid-column: span 1;
  }
  .article-card:nth-child(6n+3) .article-card__thumbnail, .article-card:nth-child(6n+4) .article-card__thumbnail {
    aspect-ratio: 392/208;
  }
}
.article-card:hover {
  transform: none;
  box-shadow: none;
}
.article-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.article-card__link:hover {
  opacity: 1;
}
.article-card__thumbnail {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  .article-card__thumbnail {
    aspect-ratio: 392/208;
  }
}
.article-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-card__placeholder {
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
}
.article-card__content {
  padding: 0;
}
.article-card__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 8px;
  color: #000000;
}
.article-card__meta {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #8e97aa;
}
@media (max-width: 768px) {
  .article-card__meta {
    font-size: 16px;
  }
}
.article-card__date {
  font-family: aktiv-grotesk, "ryo-gothic-plusn", sans-serif;
}
.article-card__separator {
  margin: 0 8px;
}
.section--services {
  background-color: #ffffff;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.08vw, 40px);
  width: 100%;
}
@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

.service-card {
  position: relative;
  padding: clamp(24px, 2.08vw, 40px);
  min-height: clamp(280px, 18.75vw, 360px);
  display: flex;
  flex-direction: column;
  background-color: #c7ceda;
  color: #00131c;
  text-decoration: none;
  transition: opacity 300ms ease;
}
.service-card:hover {
  opacity: 0.85;
}
.service-card--disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.service-card--disabled:hover {
  opacity: 0.6;
}
.service-card:nth-child(6n+1) {
  background-color: #c7ceda;
  color: #00131c;
}
.service-card:nth-child(6n+4) {
  background-color: #c2b8cd;
  color: #00131c;
}
.service-card:nth-child(6n+6) {
  background-color: #c7ceda;
  color: #00131c;
}
.service-card:nth-child(6n+2) {
  background-color: #2e7cb6;
  color: #fff;
}
.service-card:nth-child(6n+2) .service-card__number {
  color: rgba(255, 255, 255, 0.15);
}
.service-card:nth-child(6n+3) {
  background-color: #8090a5;
  color: #fff;
}
.service-card:nth-child(6n+3) .service-card__number {
  color: rgba(255, 255, 255, 0.15);
}
.service-card:nth-child(6n+5) {
  background-color: #424648;
  color: #fff;
}
.service-card:nth-child(6n+5) .service-card__number {
  color: rgba(255, 255, 255, 0.15);
}
.service-card__number {
  font-family: aktiv-grotesk, "ryo-gothic-plusn", sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
  color: rgba(0, 0, 0, 0.08);
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .service-card__number {
    font-size: 48px;
  }
}
.service-card__icon {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 11px;
  color: inherit;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .service-card__icon {
    top: 20px;
    right: 20px;
    font-size: 16px;
  }
}
.service-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.service-card__category {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .service-card__category {
    font-size: 16px;
  }
}
.service-card__name {
  font-family: aktiv-grotesk, "ryo-gothic-plusn", sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  opacity: 0.6;
  line-height: 1.4;
  color: inherit;
}
@media (max-width: 768px) {
  .service-card__name {
    font-size: 16px;
  }
}
.service-card__description {
  font-size: 13px;
  line-height: 1.8;
  color: inherit;
}
@media (max-width: 768px) {
  .service-card__description {
    font-size: 16px;
  }
}
.service-card__status {
  margin-top: auto;
  padding-top: 16px;
  font-size: 12px;
  opacity: 0.5;
  text-align: right;
}
@media (max-width: 768px) {
  .service-card__status {
    font-size: 16px;
  }
}
.service-card__footer {
  margin-top: auto;
  padding-top: 24px;
  display: flex;
  justify-content: flex-end;
}
.service-card__arrow {
  display: inline-block;
  width: 54px;
  height: 8px;
  position: relative;
}
.service-card__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.service-card__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.section--about {
  background-color: #ffffff;
}

.company-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  .company-grid {
    grid-template-columns: 1fr;
  }
}

.company-image {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.company-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-image__placeholder {
  width: 100%;
  height: 100%;
  background-color: #c8bdd3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background-color: #dce0ea;
  border: 1px solid #dce0ea;
}

.company-philosophy__item {
  padding: 32px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .company-philosophy__item {
    padding: 24px;
  }
}
.company-philosophy__label {
  display: block;
  font-size: 12px;
  color: #8e97aa;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .company-philosophy__label {
    font-size: 16px;
  }
}
.company-philosophy__text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .company-philosophy__text {
    font-size: 16px;
  }
}

.company-research {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background-color: #f3f5f8;
  text-decoration: none;
  color: inherit;
  transition: opacity 300ms ease;
}
@media (max-width: 768px) {
  .company-research {
    padding: 6vw;
  }
}
.company-research:hover {
  opacity: 0.7;
}
.company-research__title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: center;
  margin: 0;
  color: inherit;
}
@media (max-width: 768px) {
  .company-research__title {
    font-size: 16px;
  }
}

.section--cta {
  background-color: #ffffff;
}
.section--cta .section__inner {
  padding-top: 0;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .section--cta .section__inner {
    padding-bottom: 60px;
  }
}

.cta-large {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.08vw, 40px);
}
@media (max-width: 768px) {
  .cta-large {
    grid-template-columns: 1fr;
  }
}
.cta-large--single {
  grid-template-columns: 1fr;
  max-width: 760px;
  margin: 0 auto;
}
.cta-large__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  text-decoration: none;
  transition: opacity 300ms ease, background-color 300ms ease;
}
@media (max-width: 768px) {
  .cta-large__button {
    height: 80px;
  }
}
.cta-large__button:hover {
  opacity: 0.85;
}
.cta-large__button--outline {
  background-color: #ffffff;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
}
.cta-large__button--filled {
  background-color: #1a1a1a;
  color: #ffffff;
}
.cta-large__text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.14em;
}
@media (max-width: 768px) {
  .cta-large__text {
    font-size: 16px;
  }
}
.cta-large__arrow {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 8px;
}
@media (max-width: 768px) {
  .cta-large__arrow {
    right: 24px;
    width: 40px;
  }
}
.cta-large__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.cta-large__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

/**
 * Ictus Laboratory - Main Stylesheet
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
/**
 * Child Page - 子ページ共通スタイル
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
.page-hero {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .page-hero {
    height: 320px;
  }
}
@media (max-width: 576px) {
  .page-hero {
    height: 280px;
  }
}
.page-hero__video-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: var(--hero-width);
  max-width: 1740px;
  height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .page-hero__video-wrapper {
    max-width: 376px;
  }
}
.page-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-hero__title {
  position: absolute;
  left: calc(var(--side-margin) + var(--hero-title-offset));
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: clamp(32px, 3.02vw, 58px);
  font-weight: 500;
  letter-spacing: 0.42vw;
  line-height: 1.4;
  color: #ffffff;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .page-hero__title {
    font-size: 32px;
    letter-spacing: 0.1em;
  }
}
.page-hero__title-accent {
  color: #8090a5;
}
.page-hero__subtitle {
  position: absolute;
  right: clamp(20px, 2.08vw, 40px);
  bottom: clamp(20px, 2.08vw, 40px);
  z-index: 10;
  font-size: clamp(12px, 0.83vw, 16px);
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin: 0;
}

.breadcrumb {
  padding: 40px 0;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .breadcrumb {
    padding: 24px 0;
  }
}
.breadcrumb .container {
  width: var(--content-width);
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .breadcrumb .container {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #8e97aa;
}
.breadcrumb__item:not(:last-child)::after {
  content: "/";
  margin: 0 12px;
  color: #cccccc;
}
.breadcrumb__link {
  color: #8e97aa;
  transition: color 300ms ease;
}
.breadcrumb__link:hover {
  color: #000000;
  opacity: 1;
}
.breadcrumb__current {
  color: #000000;
}

.page-content {
  padding: 80px 0;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .page-content {
    padding: 60px 0;
  }
}
.page-content .container {
  width: var(--content-width);
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .page-content .container {
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.page-section {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .page-section {
    margin-bottom: 60px;
  }
}
.page-section:last-child {
  margin-bottom: 0;
}
.page-section__title {
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  color: #8090a5;
}
@media (max-width: 768px) {
  .page-section__title {
    margin-bottom: 24px;
  }
}
.page-section__content {
  font-size: 16px;
  line-height: 2;
  color: #000000;
}
.page-section__content p + p {
  margin-top: 1.5em;
}

/**
 * Ictus Laboratory - Main Stylesheet
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
/**
 * About Page - 会社案内
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
.about-page {
  background-color: #ffffff;
}

.about-section {
  display: flex;
  gap: 7.3vw;
  max-width: 1560px;
  margin-bottom: clamp(80px, 6.25vw, 120px);
}
@media (max-width: 768px) {
  .about-section {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
  }
}
.about-section:last-of-type {
  margin-bottom: 0;
}
.about-section__content {
  width: 50vw;
  max-width: 960px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .about-section__content {
    width: 100%;
    max-width: none;
  }
}
.about-section__label {
  font-size: clamp(32px, 2.5vw, 48px);
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #8090a5;
  margin-bottom: clamp(40px, 4.17vw, 80px);
}
@media (max-width: 768px) {
  .about-section__label {
    margin-bottom: 40px;
  }
}
.about-section__title {
  font-size: clamp(24px, 1.67vw, 32px);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000000;
  margin-bottom: clamp(24px, 2.08vw, 40px);
}
@media (max-width: 768px) {
  .about-section__title {
    margin-bottom: 24px;
  }
}
.about-section__text {
  font-size: 16px;
  line-height: 2;
  color: #000000;
}
.about-section__text p {
  margin-bottom: 1em;
}
.about-section__text p:last-child {
  margin-bottom: 0;
}
.about-section__cards {
  width: 24vw;
  max-width: 460px;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-top: clamp(80px, 6.77vw, 130px);
}
@media (max-width: 768px) {
  .about-section__cards {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }
}
.about-section__card-image {
  width: 100%;
  display: block;
}
.about-section__card-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 4px 4px 30px rgba(0, 19, 28, 0.14);
  display: block;
}

.about-company {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .about-company {
    padding: 60px 0;
  }
}
.about-company__title {
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #8090a5;
  margin-bottom: 40px;
}
.about-company__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 4.17vw, 80px);
  align-items: stretch;
}
@media (max-width: 768px) {
  .about-company__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.about-company__image {
  overflow: hidden;
}
.about-company__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-company__image-placeholder {
  width: 100%;
  height: 100%;
  background-color: #c8bdd3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-company__table {
  width: 100%;
}
.about-company__row {
  display: flex;
  border-bottom: 1px solid #dce0ea;
  padding: 16px 0;
}
.about-company__row:first-child {
  border-top: 1px solid #dce0ea;
}
@media (max-width: 576px) {
  .about-company__row {
    flex-direction: column;
    gap: 8px;
  }
}
.about-company__label {
  width: 120px;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .about-company__label {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .about-company__label {
    width: 100%;
  }
}
.about-company__value {
  flex: 1;
  font-size: 12px;
  line-height: 1.8;
  color: #000000;
}
@media (max-width: 768px) {
  .about-company__value {
    font-size: 16px;
  }
}

.about-message {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .about-message {
    padding: 60px 0;
  }
}
.about-message__title {
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #8090a5;
  margin-bottom: 40px;
}
.about-message__grid {
  display: flex;
  gap: 9.375vw;
  align-items: stretch;
}
@media (max-width: 768px) {
  .about-message__grid {
    flex-direction: column;
    gap: 40px;
  }
}
.about-message__left {
  width: 43.75vw;
  max-width: 840px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .about-message__left {
    width: 100%;
    max-width: none;
  }
}
.about-message__content {
  font-size: 16px;
  line-height: 2;
  color: #000000;
}
.about-message__content p + p {
  margin-top: 1.5em;
}
.about-message__author {
  margin-top: 2em;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.about-message__author-sign {
  height: 1.5em;
  width: auto;
  vertical-align: middle;
}
.about-message__values {
  margin-top: 40px;
}
.about-message__values-title {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #000000;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 768px) {
  .about-message__values-title {
    font-size: 16px;
  }
}
.about-message__values-badge {
  display: inline-block;
  padding: 2px 0 2px 8px;
  font-size: 10px;
  font-weight: 500;
  border-left: 2px solid;
}
@media (max-width: 768px) {
  .about-message__values-badge {
    font-size: 16px;
  }
}
.about-message__values-badge:first-of-type {
  margin-left: auto;
}
.about-message__values-badge--openness {
  border-left-color: #b272c9;
  color: #b272c9;
}
.about-message__values-badge--transcendence {
  border-left-color: #00a9c9;
  color: #00a9c9;
}
.about-message__values-grid {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  .about-message__values-grid {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.about-message__report-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 280px;
  padding: 16px 24px;
  background-color: #1a1a1a;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: opacity 300ms ease;
}
.about-message__report-btn:hover {
  opacity: 0.85;
}
.about-message__report-btn-arrow {
  width: 32px;
  height: 1px;
  background-color: currentColor;
  position: relative;
}
.about-message__report-btn-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.about-message__profile {
  width: 28.125vw;
  max-width: 540px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .about-message__profile {
    width: 100%;
    max-width: none;
    order: -1;
  }
}
.about-message__profile-image {
  overflow: hidden;
}
.about-message__profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-message__profile-image-placeholder {
  width: 100%;
  height: 100%;
  background-color: #e8e9ec;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #8e97aa;
}
@media (max-width: 768px) {
  .about-message__profile-image-placeholder {
    font-size: 16px;
  }
}
.about-message__profile-info {
  text-align: right;
}
.about-message__profile-position {
  font-size: 12px;
}
@media (max-width: 768px) {
  .about-message__profile-position {
    font-size: 16px;
  }
}
.about-message__profile-position {
  color: #8e97aa;
  margin-bottom: 4px;
}
.about-message__profile-name {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.mini-value-card {
  flex: 1;
  min-width: 60px;
  padding: clamp(16px, 1.25vw, 24px);
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .mini-value-card {
    flex: 0 0 calc((100% - 24px) / 3);
    padding: 16px 12px;
  }
}
.mini-value-card--openness {
  background-color: #b272c9;
}
.mini-value-card--transcendence {
  background-color: #00a9c9;
}
.mini-value-card__label {
  display: block;
  font-size: clamp(14px, 0.94vw, 18px);
  font-weight: 700;
  margin-bottom: 4px;
}
.mini-value-card__en {
  display: block;
  font-size: clamp(10px, 0.625vw, 12px);
  opacity: 0.8;
  margin-bottom: 8px;
}
.mini-value-card__sub {
  display: block;
  font-size: clamp(11px, 0.73vw, 14px);
  line-height: 1.5;
  opacity: 0.9;
}

/**
 * Ictus Laboratory - Main Stylesheet
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
/**
 * Services Page - サービス一覧
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
.services-page {
  background-color: #ffffff;
}
.services-page .page-content {
  padding-bottom: 0;
}

.service-detail {
  padding: 64px 0;
}
.service-detail__header {
  text-align: center;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #eeeeee;
}
.service-detail__number {
  display: block;
  font-size: 2.25rem;
  font-weight: 700;
  color: #dddddd;
  margin-bottom: 16px;
}
.service-detail__category {
  font-size: 0.875rem;
  color: #666666;
  margin-bottom: 8px;
}
.service-detail__title {
  font-size: 1.875rem;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .service-detail__title {
    font-size: 1.5rem;
  }
}
.service-detail__subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  color: #444444;
}
.service-detail__content {
  max-width: 800px;
  margin: 0 auto;
}
.service-detail__section {
  margin-bottom: 48px;
}
.service-detail__section h2, .service-detail__section h3 {
  margin-bottom: 16px;
}

.service-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 32px 0;
}
@media (max-width: 768px) {
  .service-features {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .service-features {
    grid-template-columns: 1fr;
  }
}
.service-features__item {
  padding: 24px;
  background-color: #f5f5f5;
  border-radius: 8px;
  text-align: center;
}
.service-features__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
}
.service-features__title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.service-features__description {
  font-size: 0.875rem;
  color: #666666;
  margin: 0;
}

.service-cta {
  text-align: center;
  padding: 48px;
  background-color: #f5f5f5;
  border-radius: 12px;
  margin-top: 48px;
}
.service-cta__title {
  font-size: 1.25rem;
  margin-bottom: 16px;
}
.service-cta__description {
  margin-bottom: 24px;
  color: #666666;
}

.service-detail-page {
  background-color: #ffffff;
}
.service-detail-page .page-content {
  padding-bottom: 0;
}

.service-intro {
  margin-bottom: clamp(60px, 5.21vw, 100px);
}
.service-intro__text {
  font-size: 14px;
  line-height: 2;
  color: #000000;
}
@media (max-width: 768px) {
  .service-intro__text {
    font-size: 16px;
  }
}
.service-intro__text p {
  margin-bottom: 0;
}

.service-comparison {
  margin-bottom: clamp(60px, 5.21vw, 100px);
  width: 100%;
}
.service-comparison__table {
  width: 100%;
}
.service-comparison__row {
  display: grid;
  grid-template-columns: 80px 1fr 1fr 1fr;
  border-bottom: 1px solid #dce0ea;
}
@media (max-width: 768px) {
  .service-comparison__row {
    grid-template-columns: 60px 1fr 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .service-comparison__row {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.service-comparison__row--header {
  border-top: none;
  border-bottom: none;
  gap: 0;
}
@media (max-width: 576px) {
  .service-comparison__row--header {
    display: none;
  }
}
.service-comparison__row--buttons {
  border-bottom: none;
  padding-top: 24px;
}
@media (max-width: 576px) {
  .service-comparison__row--buttons {
    display: none;
  }
}
.service-comparison--2cols .service-comparison__row {
  grid-template-columns: 80px 1fr 1fr;
}
@media (max-width: 768px) {
  .service-comparison--2cols .service-comparison__row {
    grid-template-columns: 60px 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .service-comparison--2cols .service-comparison__row {
    grid-template-columns: 1fr;
  }
}
.service-comparison__cell {
  padding: 20px 16px;
  font-size: 14px;
  line-height: 1.8;
  color: #000000;
}
@media (max-width: 768px) {
  .service-comparison__cell {
    padding: 16px 12px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .service-comparison__cell {
    padding: 12px 0;
    border-bottom: 1px solid #eeeeee;
  }
}
.service-comparison__cell--label {
  font-size: 12px;
  font-weight: 500;
  color: #8e97aa;
  display: flex;
  align-items: flex-start;
  padding-top: 24px;
}
@media (max-width: 768px) {
  .service-comparison__cell--label {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .service-comparison__cell--label {
    padding-top: 16px;
    padding-bottom: 8px;
    border-bottom: none;
  }
}
.service-comparison__cell--header {
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 500;
  text-align: center;
  padding: clamp(20px, 1.67vw, 32px) 16px;
  color: #000000;
  border-radius: 8px 8px 0 0;
}
.service-comparison__cell--header:nth-child(2) {
  background-color: #c7ceda;
}
.service-comparison__cell--header:nth-child(3) {
  background-color: #e8eaee;
}
.service-comparison__cell--header:nth-child(4) {
  background-color: #f6f7f9;
}
@media (max-width: 768px) {
  .service-comparison__cell--header {
    font-size: 16px;
    padding: 20px 12px;
  }
}
.service-comparison__cell--center {
  text-align: center;
}
.service-comparison__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 16px 24px;
  background-color: #1a1a1a;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: opacity 300ms ease;
}
@media (max-width: 768px) {
  .service-comparison__btn {
    padding: 14px 16px;
    font-size: 16px;
  }
}
.service-comparison__btn:hover {
  opacity: 0.85;
}
.service-comparison__btn-arrow {
  width: 24px;
  height: 1px;
  background-color: currentColor;
  position: relative;
  margin-left: 16px;
}
.service-comparison__btn-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 768px) {
  .service-comparison__table {
    display: none;
  }
}
.service-comparison__cards {
  display: none;
}
@media (max-width: 768px) {
  .service-comparison__cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.service-comparison__card {
  overflow: hidden;
}
.service-comparison__card-header {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 20px 16px;
  color: #000000;
  border-radius: 8px 8px 0 0;
}
.service-comparison__card-header--1 {
  background-color: #c7ceda;
}
.service-comparison__card-header--2 {
  background-color: #e8eaee;
}
.service-comparison__card-header--3 {
  background-color: #f6f7f9;
}
.service-comparison__card-body {
  border: 1px solid #eeeeee;
  border-top: none;
}
.service-comparison__card-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #eeeeee;
}
.service-comparison__card-row:last-child {
  border-bottom: none;
}
.service-comparison__card-row--block {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.service-comparison__card-row--button {
  padding: 20px;
}
.service-comparison__card-label {
  font-size: 12px;
  font-weight: 500;
  color: #8e97aa;
}
.service-comparison__card-value {
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  text-align: right;
}
.service-comparison__card-row--block .service-comparison__card-value {
  text-align: left;
}

.service-dialogue-page .section__title {
  font-size: clamp(24px, 2.5vw, 48px);
  font-weight: 500;
  color: #8090a5;
  letter-spacing: 0.1em;
  margin-bottom: clamp(40px, 3.13vw, 60px);
}

.service-identity-page .section__title {
  font-size: clamp(24px, 2.5vw, 48px);
  font-weight: 500;
  color: #8090a5;
  letter-spacing: 0.1em;
  margin-bottom: clamp(40px, 3.13vw, 60px);
}

.service-personal-page .section__title {
  font-size: clamp(24px, 2.5vw, 48px);
  font-weight: 500;
  color: #8090a5;
  letter-spacing: 0.1em;
  margin-bottom: clamp(40px, 3.13vw, 60px);
}

.service-group-page .section__title,
.service-private-page .section__title {
  font-size: clamp(24px, 2.5vw, 48px);
  font-weight: 500;
  color: #8090a5;
  letter-spacing: 0.1em;
  margin-bottom: clamp(40px, 3.13vw, 60px);
}
.service-group-page .section--cta,
.service-private-page .section--cta {
  padding-top: 0;
}

.personal-intro {
  margin-bottom: clamp(80px, 6.25vw, 120px);
}
.personal-intro__text {
  font-size: clamp(14px, 0.83vw, 16px);
  line-height: 2;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .personal-intro__text {
    font-size: 16px;
  }
}

.personal-options {
  margin-bottom: clamp(80px, 6.25vw, 120px);
}

.identity-intro {
  margin-bottom: clamp(80px, 6.25vw, 120px);
}
.identity-intro__content {
  margin-bottom: clamp(32px, 2.5vw, 48px);
}
.identity-intro__text {
  font-size: clamp(14px, 0.83vw, 16px);
  line-height: 2;
  color: #000000;
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  .identity-intro__text {
    font-size: 16px;
  }
}
.identity-intro__text:last-child {
  margin-bottom: 0;
}
.identity-intro__action {
  display: flex;
  justify-content: flex-end;
}
.identity-intro__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: opacity 300ms ease;
}
@media (max-width: 768px) {
  .identity-intro__link {
    padding: 14px 16px;
    font-size: 16px;
  }
}
.identity-intro__link:hover {
  opacity: 0.7;
}
.identity-intro__arrow {
  width: 24px;
  height: 1px;
  background-color: currentColor;
  position: relative;
  margin-left: 16px;
}
.identity-intro__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.dialogue-benefits {
  margin-bottom: clamp(80px, 6.25vw, 120px);
}
.dialogue-benefits__table {
  border-top: 1px solid #eeeeee;
}
.dialogue-benefits__row {
  display: grid;
  grid-template-columns: clamp(80px, 6.25vw, 120px) 1fr;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 768px) {
  .dialogue-benefits__row {
    grid-template-columns: 1fr;
  }
}
.dialogue-benefits__label {
  padding: clamp(20px, 1.56vw, 30px) clamp(16px, 1.25vw, 24px);
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 500;
  color: #8e97aa;
}
@media (max-width: 768px) {
  .dialogue-benefits__label {
    padding: 16px 0 0 0;
    font-size: 16px;
  }
}
.dialogue-benefits__value {
  padding: clamp(20px, 1.56vw, 30px) clamp(16px, 1.25vw, 24px);
  font-size: clamp(14px, 0.83vw, 16px);
  line-height: 1.8;
  color: #000000;
}
@media (max-width: 768px) {
  .dialogue-benefits__value {
    padding: 16px 0;
    font-size: 16px;
  }
}
.dialogue-benefits__value p {
  margin: 0 0 1em;
}
.dialogue-benefits__value p:last-child {
  margin-bottom: 0;
}
.dialogue-benefits__list {
  margin: 0.5em 0 0;
  padding-left: 1.5em;
  list-style: disc;
}
.dialogue-benefits__list li {
  margin-bottom: 0.3em;
}
.dialogue-benefits__list li:last-child {
  margin-bottom: 0;
}

ol.dialogue-benefits__list {
  list-style: decimal;
}

.dialogue-program {
  margin-bottom: clamp(80px, 6.25vw, 120px);
}
.dialogue-program__steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(16px, 1.25vw, 24px);
}
@media (max-width: 768px) {
  .dialogue-program__steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .dialogue-program__steps {
    grid-template-columns: 1fr;
  }
}
.dialogue-program__step {
  padding: clamp(24px, 1.88vw, 36px);
  background-color: #f3f5f8;
}
.dialogue-program__number {
  display: block;
  font-size: clamp(32px, 2.5vw, 48px);
  font-weight: 500;
  color: #c7ceda;
  margin-bottom: clamp(16px, 1.25vw, 24px);
  line-height: 1;
}
.dialogue-program__step-title {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 500;
  color: #000000;
  margin-bottom: clamp(16px, 1.25vw, 24px);
  padding-bottom: clamp(16px, 1.25vw, 24px);
  border-bottom: 1px solid #c7ceda;
}
.dialogue-program__step-desc {
  font-size: clamp(12px, 0.625vw, 12px);
  line-height: 1.8;
  color: #00131c;
  margin: 0;
}
@media (max-width: 768px) {
  .dialogue-program__step-desc {
    font-size: 14px;
  }
}

.dialogue-why {
  margin-bottom: clamp(80px, 6.25vw, 120px);
}
.dialogue-why__layout {
  display: grid;
  grid-template-columns: clamp(480px, 50vw, 960px) clamp(174px, 18.125vw, 348px);
  gap: clamp(40px, 3.13vw, 60px);
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .dialogue-why__layout {
    grid-template-columns: 1fr;
  }
}
.dialogue-why__content {
  width: 100%;
}
.dialogue-why__section {
  margin-bottom: clamp(48px, 3.75vw, 72px);
}
.dialogue-why__section:last-child {
  margin-bottom: 0;
}
.dialogue-why__subtitle {
  font-size: clamp(20px, 1.46vw, 28px);
  font-weight: 500;
  color: #8e97aa;
  margin-bottom: clamp(16px, 1.25vw, 24px);
}
.dialogue-why__text {
  font-size: clamp(14px, 0.83vw, 16px);
  line-height: 2;
  color: #000000;
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  .dialogue-why__text {
    font-size: 16px;
  }
}
.dialogue-why__text:last-child {
  margin-bottom: 0;
}
.dialogue-why__image {
  position: sticky;
  top: 120px;
  justify-self: end;
}
@media (max-width: 768px) {
  .dialogue-why__image {
    order: -1;
    width: 60%;
    max-width: 100%;
    margin: 0 auto;
    position: static;
    justify-self: center;
  }
}
.dialogue-why__image img {
  width: 100%;
  height: auto;
}

.dialogue-articles {
  margin-bottom: clamp(80px, 6.25vw, 120px);
}

.dialogue-overview {
  margin-bottom: clamp(80px, 6.25vw, 120px);
}
.dialogue-overview__content {
  display: flex;
  align-items: flex-start;
  gap: clamp(40px, 3.13vw, 60px);
}
@media (max-width: 768px) {
  .dialogue-overview__content {
    flex-direction: column;
    gap: 0;
  }
}
.dialogue-overview__table {
  flex: 1;
  border-top: 1px solid #dce0ea;
}
@media (max-width: 768px) {
  .dialogue-overview__table {
    width: 100%;
  }
}
.dialogue-overview__row {
  display: grid;
  grid-template-columns: clamp(80px, 6.25vw, 120px) 1fr;
  border-bottom: 1px solid #dce0ea;
}
@media (max-width: 768px) {
  .dialogue-overview__row {
    grid-template-columns: 100px 1fr;
  }
}
.dialogue-overview__label {
  padding: clamp(16px, 1.25vw, 24px);
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 500;
  color: #8e97aa;
}
@media (max-width: 768px) {
  .dialogue-overview__label {
    padding: 16px 20px;
    font-size: 16px;
  }
}
.dialogue-overview__value {
  padding: clamp(16px, 1.25vw, 24px);
  font-size: clamp(14px, 0.83vw, 16px);
  color: #000000;
}
@media (max-width: 768px) {
  .dialogue-overview__value {
    padding: 16px 20px;
    font-size: 16px;
  }
}
.dialogue-overview__image {
  flex-shrink: 0;
  width: clamp(400px, 31.25vw, 600px);
  aspect-ratio: 5/2.7;
  overflow: hidden;
}
@media (max-width: 768px) {
  .dialogue-overview__image {
    order: -1;
    width: 100%;
    aspect-ratio: 16/9;
  }
}
.dialogue-overview__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dialogue-flow {
  margin-bottom: clamp(80px, 6.25vw, 120px);
}
.dialogue-flow:last-child {
  margin-bottom: clamp(40px, 4.17vw, 80px);
}
.dialogue-flow__steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(16px, 1.25vw, 24px);
  width: 100%;
}
@media (max-width: 768px) {
  .dialogue-flow__steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .dialogue-flow__steps {
    grid-template-columns: 1fr;
  }
}
.dialogue-flow__steps--4cols {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .dialogue-flow__steps--4cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .dialogue-flow__steps--4cols {
    grid-template-columns: 1fr;
  }
}
.dialogue-flow__step {
  padding: clamp(24px, 1.88vw, 36px);
  border: 1px solid #dce0ea;
}
.dialogue-flow__number {
  display: block;
  font-size: clamp(32px, 2.5vw, 48px);
  font-weight: 500;
  color: #c7ceda;
  margin-bottom: clamp(16px, 1.25vw, 24px);
  line-height: 1;
}
.dialogue-flow__step-title {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 500;
  color: #000000;
  margin-bottom: clamp(8px, 0.63vw, 12px);
}
.dialogue-flow__step-desc {
  font-size: clamp(12px, 0.625vw, 12px);
  line-height: 1.8;
  color: #00131c;
  margin: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .dialogue-flow__step-desc {
    font-size: 14px;
  }
}

.service-consulting-page .section__title {
  font-size: clamp(24px, 2.5vw, 48px);
  font-weight: 500;
  color: #8090a5;
  letter-spacing: 0.1em;
  margin-bottom: clamp(40px, 3.13vw, 60px);
}
.service-consulting-page .section--cta {
  padding-top: 0;
}

.consulting-intro {
  margin-bottom: clamp(80px, 6.25vw, 120px);
}
.consulting-intro__text {
  font-size: clamp(14px, 0.83vw, 16px);
  line-height: 2;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .consulting-intro__text {
    font-size: 16px;
  }
}

.consulting-why {
  margin-bottom: clamp(80px, 6.25vw, 120px);
}
.consulting-why__content {
  max-width: 800px;
}
.consulting-why__text {
  font-size: clamp(14px, 0.83vw, 16px);
  line-height: 2;
  color: #000000;
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  .consulting-why__text {
    font-size: 16px;
  }
}
.consulting-why__text:last-child {
  margin-bottom: 0;
}
.consulting-why__text--emphasis {
  font-weight: 500;
  color: #8090a5;
  font-size: clamp(18px, 1.25vw, 24px);
  margin-top: 2em;
  margin-bottom: 1em;
}

.consulting-flow {
  margin-bottom: clamp(80px, 6.25vw, 120px);
}
.consulting-flow__table {
  border-top: 1px solid #dce0ea;
}
.consulting-flow__row {
  display: grid;
  grid-template-columns: clamp(100px, 7.81vw, 150px) 1fr;
  border-bottom: 1px solid #dce0ea;
}
@media (max-width: 768px) {
  .consulting-flow__row {
    grid-template-columns: 1fr;
  }
}
.consulting-flow__row--option .consulting-flow__phase {
  background-color: #e8eaee;
}
.consulting-flow__phase {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 1.88vw, 36px) clamp(16px, 1.25vw, 24px);
  background-color: #c7ceda;
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 500;
  color: #000000;
  text-align: center;
}
@media (max-width: 768px) {
  .consulting-flow__phase {
    padding: 16px 20px;
    justify-content: flex-start;
    font-size: 16px;
  }
}
.consulting-flow__content {
  padding: clamp(24px, 1.88vw, 36px) clamp(24px, 1.88vw, 36px);
}
@media (max-width: 768px) {
  .consulting-flow__content {
    padding: 20px;
  }
}
.consulting-flow__title {
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 500;
  color: #000000;
  margin-bottom: clamp(8px, 0.63vw, 12px);
}
@media (max-width: 768px) {
  .consulting-flow__title {
    font-size: 16px;
  }
}
.consulting-flow__desc {
  font-size: clamp(14px, 0.83vw, 16px);
  line-height: 1.8;
  color: #000000;
  margin: 0;
}
@media (max-width: 768px) {
  .consulting-flow__desc {
    font-size: 14px;
  }
}

.consulting-pricing {
  margin-bottom: clamp(80px, 6.25vw, 120px);
}
.consulting-pricing__detail {
  margin-bottom: clamp(60px, 5.21vw, 100px);
}
.consulting-pricing__package-layout {
  display: grid;
  grid-template-columns: 1fr clamp(300px, 23.44vw, 450px);
  gap: clamp(40px, 3.13vw, 60px);
  align-items: stretch;
}
@media (max-width: 768px) {
  .consulting-pricing__package-layout {
    grid-template-columns: 1fr;
  }
}
.consulting-pricing__subtitle {
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 500;
  color: #8090a5;
  margin-bottom: clamp(24px, 1.88vw, 36px);
}
.consulting-pricing__note {
  font-size: clamp(12px, 0.73vw, 14px);
  color: #8e97aa;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .consulting-pricing__note {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .consulting-pricing__image {
    order: -1;
  }
}
.consulting-pricing__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(13px, 0.78vw, 15px);
}
@media (max-width: 768px) {
  .pricing-table {
    font-size: 14px;
  }
}
.pricing-table th,
.pricing-table td {
  padding: clamp(12px, 0.94vw, 18px) clamp(16px, 1.25vw, 24px);
  text-align: left;
  border-bottom: 1px solid #dce0ea;
}
@media (max-width: 768px) {
  .pricing-table th,
  .pricing-table td {
    padding: 12px 8px;
  }
}
.pricing-table thead th {
  font-weight: 500;
  color: #8e97aa;
  background-color: #f6f7f9;
  border-bottom: 1px solid #dce0ea;
}
.pricing-table thead th:first-child {
  width: 100px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .pricing-table thead th:first-child {
    width: 80px;
  }
}
.pricing-table tbody td {
  color: #000000;
}
.pricing-table tbody td:first-child {
  font-weight: 500;
  color: #8e97aa;
}
.pricing-table tbody td:nth-child(3) {
  white-space: nowrap;
}
.pricing-table tbody tr:last-child td {
  border-bottom: none;
}

.package-comparison__row {
  display: grid;
  grid-template-columns: 100px 1fr 1fr;
  border-bottom: 1px solid #dce0ea;
}
@media (max-width: 768px) {
  .package-comparison__row {
    grid-template-columns: 80px 1fr 1fr;
  }
}
.package-comparison__row--header {
  border-bottom: none;
}
.package-comparison__cell {
  padding: clamp(16px, 1.25vw, 24px);
  font-size: clamp(14px, 0.83vw, 16px);
  color: #000000;
  text-align: center;
}
@media (max-width: 768px) {
  .package-comparison__cell {
    padding: 12px 8px;
    font-size: 14px;
  }
}
.package-comparison__cell--label {
  font-size: clamp(12px, 0.73vw, 14px);
  font-weight: 500;
  color: #8e97aa;
  text-align: left;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .package-comparison__cell--label {
    font-size: 12px;
  }
}
.package-comparison__cell--header {
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 500;
  color: #000000;
  background-color: #c7ceda;
  border-radius: 8px 8px 0 0;
  padding: clamp(20px, 1.56vw, 30px) clamp(16px, 1.25vw, 24px);
}
@media (max-width: 768px) {
  .package-comparison__cell--header {
    font-size: 14px;
    padding: 16px 8px;
  }
}
.package-comparison__cell--header:nth-child(3) {
  background-color: #e8eaee;
}

/**
 * Ictus Laboratory - Main Stylesheet
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
/**
 * Single Post - 記事詳細ページ
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
.single-hero {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .single-hero {
    height: 320px;
  }
}
@media (max-width: 576px) {
  .single-hero {
    height: 280px;
  }
}
.single-hero__image {
  position: absolute;
  top: 0;
  right: 0;
  width: var(--hero-width);
  max-width: 1740px;
  height: 100%;
}
@media (max-width: 768px) {
  .single-hero__image {
    max-width: 376px;
  }
}
.single-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-hero__image--placeholder {
  background-color: #eeeeee;
}

.single-content {
  padding: clamp(60px, 5.21vw, 100px) 0;
}
.single-content .container {
  width: var(--content-width);
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .single-content .container {
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.single-content__layout {
  display: grid;
  grid-template-columns: clamp(600px, 50vw, 960px) clamp(280px, 23.96vw, 460px);
  gap: clamp(40px, 4.17vw, 80px);
  justify-content: space-between;
}
@media (max-width: 992px) {
  .single-content__layout {
    grid-template-columns: 1fr 280px;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .single-content__layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

.single-main__title {
  font-size: clamp(24px, 2.08vw, 40px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: clamp(16px, 1.25vw, 24px);
}
@media (max-width: 768px) {
  .single-main__title {
    font-size: 24px;
  }
}
.single-main__meta {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #8e97aa;
  margin-bottom: clamp(40px, 3.13vw, 60px);
}
@media (max-width: 768px) {
  .single-main__meta {
    font-size: 12px;
    margin-bottom: 40px;
  }
}
.single-main__date {
  font-family: aktiv-grotesk, "ryo-gothic-plusn", sans-serif;
}
.single-main__separator {
  margin: 0 6px;
}
.single-main__back {
  margin-top: clamp(60px, 5.21vw, 100px);
  padding-top: clamp(40px, 3.13vw, 60px);
  border-top: 1px solid #dddddd;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #1a1a1a;
  font-size: 14px;
  transition: opacity 300ms ease;
}
.back-link:hover {
  opacity: 0.7;
}
.back-link__arrow {
  display: inline-block;
  width: 54px;
  height: 8px;
  position: relative;
}
.back-link__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.back-link__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.back-link__text {
  letter-spacing: 0.05em;
}

.single-sidebar__title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: clamp(24px, 2.08vw, 40px);
  color: #1a1a1a;
}
@media (max-width: 768px) {
  .single-sidebar__title {
    font-size: 20px;
  }
}
.single-sidebar__posts {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 2.08vw, 40px);
}

.sidebar-card {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 300ms ease;
}
.sidebar-card:hover {
  opacity: 0.7;
}
.sidebar-card__thumbnail {
  aspect-ratio: 460/244;
  width: 100%;
  overflow: hidden;
  margin-bottom: 12px;
  background-color: #eeeeee;
}
.sidebar-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .sidebar-card__thumbnail {
    aspect-ratio: 16/9;
  }
}
.sidebar-card__placeholder {
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
}
.sidebar-card__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 8px;
  color: #1a1a1a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sidebar-card__title {
    font-size: 16px;
  }
}
.sidebar-card__meta {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #8e97aa;
}
@media (max-width: 768px) {
  .sidebar-card__meta {
    font-size: 14px;
  }
}
.sidebar-card__meta span {
  margin: 0 4px;
}
.sidebar-card__meta span:first-child {
  margin-left: 0;
}

/**
 * Ictus Laboratory - Main Stylesheet
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
/**
 * Archive Page - 記事一覧ページ
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
.archive-page .page-content {
  padding-top: clamp(60px, 6.25vw, 120px);
  padding-bottom: clamp(60px, 6.25vw, 120px);
}
.archive-page .page-content .container {
  width: var(--content-width);
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .archive-page .page-content .container {
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.archive-page .archive-no-posts {
  text-align: center;
  padding: 80px 0;
  color: #8e97aa;
}
.archive-page .archive-no-posts p {
  font-size: 16px;
}

.pagination {
  margin-top: clamp(40px, 4.17vw, 60px);
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination .page-numbers li {
  margin: 0 2px;
}
.pagination a,
.pagination > span,
.pagination li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  font-size: 14px;
  color: #00131C;
  border: 1px solid #DCE0EA;
  text-decoration: none;
}
.pagination a span {
  border: none;
  min-width: auto;
  height: auto;
}
.pagination .current {
  background: #fff;
  color: #00131C;
  border: none;
}
.pagination a:hover {
  background: #f5f5f5;
}

.related-articles {
  margin-bottom: clamp(60px, 4.17vw, 80px);
}
.related-articles .section__title {
  text-align: left;
  font-size: clamp(24px, 1.67vw, 32px);
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-bottom: clamp(32px, 2.5vw, 48px);
  color: #8090a5;
}
.related-articles .articles-grid--related {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.08vw, 40px);
}
@media (max-width: 992px) {
  .related-articles .articles-grid--related {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .related-articles .articles-grid--related {
    grid-template-columns: 1fr;
  }
}
.related-articles .articles-grid--related .article-card {
  grid-column: span 1 !important;
}
.related-articles .articles-grid--related .article-card .article-card__thumbnail {
  aspect-ratio: 1/1 !important;
}
@media (max-width: 576px) {
  .related-articles .articles-grid--related .article-card .article-card__thumbnail {
    aspect-ratio: 392/208 !important;
  }
}
.related-articles__more {
  margin-top: clamp(32px, 2.5vw, 48px);
  text-align: right;
}

/**
 * Ictus Laboratory - Main Stylesheet
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
/**
 * 404 Error Page
 *
 * @package Ictus_Laboratory
 * @since 1.0.0
 */
.error-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  text-align: center;
  padding: 80px 20px;
}
.error-404__number {
  font-size: 120px;
  font-weight: 700;
  color: #8090A5;
  line-height: 1;
}
@media (max-width: 768px) {
  .error-404__number {
    font-size: 80px;
  }
}
.error-404__title {
  font-size: 24px;
  font-weight: 500;
  color: #1a1a1a;
  margin: 24px 0 16px;
}
@media (max-width: 768px) {
  .error-404__title {
    font-size: 20px;
  }
}
.error-404__text {
  color: #666;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .error-404__text {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
.error-404__button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #1a1a1a;
  color: #ffffff;
  padding: 16px 40px;
  text-decoration: none;
  transition: opacity 300ms ease;
}
.error-404__button:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .error-404__button {
    padding: 14px 32px;
    font-size: 14px;
  }
}

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