@charset "UTF-8";
:root {
  --main-color: #1a325a;
  --darkblue1: #1d2975;
  --darkblue2: #1a60a2;
  --bg: #153258;
  --noto: 'Noto Sans JP', sans-serif;
  --noto-serif: 'Noto Serif JP', serif;
  --poppins: 'Poppins', serif;
  --biz: 'BIZ UDGothic', serif;
  --oz: 'Oswald', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  font-size: 16px;
  font-family: var(--noto);
  font-weight: 400;
  font-style: normal;
  background-color: #fefefe;
  font-feature-settings: "palt";
  line-break: strict;
}

img {
  max-width: 100%;
  height: auto;
}

video {
  display: block;
  width: 100%;
  max-width: 800px;
}

a {
  text-decoration: none;
}

.marker {
  background: linear-gradient(transparent 50%, #fffb00 70%);
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

.caption {
  font-size: 0.9em;
}

html {
  scroll-behavior: smooth;
}

.overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 190;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in;
}

nav.nav {
  width: 300px;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  right: -300px;
  top: 0;
  position: fixed;
  padding: 20px 0;
  transition: all 200ms ease-in-out;
  z-index: 199;
}

nav.nav ul {
  border: none;
  padding: 0;
}

.toggle {
  position: absolute;
  right: 104%;
  width: 50px;
  height: 50px;
  color: #313131;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}

span.toggler,
span.toggler:before,
span.toggler:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #313131;
  position: absolute;
  pointer-events: none;
}

span.toggler:before {
  bottom: 9px;
}

span.toggler:after {
  top: 9px;
}

span.deleteclass {
  background-color: transparent;
}

span.deleteclass::before {
  bottom: 0;
  transform: rotate(45deg);
}

span.deleteclass::after {
  top: 0;
  transform: rotate(-45deg);
}

.logo {
  text-align: center;
  margin-bottom: 30px;
}

.logo a {
  text-decoration: none;
  color: #888;
  font-size: 2rem;
}

.nav ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav ul li a {
  padding: 10px 20px;
  display: block;
  color: #313131;
  font-size: 1rem;
  text-decoration: none;
  transition: all 200ms ease;
}

.nav ul li a:hover {
  background-color: var(--darkblue2);
  color: #fff;
}

/* Show Nav */
.show-nav .nav {
  right: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.show-nav .overlay {
  opacity: 1;
  visibility: visible;
}

section {
  margin-inline: auto;
}

.inner {
  padding-inline: 1em;
}

h2 {
  display: inline-block;
  color: var(--darkblue1);
  position: relative;
  font-weight: 500;
  font-size: clamp(1.563rem, 0.826rem + 2.18vw, 1.875rem);
}

.main-wrapper {
  max-width: 1100px;
  margin-inline: auto;
}

.container {
  position: relative;
}

.csj-sheet {
  color: #111;
  line-height: 1.7;
}
.csj-sheet img {
  display: block;
  max-width: 100%;
  height: auto;
}

.csj-hero {
  position: relative;
  color: #fff;
}

.csj-hero--bg {
  position: relative;
  background-image: url("../assets/images/bk.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  min-height: min(720px, 70vh);
  padding-bottom: clamp(60px, 8vw, 110px);
}

.csj-hero__inner {
  width: min(1100px, 92vw);
  margin: 0 auto;
  padding: clamp(20px, 4vw, 34px) 0;
}

.csj-intro {
  position: relative;
  z-index: 1;
  background: #fff;
}

.csj-hero__head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.csj-hero__kicker-ja {
  font-size: clamp(12px, 1.8vw, 16px);
  opacity: 0.95;
  margin-bottom: 4px;
  font-weight: 500;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}

.csj-hero__kicker-en {
  font-size: clamp(18px, 2.4vw, 26px);
  font-weight: 700;
}
.csj-hero__kicker-en span {
  color: #ffd400;
}

.csj-hero__model {
  font-weight: 800;
  letter-spacing: 0.03em;
  font-size: clamp(40px, 4.6vw, 60px);
  white-space: nowrap;
  background: linear-gradient(180deg, #565656 0%, #ffffff 55%, #ffffff 64%, #000000 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.csj-hero__sub {
  margin-top: 14px;
  display: inline-block;
  color: var(--main-color);
  padding: 10px 14px;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  font-size: clamp(13px, 2vw, 16px);
}
.csj-hero__sub span {
  margin-inline: auto;
  padding: 0.35rem 2.5rem;
  display: block;
  width: 70%;
  font-weight: 900;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.85);
}

.csj-hero__grid {
  margin-top: clamp(16px, 5vw, 27px);
  display: flex;
  justify-content: center;
  gap: clamp(14px, 3vw, 28px);
  align-items: center;
  flex-wrap: wrap;
}

.csj-hero__list {
  margin: 0;
  padding-left: 1.2em;
  font-size: clamp(16px, 2vw, 18px);
}
.csj-hero__list li {
  margin: 6px 0;
  font-weight: 500;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8);
}

.csj-intro {
  background: #fff;
  position: relative;
  z-index: 1;
}

.csj-intro__inner {
  width: min(1100px, 92vw);
  margin: 0 auto;
  padding: clamp(18px, 3.5vw, 32px) 0 clamp(20px, 4vw, 34px);
}

.csj-intro__card {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: clamp(14px, 3vw, 22px);
  align-items: start;
}

.csj-intro__thumb {
  margin: 0;
}
.csj-intro__thumb img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.csj-intro__thumb figcaption {
  margin-top: 8px;
  font-size: 12px;
  color: #666;
}

.csj-intro__text p {
  margin: 0 0 12px;
  font-size: clamp(13px, 1.9vw, 18px);
  color: #333;
  line-height: 2;
}

@media (max-width: 900px) {
  .csj-hero__grid {
    grid-template-columns: 1fr;
  }
  .csj-hero__machine {
    justify-self: center;
    width: min(520px, 86vw);
  }
  .csj-intro__card {
    grid-template-columns: 1fr;
  }
  .csj-intro__thumb img {
    max-width: 420px;
    margin-inline: auto;
  }
}
/* ========== Sections ========== */
.csj-sections {
  background: #fff;
}
.csj-sections__inner {
  width: min(1100px, 92vw);
  margin: 0 auto;
  padding: 0 0 clamp(28px, 6vw, 56px);
}

.csj-block {
  padding: clamp(16px, 3.6vw, 26px) 0;
}
.csj-block:first-child {
  border-top: none;
}
.csj-block__title {
  width: 100%;
  margin: 0 0 10px;
  font-size: clamp(18px, 2.6vw, 26px);
  font-weight: 800;
  letter-spacing: 0.02em;
  padding-bottom: 10px;
  border-bottom: 6px solid #0b2d63;
}
.csj-block__body {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: clamp(12px, 3vw, 22px);
  align-items: start;
  margin-top: 12px;
}
.csj-block__desc {
  font-size: clamp(13px, 1.9vw, 15px);
  color: #333;
}
.csj-block__desc p {
  margin: 0 0 10px;
}
.csj-block__desc ul {
  margin: 8px 0 0;
  padding-left: 1.2em;
}
.csj-block__desc ul li {
  margin: 6px 0;
}
.csj-block__media {
  margin: 0;
  background: #fafafa;
  overflow: hidden;
}
.csj-block__media img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ========== Responsive ========== */
@media (max-width: 900px) {
  .csj-hero__grid {
    grid-template-columns: 1fr;
  }
  .csj-hero__machine {
    justify-self: center;
    width: min(520px, 86vw);
  }
  .csj-intro__card {
    grid-template-columns: 1fr;
  }
  .csj-intro__thumb img {
    max-width: 420px;
    margin-inline: auto;
  }
  .csj-block__body {
    grid-template-columns: 1fr;
  }
  .csj-block__media {
    max-width: 520px;
    margin-inline: auto;
  }
}
.spec-table-wrap {
  margin-top: 4em;
}

.spec {
  margin-top: 5em;
}
.spec h2 {
  margin-bottom: 2em;
  text-align: center;
  font-weight: 700;
  font-size: clamp(20px, 5vw, 24px);
  display: none;
}
@media screen and (max-width: 768px) {
  .spec h2 {
    display: block;
  }
}
.spec p {
  padding: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.spec-table {
  margin-inline: auto;
  border-radius: 5px;
  border-collapse: collapse;
  font-size: 14px;
  color: #333;
  table-layout: fixed; /* カラム幅安定 */
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
}
.spec-table thead tr:nth-child(1) {
  font-size: 18px;
}
.spec-table thead tr:nth-child(2) {
  padding: 10px;
  background: #002c5f;
  color: #fff;
}
.spec-table thead th {
  padding: 12px;
  font-weight: bold;
}
.spec-table tbody .thead {
  display: none;
}
.spec-table tbody tr td {
  padding: 10px 12px;
  vertical-align: top;
}
.spec-table tbody tr:nth-child(even):not(.thead) {
  background: #f5f7fa;
}
.spec-table {
  /* ====== スマホ表示 ====== */
}
@media (max-width: 768px) {
  .spec-table,
  .spec-table thead,
  .spec-table tbody,
  .spec-table th,
  .spec-table td,
  .spec-table tr {
    display: block;
  }
  .spec-table thead {
    display: none;
  }
  .spec-table tr {
    margin-bottom: 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
  }
  .spec-table tr td {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    width: 100%;
  }
  .spec-table tr td:nth-child(1) {
    width: 100%;
    font-weight: bold;
  }
  .spec-table tr td:nth-child(2) {
    width: 100%;
  }
  .spec-table tr td::before {
    color: #333;
  }
  .spec-table tr td:last-child {
    border-bottom: none;
  }
}

.spec2-container,
.spec2-container2 {
  margin-bottom: 3em;
}
.spec2-container h2,
.spec2-container2 h2 {
  border-bottom: 2px solid #002c5f;
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 24px;
}

.spec2-container2 .spec2-list {
  -moz-column-count: 1;
       column-count: 1;
}
.spec2-container2 .spec2-list {
  /* マルチカラムで左→右に流す（画像のように左3件/右2件などにしやすい） */
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 40px;
       column-gap: 40px;
  -moz-column-fill: auto;
       column-fill: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #233;
}
.spec2-container2 .spec2-list li {
  width: 100%;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  -webkit-column-break-inside: avoid;
  display: flex;
  align-items: baseline;
  line-height: 1.9;
  margin: 2px 0;
  padding-left: 1.2em;
  line-height: 1.9;
  position: relative;
}
.spec2-container2 .spec2-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.95em;
  transform: translateY(-50%);
  width: 0.75em;
  height: 0.75em;
  background: #1a325a;
}

footer {
  margin-top: 50px;
  background: var(--bg);
}
footer .footer-container {
  margin: 0 auto;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  max-width: 1000px;
  color: #fff;
}
footer .company-container .logo {
  width: 200px;
  margin-bottom: 20px;
}
footer .company-container address {
  font-style: normal;
}
footer .company-container address a {
  color: #fff;
  transition: 0.3s ease;
}
footer .company-container address a:hover {
  color: #86ccec;
}

.contact a {
  display: block;
  width: 300px;
  padding: 15px 10px;
  text-align: center;
  border-radius: 50px;
  font-weight: 400;
  letter-spacing: 0.05rem;
  background: #e1a346;
  color: #fff;
  transition: 0.3s ease;
}
.contact a:hover {
  transform: scale(1.03);
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #fff;
  border: solid 2px var(--bg);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagetop:hover {
  background: var(--darkblue1);
}
.pagetop:hover .pagetop__arrow {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
  transition: 0.3s ease;
}

@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .header-container {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
  .header-container .contact {
    margin-top: 1em;
  }
  .header-container .contact a {
    width: 250px;
    padding: 5px;
  }
  .spec-flex,
  .image-flex {
    flex-direction: column;
  }
  figure {
    width: 100%;
    text-align: center;
  }
  .spec-image {
    text-align: center;
  }
  footer .footer-container {
    margin: 0 auto;
    padding: 40px;
    display: flex;
    flex-direction: column;
  }
}
.qa {
  margin-block: 60px;
  text-align: center;
}
.qa h2 {
  margin-bottom: 20px;
}
.qa a.calclink {
  text-decoration: underline;
}
.qa a.calclink:hover {
  text-decoration: none;
}

.qa-6 {
  max-width: 1000px;
  margin-inline: auto;
  margin-bottom: 5px;
  border-bottom: 2px solid #d6dde3;
}

.qa-6 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.qa-6 summary::before {
  color: #0c97ae;
  content: "Q";
}

.qa-6 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid rgba(51, 51, 51, 0.7019607843);
  border-right: 3px solid rgba(51, 51, 51, 0.7019607843);
  content: "";
  transition: transform 0.5s;
}

.qa-6[open] summary::after {
  transform: rotate(225deg);
}

.qa-6 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 3em 1.5em;
  color: #333;
  text-align: left;
  transition: transform 0.5s, opacity 0.5s;
}

.qa-6[open] p {
  transform: none;
  opacity: 1;
}

.qa-6 p::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A";
}/*# sourceMappingURL=common.css.map */