@charset "UTF-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.swiper-pagination {
  position: static !important;
  margin: 10px 0 20px;
  text-align: center;
}

.swiper-slide img {
  max-height: 100%;
  width: auto;
  margin-bottom: 0.5em;
}

.container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  .container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.card {
  background: #f5f5f5;
  padding: 16px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  height: 120px;
  position: relative;
}
.card.active {
  height: 240px;
  background: #fff;
}

.title {
  font-weight: bold;
  margin-bottom: 8px;
}

.detail {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  font-size: 15px;
}

.card.active .detail {
  opacity: 1;
  transform: translateY(0);
}

.technology-section a {
  text-decoration: underline;
  color: #0047ab;
}
.technology-section .swiper-slide img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .technology-section .swiper-slide img {
    width: 100%;
  }
}

.tech-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
}
@media (max-width: 768px) {
  .tech-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .tech-content {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .tech-image {
    width: 100% !important;
  }
}
.tech-image .tech-image.procedure {
  min-height: 900px;
}

.tech-text dl {
  margin-bottom: 1em;
}
.tech-text dl dt {
  margin-bottom: 5px;
}

dl dt {
  font-weight: bold;
  color: #0047ab;
}
dl dd {
  color: #333;
  flex: 1;
}

.side-by-side {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 5px;
}
.side-by-side dt {
  width: 120px;
  flex-shrink: 0;
  white-space: nowrap;
}
.side-by-side.number dt {
  width: -moz-fit-content;
  width: fit-content;
}

.physio-procedure {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}

.company-product-index h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 0;
  color: #0047ab;
}

.stepSwiper .swiper-button-prev,
.stepSwiper .swiper-button-next,
.comparisonSwiper .swiper-button-prev,
.comparisonSwiper .swiper-button-next {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #0047ab;
  transform: translateY(-30px);
}
.stepSwiper .swiper-button-prev::after,
.stepSwiper .swiper-button-next::after,
.comparisonSwiper .swiper-button-prev::after,
.comparisonSwiper .swiper-button-next::after {
  font-family: swiper-icons;
  font-size: 1.5rem;
  color: #0047ab;
}
.stepSwiper .swiper-button-prev::after,
.comparisonSwiper .swiper-button-prev::after {
  content: "prev";
}
.stepSwiper .swiper-button-next::after,
.comparisonSwiper .swiper-button-next::after {
  content: "next";
}
.stepSwiper .swiper-button-prev::after,
.stepSwiper .swiper-button-next::after,
.comparisonSwiper .swiper-button-prev::after,
.comparisonSwiper .swiper-button-next::after {
  display: block !important;
}

.navigation-texts p {
  color: var(--text-light);
}
.navigation-texts dl.side-by-side {
  display: flex;
  margin-top: 0.5em;
}
.navigation-texts dl.side-by-side dt {
  margin-top: 0;
}
.navigation-texts dl.side-by-side dd {
  width: 70%;
}
.navigation-texts ol {
  margin-left: 1.3em;
}
.navigation-texts ol li {
  margin-top: 0.5em;
  padding-left: 0.3em;
  font-size: 1em;
  list-style: decimal;
}
.navigation-texts ol li a {
  color: #0047ab;
  text-decoration: none;
}
@media (max-width: 768px) {
  .navigation-texts {
    width: 100%;
    justify-content: start;
  }
  .navigation-texts ol {
    margin-left: 0;
  }
  .navigation-texts ol li {
    margin-top: 0.2em;
  }
}

.twentytwenty-wrapper {
  width: 100% !important;
}

.filter .twentytwenty-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  min-height: 1px;
}
.filter .twentytwenty-container img {
  width: 100%;
  height: auto;
  display: block;
}

