@charset "UTF-8";

/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: auto;
  appearance: auto;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 8px;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  /* cursor: pointer; */
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ブレイクポイント============================== */
/* フォント============================== */
@font-face {
  font-family: "Honoka_Shin_Mincho_L";
  src: url("../../font/Honoka_Shin_Mincho_L.ttf") format("truetype");
}

/* フォントサイズ============================== */
html {
  font-size: 62.5%;
}

.c-xSpDisplayBlock {
  display: none;
}

@media screen and (max-width: 360px) {
  .c-xSpDisplayBlock {
    display: block;
  }
}

.c-xSpDisplayNone {
  display: block;
}

@media screen and (max-width: 360px) {
  .c-xSpDisplayNone {
    display: none;
  }
}

.c-spDisplayBlock {
  display: none;
}

@media screen and (max-width: 480px) {
  .c-spDisplayBlock {
    display: block;
  }
}

.c-spDisplayNone {
  display: block;
}

@media screen and (max-width: 480px) {
  .c-spDisplayNone {
    display: none;
  }
}

.c-xTabDisplayBlock {
  display: none;
}

@media screen and (max-width: 600px) {
  .c-xTabDisplayBlock {
    display: block;
  }
}

.c-xTabDisplayNone {
  display: block;
}

@media screen and (max-width: 600px) {
  .c-xTabDisplayNone {
    display: none;
  }
}

.c-tabDisplayBlock {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-tabDisplayBlock {
    display: block;
  }
}

.c-tabDisplayNone {
  display: block;
}

@media screen and (max-width: 768px) {
  .c-tabDisplayNone {
    display: none;
  }
}

.c-pcDisplayBlock {
  display: none;
}

@media screen and (max-width: 1025px) {
  .c-pcDisplayBlock {
    display: block;
  }
}

.c-pcDisplayNone {
  display: block;
}

@media screen and (max-width: 1025px) {
  .c-pcDisplayNone {
    display: none;
  }
}

.c-lPcDisplayBlock {
  display: none;
}

@media screen and (max-width: 1280px) {
  .c-lPcDisplayBlock {
    display: block;
  }
}

.c-lPcDisplayNone {
  display: block;
}

@media screen and (max-width: 1280px) {
  .c-lPcDisplayNone {
    display: none;
  }
}

/* フォントサイズ============================== */
html {
  scroll-behavior: auto !important;
}

body {
  color: #fff;
  line-height: 1.5;
  letter-spacing: 1px;
  background-image: url("../assets/img/common/img-common-bg.png");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}

img {
  width: 100%;
}

li {
  list-style: none;
}

a {
  color: #333;
}

/*　パンくずリスト　*/
.breadcrumb-area {
  position: relative;
  z-index: 1;
}

.breadcrumb > li + li::before {
  content: "＞";
  padding: 0px 5px;
}

.breadcrumb {
  display: flex;
  padding: 16px 32px;
  font-size: 14px;
  max-width: 1760px;
  margin: 0 auto;
}

.breadcrumb a {
  color: #fff;
}

/*　404　*/
.error-page-container {
  padding-top: 300px;
  text-align: center;
}

.error-page-ttl-wrap {
  font-size: 38px;
  margin-bottom: 32px;
}

.error-text-center {
  margin-bottom: 48px;
}

.submit-container.error {
  margin-bottom: 150px;
}

.header {
  background-image: url("../assets/img/common/hdr-bg.png");
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  height: 100px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100px;
  position: fixed;
  top: 0;
  z-index: 10001;
  width: 100%;
}

.nav-list-wrap {
  display: flex;
}

.nav-list {
  display: flex;
  padding-right: 56px;
}

.nav-list li {
  justify-content: space-between;
  padding-right: 24px;

  @media (max-width: 767px) {
    border-bottom: 1px solid #ffffff24;
    padding: 6px;
  }
}

.nav-list a {
  color: #fff;
  white-space: nowrap;
}

.nav-logo {
  display: none;
}

.content-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 32px;
}

.content-container-02 {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 32px;
}

.hdr-contact {
  color: #fff;
  display: flex;
  gap: 8px;
  padding-right: 14px;
}

.hdr-contact img {
  width: auto; /* 横幅を自動調整 */
  height: 24px; /* アイコンの高さを固定 */
  max-width: none; /* flexのせいで広がらないように */
}

.toggle-btn {
  display: none;
  cursor: pointer;
  position: relative;
}

.toggle-btn span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  left: 7px;
}

/* お問い合わせ・エントリー */
.form-control {
  font-size: 16px;
  font-weight: 400;
  height: auto;
  padding: 10px 12px;
  background: #2b2b2b;
  border-radius: 2px;
  box-shadow: none;
  color: #787878;
}

.req {
  color: #ffffff;
  font-weight: normal;
  display: inline-block;
  padding: 2px 4px;
  font-size: 12px;
  border-radius: 2px;
  position: absolute;
  right: 15px;
  background: red;
}

