@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", HiraKakuProN, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: clamp(13px, 1.3157894737vw, 15px);
  color: #000000;
}

::selection {
  background-color: #d0cfe4;
}

a {
  color: #007acc;
  text-decoration: none;
  transition: opacity 0.2s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
}

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

p {
  margin: 0 0 1.5em;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  tab-size: 2;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1;
  font-family: system-ui, sans-serif;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

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

:where(h1, h2, h3) {
  text-wrap: balance;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open])) {
  display: none !important;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.l_footer {
  background: #05195B;
}
.l_footer .l_section {
  position: relative;
}

.l_header {
  background: #F7FAFD;
}
@media screen and (width <= 1024px) {
  .l_header .l_section {
    padding: 0 8px 0 20px;
  }
}

.c_branding {
  padding-block: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c_branding .c_logo {
  width: 300px;
  font-size: 1.5rem;
  font-weight: bold;
}
.c_branding .c_tagline {
  display: block;
  margin-bottom: 10px;
  color: #05195B;
  font-size: clamp(9px, 0.8771929825vw, 10px);
  font-weight: 400;
  letter-spacing: normal;
}
@media screen and (width <= 1024px) {
  .c_branding {
    padding-block: 6px;
  }
  .c_branding .c_logo {
    width: 200px;
  }
  .c_branding .c_button,
  .c_branding .c_tagline {
    display: none;
  }
}

.l_main section {
  padding-block: 100px;
}
@media screen and (width <= 1024px) {
  .l_main section {
    padding-block: 80px;
  }
}
@media screen and (width <= 768px) {
  .l_main section {
    padding-block: 60px;
  }
}
.l_main section:nth-of-type(odd) {
  background: #F6F6F6;
}
.l_main section:nth-of-type(even),
.l_main section#access {
  background: #ffffff;
}
.l_main section#custom {
  border-top: 2px solid #ffffff;
  background: #F6F6F6;
}
.l_main section#p-stock {
  border-bottom: 2px solid #F6F6F6;
  background: #ffffff;
}

.l_section {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
}
@media screen and (width <= 1200px) {
  .l_section {
    max-width: 100%;
    padding-inline: 40px;
  }
}
@media screen and (width <= 1024px) {
  .l_section {
    max-width: 100%;
    padding-inline: 30px;
  }
}

.c_head {
  font-size: clamp(22px, 3.5087719298vw, 40px);
  color: #ffffff;
}
.c_head_caption {
  margin-top: 32px;
  display: block;
  color: #8991AF;
  font-size: clamp(13px, 1.5789473684vw, 18px);
  font-weight: normal;
  letter-spacing: 0.2em;
}
.c_head_leadtext {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.15em;
}
@media screen and (width <= 1024px) {
  .c_head_caption {
    margin-top: 20px;
  }
  .c_head_leadtext {
    font-weight: 400;
  }
  .c_head_leadtext br {
    display: none;
  }
}
@media screen and (width <= 768px) {
  .c_head_leadtext {
    font-weight: 400;
    font-size: 90%;
  }
  .c_head_leadtext br {
    display: none;
  }
}