.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-overlay .twentytwenty-after-label {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}
@media (max-width: 768px) {
  .twentytwenty-overlay .twentytwenty-before-label,
  .twentytwenty-overlay .twentytwenty-after-label {
    font-size: 0.8rem;
    padding: 0.4rem 0.6rem;
  }
}
@media (max-width: 480px) {
  .twentytwenty-overlay .twentytwenty-before-label,
  .twentytwenty-overlay .twentytwenty-after-label {
    font-size: 0.7rem;
    padding: 0.3rem 0.5rem;
  }
}

.twentytwenty-handle {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  border: 3px solid #00a8e8;
  background: #00a8e8;
  box-shadow: 0 0 0 6px rgba(0, 168, 232, 0.2), 0 8px 20px rgba(0, 0, 0, 0.25);
  animation: pulse 2s infinite;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  border-width: 8px;
}

.twentytwenty-horizontal .twentytwenty-handle::before, .twentytwenty-horizontal .twentytwenty-handle::after {
  background: #00a8e8;
  width: 4px;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}
.expansion-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.expansion-container .expansion-item {
  border: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .expansion-container .expansion-item {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .expansion-container .expansion-item:nth-child(odd) {
    flex: 1 0 20%;
  }
  .expansion-container .expansion-item:nth-child(even) {
    flex: 1 0 5%;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .expansion-container {
    justify-content: flex-start;
    row-gap: 1.5em;
  }
  .expansion-container .expansion-item:nth-child(odd) {
    flex: 0 0 40%;
  }
  .expansion-container .expansion-item:nth-child(even) {
    flex: 0 0 10%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .expansion-container .expansion-item {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
  }
  .expansion-container .expansion-item img {
    width: 70%;
  }
  .expansion-container .expansion-item:nth-child(2) img,
  .expansion-container .expansion-item:nth-child(4) img,
  .expansion-container .expansion-item:nth-child(6) img {
    width: 60px;
    margin: 10px 0;
    transform: rotate(90deg);
  }
}

.parent {
  display: grid;
  grid-template-areas: "feature-1  feature-2  . feature-3  feature-4" "feature-5  feature-6  . feature-7  feature-8" "feature-9  feature-10 . feature-11 feature-12";
  grid-template-columns: 80px 1fr 10px 80px 1fr;
  row-gap: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (max-width: 768px) {
  .parent {
    grid-template-areas: "feature-1  feature-2" "feature-3  feature-4" "feature-5  feature-6" "feature-7  feature-8" "feature-9  feature-10" "feature-11 feature-12";
    grid-template-columns: 80px 1fr;
  }
}

.feature-1,
.feature-3,
.feature-5,
.feature-7,
.feature-9,
.feature-11 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-2 h4,
.feature-4 h4,
.feature-6 h4,
.feature-8 h4,
.feature-10 h4,
.feature-12 h4 {
  border: none;
  margin: 0 0 5px;
  font-weight: bold;
  color: #0047ab;
}
.feature-2 h4::after,
.feature-4 h4::after,
.feature-6 h4::after,
.feature-8 h4::after,
.feature-10 h4::after,
.feature-12 h4::after {
  border: none;
}

.feature-1 {
  grid-area: feature-1;
}

.feature-2 {
  grid-area: feature-2;
}

.feature-3 {
  grid-area: feature-3;
}

.feature-4 {
  grid-area: feature-4;
}

.feature-5 {
  grid-area: feature-5;
}

.feature-6 {
  grid-area: feature-6;
}

.feature-7 {
  grid-area: feature-7;
}

.feature-8 {
  grid-area: feature-8;
}

.feature-9 {
  grid-area: feature-9;
}

.feature-10 {
  grid-area: feature-10;
}

.feature-11 {
  grid-area: feature-11;
}

.feature-12 {
  grid-area: feature-12;
}

.comparison-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  justify-content: center;
  margin-bottom: 1.2em;
}

.comparison-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4em 0.9em;
  border: 2px solid #0047ab;
  border-radius: 2em;
  color: #0047ab;
  font-size: 0.85em;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  line-height: 1.4;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
  background: #ffffdd;
}
.comparison-badge:hover, .comparison-badge.is-active {
  background: #0047ab;
  color: #fff;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  padding: 0;
  margin: 0;
}
.tag-list .tippy {
  text-decoration: none;
  border-radius: 50%;
}
.tag-list :hover {
  background-color: #00a8e8;
  color: #fff;
}

.tag-list li {
  background: #f1f5f9;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid #0047ab;
  transition: 0.2s;
  list-style: none !important;
}

@media (max-width: 768px) {
  body > div.main-container > div.company-product-index > article:nth-child(7) > div.glay-back > div > div.tech-image {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc !important;
    margin-bottom: 10px;
  }
}
/* フリップカード全体 */
.use-cases-section .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
}

@media (max-width: 768px) {
  .use-cases-section .features-grid {
    grid-template-columns: 1fr;
  }
}
.flip-card {
  perspective: 1000px;
  cursor: pointer;
  min-height: 280px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
  transition: transform 0.6s cubic-bezier(0.4, 0.2, 0.2, 1);
  transform-style: preserve-3d;
}

.flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 8px;
  padding: 1.4em;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.4em;
}