.unreq {
  color: #ffffff;
  font-weight: normal;
  display: inline-block;
  padding: 2px 4px;
  font-size: 12px;
  border-radius: 2px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(187, 187, 187);
}

textarea.form-control {
  height: auto;
}

/* フッター */
.footer-logo {
  width: 260px;

  @media (max-width: 767px) {
    width: 270px;
  }
}

.footer-bg {
  background-image: url("../assets/img/common/footer-bg-sp.png");
  padding: 50px 80px 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

small {
  display: block;
  text-align: center;
  margin-top: 30px;
  color: #333;
}

.footer-text-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  max-width: 760px;
  color: #333;
  justify-content: flex-start;
}

.footer-address {
  color: #333;
  margin-top: 20px;
}

.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 650px;
  justify-content: center;
}

.scroll-up {
  transform: rotate(-90deg);
}

.scrollArrow {
  width: 160%;
  height: 15px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(42deg);
  margin: -10px 0 0 -44px;
}

.more-btn {
  --more-btn-color: #fff;
  text-align: center;
  font-weight: bold;
  margin-top: 24px;
}

.more-btn.left {
  text-align: left;
}

.more-btn.right {
  text-align: right;
}

.more-btn a {
  position: relative;
  padding: 0 3em 0 0.5em;
  color: var(--more-btn-color);
  text-decoration: none;
  outline: none;
  font-size: 16px;
}

.more-btn a::before,
.more-btn a::after {
  content: "";
  position: absolute;
  background: var(--more-btn-color);
  height: 1px;
  transition: all 0.3s;
}

.more-btn a::before {
  bottom: -10px;
  left: 0%;
  width: 90%;
}

.more-btn a::after {
  bottom: -5px;
  right: 10%;
  width: 15px;
  transform: rotate(35deg);
}

.more-btn a:hover::before {
  left: 10%;
}

.more-btn a:hover::after {
  right: 0%;
}

.l-container {
  padding: 0 32px;
  align-items: center;
}

.top-wrap {
  max-width: 1760px;
  margin: 48px auto 0;
  padding: 0 32px;
  position: relative;
}

.kv-ttl-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-sec-ttl {
  font-size: clamp(1.75rem, 1.2889rem + 1.9672vw, 3.625rem);
  font-weight: bold;
  text-align: center;
  margin-top: 88px;
  position: relative;
}

.c-sec-ttl-sub {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  color: #c2ff6e;
  white-space: nowrap;
}

.c-sec-ttl::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  background: #9d9d9d;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);

  @media screen and (max-width: 991px) {
    bottom: -2px;
  }
}

@media screen and (max-width: 1300px) {
  .header {
    height: 80px;
    background-image: url("../assets/img/common/hdr-bg-sp.png");
    padding: 10px;
    display: flex;
    justify-content: space-between;
  }

  .header-logo {
    width: 65%;
  }

  .hdr-contact {
    display: none;
  }

  /* hamburger */
  .nav-list-wrap {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #1e1e1e;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .nav-logo {
    width: 100%;
    height: 80px;
    background-image: url(../assets/img/common/hdr-bg-sp.png);
    background-size: 100% 100px;
    background-repeat: no-repeat;
    padding: 16px;
  }

  .hdr-logo-hnb {
    width: 100%;
    height: 26.2px;
    display: none;
  }

  .nav-list-wrap-cont {
    display: block;
    width: 100%;
  }

  .nav-list {
    /* position: absolute;
    top: 33%;
    left: 80px; */
    flex-direction: column;
    /* transform: translate(-50px, -50px); */
    letter-spacing: 2px;
    line-height: 1.5;
    font-size: 16px;
    padding: 40px 20px;
    gap: 12px;
    z-index: 5;
  }

  .nav-contact {
    color: #fff;
    display: flex;
    max-height: 100%;
    margin: auto 0 0 0;
    background: #746aaf;
    padding: 10px 30px;
    border-radius: 30px;
    width: 44%;
    margin: 0 auto;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
  }

  .hdr-contact img {
    margin-left: inherit;
  }

  .toggle-btn {
    display: block;
    z-index: 11;
    right: 10px;
    width: 40px;
    height: 40px;
  }

  .toggle-btn span:nth-child(1) {
    top: 10px;
  }

  .toggle-btn span:nth-child(2) {
    top: 19px;
  }

  .toggle-btn span:nth-child(3) {
    top: 28px;
  }

  .open .toggle-btn {
    z-index: 12;
    display: block;
  }

  .open .toggle-btn span {
    background-color: #fff;
  }

  .open .nav-list-wrap {
    opacity: 1;
    visibility: visible;
  }

  .open .toggle-btn span:nth-child(2) {
    opacity: 0;
  }

  .open .toggle-btn span:nth-child(1) {
    top: 20px;
    transform: rotate(-45deg);
  }

  .open .toggle-btn span:nth-child(3) {
    top: 20px;
    transform: rotate(45deg);
  }

  .nav-logo {
    position: relative;
    z-index: 1;
    align-items: center;
    display: flex;
  }

  .scroll-up {
    display: none;
  }

  .footer-text-wrap {
    flex-direction: column;
  }

  .footer-nav-list {
    flex-direction: column;
    margin-top: 32px;
  }

  .footer-bg {
    background-image: url("../assets/img/common/footer-bg-sp.png");
    text-align: center;
  }
}