.p_sales_title .c_head,
.p_maintenance_title .c_head,
.p_maintenance_classic .c_head,
.p_maintenance_restmod .c_head,
.p_sales_title .c_head_leadtext,
.p_maintenance_title .c_head_leadtext,
.p_maintenance_classic .c_head_leadtext,
.p_maintenance_restmod .c_head_leadtext {
  max-width: 1140px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (width <= 1200px) {
  .p_sales_title .c_head,
  .p_maintenance_title .c_head,
  .p_maintenance_classic .c_head,
  .p_maintenance_restmod .c_head,
  .p_sales_title .c_head_leadtext,
  .p_maintenance_title .c_head_leadtext,
  .p_maintenance_classic .c_head_leadtext,
  .p_maintenance_restmod .c_head_leadtext {
    padding-inline: 60px;
  }
}
@media screen and (width <= 768px) {
  .p_sales_title .c_head,
  .p_maintenance_title .c_head,
  .p_maintenance_classic .c_head,
  .p_maintenance_restmod .c_head,
  .p_sales_title .c_head_leadtext,
  .p_maintenance_title .c_head_leadtext,
  .p_maintenance_classic .c_head_leadtext,
  .p_maintenance_restmod .c_head_leadtext {
    padding-inline: 10px;
  }
}

.p_sales_title, .p_maintenance_title, .p_maintenance_classic, .p_maintenance_restmod {
  padding-block: 100px;
  min-height: 400px;
}
@media screen and (width <= 1200px) {
  .p_sales_title, .p_maintenance_title, .p_maintenance_classic, .p_maintenance_restmod {
    min-height: 200px;
  }
}
@media screen and (width <= 1024px) {
  .p_sales_title, .p_maintenance_title, .p_maintenance_classic, .p_maintenance_restmod {
    padding: 50px 40px;
  }
}
@media screen and (width <= 768px) {
  .p_sales_title, .p_maintenance_title, .p_maintenance_classic, .p_maintenance_restmod {
    padding: 40px 32px;
  }
}

.p_sales_title .c_head_leadtext, .p_maintenance_title .c_head_leadtext, .p_maintenance_classic .c_head_leadtext, .p_maintenance_restmod .c_head_leadtext {
  margin-block: 30px 0;
}

.c_section_title {
  margin-bottom: 80px;
}
@media screen and (width <= 600px) {
  .c_section_title {
    margin-bottom: 40px;
  }
}

.c_title {
  color: #05195B;
  font-size: clamp(22px, 2.9824561404vw, 34px);
  font-weight: 700;
  text-align: center;
}
.c_title__caption {
  display: block;
  margin-top: 16px;
  color: #9EA4BC;
  letter-spacing: 0.1em;
  font-size: clamp(14px, 1.4035087719vw, 16px);
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.c_title__leadtext {
  margin-top: 32px;
  color: #05195B;
  font-size: clamp(15px, 1.4912280702vw, 17px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.7;
}
@media screen and (width <= 600px) {
  .c_title__leadtext {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .c_title__leadtext br {
    display: none;
  }
}

.c_hamburger {
  display: none;
  position: relative;
  width: 52px;
  height: 52px;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 100;
}
.c_hamburger span {
  display: block;
  margin-inline: auto;
  position: relative;
  width: 50%;
  height: 2px;
  background: #05195B;
  transition: 0.3s ease;
}
.c_hamburger span:after, .c_hamburger span:before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  height: 2px;
  background: #05195B;
}
.c_hamburger span:before {
  top: -10px;
}
.c_hamburger span:after {
  top: 10px;
}
.c_hamburger.is-active span {
  transform: rotate(45deg);
}
.c_hamburger.is-active span:before {
  opacity: 0;
}
.c_hamburger.is-active span:after {
  top: -1px;
  transform: rotate(90deg);
}

/* ブレイクポイント以下の切り替え */
@media screen and (width <= 1024px) {
  .c_hamburger {
    display: block;
  }
}
.c_button {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: clamp(12px, 1.2280701754vw, 14px);
  font-weight: bold;
  position: relative;
}
.c_button__primary {
  padding: 20px 50px;
  background: #EDCA17;
  color: #05195B;
  border-radius: 4px;
  transition: 0.3s;
}
.c_button__primary:hover {
  opacity: 1;
  background: #ffe685;
}
.c_button__iconMail::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  background: url("/assets/images/icon_mail.png") no-repeat center;
  background-size: contain;
  vertical-align: bottom;
}
.c_button__arrow {
  margin-inline: auto;
}
.c_button__arrow::before, .c_button__arrow::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}
.c_button__arrow::before {
  right: 20px;
  width: 10px;
  height: 2px;
  background: #05195B;
}
.c_button__arrow::after {
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #05195B;
  border-right: 2px solid #05195B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c_button__secondary {
  padding: 20px 80px;
  background: #3FD2C7;
  border-radius: 200px;
  color: #ffffff;
  position: relative;
}
.c_button__secondary::before, .c_button__secondary::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}
.c_button__secondary::before {
  right: 40px;
  width: 14px;
  height: 2px;
  background: #ffffff;
}
.c_button__secondary::after {
  right: 40px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c_card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 60px;
}
.c_card__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border-radius: 8px;
}
@media screen and (width <= 1024px) {
  .c_card {
    gap: 40px;
  }
}
@media screen and (width <= 768px) {
  .c_card {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c_grid {
  display: grid;
  gap: 40px;
}
.c_grid img {
  border-radius: 6px;
}
.c_grid__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c_grid__text .c_grid__texttitle {
  margin-bottom: 20px;
}
.c_grid__text p {
  margin-bottom: 16px;
  font-size: clamp(14px, 1.4035087719vw, 16px);
  line-height: 1.7;
}
.c_grid__text p:last-child {
  margin-bottom: 0;
}
.c_grid__text.c_grid__list {
  justify-content: flex-start;
  gap: 24px;
}
.c_grid__text .c_grid__listhead {
  font-size: 16px;
  color: #3FD2C7;
}
@media screen and (width <= 600px) {
  .c_grid__text .c_grid__listhead {
    text-align: center;
  }
}
.c_grid__button {
  grid-column: 1/-1;
  display: block;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .c_grid__2col {
    grid-template-columns: 1fr 1.3fr;
  }
  .c_grid__1col {
    grid-template-columns: 1fr;
  }
  .c_grid__img-3col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (width <= 768px) {
  .c_grid {
    gap: 16px;
  }
  .c_grid__img-3col {
    grid-template-columns: repeat(2, 1fr);
  }
  .c_grid__button {
    max-width: 400px;
  }
}
.c_pageTop {
  position: absolute;
  top: -20px;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 999;
  transition: background-color 0.3s ease;
}
@media screen and (width <= 1200px) {
  .c_pageTop {
    right: 40px;
  }
}
@media screen and (width <= 1024px) {
  .c_pageTop {
    right: 20px;
  }
}
.c_pageTop::before, .c_pageTop::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  margin: auto;
}
.c_pageTop::before {
  width: 10px;
  height: 2px;
  background: #05195B;
  transform: translateX(-50%) rotate(90deg);
  top: 50%;
}
.c_pageTop::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #05195B;
  border-right: 2px solid #05195B;
  transform: translateX(-50%) rotate(-45deg);
  top: 15px;
}

.c_accordion__item {
  margin-bottom: 80px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
.c_accordion__header {
  display: flex;
  align-items: center;
  padding: 48px 40px 40px 0;
  cursor: pointer;
  position: relative;
}
.c_accordion__label {
  display: flex;
  align-items: center;
  height: 46px;
  margin-right: 50px;
  padding: 6px 12px 6px 32px;
  background: #ECFBF9;
  font-weight: 500;
  position: relative;
}
.c_accordion__label::after {
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #ECFBF9 transparent transparent;
  border-width: 23px 18px 23px 0;
  transform: rotate(180deg);
}
.c_accordion__label-en {
  justify-content: center;
  color: #3FD2C7;
  font-size: clamp(14px, 1.7543859649vw, 20px);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-right: 20px;
  letter-spacing: 0.05em;
}
.c_accordion__label-num {
  padding-left: 40px;
  font-size: clamp(20px, 2.6315789474vw, 30px);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #05195B;
  letter-spacing: 0.07em;
  position: relative;
}
.c_accordion__label-num::before {
  content: "";
  display: block;
  height: 1px;
  width: 30px;
  background: #05195B;
  position: absolute;
  top: 50%;
  left: 0;
}
.c_accordion__title {
  font-size: clamp(17px, 2.0175438596vw, 23px);
  color: #05195B;
  letter-spacing: 0.04em;
  margin: 0;
}
.c_accordion__icon {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #3FD2C7;
  display: block;
  right: 40px;
}
.c_accordion__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 16px;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 16px;
  height: 16px;
  border-top: solid 3px #3FD2C7;
  border-right: solid 3px #3FD2C7;
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
.c_accordion__item.is-open .c_accordion__icon::after {
  top: 15px;
  transform: translateX(-50%) rotate(315deg);
}
.c_accordion__content {
  padding: 0 60px 0px 60px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.c_accordion__item.is-open .c_accordion__content {
  max-height: max-content;
  padding: 0 60px 40px 60px;
}
@media screen and (width <= 768px) {
  .c_accordion__item {
    margin-bottom: 40px;
  }
  .c_accordion__header {
    padding: 60px 0px 24px 0;
  }
  .c_accordion__label {
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
    margin-right: 0;
    padding-left: 20px;
  }
  .c_accordion__label::after {
    content: none;
  }
  .c_accordion__label-en {
    margin-right: 10px;
  }
  .c_accordion__label-num {
    padding-left: 20px;
  }
  .c_accordion__label-num::before {
    content: "";
    display: block;
    height: 1px;
    width: 10px;
    background: #05195B;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .c_accordion__title {
    margin: 24px 0 0 24px;
  }
  .c_accordion__icon {
    width: 40px;
    height: 40px;
    background: #ffffff;
    top: 10px;
    right: 20px;
  }
  .c_accordion__icon::after {
    width: 14px;
    height: 14px;
    top: 17px;
  }
  .c_accordion__content {
    padding: 0 32px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
  }
  .c_accordion__content .c_button__secondary {
    padding: 20px 40px 20px 32px;
    line-height: 1.4;
  }
  .c_accordion__content .c_button__secondary::before {
    content: none;
  }
  .c_accordion__content .c_button__secondary::after {
    right: 20px;
  }
  .c_accordion__item.is-open .c_accordion__icon::after {
    top: 15px;
  }
  .c_accordion__item.is-open .c_accordion__content {
    padding: 0 32px 32px 32px;
  }
}
@media screen and (width <= 600px) {
  .c_accordion__title {
    width: 100%;
    margin: 24px 0px 0px;
    text-align: center;
    line-height: 1.5;
  }
  .c_accordion__content {
    padding: 0 24px;
  }
  .c_accordion__content .c_button__secondary {
    padding: 20px 32px 20px 24px;
  }
  .c_accordion__content .c_button__secondary::after {
    right: 16px;
  }
  .c_accordion__item.is-open .c_accordion__content {
    padding: 0 24px 24px 24px;
  }
}

.c_modal__image {
  position: relative;
}
.c_modal__imagecaption {
  margin: 10px 0 0;
  color: #9fa2b6;
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (width <= 600px) {
  .c_modal__imagecaption {
    font-size: 8px;
    line-height: 1.3;
  }
}

.c_modal__icon {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 0 0 6px 0;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  background: url("/assets/images/icon_zoom.svg") no-repeat center rgba(255, 255, 255, 0.7);
  background-size: 22px auto;
  z-index: 10;
}
@media screen and (width <= 600px) {
  .c_modal__icon {
    background-size: 16px auto;
    width: 24px;
    height: 24px;
  }
}

.c_modal__click {
  display: block;
  margin: 12px 0 20px;
  font-size: 13px;
  text-align: center;
  color: #000;
  text-decoration: underline;
}

.p_access {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
}
.p_access__title {
  border-bottom: 2px solid #3FD2C7;
  color: #05195B;
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
}
.p_access iframe {
  width: 100%;
  height: 450px;
}
@media screen and (width <= 1200px) {
  .p_access iframe {
    height: 350px;
  }
}
@media screen and (width <= 768px) {
  .p_access {
    grid-template-columns: 1fr;
  }
  .p_access iframe {
    height: 300px;
  }
}

.p_about__item {
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.p_about__title {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ECFBF9;
  position: relative;
  width: 100px;
  height: 32px;
  padding-inline: 20px;
  margin-right: 32px;
  font-weight: 700;
}
.p_about__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #ECFBF9 transparent transparent;
  border-width: 16px 14px 16px 0;
  transform: rotate(180deg);
}
.p_about__title, .p_about__text {
  margin-bottom: 0;
}
@media screen and (width <= 600px) {
  .p_about__title {
    width: 80px;
    margin-right: 24px;
    padding-inline: 0;
    font-size: 12px;
  }
  .p_about__text {
    line-height: 1.5;
  }
}

#hiace .p_access,
#classic .p_access,
#restomod .p_access {
  background: #ffffff;
  padding: 80px;
  border-radius: 6px;
  gap: 0 40px;
}
#hiace .p_access a,
#classic .p_access a,
#restomod .p_access a {
  text-decoration: underline;
}
#hiace .p_access .map,
#classic .p_access .map,
#restomod .p_access .map {
  justify-content: center;
}
#hiace .p_access .copy,
#classic .p_access .copy,
#restomod .p_access .copy {
  font-size: clamp(13px, 1.2280701754vw, 14px);
  line-height: 1.6;
  border-bottom: 0;
}
@media screen and (width <= 1024px) {
  #hiace .p_access,
  #classic .p_access,
  #restomod .p_access {
    padding: 40px;
  }
  #hiace .p_about__title,
  #classic .p_about__title,
  #restomod .p_about__title {
    padding-inline: 12px;
    flex-shrink: 0;
  }
}
@media screen and (width <= 768px) {
  #hiace .p_access,
  #classic .p_access,
  #restomod .p_access {
    display: flex;
    padding: 32px;
    flex-direction: column-reverse;
  }
}
@media screen and (width <= 600px) {
  #hiace .p_access,
  #classic .p_access,
  #restomod .p_access {
    padding: 24px;
  }
}