.flip-card-front {
  background-color: #f5f7f7;
  border: 1px solid #dde2e2;
}

.flip-card-back {
  background-color: #1a4e7a;
  color: #fff;
  transform: rotateY(180deg);
  border: 1px solid #1a4e7a;
}

.flip-card-front h4,
.flip-card-back h4 {
  font-size: 1.05em;
  font-weight: 700;
  margin: 0 0 0.4em;
  line-height: 1.5;
}

.flip-card-front h4,
.flip-card-back h4 {
  margin-top: 0.3em !important;
}

.flip-card-back h4,
.flip-card-back dt,
.flip-card-back dd,
.flip-card-back p {
  color: #fff !important;
  text-shadow: none;
}

.flip-card-front dl,
.flip-card-back dl {
  margin: 0;
  font-size: 0.93em;
  line-height: 1.7;
}

.flip-card-front dt,
.flip-card-back dt {
  font-weight: 700;
  margin-bottom: 0.2em;
}

.flip-card-back dt {
  color: #a8d4f5;
}

.flip-card-front dd,
.flip-card-back dd {
  margin: 0 0 0.4em;
}

.flip-card-back dt {
  color: #fdc700 !important;
}

.flip-hint {
  margin-top: auto;
  font-size: 0.8em;
  color: #1a4e7a;
  text-align: right;
  font-weight: 600;
}

.flip-card-back .flip-hint {
  color: #a8d4f5;
}

.electrode-flipper {
  perspective: 1000px;
  width: 100%;
}

.electrode-flipper-inner {
  position: relative;
  width: 100%;
  min-height: 320px;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transform-style: preserve-3d;
}

.electrode-flipper.is-flipped .electrode-flipper-inner {
  transform: rotateY(180deg);
}

.electrode-face {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.electrode-flipper-inner > .electrode-face.electrode-front {
  pointer-events: auto;
}

.electrode-flipper.is-flipped .electrode-face.electrode-front {
  pointer-events: none;
}

.electrode-flipper.is-flipped .electrode-face.electrode-back {
  pointer-events: auto;
}

.electrode-face img {
  width: 100%;
  height: auto;
  display: block;
}

.electrode-back {
  transform: rotateY(180deg);
}

.electrode-flip-btn {
  display: block;
  position: relative;
  z-index: 10;
  margin: 5em auto 0;
  padding: 0.5em 1.8em;
  background-color: #1a4e7a;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 0.9em;
  font-family: inherit;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.05em;
  transition: background-color 0.2s;
}
@media (max-width: 768px) {
  .electrode-flip-btn {
    margin: 1em auto 0;
  }
}

.electrode-flip-btn:hover {
  background-color: #15406a;
}/*# sourceMappingURL=physioflow.css.map */