@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

p {
  font-size: 0.9rem;
}

.right-container {
  margin-left: auto;
  margin-right: 0;
}

.container-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .container-lg {
    max-width: 96% !important;
  }
}
@media (max-width: 756px) {
  .container-lg {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.title-box .main-title {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  letter-spacing: 0.3rem;
}
.title-box .sub-title {
  letter-spacing: 0.5rem;
}

.white-title {
  color: #fff;
  text-align: right;
  padding-right: 100px;
}
@media (max-width: 992px) {
  .white-title {
    padding-right: 50px;
  }
}
@media (max-width: 756px) {
  .white-title {
    padding-right: 0px;
  }
}
.white-title .sub-title {
  position: relative;
  display: inline-block;
}
.white-title .sub-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #fff;
}

.black-title {
  text-align: left;
  padding-left: 50px;
}
@media (max-width: 756px) {
  .black-title {
    padding-left: 0px;
  }
}
.black-title .main-title {
  color: #333;
}
.black-title .sub-title {
  color: #CA1A1B;
  position: relative;
  display: inline-block;
}
.black-title .sub-title::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #CA1A1B;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease;
  background-color: transparent;
}
.site-header.scrolled {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.site-header .header-container {
  display: flex;
  align-items: center;
  height: 80px;
}
.site-header .logo-block {
  height: 100%;
  background-color: #000;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
}
.site-header .logo-block .logo-link {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.site-header .logo-block .site-title {
  color: white;
  font-size: 1.25rem;
  font-weight: bold;
  white-space: nowrap;
  margin: 0;
}
@media (min-width: 992px) {
  .site-header .logo-block .site-title {
    font-size: 1.5rem;
  }
}
.site-header .logo-block .site-title-bold {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .site-header .logo-block .site-title-bold {
    font-size: 1.75rem;
  }
}
.site-header .logo-block .site-logo {
  height: 30px;
  width: auto;
  display: block;
}
@media (min-width: 992px) {
  .site-header .logo-block .site-logo {
    height: 30px;
  }
}
.site-header .main-navigation {
  display: none;
  height: 100%;
  flex-grow: 1;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .site-header .main-navigation {
    display: flex;
  }
}
.site-header .main-navigation .nav-menu {
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .main-navigation .nav-menu li {
  height: 100%;
  display: flex;
}
.site-header .main-navigation .nav-menu .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  height: 100%;
  text-decoration: none;
  background-color: transparent;
  transition: background-color 0.3s;
}
.site-header .main-navigation .nav-menu .nav-link:hover {
  background-color: #f5f5f5;
}
.site-header .main-navigation .nav-menu .nav-link .nav-text {
  color: #333333;
  font-size: 0.875rem;
}
.site-header .main-navigation .nav-menu .nav-link .nav-text-en {
  color: #333333;
  font-size: 0.75rem;
}
.site-header .header-buttons {
  display: none;
  height: 100%;
}
@media (min-width: 992px) {
  .site-header .header-buttons {
    display: flex;
  }
}
.site-header .header-buttons .contact-button,
.site-header .header-buttons .recruit-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 100%;
  text-decoration: none;
}
.site-header .header-buttons .contact-button .button-icon,
.site-header .header-buttons .recruit-button .button-icon {
  height: 1.5rem;
  width: 1.5rem;
  margin-bottom: 0.25rem;
}
.site-header .header-buttons .contact-button .button-icon svg,
.site-header .header-buttons .recruit-button .button-icon svg {
  width: 100%;
  height: 100%;
  color: white;
}
.site-header .header-buttons .contact-button .button-text,
.site-header .header-buttons .recruit-button .button-text {
  color: white;
  font-size: 0.75rem;
}
.site-header .header-buttons .contact-button .button-text-en,
.site-header .header-buttons .recruit-button .button-text-en {
  font-size: 0.625rem;
}
.site-header .header-buttons .contact-button {
  background-color: #333333;
  transition: background-color 0.3s;
}
.site-header .header-buttons .contact-button:hover {
  background-color: #4d4d4d;
}
.site-header .header-buttons .contact-button .button-text-en {
  color: #999999;
}
.site-header .header-buttons .recruit-button {
  background-color: #ca1a1b;
}
.site-header .header-buttons .recruit-button .button-text-en {
  color: white;
}
.site-header .mobile-menu-toggle {
  display: block;
  margin-left: auto;
  padding: 1rem;
  background: none;
  border: none;
  cursor: pointer;
}
@media (min-width: 992px) {
  .site-header .mobile-menu-toggle {
    display: none;
  }
}
.site-header .mobile-menu-toggle .hamburger-icon {
  display: block;
  position: relative;
  width: 24px;
  height: 2px;
  background-color: #333333;
}
.site-header .mobile-menu-toggle .hamburger-icon::before, .site-header .mobile-menu-toggle .hamburger-icon::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #333333;
  left: 0;
}
.site-header .mobile-menu-toggle .hamburger-icon::before {
  top: -8px;
}
.site-header .mobile-menu-toggle .hamburger-icon::after {
  bottom: -8px;
}
.site-header .mobile-menu-toggle.active .hamburger-icon {
  background-color: transparent;
}
.site-header .mobile-menu-toggle.active .hamburger-icon::before {
  transform: rotate(45deg);
  top: 0;
}
.site-header .mobile-menu-toggle.active .hamburger-icon::after {
  transform: rotate(-45deg);
  bottom: 0;
}
.site-header .mobile-menu {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 999;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}
.site-header .mobile-menu.active {
  display: block;
}
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu li {
  border-bottom: 1px solid #f0f0f0;
}
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu .mobile-nav-link {
  display: flex;
  padding: 1rem 1.5rem;
  text-decoration: none;
}
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu .mobile-nav-link:hover {
  background-color: #f5f5f5;
}
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu .mobile-nav-link .nav-text {
  color: #333333;
  font-size: 0.875rem;
}
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu .mobile-nav-link .nav-text-en {
  color: #777777;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu .mobile-contact,
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu .mobile-recruit {
  display: flex;
  align-items: center;
}
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu .mobile-contact .mobile-button-icon,
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu .mobile-recruit .mobile-button-icon {
  height: 2rem;
  width: 2rem;
  margin-right: 0.75rem;
}
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu .mobile-contact .mobile-button-icon svg,
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu .mobile-recruit .mobile-button-icon svg {
  width: 100%;
  height: 100%;
  color: #333333;
}
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu .mobile-contact .mobile-button-text,
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu .mobile-recruit .mobile-button-text {
  display: flex;
  flex-direction: column;
}
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu .mobile-contact .mobile-button-text .nav-text-en,
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu .mobile-recruit .mobile-button-text .nav-text-en {
  margin-left: 0;
}

.main-visual {
  background-color: #000;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-top: 0;
}
.main-visual .container-lg {
  position: relative;
  padding: 0;
}
.main-visual .main-visual-slider {
  width: 100%;
  height: 100%;
}
.main-visual .main-visual-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-visual .main-visual-image {
  position: relative;
  overflow: hidden;
  /* アクティブなスライドにだけズームアニメーション */
}
.main-visual .main-visual-image img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1); /* 初期拡大率 */
  transition: transform 8s ease-in-out;
}
.main-visual .main-visual-image.zooming img {
  transform: scale(1.1);
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1); /* 拡大率を調整 */
  }
}
.main-visual .main-visual-content {
  position: absolute;
  bottom: 10%;
  right: 5%;
  text-align: right;
  color: #ffffff;
  z-index: 10;
}
.main-visual .main-visual-content .main-visual-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 10px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 992px) {
  .main-visual .main-visual-content .main-visual-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .main-visual .main-visual-content .main-visual-title {
    font-size: 1.8rem;
  }
}
.main-visual .main-visual-content .main-visual-subtitle {
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #891414;
}
@media (max-width: 992px) {
  .main-visual .main-visual-content .main-visual-subtitle {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .main-visual .main-visual-content .main-visual-subtitle {
    font-size: 0.9rem;
  }
}
.main-visual .main-visual-indicator {
  position: absolute;
  bottom: 5%;
  left: 5%;
  display: flex;
  gap: 10px;
}
.main-visual .main-visual-indicator .indicator {
  width: 40px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s;
}
.main-visual .main-visual-indicator .indicator.active {
  background-color: #ca1a1b;
}

@media (max-width: 768px) {
  .main-visual {
    height: 60vh;
    position: relative;
  }

  .main-visual .main-visual-image img {
    height: 60vh;
    object-position: center center;
  }

  .main-visual .main-visual-content {
    bottom: 20%;
  }

  .main-visual .main-visual-indicator {
    bottom: 5%;
  }
}

@media (max-width: 576px) {
  .main-visual .main-visual-content .main-visual-title {
    font-size: 1.3rem;
  }

  .main-visual .main-visual-content .main-visual-subtitle {
    font-size: 0.7rem;
  }
}

.site-footer {
  background-color: #808080;
  color: #ffffff;
  padding: 50px 0 20px;
}
.site-footer .footer-logo {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.site-footer .footer-logo-img {
  height: 40px;
  width: auto;
  display: block;
}
.site-footer .footer-address {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.site-footer .footer-address p {
  margin: 0;
}
.site-footer .footer-social {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
.site-footer .footer-social a {
  color: #ffffff;
  font-size: 1.2rem;
  transition: opacity 0.3s;
}
.site-footer .footer-social a:hover {
  opacity: 0.8;
}
.site-footer .footer-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 30px;
}
@media (max-width: 576px) {
  .site-footer .footer-nav {
    grid-template-columns: 1fr;
  }
}
.site-footer .footer-nav .footer-nav-item a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9rem;
  transition: opacity 0.3s;
}
.site-footer .footer-nav .footer-nav-item a:hover {
  opacity: 0.8;
}
.site-footer .footer-divider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 30px 0;
}
.site-footer .footer-copyright {
  text-align: center;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 768px) {
  .site-footer .footer-content {
    flex-direction: column;
  }
  .site-footer .footer-content .footer-info {
    margin-bottom: 30px;
    width: 100%;
  }
  .site-footer .footer-content .footer-menu {
    width: 100%;
  }
}
.main-visual .main-slider .slide-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
  .main-visual .main-slider .slide-image {
    background-size: cover;
  }
}