.c_table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 40px;
}
.c_table th, .c_table td {
  padding: 16px;
  border: 1px solid #ccc;
}
.c_table__row__subTotal {
  background: #F6F6F6;
}
.c_table__row__total {
  background: #ECFBF9;
}
.c_table__note {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.c_table__note:last-child {
  margin-bottom: 0;
}
@media screen and (width <= 600px) {
  .c_table {
    margin-bottom: 24px;
  }
  .c_table th, .c_table td {
    padding: 14px 10px;
  }
  .c_table__rowvt {
    writing-mode: vertical-rl;
    text-align: center;
  }
  .c_table__price {
    text-align: right;
  }
  .c_table__note {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

#contact .p_contact__wrap {
  background: #ffffff;
  padding: 40px;
  border-radius: 8px;
}
@media screen and (width <= 600px) {
  #contact .p_contact__wrap {
    padding: 0px;
  }
}
#contact iframe {
  margin-inline: auto;
}
#contact .c_section_title {
  margin-bottom: 0;
}
#contact .p_contact_text {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 60px;
}
#contact a {
  text-decoration: underline;
}

.p_gNav {
  background: #ffffff;
  padding-block: 16px;
}
.p_gNav__list {
  max-width: 1140px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 90px;
}
@media screen and (width <= 1200px) {
  .p_gNav__list {
    max-width: 100%;
    padding: 0 40px;
    gap: 70px;
  }
}
.p_gNav__list li {
  position: relative;
}
.p_gNav__list li:last-of-type::after {
  display: none;
}
.p_gNav__list .contact {
  display: none;
}
.p_gNav__list li::after {
  content: "";
  width: 1px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%) skewX(150deg);
  background: #05195B;
}
.p_gNav__list a {
  padding-bottom: 8px;
  color: #05195B;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
.p_gNav__list a:hover {
  opacity: 1;
}
.p_gNav__list a::before {
  background: #05195B;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.p_gNav__list a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (width <= 1200px) {
  .p_gNav li::after {
    right: -35px;
  }
}
@media screen and (width <= 1024px) {
  .p_gNav {
    display: none;
    position: absolute;
    padding-block: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
  }
  .p_gNav li::after {
    display: none;
  }
  .p_gNav .contact {
    display: block;
  }
  .p_gNav .contact .c_button {
    margin-inline: auto;
    margin-block: 16px;
    max-width: 60%;
    padding-block: 24px;
  }
  .p_gNav .contact .c_button::after {
    content: none;
  }
  .p_gNav__list {
    flex-direction: column;
    gap: 0;
    display: none;
  }
  .p_gNav__list li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  .p_gNav__list a {
    display: block;
    font-size: 17px;
    position: relative;
    width: 100%;
    padding-block: 24px;
    transition: 0.3s;
  }
  .p_gNav__list a:hover {
    color: #8991AF;
  }
  .p_gNav__list a::before {
    display: none;
  }
  .p_gNav__list a::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #05195B;
    border-right: 1px solid #05195B;
    background: transparent;
    transform: rotate(45deg) translateY(-50%);
  }
  .p_gNav.is-open {
    opacity: 1;
    visibility: visible;
    z-index: 3;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s;
    display: block;
  }
  .p_gNav.is-open .p_gNav__list {
    display: block;
  }
}
@media screen and (width <= 768px) {
  .p_gNav .contact .c_button {
    max-width: 80%;
    padding-block: 24px;
  }
}

