@charset "UTF-8";
/* ------------------------------------------------------------
   Variables
------------------------------------------------------------ */
/* ----- Breakpoint ----- */
/* ----- Font family ----- */
/* ----- Font family ----- */
/* ------------------------------------------------------------
   mixin
------------------------------------------------------------ */
/* ----- Media Queries ----- */
/* ----- image filter ----- */
/* ----- diagonal filter ----- */
/* ------------------------------------------------------------
   Function
------------------------------------------------------------ */
/* ------------------------------------------------------------
   Top
------------------------------------------------------------ */
.top {
  overflow: hidden;
  background: #F3F3F3;
  /* ----- mainvisual ----- */
  /* ----- content ----- */
  /* ----- column ----- */
  /* ----- qa ----- */
}
.top .main-visualInner {
  overflow: hidden;
  position: relative;
}
.top .visual-pic {
  overflow: visible;
  position: relative;
}
.top .visual-pic .swiper-wrapper {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  position: relative;
  overflow: hidden;
  height: auto !important;
}
.top .visualswiper,
.top .swiper-wrapper,
.top .swiper-slide,
.top .swiper-img {
  height: 100%;
}
.top .p-reasonlist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}
.top .p-reasonlist__card {
  background: #fff;
  border: 1px solid #dfdddd;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 1rem;
  counter-increment: card-num;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto 1fr;
  grid-template-rows: auto auto 1fr;
}
.top .p-reasonlist__card::before {
  content: counter(card-num, decimal-leading-zero);
  color: var(--color-primary);
  font-weight: bold;
  font-size: clamp(1.375rem, 40 / var(--max-lg) * 100vw, 2.5rem);
  line-height: 1;
}
.top .p-reasonlist__card img {
  margin-left: auto;
  margin-right: auto;
}
.top .p-reasonlist__card dl dt {
  font-weight: bold;
  font-size: clamp(1.125rem, 22 / var(--max-lg) * 100vw, 1.375rem);
  border-bottom: 1px solid #707070;
  padding: 0.2em;
}
.top .p-reasonlist__card dl dd {
  font-weight: 500;
}
.top .p-viewing-guide {
  background: url(../../../img/top/bg_img@2x.webp) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 2.25rem 1rem 3.75rem;
}
.top .p-viewing-guide-content {
  color: #fff;
  margin-left: auto;
  max-width: 50%;
}
.top .p-viewing-guide-content h2, .top .p-viewing-guide-content p {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
}
.top .p-viewing-guide-content h2 {
  font-size: clamp(2rem, 50 / var(--max-xl) * 100vw, 3.125rem);
}
.top .p-viewing-guide-content p {
  font-size: clamp(1.125rem, 22 / var(--max-xl) * 100vw, 1.375rem);
}
.top .p-about {
  background: url(../../../img/top/bg_img2@2x.webp) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 2.25rem 1rem 3.75rem;
}
.top .p-about h2 {
  text-shadow: 0 0 3px #fff;
}
.top .p-about-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 420px minmax(0, 1fr);
  grid-template-columns: 420px minmax(0, 1fr);
}
.top .p-about-content__visual {
  position: relative;
  z-index: 2;
}
.top .p-about-content__panel {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  padding: 1.5rem 1.5rem 1.5rem 13%;
  margin-left: -64px;
  margin-top: 2rem;
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
}
.top .p-about-content__panel h3 {
  font-size: clamp(1.125rem, 30 / var(--max-lg) * 100vw, 1.875rem);
}
.top .p-about-content__panel a.c-btn {
  margin-left: auto;
}
.top .p-lineup-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.5rem;
}
.top .p-lineup-list__card {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.top .p-lineup-list__card .p-lineup-thumb {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.top .p-lineup-list__card .p-lineup-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-transition: 0.2s all var(--linear);
  transition: 0.2s all var(--linear);
}
.top .p-lineup-list .content {
  padding: 0.75rem;
}
.top .p-lineup-list .content h3 {
  padding-left: 1em;
  font-weight: 500;
  position: relative;
}
.top .p-lineup-list .content h3::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  background: var(--color-primary);
  position: absolute;
  left: 0;
  top: 0.4em;
}
.top .p-lineup-list .content p {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.5rem 0.75rem;
}
.top .p-lineup-list .btn {
  text-align: right;
  margin-top: auto;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}