/*About-section*/
.about-section {
  background-color: #CA1A1B;
}
.about-section .container-lg {
  background-color: #000;
}
.about-section .container-lg .about-details {
  background: linear-gradient(180deg, #E33435 0%, #7D1D1D 100%);
  width: 90%;
  margin-left: auto;
  position: relative;
  justify-content: flex-end;
  margin-bottom: 100px;
}
.about-section .container-lg .about-details .about-img {
  position: absolute;
  top: 30%;
  left: -9%;
}
.about-section .container-lg .about-details .about-img img {
  width: 120%;
}
.about-section .container-lg .about-details .about-text {
  color: #fff;
  padding: 50px 30px;
  padding-top: 100px;
}
.about-section .container-lg .about-details .about-text h3 {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .about-section .container-lg {
    padding-right: var(--bs-gutter-x, 0.75rem);
  }
  .about-section .container-lg .about-details {
    margin: 0 auto;
    width: 100%;
  }
  .about-section .container-lg .about-details .about-img {
    position: inherit;
    padding-top: var(--bs-gutter-x, 0.75rem);
    top: inherit;
    left: inherit;
  }
  .about-section .container-lg .about-details .about-img img {
    width: 100%;
  }
  .about-section .container-lg .about-details .about-text {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}
.service-section {
  background-color: #000;
}
.service-section .container-lg {
  background-color: #fff;
}
.service-section .service-details {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .service-section .service-details {
    width: 80%;
  }
}
@media (max-width: 756px) {
  .service-section .service-details {
    width: 95%;
  }
}
.service-section .service-details .service-text {
  text-align: center;
  margin: 30px 0;
}
@media (max-width: 992px) {
  .service-section .service-details .service-text {
    text-align: left;
  }
}
.service-section .service-details .service-cardbox .service-card {
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 992px) {
  .service-section .service-details .service-cardbox .service-card {
    margin-bottom: 40px;
  }
}
.service-section .service-details .service-cardbox .service-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  height: 400px;
}
@media (max-width: 768px) {
  .service-section .service-details .service-cardbox .service-card img {
    height: 230px;
  }
}
.service-section .service-details .service-cardbox .service-card .service-card-text {
  padding: 20px;
}
.service-section .service-details .service-cardbox .service-card .service-card-text span {
  color: #D12A2A;
  font-family: "Zen Kaku Gothic New";
}
.service-section .service-details .service-cardbox .service-card .service-card-text h5 {
  margin-top: 5px;
}

.message-section {
  background: #CA1A1B;
}
.message-section .message-bg-contents {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.message-section .message-bg-contents .message-bg {
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  background-image: url("../img/message-bg.jpeg");
  background-size: cover;
  background-position: 50% 65%;
  height: 300px;
}
@media (max-width: 992px) {
  .message-section .message-bg-contents .message-bg {
    -webkit-clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
    height: 150px;
  }
}
.message-section .container-lg {
  background-color: #fff;
}
.message-section .container-lg .message-contents {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .message-section .container-lg .message-contents {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .message-section .container-lg .message-contents {
    flex-direction: column-reverse;
    width: 95%;
  }
}
.message-section .container-lg .message-contents h5 {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .message-section .container-lg .message-contents .message-text {
    margin-top: 100px;
  }
}
@media (max-width: 576px) {
  .message-section .container-lg .message-contents .message-text {
    margin-top: 50px;
  }
}
.message-section .container-lg .message-contents .message-profile {
  display: flex;
  justify-content: center;
}
.message-section .container-lg .message-contents .message-profile .message-img {
  position: relative;
  z-index: 2;
  width: 200px;
}
@media (max-width: 992px) {
  .message-section .container-lg .message-contents .message-profile .message-img {
    margin: 0 auto;
  }
}
.message-section .container-lg .message-contents .message-profile .message-img::after {
  content: "";
  background-image: url("../img/profile-bg.png");
  width: 340px;
  position: absolute;
  background-size: cover;
  top: -15%;
  left: 0;
  z-index: -1;
  aspect-ratio: 703/655;
}
@media (max-width: 576px) {
  .message-section .container-lg .message-contents .message-profile .message-img::after {
    display: none;
  }
}
.message-section .container-lg .message-contents .message-profile .message-img img {
  width: 100%;
}
.message-section .container-lg .message-contents .message-profile .message-img p {
  color: #fff;
  text-align: center;
}
@media (max-width: 576px) {
  .message-section .container-lg .message-contents .message-profile .message-img p {
    color: #333;
  }
}
.message-section .container-lg .message-contents .message-profile .message-img p span {
  font-size: 0.8rem;
  padding-right: 3px;
}
.message-section .container-lg .message-contents .message-profile .profile-bg {
  position: absolute;
  top: -10%;
  left: 5%;
  width: 340px;
}
@media (max-width: 992px) {
  .message-section .container-lg .message-contents .message-profile .profile-bg {
    left: 35%;
  }
}
@media (max-width: 576px) {
  .message-section .container-lg .message-contents .message-profile .profile-bg {
    display: none;
  }
}

.company-section {
  background: #000;
}
.company-section .container-lg {
  background-color: #000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.company-section .container-lg .company-bg {
  -webkit-clip-path: polygon(0 0, 100% 0, 40% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 40% 100%, 0 100%);
  background-image: url("../img/company-bg.jpeg");
  background-size: cover;
  width: 60%;
}
@media (max-width: 992px) {
  .company-section .container-lg .company-bg {
    width: 70%;
    -webkit-clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
    height: 170px;
    background-position: center;
  }
}
.company-section .container-lg .white-title .sub-title::before {
  left: -60%;
}
.company-section .container-lg .company-contents {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 40%;
}
@media (max-width: 992px) {
  .company-section .container-lg .company-contents {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.company-section .container-lg .company-contents .company-info {
  color: #fff;
  position: relative;
  left: -20%;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .company-section .container-lg .company-contents .company-info {
    left: inherit;
  }
}
.company-section .container-lg .company-contents .company-info tr {
  border-bottom: 1px solid #ddd;
}
.company-section .container-lg .company-contents .company-info tr th,
.company-section .container-lg .company-contents .company-info tr td {
  padding: 15px;
  font-size: 13px;
}
.company-section .container-lg .company-contents .company-info tr th {
  text-align: left;
  width: 30%;
  font-weight: 400;
}

.history-section {
  background: linear-gradient(180deg, #E33435 0%, #7D1D1D 100%);
}
.history-section .container-lg {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
}
.history-section .container-lg::after {
  content: "";
  -webkit-clip-path: polygon(76% 100%, 100% 100%, 100% 0);
          clip-path: polygon(76% 100%, 100% 100%, 100% 0);
  background-color: rgba(0, 0, 0, 0.3);
  height: 468px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .history-section .container-lg::after {
    height: 150px;
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0);
            clip-path: polygon(0% 100%, 100% 100%, 100% 0);
  }
}
.history-section .container-lg .history-bg {
  -webkit-clip-path: polygon(0 0, 48% 0, 0 100%);
          clip-path: polygon(0 0, 48% 0, 0 100%);
  background-color: rgba(0, 0, 0, 0.3);
  height: 468px;
}
@media (max-width: 992px) {
  .history-section .container-lg .history-bg {
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 100%);
    height: 150px;
    margin-bottom: 50px;
  }
}
.history-section .container-lg .history-bg02 {
  -webkit-clip-path: polygon(62.5% 100%, 100% 100%, 100% 0);
          clip-path: polygon(62.5% 100%, 100% 100%, 100% 0);
  background-color: rgba(0, 0, 0, 0.3);
  height: 468px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .history-section .container-lg .history-bg02 {
    height: 150px;
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0);
            clip-path: polygon(0% 100%, 100% 100%, 100% 0);
  }
}
.history-section .container-lg .black-title .main-title {
  color: #fff;
}
.history-section .container-lg .black-title .sub-title {
  color: #fff;
}
.history-section .container-lg .black-title .sub-title::after {
  background-color: #fff;
}
.history-section .history-header {
  padding: 0;
}
@media (max-width: 992px) {
  .history-section .history-header .title-box {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.history-section .history-header img {
  width: 80%;
}
@media (max-width: 992px) {
  .history-section .history-header img {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.history-section .timeline-section {
  padding: 0px 16px;
  margin: 0 auto;
  color: #ffffff;
  position: relative;
}
@media (max-width: 992px) {
  .history-section .timeline-section {
    width: 90%;
  }
}
.history-section .timeline-section .history-timeline {
  margin: 50px 0;
  position: relative;
  z-index: 2;
}
.history-section .timeline-container {
  position: relative;
}
.history-section .timeline-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 64px;
  position: relative;
  padding-left: 24px;
}
.history-section .timeline-item:last-child {
  margin-bottom: 0;
}
.history-section .timeline-item:last-child .timeline-line {
  display: none;
}
.history-section .timeline-marker {
  position: absolute;
  left: 0;
  top: 6px;
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
  z-index: 10;
  transform: translateX(-50%);
}
.history-section .timeline-line {
  position: absolute;
  left: 0;
  top: 50px;
  width: 1px;
  height: calc(100% + 0px);
  background-color: #ffffff;
  transform: translateX(-50%);
}
.history-section .timeline-content {
  margin-left: 40px;
}
.history-section .timeline-year {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .history-section .timeline-year {
    font-size: 22px;
  }
}
.history-section .timeline-description {
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .history-section .timeline-description {
    font-size: 18px;
  }
}

.vehicle-section {
  background: #000;
  position: relative;
}
.vehicle-section .container-lg {
  background-color: #fff;
}
.vehicle-section .container-lg::after {
  content: "";
  width: 100%;
  height: 50%;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 59.96% 100%);
          clip-path: polygon(100% 0, 100% 100%, 59.96% 100%);
  background-color: rgba(159, 37, 38, 0.4);
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 992px) {
  .vehicle-section .container-lg::after {
    height: 150px;
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0);
            clip-path: polygon(0% 100%, 100% 100%, 100% 0);
  }
}
@media (min-width: 992px) {
  .vehicle-section .container-lg::after {
    max-width: 96% !important;
  }
}
.vehicle-section .container-lg .white-title .main-title {
  color: #333;
}
.vehicle-section .container-lg .white-title .sub-title {
  color: #CA1A1B;
}
.vehicle-section .container-lg .white-title .sub-title::before {
  background-color: #CA1A1B;
  left: -55%;
}
.vehicle-section .container-lg .vehicle-cardbox {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}

.vehicle-section .container-lg .vehicle-cardbox > div {
padding: 10px;
}
@media (max-width: 1400px) {
  .vehicle-section .container-lg .vehicle-cardbox {
    width: 80%;
  }
}
@media (max-width: 756px) {
  .vehicle-section .container-lg .vehicle-cardbox {
    width: 95%;
  }
}
.vehicle-section .container-lg .vehicle-cardbox .vehicle-card {
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.25);
  height: 460px;
}
@media (max-width: 992px) {
  .vehicle-section .container-lg .vehicle-cardbox .vehicle-card {
    margin-bottom: 40px;
    height: auto;
  }
}
@media (min-width: 1400px) {
  .vehicle-section .container-lg .vehicle-cardbox .vehicle-card {
    height: 520px;
  }
}
.vehicle-section .container-lg .vehicle-cardbox .vehicle-card img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .vehicle-section .container-lg .vehicle-cardbox .vehicle-card img {
    width: 100%;
    aspect-ratio: 12 / 9;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.vehicle-section .container-lg .vehicle-cardbox .vehicle-card .vehicle-card-text {
  padding: 20px;
  background-color: #fff;
}
.vehicle-section .container-lg .vehicle-cardbox .vehicle-card .vehicle-card-text h5 {
  margin-top: 5px;
}
.vehicle-section .vehicle-tables-section {
  padding: 30px 0;
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1400px) {
  .vehicle-section .vehicle-tables-section {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .vehicle-section .vehicle-tables-section {
    width: 90%;
    margin-top: 0;
  }
}
.vehicle-section .vehicle-tables-section .vehicle-table {
  width: 100%;
  border-collapse: collapse;
  font-family: sans-serif;
  margin-bottom: 20px;
}
.vehicle-section .vehicle-tables-section .vehicle-table thead {
  background-color: #ca1a1b;
  color: white;
}
.vehicle-section .vehicle-tables-section .vehicle-table thead th {
  padding: 15px 20px;
  text-align: left;
  font-weight: normal;
}
.vehicle-section .vehicle-tables-section .vehicle-table thead th:last-child {
  text-align: right;
}
.vehicle-section .vehicle-tables-section .vehicle-table tbody tr {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}
.vehicle-section .vehicle-tables-section .vehicle-table tbody tr td {
  padding: 15px 20px;
  text-align: left;
}
.vehicle-section .vehicle-tables-section .vehicle-table tbody tr td:last-child {
  text-align: right;
}
@media (max-width: 767px) {
  .vehicle-section .vehicle-tables-section .vehicle-table th,
  .vehicle-section .vehicle-tables-section .vehicle-table td {
    padding: 10px 15px;
  }
}
@media (max-width: 992px) {
  .vehicle-section .d-lg-none {
    display: table-row;
  }
}

.recruit-section {
  background: #CA1A1B;
}
.recruit-section .container-lg {
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
}

.recruit-section .container-lg > .row {
  position: relative;
  padding-bottom: 80px;
}

.recruit-section .container-lg .recruit-bg {
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  background-image: url("../img/recruit-bg.jpeg");
  background-size: cover;
  width: 60%;
}
@media (max-width: 992px) {
  .recruit-section .container-lg .recruit-bg {
    width: 100%;
    height: 150px;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 100%);
    background-position: center;
  }
}
.recruit-section .container-lg .white-title .main-title {
  color: #333;
}
.recruit-section .container-lg .white-title .sub-title {
  color: #CA1A1B;
}
.recruit-section .container-lg .sub-title::before {
  background-color: #CA1A1B;
  left: -55%;
}
.recruit-section .container-lg .recruit-contents {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 40%;
}
@media (max-width: 992px) {
  .recruit-section .container-lg .recruit-contents {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
  }
}
.recruit-section .container-lg .recruit-contents .recruit-text {
  margin: 40px 0;
}
@media (min-width: 992px) {
  .recruit-section .container-lg .recruit-contents .recruit-text {
    position: relative;
    left: -20%;
  }
}
.recruit-section .container-lg .recruit-contents .recruit-text h5 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .recruit-section .container-lg .recruit-contents .recruit-text h5 {
    font-size: 1.5rem;
  }
}
.recruit-section .container-lg .recruit-contents .recruit-info {
  color: #333;
  margin-top: 40px;
  width: 100%;
}
@media (min-width: 992px) {
  .recruit-section .container-lg .recruit-contents .recruit-info {
    position: relative;
    left: -40%;
  }
}
.recruit-section .container-lg .recruit-contents .recruit-info tr {
  border-bottom: 1px solid #ddd;
}
.recruit-section .container-lg .recruit-contents .recruit-info tr th,
.recruit-section .container-lg .recruit-contents .recruit-info tr td {
  padding: 15px;
}
.recruit-section .container-lg .recruit-contents .recruit-info tr th {
  text-align: left;
  width: 30%;
  font-weight: 400;
}

.contact-section {
  padding: 60px 0;
  background: linear-gradient(0deg, rgba(227, 52, 53, 0.8) 0%, rgba(227, 52, 53, 0.8) 100%), url("../img/message-bg.jpeg");
  color: #fff;
  background-size: cover;
  background-position: 50% 70%;
}
.contact-section .contact-title {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.2rem;
}
.contact-section .contact-row {
  margin-top: 2rem;
}
.contact-section .contact-col {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .contact-section .contact-col {
    margin-bottom: 0;
  }
}
.contact-section .contact-phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  height: 100%;
}
@media (max-width: 768px) {
  .contact-section .contact-phone {
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .contact-section .contact-phone {
    flex-direction: row;
    justify-content: center;
  }
}
.contact-section .contact-phone .contact-icon {
  font-size: 2rem;
}
.contact-section .contact-phone .contact-phone-text {
  text-align: center;
}
@media (min-width: 768px) {
  .contact-section .contact-phone .contact-phone-text {
    text-align: left;
  }
}
.contact-section .contact-phone .contact-phone-text .contact-phone-number {
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: 0.2rem;
  color: #FFF;
  font-family: "Zen Kaku Gothic New";
}
.contact-section .contact-phone .contact-phone-text .contact-hours {
  font-size: 0.875rem;
}
.contact-section .contact-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.contact-section .contact-mail .contact-mail-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1.5rem 2.5rem;
  border: 2px solid #fff;
  border-radius: 9999px;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.contact-section .contact-mail .contact-mail-btn:hover {
  background-color: #000;
  color: #fff;
}

/* Message Signature Styles */
.message-signature p {
  font-size: 1.3em;
  font-weight: bold;
}
/* End Message Signature */

/* Recruit Application Text Styles */
.recruit-application-text {
  text-align: center;
  margin-top: 10px;
  padding-bottom: 70px;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: red;
  text-decoration-thickness: 3px;
  font-size: 25px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0px;
}


@media (max-width: 768px) {
  .recruit-application-text {
    padding-bottom: 30px;
    font-size: 20px;
    bottom: 20px;
  }
}
/* End Recruit Application Text */

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