.p_footerNav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
  padding-block: 60px;
}
@media screen and (width <= 768px) {
  .p_footerNav {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p_footerNav__col:nth-child(1) {
  max-width: 250px;
}
@media screen and (width <= 1024px) {
  .p_footerNav__col:nth-child(1) {
    grid-column: 1/-1;
    max-width: 200px;
    margin-bottom: 40px;
  }
}
@media screen and (width <= 1024px) {
  .p_footerNav__col:nth-child(2) {
    margin-left: 40px;
  }
}
@media screen and (width <= 768px) {
  .p_footerNav__col:nth-child(2) {
    margin-left: 0px;
  }
}
.p_footerNav__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p_footerNav__item {
  margin-bottom: 20px;
  font-size: clamp(12px, 1.2280701754vw, 14px);
}
.p_footerNav__item a {
  padding-left: 12px;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: clamp(11px, 1.3157894737vw, 15px);
}
.p_footerNav__item a::before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 6px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #8991AF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p_footerNav__item a:hover {
  text-decoration: underline;
}
.p_footerNav__item:last-child {
  margin-bottom: 0;
}

.p_footerCopyright {
  text-align: center;
  padding-block: 16px;
  background-color: #000D38;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: clamp(10px, 1.0526315789vw, 12px);
  letter-spacing: 0.1em;
}
.p_footerCopyright__text {
  display: block;
  line-height: 1.6;
}

#about .p_access {
  display: flex;
  flex-direction: column;
  padding: 80px;
  background: #fff;
  border-radius: 6px;
}
#about .p_access__title {
  font-size: clamp(14px, 1.5789473684vw, 18px);
}
#about .p_access__map {
  order: 2;
}
#about .p_access__info {
  order: 1;
}
#about .p_access iframe {
  height: 600px;
}
@media screen and (width <= 1024px) {
  #about .p_access {
    padding: 24px;
    flex-direction: column;
  }
  #about .p_access iframe {
    height: 300px;
  }
}
#about .p_access__button {
  margin-top: 40px;
  max-width: 50%;
  margin-inline: auto;
}
#about .p_access__button .c_button {
  font-size: clamp(13px, 1.4035087719vw, 16px);
  line-height: 1.6;
}
@media screen and (width <= 1024px) {
  #about .p_access__button {
    max-width: 60%;
  }
}
@media screen and (width <= 600px) {
  #about .p_access__button {
    max-width: 400px;
  }
  #about .p_access__button .c_button__primary {
    padding: 20px 30px;
  }
}