@media all and (max-width: 950px) {
  .form-control {
    width: 100%;
  }
}

/* アニメーション */
.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

.animated-left.fadein-left {
  animation: fadeinLeft 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.3s;
}

@keyframes fadeinLeft {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.animated-right.fadein-right {
  animation: fadeinRight 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.3s;
}

@keyframes fadeinRight {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.fv-catch {
  font-size: clamp(2rem, 0.3402rem + 7.082vw, 8.75rem);
}

.sec-ttl {
  font-size: clamp(3rem, 0.6364rem + 5.8182vw, 8rem);
  color: #fff;
  font-weight: bold;
}

.sec-ttl-ja {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  background: #746aaf;
  padding: 5px 30px;
}

.sec-item-text {
  font-size: 18px;
  color: #fff;
  padding: 1% 55% 0 0;
}

.contact-area-ttl {
  font-size: clamp(2rem, 0.4773rem + 4.3636vw, 3.75rem);
  color: #fff;
  font-weight: bold;
}

.nav_list {
  display: flex;
  gap: 25px;
  font-size: clamp(1rem, 0.4073rem + 0.9569vw, 2rem);
  color: #fff;
}

.fv-bg {
  background-image: url("../assets/img/top/img-fv.png");
  background-size: cover;
  width: 100%;
  padding-top: 50%;
}

.fv-wrap {
  position: relative;
}

.fv-catch-container {
  position: absolute;
  top: 70%;
  left: 27%;
  width: 50%;
  text-align: right;
  transform: translate(-50%, -50%);
}

.fv-catch-container p {
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.0625rem, 0.8934rem + 0.7213vw, 1.75rem);
}

.service-bg {
  background-image: url("../assets/img/top/img-service-bg.png");
  display: flex;
  min-height: 620px;
}

.service-bg p {
  color: #fff;
  font-size: 18px;
}

.reason-bg {
  background-image: url("../assets/img/top/img-reason-bg.png");
  display: flex;
  flex-direction: row-reverse;
  min-height: 620px;
}

.reason-bg p {
  color: #fff;
  font-size: 18px;
}

.reason-inner {
  display: flex;
  flex-direction: row-reverse;
}

.reason-text-wrap {
  text-align: right;
}

.reason-item-text {
  padding: 1% 0 0 55%;
}

.vehicle-ttl-wrap {
  background-color: #000;
  text-align: center;
  padding-bottom: 30px;
}

.vehicle-item {
  display: flex;
}

.vehicle-item-ttl {
  color: #fff;
  font-size: clamp(2.7rem, 0.2273rem + 4.3636vw, 3.5rem);
  font-weight: bold;
}

.safety-initiative-bg {
  background-image: url("../assets/img/top/img-safety-initiative.png");
  min-height: 360px;
  text-align: center;
}

.safety-initiative-text-wrap {
  transform: translateY(62px);
}

.about-us-bg {
  background-image: url("../assets/img/top/img-about-us-bg.png");
  display: flex;
  min-height: 620px;
}

.contact-area {
  display: flex;
  background: #000;
  justify-content: space-between;
}

.contact-area-item {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding-left: 32px;
  transition: all 0.3s;
}

.contact-area-item:hover {
  opacity: 0.5;
}

.vehicle-item-wrap {
  position: relative;
  width: 33.3333333333%;
}

.vehicle-item-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 786px) {
  .l-container {
    padding: 0 16px;
  }

  .sec-ttl-ja {
    padding: 2px 8px;
  }

  .service-bg {
    flex-direction: column;
    min-height: inherit;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sec-item-text {
    padding: 10px 0 0px 0;
  }

  .sec-img-wrap {
    width: 100%;
    margin-top: 38px;
  }

  .reason-inner {
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .reason-item-text {
    flex-direction: column;
    padding: 10px 0 0 0;
  }

  .vehicle-item {
    flex-direction: column;
  }

  .about-us-bg {
    flex-direction: column;
    min-height: inherit;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .contact-area {
    flex-direction: column;
  }

  .contact-area-item {
    flex-direction: column;
    width: 100%;
    padding-left: inherit;
  }

  .reason-bg {
    min-height: inherit;
  }

  .safety-initiative-bg {
    min-height: 270px;
  }

  .vehicle-item-text {
    text-align: center;
  }

  .vehicle-item {
    flex-direction: column;
  }

  .vehicle-item-wrap {
    width: 100%;
  }

  .vehicle-ttl-wrap {
    padding-top: 24px;
  }

  .c-contact-area-ttl-wrap {
    width: 100%;
    padding: 20px;
  }

  .fv-wrap {
    margin-top: 80px;
  }
}

.company-menu-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 88px;
}

.company-menu-item {
  border: 1px solid #fff;
  width: 14.3%;
  padding: 24px;
  font-size: 20px;
  margin-right: -1px;
}

.company-menu-item a {
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.greeting-item-wrap {
  display: flex;
  gap: 64px;
  margin-top: 40px;
}

.greeting-img-wrap {
  max-width: 550px;
}

.greeting-text {
  flex: 1;
  font-size: 18px;
}

.ceo {
  display: block;
  text-align: right;
  font-size: 18px;
}

.name {
  font-size: 24px;
  padding-left: 15px;
}

.philosophy-item-wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.philosophy-item {
  max-width: 360px;
  text-align: center;
}

.philosophy-item figure {
  width: 130px;
  display: inline-block;
}

.philosophy-item p {
  text-align: left;
}

.number {
  font-size: 32px;
  font-weight: bold;
}

.philosophy-item-ttl {
  font-size: 40px;
  font-weight: bold;
  color: #746aaf;
  margin-bottom: 24px;
  height: auto;
}

.philosophy-item-text {
  text-align: center;
  font-size: 18px;
}

.philosophy-item-ttl-sub {
  font-size: 22px;
  text-align: left;
  margin-top: 24px;
  height: 80px;
  font-weight: 700;
}

.philosophy-item-text-list {
  text-align: left;
  margin: 15px 0;
}

.c-spec {
  border: 1px solid #fff;
}

.c-spec-item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  /* 項目間の境界線 */
}

.c-spec-item:last-child {
  border-bottom: none;
  /* 最後の項目には下線をつけない */
}

.c-spec-heading {
  flex: 0 0 30%;
  font-weight: bold;
  color: #fff;
  background: #746aaf;
  padding: 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.c-spec-desc {
  flex: 1 1 70%;
  color: #fff;
  font-size: 16px;
  padding: 20px;
}

.requirements-info-wrap {
  .c-spec-desc {
    padding: 20px;
  }
  .c-spec-heading {
    padding: 20px;
  }
}

.address,
.member {
  margin: 0;
  padding: 0;
}

.address dd,
.member dt,
.member dd {
  margin: 0;
  padding: 5px 0;
}

.member dt {
  color: #fff;
}

.c-spec-desc-text {
  margin: 0;
  padding: 5px 0;
}

.affliates-link {
  color: #fff;
  transition: all 0.3s;
  border-bottom: 1px solid;
}

.affliates-link:hover {
  opacity: 0.3;
}

.member {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1em;
  column-gap: 1em;
  max-width: 375px;
}

@media screen and (max-width: 768px) {
  .c-spec-item {
    display: block;
  }

  .c-spec-heading,
  .c-spec-desc {
    flex: 1 1 100%;
    padding: 7px;
  }
}

.office-item-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.office-item {
  max-width: 250px;
}

.locate {
  font-size: 24px;
  margin: 10px 0 16px;
}

.locate p {
  font-size: 18px;
}

.office-text-wrap {
  font-size: 18px;
}

.map-link {
  display: inline-block;
  width: 100%;
  color: #fff;
  background: #746aaf;
  text-align: center;
  border-radius: 3px;
  padding: 16px;
  font-size: 18px;
  margin-top: 16px;
}

.affliates-item {
  display: flex;
  gap: 64px;
}

.affliates-img-wrap {
  max-width: 365px;
}

.affliates-text-wrap {
  flex: 1;
}

.affliates-item:nth-child(2) {
  margin-top: 32px;
}

.group {
  font-size: 24px;
  margin-bottom: 32px;
}

.affliates-text {
  font-size: 18px;
}

.history {
  margin-bottom: 88px;
}

@media screen and (max-width: 1080px) {
  .company-menu-list {
    flex-direction: column;
  }

  .company-menu-item {
    width: 100%;
  }

  .greeting-item-wrap {
    flex-direction: column;
  }

  .philosophy-item-wrap {
    flex-direction: column;
    align-items: center;
  }

  .office-item {
    max-width: inherit;
    width: 100%;
  }

  .affliates-item {
    flex-direction: column;
  }

  .affliates-img-wrap {
    max-width: inherit;
  }
}

.vehicle-menu-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 88px;
  justify-content: center;
}

.vehicle-menu-item {
  border: 1px solid #fff;
  width: 33.3333333333%;
  padding: 24px;
  font-size: 20px;
  margin-right: -1px;
}

.vehicle-menu-item a {
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.sec-img-wrap {
  position: relative;
  margin-top: 60px;
}

.sec-img-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  font-size: clamp(1.5rem, 1.1004rem + 1.7049vw, 3.125rem);
  font-weight: bold;
}

.vehicle-item-wrap {
  display: flex;
}

.vehicle-sub-ttl {
  display: flex;
  font-size: clamp(1.5rem, 1.1926rem + 1.3115vw, 2.75rem);
  justify-content: space-between;
  margin-top: 40px;
  position: relative;
  padding-bottom: 16px;
}

.vehicle-sub-ttl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  background: #746aaf;
}

.type {
  padding-left: 15px;
}

.unit {
  font-size: 18px;
  padding-right: 15px;
  display: block;
  align-content: end;
}

.info-wrap {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
  gap: 64px;
}

.info-item-ttl {
  flex: 5;
  font-size: 24px;
}

.info-table {
  flex: 5;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
  text-align: center;
}

table th {
  width: 22%;
  background: #746aaf;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: left;
}

table td {
  border: 1px solid #ffffff;
  box-sizing: border-box;
  padding: 16px;
  vertical-align: top;
  text-align: left;
}

@media all and (max-width: 600px) {
  table th,
  table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }

  table tr:last-child td:last-child {
    border-bottom: 1px solid #ffffff;
  }
}

