@charset "UTF-8";
:root {
  --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;
  color: var(--main-color);
  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;
}

.caution {
  color: #ff0000;
  padding-inline: 10px;
}

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

.header-container {
  display: flex;
  justify-content: space-between;
  padding: 20px 80px 20px 20px;
}

.main-wrap {
  margin-bottom: 50px;
  padding-bottom: 30px;
  background: transparent;
}

.hero {
  width: 100%;
  color: #fff;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  position: relative;
  padding-bottom: 2em;
}
.hero::before {
  content: "";
  position: absolute;
  background-size: cover;
  background-position: center;
  inset: 0;
  background-image: url("../assets/images/hero.jpg");
  filter: brightness(0.8);
  z-index: -99;
}

.hero-content {
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
}
.hero-content .hero-title {
  margin-top: 2em;
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: center;
  margin-inline: auto;
}
.hero-content .hero-title .title-wrap {
  padding-inline: 10px;
  z-index: 999;
}
.hero-content .hero-title .title-wrap .subtitle {
  line-height: 1;
  font-size: clamp(1.375rem, 0.899rem + 2.03vw, 1.875rem);
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.84);
}
.hero-content .hero-title .title-wrap h1 {
  font-family: var(--oz);
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: clamp(2rem, 0.096rem + 8.12vw, 4rem);
  border-bottom: 2px solid #fff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.84);
}
.hero-content .hero-title .title-wrap .desc {
  padding-block: 5px;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.84);
}
.hero-content .product-name {
  position: absolute;
  bottom: 5%;
  right: 5%;
  font-size: clamp(2.5rem, 1.013rem + 6.35vw, 4.063rem);
  font-weight: 700;
  text-shadow: 2px 2px 10px #4d9bc1, -2px 2px 10px #4d9bc1, 2px -2px 10px #4d9bc1, -2px -2px 10px #4d9bc1;
}
@media screen and (max-width: 480px) {
  .hero-content .product-name {
    position: static;
    bottom: 0;
    right: 0;
    text-align: center;
  }
}

.machine {
  margin-top: -7em;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  .machine {
    margin-top: 0;
  }
}

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

.features {
  margin-top: 3em;
  width: 100%;
  display: grid;
  grid-template-columns: 150px 1fr;
  row-gap: 20px;
  -moz-column-gap: 28px;
       column-gap: 28px;
  color: #222;
}
.features .feature-row {
  display: contents;
}
.features .label {
  font-weight: 700;
  line-height: 1.6;
  align-self: center;
}
.features .body {
  border-left: 2px solid #333;
  padding-left: 18px;
}
.features .body p {
  margin: 0.4em 0 0;
  line-height: 1.9;
}
.features .dot-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.features .dot-list.inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em 1.4em;
}
.features .dot-list.block li + li {
  margin-top: 0.3em;
}
.features .dot-list li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.9;
}
.features .dot-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.95em;
  transform: translateY(-50%);
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background: #1a325a;
}
.features h3,
.features .label {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .features {
    grid-template-columns: 1fr;
  }
  .features .label {
    margin-bottom: 6px;
    border-bottom: 2px solid #333;
  }
  .features .body {
    border-left: 0;
    padding-left: 0;
    margin-bottom: 2em;
  }
}

.flow-container {
  margin-top: 3em;
  text-align: center;
}

.spec {
  margin-top: 5em;
}
.spec p {
  padding: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.spec-table {
  width: 100%;
  border-radius: 5px;
  border-collapse: collapse;
  font-size: 14px;
  color: #333;
  table-layout: fixed;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.3);
}
.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;
}
@media (max-width: 768px) {
  .spec-table thead {
    display: none;
  }
  .spec-table tbody tr:not(.thead) {
    display: block;
    margin-bottom: 12px;
    padding: 10px;
  }
  .spec-table tbody tr:not(.thead) td {
    display: block;
    padding: 6px 0;
    border: none;
  }
  .spec-table tbody tr:not(.thead) td:nth-child(1) {
    font-weight: 700;
  }
  .spec-table tbody tr:not(.thead) td::before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    margin-bottom: 2px;
    color: #002c5f;
  }
}

.spec2 {
  margin-top: 3em;
}

.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;
}

.spec2-cols {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 左右2列に分ける */
}
.spec2-cols .spec2-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.spec2-cols .spec2-list li {
  position: relative;
  padding-left: 1.2em;
  margin: 0.4em 0;
  line-height: 1.6;
}
.spec2-cols .spec2-list li::before {
  content: "■";
  position: absolute;
  left: 0;
  color: #123c7d; /* 好きな色 */
}
@media screen and (max-width: 768px) {
  .spec2-cols {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .spec-table tbody .thead {
    display: block;
    padding: 5px 10px 10px 10px;
    text-align: left;
    color: #fff;
    background-color: #002c5f;
  }
  .spec2-container .spec2-list {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.movie-container {
  margin-block: 2em 4.5em;
  text-align: center;
}
.movie-container p {
  padding-block: 0.1em 1em;
}

.movie-content {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  gap: 20px;
}

figure {
  width: 100%;
}

.spec-flex {
  display: flex;
  justify-content: center;
}

.image-flex {
  margin-top: 1em;
  display: flex;
  gap: 20px;
}

.spot {
  margin-block: 2em;
  font-weight: 500;
}
.spot .text-with-lines {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
}
.spot .text-with-lines span {
  font-size: clamp(1.125rem, 0.529rem + 2.54vw, 1.75rem);
  line-height: 1.4;
  white-space: nowrap;
  flex: 0 0 auto;
  color: #002c5f;
}
.spot .text-with-lines::before, .spot .text-with-lines::after {
  content: "";
  flex: 1 1 0;
  min-width: 24px;
  height: 2px;
  background-color: #002c5f;
}

@media (max-width: 768px) {
  .spot .text-with-lines {
    gap: 0.8em;
  }
  .spot .text-with-lines::before, .spot .text-with-lines::after {
    flex: 0.4;
  }
}
@media (max-width: 480px) {
  .spot .text-with-lines {
    flex-direction: column;
    padding-block: 5px;
    border-top: 2px solid #002c5f;
    border-bottom: 2px solid #002c5f;
  }
  .spot .text-with-lines span {
    white-space: wrap;
  }
  .spot .text-with-lines::before, .spot .text-with-lines::after {
    display: none;
  }
}
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 */