#about .p_about__title {
  width: 160px;
  flex-shrink: 0;
}
#about .p_about__item {
  margin-bottom: 32px;
  padding-bottom: 32px;
}
#about .p_about__text span {
  display: block;
  margin-top: 12px;
  font-size: 13px;
}
@media screen and (width <= 600px) {
  #about .p_about {
    padding: 0px;
  }
  #about .p_about__title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding-left: 16px;
    flex-shrink: 0;
    justify-content: flex-start;
  }
  #about .p_about__title::after {
    content: none;
  }
  #about .p_about__item {
    flex-direction: column;
    margin-bottom: 0px;
    padding-bottom: 20px;
    align-items: flex-start;
    border: none;
  }
  #about .p_about__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #about .p_about__text {
    padding-left: 16px;
  }
  #about .p_about__text span {
    font-size: 10px;
  }
}

.p_sales_title {
  background: url(/assets/images/bg_sales.jpg) no-repeat;
}

.p_hiaceNav {
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  padding: 32px 0;
}
.p_hiaceNav__list {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  list-style: none;
  gap: 60px;
}
.p_hiaceNav a {
  display: block;
  text-align: center;
  padding: 20px 16px;
  background: #05195B;
  border-radius: 4px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  transition: 0.3s;
  position: relative;
}
.p_hiaceNav a:hover {
  opacity: 0.75;
}
.p_hiaceNav a::before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 6px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #ffffff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(90deg);
}
@media screen and (width <= 1200px) {
  .p_hiaceNav {
    padding: 32px;
  }
}
@media screen and (width <= 1024px) {
  .p_hiaceNav__list {
    gap: 32px;
  }
  .p_hiaceNav a {
    font-size: 11px;
  }
  .p_hiaceNav a::before {
    width: 5px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #ffffff;
    right: 10px;
  }
}
@media screen and (width <= 768px) {
  .p_hiaceNav {
    padding: 24px 16px;
  }
  .p_hiaceNav__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .p_hiaceNav a {
    font-size: 11px;
  }
}