.type-name {
  position: relative;
  padding-bottom: 16px;
}

.type-name::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #fff;
}

.car-units {
  margin-top: 16px;
  display: block;
}

.note {
  font-size: 18px;
  margin-top: 40px;
}

.note-date {
  font-size: 18px;
  display: block;
  text-align: right;
}

.info-cars {
  display: flex;
  justify-content: space-between;
  padding-top: 64px;
  background-image: url("../assets/img/vehicle/img-sec-bg.png");
}

.info-cars-wrap {
  flex: 1;
}

.info-cars-item {
  display: flex;
  justify-content: center;
  font-size: 16px;
  max-width: 270px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  justify-content: space-around;
  padding: 16px;
  gap: 40;
}

.info-cars:last-child {
  margin-bottom: 88px;
}

@media screen and (max-width: 991px) {
  .info-wrap {
    flex-direction: column;
    gap: 32px;
  }

  .info-cars {
    flex-direction: column;
    padding: 32px;
  }

  .vehicle-menu-list {
    flex-direction: column;
  }

  .vehicle-menu-item {
    width: 100%;
  }
}

.bottom {
  padding-bottom: 64px;
}

.reason-item-ttl {
  font-size: clamp(1.75rem, 1.2582rem + 2.0984vw, 3.75rem);
  color: #c2ff6e;
  font-weight: bold;
  margin-top: 64px;
}