.top .p-lineup-list .btn button {
  margin-top: 0.75rem;
  display: inline-block;
  margin-left: auto;
}
.top .p-lineup-list a {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.top .p-series-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.top .p-series-list li::before {
  content: "・";
}
.top .p-select-guide {
  background: url(../../../img/top/bg_img3@2x.webp) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 2.25rem 1rem 3.75rem;
}
.top .p-select-guide-content {
  color: #fff;
}
.top .p-select-guide-content h2, .top .p-select-guide-content p {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
}
.top .p-select-guide-content h2 {
  font-size: clamp(2rem, 50 / var(--max-xl) * 100vw, 3.125rem);
}
.top .p-select-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (200px)[3];
  grid-template-columns: repeat(3, 200px);
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 1.25rem;
}
.top .p-select-list li {
  border: 1px solid #fff;
  padding: 0.8em 0.2em;
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
}
.top .p-processor-test {
  background: url(../../../img/top/bg_img4@2x.webp) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5rem 1rem 3.25rem;
}
.top .p-processor-test h2 {
  font-size: clamp(2rem, 50 / var(--max-xl) * 100vw, 3.125rem);
}
.top .p-processor-test h3 {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.top .p-processor-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.75rem;
  max-width: 964px;
}
.top .p-processor-list li {
  max-width: 180px;
}
.top .p-processor-list li:not(:first-child) figure {
  position: relative;
}
.top .p-processor-list li:not(:first-child) figure::before {
  content: "arrow_forward_ios";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  white-space: nowrap;
  direction: ltr;
  position: absolute;
  left: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  color: #fe651b;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}
.top .p-processor-test-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1.5rem;
}
.top .p-processor-test-btns li {
  width: 100%;
  max-width: 280px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.top .p-sample-head {
  background: #000;
}
.top .p-sample-head hgroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.top .p-sample-head hgroup p {
  font-size: clamp(1.25rem, 28 / var(--max-lg) * 100vw, 1.75rem);
  color: #e8420f;
  border: 1px solid #e8420f;
  padding: 0.1em 0.5em;
}
.top .p-sample-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem 0.75rem;
}
.top .p-sample-list dl dt {
  text-align: center;
  background: #000;
  color: #fff;
  font-weight: 500;
  padding: 0.5rem;
  line-height: 1.2;
}
.top .p-sample-footer {
  background: #000;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 3.125rem;
}
.top .p-sample-footer h2 {
  font-size: clamp(1.25rem, 32 / var(--max-lg) * 100vw, 2rem);
}
.top .p-sample-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
.top .p-sample-btns li {
  width: 100%;
  max-width: 280px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.top .p-comparison {
  background: url(../../../img/top/bg_img5@2x.webp) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5rem 1rem 3.25rem;
}
.top .p-comparison-list {
  gap: 1.5rem 0.75rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.top .p-comparison-list li a {
  display: block;
  background: #fff;
  text-align: center;
  padding: 1rem 0.5rem;
  -webkit-transition: all 0.2s var(--linear);
  transition: all 0.2s var(--linear);
}
.top .p-comparison-list li a .bodor {
  font-weight: 900;
  font-size: clamp(1.125rem, 22 / var(--max-lg) * 100vw, 1.375rem);
}
.top .p-comparison-list li a .maker {
  font-size: clamp(1.0625rem, 20 / var(--max-lg) * 100vw, 1.25rem);
}
.top .p-comparison h2 {
  display: inline-block;
  border-bottom: 4px double #fff;
}
.top .p-cases {
  padding-bottom: 3.75rem;
}
.top .p-cases .p-cases-card__head {
  background: #000;
  padding: 0.5rem;
}
.top .p-cases .p-cases-card__head h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.125rem, 22 / var(--max-lg) * 100vw, 1.375rem);
}
.top .p-cases .p-cases-card__head h3 span.num {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.8em;
  height: 1.8em;
  aspect-ratio: 1/1;
  background: #fd690e;
  color: #fff;
  line-height: 1;
  margin-right: 0.5em;
}
.top .p-cases .p-cases-card__thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 49/36;
}
.top .p-cases .p-cases-card__thumb figcaption {
  position: absolute;
  left: 0.2em;
  bottom: 0.2em;
  color: #fff;
  font-size: clamp(1.125rem, 24 / var(--max-xl) * 100vw, 1.5rem);
  font-weight: bold;
  line-height: 1.4;
}
.top .p-cases .p-cases-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-transition: 0.2s all var(--linear);
  transition: 0.2s all var(--linear);
}
.top .p-cases .p-cases-card__body {
  background: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #ccc;
  padding: 0.5rem 0;
}
.top .p-cases .p-cases-card__body .l {
  padding: 0 0.25rem;
}
.top .p-cases .p-cases-card__body .l li {
  position: relative;
  padding-left: 1em;
}
.top .p-cases .p-cases-card__body .l li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.top .p-cases .p-cases-card__body .c {
  padding: 0 0.25rem;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.top .p-cases .p-cases-card__body .r {
  padding: 0 0.25rem;
}
.top .p-cases .p-cases-card__body .r li {
  position: relative;
  padding-left: 1em;
}
.top .p-cases .p-cases-card__body .r li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #fd690e;
}
.top .caseswiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #d6d6d6;
  opacity: 1;
}
.top .caseswiper .swiper-pagination-bullet-active {
  background: #fd690e;
}
.top .caseswiper .swiper-button-prev,
.top .caseswiper .swiper-button-next {
  width: clamp(2.25rem, 52 / var(--max-xl) * 100vw, 3.25rem);
  height: clamp(2.25rem, 52 / var(--max-xl) * 100vw, 3.25rem);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
  top: 40%;
}
.top .caseswiper .swiper-button-prev {
  background-image: url(../../../img/icon/arrow_l_wh.svg);
}
.top .caseswiper .swiper-button-next {
  background-image: url(../../../img/icon/arrow_r_wh.svg);
}
.top .caseswiper .swiper-button-prev::after,
.top .caseswiper .swiper-button-next::after {
  content: none;
}
.top .p-lasernavi {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
  background: -webkit-linear-gradient(#fff 0%, #ccc 100%);
  background: linear-gradient(#fff 0%, #ccc 100%);
}
.top .p-lasernavi .p-lasernavi-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0 1.75rem;
}
.top .p-lasernavi .p-lasernavi-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}
.top .p-lasernavi .p-lasernavi-list figure img {
  aspect-ratio: 220/157;
}
.top .p-lasernavi .p-lasernavi-list figure figcaption {
  background: #fff;
  padding: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
}
.top .p-lasernavi-logo {
  width: 100%;
  height: auto;
  max-width: 348px;
  aspect-ratio: 348/64;
}
.top .p-lasernavi-footer {
  background: #000;
  padding: 1rem;
}
.top .p-lasernavi-footer .p-lasernavi-footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.top .p-lasernavi-footer .p-lasernavi-footer-content h3 {
  color: #fff;
  font-size: clamp(1rem, 18 / var(--max-lg) * 100vw, 1.125rem);
  font-weight: bold;
}
.top .p-lasernavi-footer .p-lasernavi-footer-content h3 svg {
  display: inline-block;
  font-size: clamp(1.5rem, 32 / var(--max-lg) * 100vw, 2rem);
}
.top .p-lasernavi-footer .p-lasernavi-footer-content h3 span {
  margin-left: 0.4em;
}
.top .p-lasernavi-footer-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
.top .p-lasernavi-footer-list li a {
  display: block;
  border-radius: 7px;
  background: #fff;
  text-align: center;
  padding: 0.75rem 1rem;
  position: relative;
  font-size: 0.9375rem;
  font-weight: bold;
}
.top .p-lasernavi-footer-list li a::after {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  font-size: 1.125rem;
  color: var(--color-primary);
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.2s var(--linear);
  transition: all 0.2s var(--linear);
}
.top .p-column {
  background: url(../../../img/top/column_bg@2x.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.top .p-note-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2%;
  font-size: 1.125rem;
  border-bottom: 1px solid #000;
  padding-bottom: 0.2em;
}
.top .p-note-magazine-title {
  position: relative;
  padding-left: 1em;
  line-height: 1.6;
}
.top .p-note-magazine-title::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.top .p-notecontent {
  background: rgba(255, 255, 255, 0.6);
  padding: clamp(0.75rem, 40 / var(--max-lg) * 100vw, 2.5rem);
}
.top .p-note-read {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4em;
  font-size: 1rem;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.top .p-note-read::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.35em solid transparent;
  border-bottom: 0.35em solid transparent;
  border-left: 0.55em solid #000;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.top .p-note-read:hover {
  color: #666;
}
.top .p-note-read:hover::before {
  -webkit-transform: translateX(0.2em);
  transform: translateX(0.2em);
}
.top .note-swiper-wrap {
  position: relative;
}
.top .note-swiper {
  padding: 1rem 0 2rem;
}
.top .note-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  overflow: hidden;
  -webkit-box-shadow: var(--shadow-card);
  box-shadow: var(--shadow-card);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  padding: 0.75rem;
  background: #fff;
}
.top .note-card:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}
.top .note-card__thumb {
  aspect-ratio: 16/9;
  background: #ddd;
  overflow: hidden;
}
.top .note-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.top .note-card__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 0.625rem;
}
.top .note-card__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: var(--color-sub);
  font-size: 12px;
  line-height: 1.4;
}
.top .note-card__tag {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f1f1f1;
  color: #333;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.top .note-card__title {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}
.top .note-card__excerpt {
  margin: 0;
  color: var(--color-sub);
  font-size: 14px;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.top .note-card__more {
  margin-top: auto;
  padding-top: 8px;
  font-size: 0.875rem;
  text-align: right;
}
.top .note-swiper__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 12px;
}
.top .note-swiper__btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  background: #fff;
  color: #111;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease, background 0.2s ease;
  transition: opacity 0.2s ease, background 0.2s ease;
}
.top .note-swiper__btn:hover {
  background: #f0f0f0;
}
.top .note-swiper__btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
.top .note-swiper__pagination {
  position: static;
  margin-top: 20px;
  text-align: center;
}
.top .note-swiper__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #bbb;
  opacity: 1;
}
.top .note-swiper__pagination .swiper-pagination-bullet-active {
  background: #111;
}
.top .note-swiper__btn.js-note-next {
  position: absolute;
  right: -60px;
  top: 42%;
  z-index: 9;
}
.top .note-swiper__btn.js-note-prev {
  position: absolute;
  left: -60px;
  top: 42%;
  z-index: 9;
}
.top .p-qa {
  max-width: 1065px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.75rem;
  border: 1px solid #ccc;
}
.top .p-qa__head {
  width: 100%;
  height: auto;
  padding: 1rem 2rem 2.25rem 5.625rem;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.top .p-qa__head::before {
  content: "Q";
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  background-color: var(--color-primary);
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0.25rem;
  left: 1.25rem;
}
.top .p-qa__item {
  width: 100%;
  height: auto;
  padding: 1.5rem 2rem 2.25rem 5.625rem;
  background-color: #fff;
  line-height: 2;
  letter-spacing: 0.05em;
  position: relative;
}
.top .p-qa__item::before {
  content: "A";
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  background-color: var(--color-secondary);
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 1rem;
  left: 1.25rem;
}
@media (max-width: 1279px) {
  .top {
    position: relative;
  }
  .top .p-viewing-guide-content {
    max-width: 75%;
  }
  .top .p-lasernavi-footer .p-lasernavi-footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .top {
    position: relative;
  }
  .top .p-reasonlist {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .top .p-about-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .top .p-about-content__visual {
    margin-left: auto;
    margin-right: auto;
  }
  .top .p-about-content__panel {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-left: auto;
    padding: 1.5rem;
  }
  .top .p-about-content__panel a.c-btn {
    margin-right: auto;
  }
  .top .p-lasernavi .p-lasernavi-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top .p-lasernavi .p-lasernavi-list figure img {
    width: 100%;
  }
  .top .p-lasernavi-footer-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .top {
    position: relative;
  }
  .top .p-viewing-guide {
    background: url(../../../img/top/bg_img_sp@2x.webp) no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
  .top .p-viewing-guide-content {
    max-width: 100%;
    text-align: center;
  }
  .top .p-viewing-guide-content ul li a.c-btn {
    margin: auto;
  }
  .top .p-lineup-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .top .p-select-guide {
    background: url(../../../img/top/bg_img3_sp@2x.webp) no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
  .top .p-select-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .top .p-processor-test {
    background: url(../../../img/top/bg_img4_sp@2x.webp) no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
  .top .p-processor-test-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top .p-processor-test-btns li {
    margin: auto;
  }
  .top .p-sample-head hgroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.5rem;
  }
  .top .p-sample-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .top .p-sample-btns li {
    margin: auto;
  }
  .top .p-comparison-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .top {
    position: relative;
  }
  .top .p-lineup-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .top .p-select-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .top .p-processor-test h2 {
    font-size: 6vw;
  }
  .top .p-processor-list li:not(:first-child) figure::before {
    left: -16px;
    font-size: 16px;
  }
  .top .p-sample-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
  .top .p-comparison-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .top .p-lasernavi .p-lasernavi-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .top .p-lasernavi-footer-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .top .p-note-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top .p-qa {
    padding: 1rem;
  }
}
@media (hover: hover) {
  .top .p-lineup-list__card a:hover figure img {
    scale: 1.2;
  }
  .top .p-comparison-list li a:hover {
    background: #000;
    color: #fff;
  }
  .top .p-cases a:hover .p-cases-card__thumb img {
    scale: 1.2;
  }
  .top .p-lasernavi-footer-list li a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
    color: var(--color-primary);
  }
  .top .p-lasernavi-footer-list li a:hover::after {
    -webkit-transform: translateY(-50%) translateX(3px);
    transform: translateY(-50%) translateX(3px);
  }
}
@media (max-width: 479px) {
  .top .p-processor-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1535px) {
  .top .note-swiper__btn.js-note-next {
    position: static;
    top: auto;
    right: auto;
  }
  .top .note-swiper__btn.js-note-prev {
    position: static;
    top: auto;
    left: auto;
  }
}
/*# sourceMappingURL=../../map/object/project/top.css.map */