@media screen and (width <= 1024px) {
  .p_homeHero img {
    width: 100%;
  }
}

.p_homeService {
  background: #F6F6F6;
  position: relative;
}
.p_homeService .l_section {
  position: relative;
  z-index: 2;
}
.p_homeService .c_head {
  margin-bottom: 60px;
}
.p_homeService::before {
  height: 360px;
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #05195B;
}
@media screen and (width <= 1024px) {
  .p_homeService {
    padding-top: 60px !important;
  }
  .p_homeService .c_head {
    margin-bottom: 32px;
  }
  .p_homeService .c_head_caption {
    margin-top: 20px;
  }
  .p_homeService::before {
    height: 280px;
  }
}
@media screen and (width <= 768px) {
  .p_homeService {
    padding-top: 40px !important;
  }
  .p_homeService::before {
    height: 240px;
  }
}

.p_homeServiceCard {
  padding-inline: 60px;
}
.p_homeServiceCard .c_card__item {
  box-shadow: 8px 8px 20px 0px rgba(5, 25, 91, 0.1);
  position: relative;
  position: static;
}
.p_homeServiceCard .c_card__item a {
  display: block;
  height: 100%;
  text-decoration: none;
}
.p_homeServiceCard .c_card__item .c_card__inner {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.p_homeServiceCard .c_card__item .c_card__title {
  margin: 40px auto;
  color: #05195B;
  font-family: "Inter", sans-serif;
  font-size: clamp(18px, 2.1052631579vw, 24px);
  text-align: center;
  order: 2;
}
.p_homeServiceCard .c_card__item .c_card__title .c_card__num {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 16px;
  font-size: clamp(70px, 9.649122807vw, 110px);
  color: rgba(63, 210, 199, 0.07);
  font-weight: bold;
  font-style: italic;
  line-height: 0.7;
}
.p_homeServiceCard .c_card__item img {
  order: 1;
  border-radius: 8px 8px 0 0;
}
.p_homeServiceCard .c_card__item .c_card__text {
  padding: 0 40px 10px;
  color: #000000;
  order: 3;
  line-height: 1.5;
}
.p_homeServiceCard .c_card__item .c_button {
  margin: auto auto 40px;
  order: 4;
}
@media screen and (width <= 1024px) {
  .p_homeServiceCard {
    padding-inline: 32px;
  }
  .p_homeServiceCard .c_card__item .c_card__text {
    padding: 0 40px 0px;
  }
  .p_homeServiceCard .c_card__item .c_card__title {
    margin: 32px auto;
  }
}
@media screen and (width <= 768px) {
  .p_homeServiceCard {
    padding-inline: 0px;
  }
}

.p_home_banner {
  margin: auto;
  max-width: 1000px;
}
.p_home_banner img {
  border: 1px solid #ccc;
}
@media screen and (width <= 1024px) {
  .p_home_banner {
    max-width: 480px;
  }
}

.p_serviceLead {
  color: #ffffff;
  background: url("/assets/images/bg_serviceLead.jpg") no-repeat !important;
  background-size: cover !important;
  text-align: center;
}
.p_serviceLead__caption {
  display: block;
  margin-bottom: 16px;
  font-size: clamp(13px, 1.3157894737vw, 15px);
}
.p_serviceLead__title {
  margin-bottom: 60px;
}
@media screen and (width <= 1024px) {
  .p_serviceLead__title {
    line-height: 1.5;
  }
}
.p_serviceLead__text {
  font-size: clamp(13px, 1.4035087719vw, 16px);
  line-height: 2;
}
@media screen and (width <= 768px) {
  .p_serviceLead__text {
    text-align: left;
  }
  .p_serviceLead__text br {
    display: none;
  }
}

.p_stockNav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-inline: 80px;
  gap: 60px;
}
.p_stockNav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 40px;
  border-radius: 6px;
  border: 2px solid #05195B;
  font-size: clamp(20px, 2.2807017544vw, 26px);
  font-weight: 700;
  letter-spacing: 0.07em;
}
.p_stockNav span {
  display: block;
  color: #05195B;
  font-size: clamp(14px, 1.4035087719vw, 16px);
  position: relative;
}
.p_stockNav span:after {
  content: "";
  display: block;
  background: #05195B;
  height: 10px;
  width: 6px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
}
.p_stockNav .goonet {
  color: #E1111E;
  background-color: #FFF4F4;
}
.p_stockNav .carsensor {
  color: #FF6010;
  background-color: #FFFFF4;
}
@media screen and (width <= 1200px) {
  .p_stockNav {
    margin-inline: 0;
    gap: 32px;
  }
}
@media screen and (width <= 768px) {
  .p_stockNav {
    margin-inline: 0;
  }
}
@media screen and (width <= 600px) {
  .p_stockNav {
    margin-inline: 10px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .p_stockNav__link {
    padding: 32px;
    gap: 10px;
  }
}

.u_link {
  text-decoration: underline;
  padding: 0 4px;
}

.u_button__center {
  display: flex;
  justify-content: center;
}
.u_button__center .c_button__primary {
  padding: 30px 90px;
  font-size: 18px;
}
@media screen and (width <= 600px) {
  .u_button__center .c_button__primary {
    padding: 20px 40px;
    font-size: 15px;
  }
}
.u_button__center .c_button__iconMail::before {
  width: 24px;
  height: 19px;
  margin-right: 12px;
}
@media screen and (width <= 600px) {
  .u_button__center .c_button__iconMail::before {
    width: 17px;
    height: 14px;
  }
}

.u_mbbr {
  display: none;
}
@media screen and (width <= 600px) {
  .u_mbbr {
    display: block !important;
  }
}

.u_note {
  padding-left: 10px;
  color: #3FD2C7;
}
@media screen and (width <= 600px) {
  .u_note {
    padding-left: 4px;
  }
}

.u_note02 {
  padding-right: 10px;
  color: #3FD2C7;
}
@media screen and (width <= 600px) {
  .u_note02 {
    display: block;
    padding-right: 0;
  }
}

.u_small {
  font-size: 13px;
}
@media screen and (width <= 600px) {
  .u_small {
    margin-top: 6px;
    display: inline-block !important;
    font-size: 10px;
  }
}

.u_small02 {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 16px;
  text-align: center;
}
@media screen and (width <= 600px) {
  .u_small02 {
    font-size: 12px;
  }
}

.u_mb40 {
  margin-bottom: 40px !important;
}

.u_mt60 {
  margin-top: 60px !important;
}

.u_ct {
  text-align: center;
}