.item-num {
  font-size: 88px;
  color: #c2ff6e;
  opacity: 0.35;
}

.reason-text {
  font-size: 18px;
  margin: 38px 0;
}

.reason-item-ttl-wrap {
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: relative;
}

.reason-item-ttl-wrap-left {
  display: flex;
  flex-direction: row-reverse;
  align-items: end;
  justify-content: flex-end;
  gap: 50px;
  position: relative;
}

.reason-01-bg {
  background-image: url("../assets/img/reason/img-reason-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 88px;
}

.reason-02-bg {
  background-image: url("../assets/img/reason/img-reason-02-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 88px;
}

.reason-03-bg {
  background-image: url("../assets/img/reason/img-reason-03-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 88px 0;
}

@media screen and (max-width: 991px) {
  .reason-item-ttl-wrap-left {
    gap: 15px;
  }
}

.service-top-wrap {
  display: flex;
  margin: 88px 0 120px auto;
  gap: 64px;
  width: 100%;
  position: relative;
}

.service-top-text {
  flex: 1;
}

.service-top-img {
  max-width: 800px;
  position: absolute;
  right: 0;
}

.service-top-ttl {
  font-size: 32px;
  margin-bottom: 40px;
  width: 48%;
}

.service-top-text {
  font-size: 18px;
  max-width: 1160px;
  margin: 0 auto;
}

.service-top-item-text {
  width: 48%;
}

.service-top-img {
  max-height: 550px;
  width: 50%;
}

.service-second-wrap {
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
  gap: 70px;
}

.service-second-bg {
  background-image: url("../assets/img/service/img-service-second-bg.png");
  background-repeat: no-repeat;
  padding: 48px 32px;
}

.service-second-img img {
  width: inherit;
  box-shadow: 0px 0px 15px -5px #ffffff;
}

.service-second-bg {
  font-size: 24px;
}

.service-second-ttl {
  height: 80px;
  margin: 10px 0 14px;
}

.service-second-text {
  font-size: 18px;
}

.transportation-area {
  max-width: 960px;
  margin: 88px auto;
}

.transportation-area-ttl {
  font-size: 32px;
  text-align: center;
  margin-bottom: 44px;
}

.service-third-bg {
  background-image: url("../assets/img/service/img-service-third-bg.png");
  padding: 64px 32px;
  margin-bottom: 88px;
}

.service-third-wrap {
  max-width: 1160px;
  margin: 64px auto;
  display: flex;
}

.service-third-text-wrap {
  background: #fff;
  color: #333;
}

.service-third-img {
  width: 100%;
  flex: 1;
}

.service-third-text-wrap {
  flex: 1;
  padding: 66px;
}

.service-third-ttl {
  font-size: 24px;
}

.service-third-text {
  margin-top: 18px;
  font-size: 18px;
}

.service-btn {
  --more-btn-color: #746aaf;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .service-top-wrap {
    display: block;
    padding: 0 16px;
    margin: 38px 0 86px auto;
  }

  .service-top-ttl {
    width: 100%;
    font-size: 24px;
  }

  .service-top-item-text {
    width: 100%;
  }

  .service-top-img {
    width: 100%;
    position: inherit;
    margin-top: 32px;
  }

  .service-third-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 32px 16px;
  }

  .service-third-wrap {
    flex-direction: column;
  }

  .service-third-text-wrap {
    width: inherit;
    max-width: inherit;
    padding: 32px;
  }

  .service-third-img {
    width: inherit;
  }

  .service-second-wrap {
    flex-direction: column;
  }

  .service-second-bg {
    padding: 32px 16px 0;
  }

  .service-second-img img {
    width: 100%;
  }

  .service-second-ttl {
    margin: 24px auto 14px;
    text-align: center;
  }

  .service-second-text {
    font-size: 16px;
  }

  .transportation-area-ttl {
    font-size: 24px;
  }
}

.entry-content-message {
  text-align: center;
}

.birthdate-color {
  color: #6b6b6b;
}

body {
  font-size: 16px;
}

.safety-top-dsc {
  margin-top: 88px;
  margin-bottom: 64px;
}

.safety-sec-ttl-wrap {
  position: relative;
}

.safety-sec-ttl {
  position: absolute;
  top: 50%;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  font-size: clamp(1.5rem, 1.1004rem + 1.7049vw, 3.125rem);
  font-weight: bold;
}

.policy-sec-sub-ttl {
  font-size: clamp(1.5rem, 1.1004rem + 1.7049vw, 3.125rem);
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
  margin-top: 40px;
}

.policy-sec-sub-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #707070;
}

.policy-sec-text {
  margin-bottom: 88px;
}

.management-list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
  gap: 32px;
}

.management-item {
  flex: 1 1 calc(50% - 20px);
  color: #000;
  background: #fff;
  padding: 32px;
  text-align: center;
}

.management-num {
  font-size: 28px;
  font-weight: bold;
  color: #746aaf;
  position: relative;
}

.management-num::after {
  content: "●";
  position: absolute;
  bottom: -15px;
  left: 14px;
  font-size: 10px;
  color: #cec9ee;
}

.management-item-ttl {
  font-size: 24px;
  color: #746aaf;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 32px;
}

.management-item-sub-ttl {
  font-size: 18px;
  color: #746aaf;
}

.management-item-sub-ttl:not(:first-of-type) {
  margin-top: 32px;
}

.attempt-list {
  display: flex;
  gap: 32px;
}

.attempt-list figure {
  width: 98px;
  margin: 16px auto;
}

.attempt-item-ttl {
  font-size: 24px;
  margin-bottom: 16px;
}

.attempt-item {
  margin: 48px 0;
  text-align: center;
}

.attempt-item-ttl p {
  text-align: left;
}

.attempt-item-text {
  text-align: left;
}

.award-item-wrap {
  display: flex;
  gap: 32px;
  margin: 48px 0;
}

.award-item-ttl {
  font-size: 24px;
  position: relative;
  margin-bottom: 25px;
}

.award-ttl-left::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 2px;
  background: #746aaf;
  top: 44px;
  left: 0;
}

.award-item-ttl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #746aaf;
  top: 44px;
  left: 0;
}

.award-text {
  margin-top: 40px;
}

.award-ttl-left {
  padding-left: 20px;
}

.award-ttl-right {
  text-align: right;
  padding-right: 20px;

  @media (max-width:768px) {
  display: none;
  }
}

.safety-ttl-right {
  left: 30%;
}

.management-ttl-line {
  position: relative;
  padding-bottom: 16px;
}

.management-ttl-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #cec9ee;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 991px) {
  .management-list {
    flex-direction: column;
  }

  .attempt-list {
    flex-direction: column;
    margin: 32px 0;
    gap: inherit;
  }

  .award-item-wrap {
    flex-direction: column;
  }

  .award-ttl-left::before {
    display: none;
  }

  .award-item-ttl {
    font-size: 16px;
    text-align: left;
  }

  .award-ttl-left {
    padding-left: inherit;
  }

  .award-item-ttl::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #746aaf;
    top: 30px;
    left: 0;
  }

  .attempt-item {
    margin: inherit;
  }

  .safety-sec-ttl {
    left: 50%;
  }

  .safety-ttl-right {
    left: 50%;
    white-space: nowrap;
  }
}

.column {
  padding: 64px 0;
}

.recruit-sec-ttl {
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}

.message-wrap {
  display: flex;
  gap: 64px;
  margin-top: 40px;
}

.message-text {
  flex: 1;
}

.message-img-wrap {
  max-width: 550px;
}

.recruiter {
  font-size: 18px;
  margin-top: 24px;
  text-align: right;
  display: block;
}

.name {
  font-size: 24px;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.data-item {
  display: flex;
  gap: 32px;
}

.data-item-ttl {
  font-size: 32px;
  background: #746aaf;
  padding: 16px;
  text-align: center;
}

.data-item:first-of-type {
  margin-bottom: 32px;
}

.about-work-wrap {
  display: flex;
  gap: 32px;
}

.about-work-wrap > div {
  flex: 1;
}

.about-work-ttl {
  font-size: 24px;
  text-align: center;
  background: #746aaf;
  margin: 24px 0;
  padding: 16px;
  border-bottom: 1px solid #fff;
}

.about-work-wrap img {
  box-shadow: 0px 0px 10px -5px #fff;
}

.voice-list {
  display: flex;
  gap: 32px;
}

.voice-item figure {
  width: 98px;
  margin: 0 auto;
}

.voice-item-ttl {
  margin: 16px 0;
  text-align: center;
}

.voice-text-wrap {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  padding: 32px;
  background-color: #fff;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

.voice-text-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 6.5px 15px 6.5px;
  border-color: transparent transparent #fff;
  translate: -50% -100%;
}

.voice-text-ttl {
  font-size: 20px;
  color: #746aaf;
  font-weight: bold;
  margin-bottom: 16px;
}

.data-bg {
  background-image: url("../assets/img/recruit/img-data-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.voive-bg {
  background-image: url("../assets/img/recruit/img-voice-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.tab__menu-item {
  width: 33.3333333333%;
  border: 1px solid #aaa;
  padding: 24px;
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
}

.tab__menu-dsc {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.tab__menu-dsc::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #aaa;
}

/* is-activeがついている時のスタイル */
.tab__menu-item.is-active {
  background: #746aaf;
  color: #fff;
}

/* タブパネル */
.tab__panel {
  width: 100%;
}

.tab__panel-box001 {
  display: none;
}

.tab__panel-box002 {
  display: none;
}

.tab__panel-box003 {
  display: none;
}

/* is-showがついている時のスタイル */
.tab__panel-box.is-show {
  display: block;
}

.requirements-info-wrap {
  margin-top: 64px;
}

.btn-wrap {
  text-align: center;
  margin-top: 40px;
}

.btn {
  display: inline-block;
  padding: 16px 48px;
  background: #746aaf;
  color: #fff;
  border-radius: 5px;
}

.column {
  padding: 64px 16px;
}

/*sp*/
@media screen and (max-width: 991px) {
  .tab__menu {
    flex-direction: column;
  }

  .tab__menu-item {
    width: 100%;
    font-size: 20px;
  }

  .recruit-sec-ttl {
    font-size: 24px;
  }

  .message-wrap {
    flex-direction: column-reverse;
  }

  .about-work-wrap {
    flex-direction: column-reverse;
  }

  .voice-list {
    flex-direction: column-reverse;
  }
}

.privacy-container {
  max-width: 1280px;
  margin: 120px auto;
}

.privacy-item-wrap {
  margin: 48px;
}

.privacy-item-ttl {
  font-size: 24px;
  color: #746aaf;
  margin-bottom: 10px;
}

.privacy-list {
  margin: 20px 0;
}

@media screen and (max-width: 991px) {
  .privacy-item-wrap {
    margin: inherit;
    padding: 0 16px;
  }

  .privacy-item-wrap {
    margin: 68px auto;
  }
}

.contact-container {
  padding: 0 16px;
}

.contact-container {
  max-width: 1280px;
  margin: 88px auto;
}

.contact-container p {
  text-align: center;
}

.submit-container {
  text-align: center;
}

.submit-container button {
  text-align: center;
  background: #fff;
  display: inline-block;
  background: #746aaf;
  padding: 16px 48px;
  margin-top: 40px;
  transition: 0.3s;
  width: 240px;
  border-radius: 5px;
}

.submit-container button:hover {
  opacity: 0.8;
}

.submit-container a {
  text-align: center;
  background: #fff;
  color: #fff;
  display: inline-block;
  background: #746aaf;
  padding: 16px 48px;
  margin-top: 40px;
  transition: 0.3s;
  width: 240px;
  border-radius: 5px;
}

.submit-container a:hover {
  opacity: 0.8;
}

.contact_table th {
  width: 25%;
  position: relative;
}

.contact-content-message {
  text-align: center;
}

.contact-completion {
  text-align: center;
}

.contact-confirm {
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .contact_table th,
  .contact_table td {
    display: block;
  }
}

/*# sourceMappingURL=main.css.map */

.service-third-img {
  position: relative;
  background-color: #fff;
  overflow: hidden;

  @media (max-width: 768px) {
    margin-bottom: 229px;
    overflow: unset;
  }
}

.service-third-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.img-default {
  opacity: 1;
  z-index: 1;
}

.img-hover {
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}

#vehicle-type {
  scroll-margin-top: 100px;
}

#unic {
  scroll-margin-top: 140px;
}

#flat {
  scroll-margin-top: 140px;
}

#greeting {
  scroll-margin-top: 140px;
}

#philosophy {
  scroll-margin-top: 140px;
}

#emblem {
  scroll-margin-top: 140px;
}

#infomation {
  scroll-margin-top: 140px;
}

#sales-office {
  scroll-margin-top: 140px;
}

#affliates {
  scroll-margin-top: 140px;
}

#history {
  scroll-margin-top: 140px;
}

#vehicle-type {
  scroll-margin-top: 220px;
}

.em-box {
  display: flex;
  flex-direction: column;
  gap: 40px;

  @media (max-width: 767px) {
    gap: 80px;
    flex-direction: column;
  }
}

.em-img-01 {
  width: 100%;
  max-width: 260px;
  padding: 16px;

  @media (max-width: 767px) {
    max-width: 180px;
    padding: 0px;
  }
}

.em-img-02 {
  width: 100%;
  max-width: 260px;
}

.em-flex {
  display: flex;
  align-items: center;
  gap: 40px;

  @media (max-width: 767px) {
    gap: 16px;
    flex-direction: column;
  }
}

.em-main-txt {
  font-size: 24px;
  font-weight: 600;

  @media (max-width: 767px) {
    margin-bottom: 16px;
    text-align: center;
  }
}

.em-sub-txt {
  font-size: 16px;
}

.em-sub-txt-cont {
  margin-top: 16px;
  background-color: #33333349;
  padding: 16px;
  border-radius: 10px;
}

.green-txt {
  color: #c4ff73;
}

.white-txt {
  color: #fff;
}

.purple-txt {
  color: #746aaf;
}

.footer-bg {
  .scroll-up {
    padding: 12px 20px;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    z-index: 1000;
    transition: margin 0.2s;
    margin-bottom: 0;
  }

  .scroll-up:hover {
    margin-bottom: 5px;
  }

  .scroll-up p,
  .scroll-up .scrollArrow {
    margin: 0;
    text-align: center;
  }

  .scrollArrow {
    width: 120%;
    height: 12px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skew(42deg);
    margin: -10px 0 0 -44px;
    position: absolute;
    right: -10px;
  }
}

.tab__panel-box {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, max-height 0.4s ease;
}

.tab__panel-box.is-show {
  opacity: 1;
  max-height: 2000px; /* コンテンツ量に応じて調整 */
}

.tab__panel-box h2.fade-in {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* テキスト入力、メール、電話、テキストエリアの文字色 */
.contact_table input[type="text"],
.contact_table input[type="email"],
.contact_table input[type="tel"],
.contact_table textarea {
  color: white; /* 入力した文字を白に */
}

/* セレクトボックスの選択文字 */
.contact_table select {
  color: white; /* 選択された文字の色 */
}

/* プレースホルダ文字は薄いグレーに */
.contact_table input::placeholder,
.contact_table textarea::placeholder {
  color: #ccc;
}

.mw_wp_form input[type="radio"] + label {
  color: #aaa;
  cursor: pointer;
}

tr {
  height: 72px;
}
table td {
  border: 1px solid #ffffff;
  box-sizing: border-box;
  padding: 16px;
  vertical-align: top;
  text-align: left;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 72px;
}

.header-logo img {
  height: 44px;
  @media (max-width: 767px) {
    height: 28px !important;
    position: relative;
    z-index: 100001;
  }
}

.produced-by {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

.produced-by:hover {
  color: #0077ff;
  text-decoration: none;
}

.footer-copy {
  font-size: 14px;
  color: #333;

  @media screen and (max-width: 768px) {
    margin: 0 0 16px 0;
    text-align: center;
  }
}

.t-center {
  text-align: center;
}

.footer-img {
  width: 20%;
  @media screen and (max-width: 991px) {
    margin: 24px 0 0;
    width: 50%;
  }
  @media screen and (max-width: 400px) {
    width: 100%;
  }
}

.footer-bg {
  margin: 0 auto;
  padding: 40px 16px 24px;
}

.sp {
  display: none;
  @media screen and (max-width: 768px) {
    display: unset;
  }
}

.vehicle-ttl-wrap {
  position: relative; /* 子要素を絶対配置できるように */
  overflow: hidden; /* はみ出す部分を隠す */
}

/* 車イラスト 初期状態 */
.car-illustration {
  position: absolute;
  bottom: 0;
  right: -300px; /* 画面外に置く */
  width: 250px;
  opacity: 0; /* 最初は非表示 */
  transition: transform 1.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.8s;
}

/* 表示時にアニメーション開始 */
.vehicle-ttl-wrap.show .car-illustration {
  transform: translateX(-500px); /* 左へ移動 */
  opacity: 1;
}

/* ===== SP用調整 ===== */
@media (max-width: 768px) {
  .car-illustration {
    width: 110px;
    right: -230px;
  }
  .vehicle-ttl-wrap.show .car-illustration {
    transform: translateX(-250px); /* 移動距離も短めに */
  }
}

.pdf-link {
  color: #469cff;
  text-decoration: none; /* 初期は下線なし */
  transition: color 0.3s, text-decoration 0.3s; /* なめらかに変化 */
}

.pdf-link:hover {
  color: #0055cc; /* ホバー時に色を濃く */
  text-decoration: underline; /* 下線を付ける */
}


.entry-attention{
  font-size: 12px;
  font-weight: 400;
  text-align: left !important;
  width: 78%;
}

.entry-l-txt{
  width: 78%;
  text-align: left !important;
}

