/* * {
  outline: 2px red solid;
} */

/* html {
    scrollbar-gutter: stable;
}

html:has(dialog:modal) {
    overflow: hidden;
} */

@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

@font-face {
  font-family: 'MyFont';
  src: url('myfont.woff2') format('woff2');
  font-display: swap;
}


/* @media screen and (min-width: 1024px) {
    @media (hover: hover) {
        .button:hover {
            background-color: #f0f0f0;
        }

        .menu-item:hover {
            color: #ff0000;
        }

        .link:hover {
            text-decoration: underline;
        }
    }
} */

html {
  scroll-behavior: smooth;
}

body {
  font-family: Noto Serif JP;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
}

.wrapper {
  width: 90%;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-s {
  width: 80%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

h1 {
  font-size: 36px !important;
  margin: 0 !important;
  color: #fff;
  font-weight: 600;
  mix-blend-mode: difference;
  text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.9);
}

.header-sp_menu {
  display: none;
}

.hamburger_menu_containe {
  display: none;
}

.sub-title {
  display: flex;
  flex-direction: column;
}

.sub-title p {
  font-size: 24px;
  letter-spacing: 0.2em;
}

.sub-title-tool {
  width: 5vw;
  margin-bottom: -15px;
}

.sub-title-main {
  width: fit-content;
  height: 4vw;
}

/* ジャンプボタン */
#page_top {
  position: relative;
  width: 80px;
  height: 80px;
  position: fixed;
  text-align: center;
  right: 50px;
  bottom: 50px;
  background: #062d5f;
  color: #fff;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  letter-spacing: 0.1em;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

#page_top::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 40px;
  color: rgb(255, 255, 255);
  position: absolute;
  top: 35%;
  left: 50%;
  translate: -50% -50%;
  transition: 0.3s;
}

@media screen and (min-width: 1024px) {
  @media (hover: hover) {
    #page_top:hover::before {
      content: "\f30c";
      font-size: 35px;
      top: 35%;
      color: rgb(255, 255, 255);
      transition: 0.3s;
    }
  }
}

.button-top {
  position: relative;
  top: 55%;
  font-weight: bold;
}

/* header */
header {
  position: relative;
  z-index: 10;
}

.header_title {
  position: fixed;
  width: 100%;
  padding: 20px 0;
  background-color: transparent;
  transition: background-color 0.5s ease;
  z-index: 1000;
}
.header_logo {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
.header_img {
  width: 50px;
  display: block;
}

.header_logo-title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}

.main_nav {
  position: relative;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
}

.header_logo-title h1 {
  margin: 0;
}

.main_nav-list_button {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  text-shadow: 3px 4px 4px rgba(0, 0, 0, 0.4);
}

.header_contact-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
  padding: 12px 20px;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.4);
}

.header_contact-tel:hover {
  background: rgba(0, 0, 0, 0.7);
}

.header_contact-tel p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.header_contact-telbox {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header_contact-telbox span {
  font-size: 32px;
  font-family: Noto Sans JP;
  font-weight: 600;
  line-height: 1.2;
}

.header_Careers-btn-box p {
  font-size: 14px;
}

.header_contact-tel_icon {
  width: 25px;
  filter: drop-shadow(3px 4px 4px rgba(0, 0, 0, 0.4));
}

.header_Careers-btn-box {
  display: inline-block;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
  padding: 10px 75px;
  border-radius: 15px;
  transition: 0.5s;
}

.header_Careers-btn-box:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}

.header_Careers-btn-box span {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
}

/* メインビジュアル */
.main_visual_container {
  width: 100%;
  height: 750px;
  z-index: 0;
  overflow: hidden;
}

.main_visual_imgbox {
  position: relative;
  width: 100%;
  height: 100%;
}

.main_visual_imgbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%; /* 上部にだけかけたいので高さは調整 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
  z-index: 1;
  pointer-events: none;
}

.main_visual_imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: opacity 1s ease;
  z-index: 0;
}

.image1 {
  opacity: 0;
}
.image2 {
  opacity: 0;
}
.image3 {
  opacity: 0;
}
.text_wrapper {
  position: absolute;
  width: 100%;
  top: 250px;
  height: 200px;
  display: flex;
  align-items: center;
  overflow: hidden;
  pointer-events: none;
}

.trust_wrapper {
  top: 150px;
}

.track_wrapper {
  top: 450px;
}

.main_visual_text {
  position: relative;
  font-size: 150px;
  font-family: "EB Garamond";
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
  mix-blend-mode: difference;
}

/* メインメニュー */
.main_menu_container {
  width: 100%;
  background: linear-gradient(90deg, #2c3e50, #4e4e4e);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 9;
}

.main_menu-box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  gap: 40px;
  color: #fff;
  font-weight: 600;
  padding: 30px 0;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}

.main_menu-box li a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 6px 0;
  transition: color 0.3s ease;
}

.main_menu-box li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, #69a1ff, #c2deff);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.main_menu-box li a:hover {
  color: #a7cfff;
}

.main_menu-box li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* タイトルBOX */
.box-title {
  margin-top: 100px;
  position: relative;
  width: 300px;
  height: 300px;
}

.box-title_red {
  position: absolute;
  display: block;
  width: 150px;
  height: 150px;
  background-color: #dc1428;
}

.box-title_blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 230px;
  background-color: #0e4d96;
  opacity: 1;
}

.box-title_blue::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border: 2px solid #fff;
  z-index: 10;
}

.box-title_blue2 {
  position: absolute;
  display: block;
  width: 150px;
  height: 150px;
  background-color: #0e4d96;
}

.box-title_red2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 230px;
  background-color: #dc1428;
  opacity: 1;
}

.box-title_red2::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border: 2px solid #fff;
  z-index: 10;
}

.box-title_blue h2 {
  position: absolute;
  width: max-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
}

.box-title_red2 h2 {
  position: absolute;
  width: max-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
}

.box-title-bar {
  position: relative;
  width: 60%;
  height: 150px;
  margin: 0 auto;
}

.box-title-bar h2 {
  position: absolute;
  width: max-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
}

.box-title-bar h3 {
  position: absolute;
  width: max-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
}

.box-title-bar_red-left,
.box-title-bar_red-right {
  position: absolute;
  display: block;
  top: 0;
  width: 150px;
  height: 150px;
  background-color: #dc1428;
  z-index: -10;
}

.box-title-bar_red-left {
  top: 0;
  left: 0%;
  transform: translate(0, 0);
  background-color: #dc1428;
}
.box-title-bar_red-right {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  transform: translate(0, 0);
  width: 150px;
  height: 150px;
  background-color: #dc1428;
  z-index: -10;
}

.box-title-bar_blue {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 150px;
  background: linear-gradient(135deg, #0e4d96 0%, #1662af 50%, #0a3468 100%);
  opacity: 1;
}

.box-title-bar_blue::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  height: 90%;
  border: 2px solid #fff;
  z-index: 10;
}

/* ご挨拶 */
.welcome_wrap {
  margin-top: 150px;
}
.welcome_content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 200px;
}
.welcome_content-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.welcome_content-left_text {
  width: 565px;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 600;
}
.welcome_content-left span {
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  letter-spacing: 0.1em;
}
.welcome_content-right {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.welcome_content-right p {
  position: absolute;
  font-size: 120px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.1em;
}
.welcome_content-right span {
  font-size: 80px;
}

.welcome_content-top {
  width: max-content;
  top: -160px;
  right: 0%;
  z-index: 5;
  mix-blend-mode: darken;
}

.welcome_content-bottom {
  position: absolute;
  width: max-content;
  top: 700px;
  right: 0%;
  z-index: 5;
  mix-blend-mode: darken;
}
.welcome_content-bottom_item span {
  display: inline-block;
  transform: translateY(50px);
  opacity: 0;
  font-size: 120px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.1em;
}

.welcome_content-bottom_item {
  display: flex;
  margin-top: -240px;
  gap: 30px;
}

.photo_container {
  position: relative;
  width: 530px;
  height: auto;
  overflow: hidden;
  top: 0px;
}

.photo {
  width: 100%;
  display: block;
  opacity: 0;
  position: relative;
  z-index: 1;
}

.color_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 105%;
  height: 105%;
  background-color: #ffffff;
  z-index: 2;
}

/* トップコンテンツ */
.top-content_container {
  width: 100%;
  margin-top: 200px;
  margin-bottom: 180px;
}

.top-content_title {
  text-align: center;
  margin-bottom: 40px;
}

.title-anime {
  font-size: 36px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
}

.top-content_first {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.top-content_first img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(70%); /* 背景を暗くしてテキストを際立たせる */
}

.top-content_first::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* 少し黒で被せて読みやすく */
  z-index: 1;
}

.top-content_first p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 42px;
  letter-spacing: 0.05em;
  font-weight: 600;
  z-index: 2;
  mix-blend-mode: lighten;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); /* テキストをくっきり */
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  filter: blur(10px);
}

.top-content_first span {
  font-size: 30px;
  font-weight: 300;
}

.top-content_wrap {
  width: 100%;
  height: auto;
  background-color: #ecf0f4;
}
.top-content_box {
  padding: 50px 0;
  display: flex;
}

.top-content_box-left {
  position: relative;
  width: 100%;
  height: 600px;
}

.top-content_box-left img {
  position: absolute;
}

.top-content_img-ibaraki {
  width: 550px;
}

.top-content_img-logo {
  width: 3vw;
  top: 80%;
  left: 30%;
}
.top-content_text-logo {
  position: absolute;
  font-size: 170px;
  font-weight: 900;
  font-family: Noto Sans JP;
  color: rgba(14, 77, 150, 0.2);
  bottom: -30%;
  right: -15%;
}
.top-sp-content_text-logo {
  display: none;
}

/* サークルアニメーション */
.top-content_box-right {
  position: relative;
  width: 100%;
  height: 600px;
  margin-right: 100px;
}
.top-sp-content_box-right {
  display: none;
}

.container {
  position: relative;
  width: 600px;
  height: 600px;
}

.center-circle {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-text {
  font-size: 28px;
  color: #0e4d96;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.orbit {
  position: absolute;
  width: 600px;
  height: 600px;
  top: 0;
  left: 0;
  transform-origin: center center;
  z-index: 2;
  pointer-events: none;
}

.red-circle,
.blue-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: white;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  pointer-events: auto;
}
.circle-text {
  pointer-events: none;
}

.red-circle {
  background: radial-gradient(circle at 30% 30%, #dc1428, #a0101f);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) translateX(230px);
  z-index: 2;
}

.blue-circle {
  background: radial-gradient(circle at 30% 30%, #0e4d96, #062d5f);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) translateX(-230px);
  z-index: 2;
}
.trail {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: inherit;
  filter: blur(8px);
  opacity: 0.05;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}

.center-circle,
.red-circle,
.blue-circle {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s ease;
  cursor: pointer;
  will-change: box-shadow;
}

.red-circle:hover {
  box-shadow: 0 0 20px rgba(255, 0, 26, 0.5);
}

.blue-circle:hover {
  box-shadow: 0 0 20px rgba(0, 119, 255, 0.5);
}

.center-circle:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); /* 白っぽく目立たせる */
}
/* 三角 */

.triangle-row {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  pointer-events: none;
  position: relative;
  overflow: hidden;
}

.triangle {
  width: 10px;
  height: 10px;
  background-color: currentColor;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

.triangle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.red-circle .triangle::before {
  background: linear-gradient(90deg, #ff758f, #ffc9cf);
  mask-image: linear-gradient(90deg, black 0%, black 25%, transparent 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, black 0%, black 25%, transparent 75%, transparent 100%);
}

.blue-circle .triangle::before {
  background: linear-gradient(90deg, #4ba3ff, #c2deff);
  mask-image: linear-gradient(90deg, black 0%, black 25%, transparent 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, black 0%, black 25%, transparent 75%, transparent 100%);
}

.center-circle .triangle::before {
  background: linear-gradient(90deg, #999, #ddd);
  mask-image: linear-gradient(90deg, black 0%, black 25%, transparent 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, black 0%, black 25%, transparent 75%, transparent 100%);
}

.triangle {
  opacity: 1; /* デフォルトは常に表示 */
}

.triangle.hide {
  opacity: 0;
}

/* 事業内容 */

.business_container {
  margin-top: 70px;
}
.business_wrap {
  margin-top: 250px;
  margin-bottom: 100px;
}

.business_content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.business_box {
  display: flex;
  flex-direction: column;
}

.business_img {
  position: relative;
  width: 80%;
  height: 550px;
  left: 50%;
  transform: translate(-50%, 0);
}

/* スライドショー */
.slideshow_container {
  position: absolute;
  width: 100%;
  height: 380px;
  border-radius: 15px;
  overflow: hidden;
}

#slide-window {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

#slides {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  list-style: none;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.alive {
  opacity: 1;
}

#slides::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 0;
}

.nav:hover {
  opacity: 1;
}
#left {
  left: 3%;
}
#right {
  right: 3%;
}

#credit {
  position: absolute;
  top: 25px;
  left: 25px;
  color: #fff;
  font-family: "Courier New", Courier, monospace;
  z-index: 1000;
}

/* スライドショー2 */
#slide-window2 {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

#slides2 {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#slides2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 0;
}

#credit2 {
  position: absolute;
  top: 25px;
  left: 25px;
  color: #fff;
  font-family: "Courier New", Courier, monospace;
  z-index: 1000;
}

.business_img-circle_red,
.business_img-circle_blue {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 520px;
  height: 520px;
  border-radius: 50%;
  z-index: -5;
}

.business_img-circle_red {
  background-color: #dc1428;
}

.business_img-circle_blue {
  background-color: #0e4d96;
}

.business_img-text {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.business_box p {
  display: block;
  width: 860px;
  margin: auto;
  font-size: 20px;
}

.vehiclesowned_wrap {
  margin-top: 170px;
}

.vehiclesowned_box {
  position: relative;
  width: 100%;
  height: 800px;
}

.vehiclesowned_box-wrap {
  position: relative;
  top: 5%;
  left: 51%;
  transform: translate(-50%, 0);
  display: flex;
  gap: 20px;
  width: 55%;
  height: 100%;
}
.vehiclesowned_list,
.vehiclesowned_item {
  width: 600px;
}

.vehiclesowned_item-box {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
  align-items: flex-start;
}

.vehiclesowned_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0.4;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: scale(0.9);
}

.vehiclesowned_item img {
  border-radius: 10px;
}

.vehiclesowned_item.active {
  opacity: 1;
  transform: scale(1);
}

.vehiclesowned_item span {
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to right, #093264, #2257a5);
  padding: 5px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

table,
td,
th {
  width: 100%;
  border: 3px solid #093264;
  border-collapse: collapse;
}
td {
  background-color: #fff;
  font-size: 18px;
  padding: 8px;
}

.table_left {
  width: 40%;
  background-color: #0e4d96;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
}

.table_body {
  font-size: 18px;
  font-weight: 500;
}

.table_left-top {
  width: 40%;
  background-color: #0e4d96;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 0;
  border-bottom: 3px solid #2065b4;
}

.vehiclesowned_button-l,
.vehiclesowned_button-r {
  bottom: 15%;
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  cursor: pointer;
  align-self: center;
  z-index: 10;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.vehiclesowned_button-l {
  border-right: 30px solid #dc1428;
}

.vehiclesowned_button-r {
  border-left: 30px solid #dc1428;
}

.vehiclesowned_button-l:hover {
  border-right-color: #ff4500;
  transform: scale(1.1);
}

.vehiclesowned_button-r:hover {
  border-left-color: #ff4500;
  transform: scale(1.1);
}
.vehiclesowned_button-l:active {
  transform: scale(0.9);
}
.vehiclesowned_button-r:active {
  transform: scale(0.9);
}

/* 募集要項 */
.recruit-wrap {
  margin-top: 80px;
}

.recruit_button {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #062d5f;
  color: #fff;
  text-align: center;
  width: auto;
  padding: 20px 60px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  border: none;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3), /* 内側の白い線 */ 0 4px 12px rgba(0, 0, 0, 0.15); /* 外側の影 */
  text-decoration: none;
}

.recruit_button:hover {
  background-color: #0a3c7c;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5), 0 6px 16px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
  scale: 1.1;
}

.recruit_button span {
  font-size: 12px;
}

.recruit_container {
  display: flex;
  flex-direction: column;
}
.recruit_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.1em;
}

.recruit_title span {
  text-align: center;
  font-size: 38px;
}

.recruit_first {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.recruit_first img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(70%);
}

.recruit_first::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.recruit_first p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  z-index: 2;
  letter-spacing: 0.2em;
  mix-blend-mode: lighten;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  filter: blur(10px);
}

.recruit_titlebox {
  width: 100%;
  height: 25px;
  background-color: #dc1428;
  margin-top: 20px;
}
.recruit_text-box {
  position: relative;
  background-color: #0e4d96;
  width: 100%;
  height: 600px;
  z-index: -1;
}
.recruit_text-box_back {
  position: absolute;
  top: 20%;
  left: 0%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 185px;
  font-weight: 900;
  color: #0e4d96;
  transform: rotate(-15deg);
  text-shadow: 0 0 6px #3165a1;
}

.recruit_text-box-body {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 2;
}

.recruit_text-catch {
  font-size: 34px;
  padding: 20px 0;
}

.recruit_text-catch span {
  font-size: 28px;
}

.recruit_center-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  width: 800px;
}
.recruit_center-box img {
  margin-top: -50px;
  border-radius: 5px;
  height: 450px;
  object-fit: cover;
  box-shadow: 3px 5px 30px rgba(0, 0, 0, 0.6);
}

.recruit_center-box span {
  font-size: 25px;
  font-weight: 600;
  margin-top: 30px;
}

.recruit_center-box p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}

/* 社内レクリエーション */
.recreation_wrap {
  width: 100%;
  margin-top: 100px;
}

.recreation_container {
  position: relative;
  width: 100%;
  height: 600px;
}

.recreation_background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -10;
}

.recreation_triangle_red {
  position: absolute;
  width: 65vw;
  height: 110vw;
  top: -400px;
  right: 0;
  z-index: -10;
  background: #dc1428;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}

.recreation_triangle_blue {
  position: absolute;
  width: 55vw;
  height: 96vw;
  top: -200px;
  left: 0;
  z-index: -10;
  background: #0e4d96;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.recreation_box {
  position: absolute;
  width: 100%;
  text-align: center;
  font-weight: bold;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  font-size: 38px;
  text-shadow: 2px 1px 3px rgba(255, 255, 255, 1);
}

.recreation_img-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
  gap: 20px;
}
.recreation_img-item {
  width: 380px;
}
.recreation_img-box img {
  border-radius: 5px;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.6);
}

.recreation_events-box_top,
.recreation_events-box_bottom {
  display: flex;
  margin: auto;
  justify-content: center;
  margin-top: 20px;
  gap: 25px;
}

.recreation_events-box_top p,
.recreation_events-box_bottom p {
  display: inline;
  background: linear-gradient(15deg, #272329, #4e4e4e);
  color: #fff;
  text-align: center;
  padding: 10px 40px;
  font-size: 22px;
  font-weight: bold;
  border-radius: 20px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.recreation_events-box_bottom span {
  font-size: 16px;
  font-weight: bold;
}

.recreation_text-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  width: 500px;
  margin: auto;
  padding: 50px 0;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}

.recreation_text-box-span {
  display: block;
  margin: auto;
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}

.recruit_table-box {
  width: 60%;
  padding: 80px 0 20px 0;
  margin: auto;
}

.recruit_table-box td {
  font-weight: 500;
  letter-spacing: 0.1em;
}

.recruit_table-box td p {
  text-align: left;
  letter-spacing: 0;
}
.recruit_center-box-text {
  margin-top: 30px;
}

.entryform-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 100px 0;
}

.entryform_container {
  width: 60%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.entryform_text {
  margin-top: 50px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}

.entryform_form_box table {
  margin: 50px 0;
  width: 100%;
}

/* エントリーフォーム */
.entry_form {
  border-collapse: collapse;
  margin: 0 auto;
}
.entry_form tr {
  border-top: solid 1px #dddddd;
}
.entry_form tr:last-child {
  border-bottom: solid 1px #dddddd;
}
.entry_form th {
  position: relative;
  width: 30%;
  padding: 20px 10px;
  background: #0e4d96;
  color: #fff;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}
.entry_form th.required:before {
  content: "必 須";
  width: 40px;
  height: 28px;
  position: absolute;
  top: 20px;
  right: 10px;
  background: #d70d19;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}
.required_form {
  display: none;
}

.optional_form {
  display: none;
}
.entry_form th.optional:before {
  content: "任 意";
  width: 40px;
  height: 28px;
  position: absolute;
  top: 20px;
  right: 10px;
  background: #413e3e;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

.entry_form td {
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
}
.entry_form input[type="text"],
.entry_form input[type="tel"],
.entry_form input[type="email"],
.entry_form input[type="date"],
.entry_form input[type="radio"],
.entry_form input[type="checkbox"],
.entry_form textarea {
  max-width: 38vw;
  background: #f9f9f9;
  border: solid 1px #dddddd;
  font-size: 16px;
  padding: 12px 20px;
  transition: 0.3s ease-in-out;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}
.entry_form input[type="text"]:focus,
.entry_form textarea:focus {
  border-color: #d70d19;
}
.entry_form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px; /* お好みで角丸 */
  cursor: pointer;
  position: relative;
}
.entry_form .checkbox_label {
  cursor: pointer;
}
.checkbox_label-box {
  display: flex;
}
.checkbox_label {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.entry_form .checkbox_txt {
  vertical-align: text-bottom;
}
.checkbox_txt {
  padding: 0 5px;
}
.entry_form label.error {
  display: block;
  margin: 0.3em 0 0 0;
  color: #d70d19;
}
.entry_form .radiobutton_wrapper {
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 5px;
}

.radiobutton_wrapper label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.radiobutton {
  margin-left: 15px;
  cursor: pointer;
}

.entry_form .error-radio {
  display: block;
  margin-top: 0.3em;
  color: #d70d19;
}

/* button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

button.form_btn {
  display: block;
  width: 12rem;
  height: auto;
  margin: 0 auto;
  margin-top: 30px;
  border: 1px solid #062d5f;
  border-radius: 30px;
}

button.form_btn .form_circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #062d5f;
  border-radius: 1.625rem;
}

button.form_btn .form_circle .form_icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

button.form_btn .form_circle .form_icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

button.form_btn .form_circle .form_icon.arrow::before {
  position: absolute;
  content: "";
  top: -4px;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

button.form_btn .form_button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

button:hover .form_circle {
  width: 100%;
}

button:hover .form_circle .form_icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}

button:hover .form_button-text {
  color: #fff;
} */

.entry_button {
  display: block;
  background-color: #062d5f;
  color: #fff;
  text-align: center;
  width: auto;
  padding: 20px 60px;
  margin: auto;
  border: none;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3), /* 内側の白い線 */ 0 4px 12px rgba(0, 0, 0, 0.15); /* 外側の影 */
  text-decoration: none;
}

.entry_button:hover {
  background-color: #0a3c7c;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5), 0 6px 16px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
  scale: 1.1;
}

/* お問い合わせ */

.contact_button {
  display: block;
  background-color: #062d5f;
  color: #fff;
  text-align: center;
  width: auto;
  padding: 20px 90px;
  margin: auto;
  border: none;
  border-radius: 50px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3), /* 内側の白い線 */ 0 4px 12px rgba(0, 0, 0, 0.15); /* 外側の影 */
  text-decoration: none;
}

.contact_button:hover {
  background-color: #0a3c7c;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5), 0 6px 16px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
  scale: 1.1;
}

.contactform-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 70px;
}

.contactform_container {
  width: 60%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 70px 0;
}

.contactform_text {
  margin-top: 50px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}

.contact_form_box table {
  margin-top: 50px;
  width: 100%;
}

.contact_form {
  border-collapse: collapse;
  margin: 50px auto;
}
.contact_form tr {
  border-top: solid 1px #dddddd;
}
.contact_form tr:last-child {
  border-bottom: solid 1px #dddddd;
}
.contact_form th {
  position: relative;
  width: 30%;
  padding: 20px 10px;
  background: #0e4d96;
  color: #fff;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}
.contact_form th.required:before {
  content: "必 須";
  width: 40px;
  height: 28px;
  position: absolute;
  top: 20px;
  right: 10px;
  background: #d70d19;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}
.contact_form th.optional:before {
  content: "任 意";
  width: 40px;
  height: 28px;
  position: absolute;
  top: 20px;
  right: 10px;
  background: #413e3e;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

.contact_form td {
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
}
.contact_form input[type="text"],
.contact_form input[type="tel"],
.contact_form input[type="email"],
.contact_form input[type="date"],
.contact_form input[type="radio"],
.contact_form input[type="checkbox"],
.contact_form textarea {
  max-width: 38vw;
  background: #f9f9f9;
  border: solid 1px #dddddd;
  font-size: 16px;
  padding: 12px 20px;
  transition: 0.3s ease-in-out;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}
.contact_form input[type="text"]:focus,
.contact_form textarea:focus {
  border-color: #d70d19;
}
.contact_form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.contact_form .checkbox_label {
  cursor: pointer;
}

.contact_form label.error {
  display: block;
  margin: 0.3em 0 0 0;
  color: #d70d19;
}

.contact_form .radiobutton_wrapper {
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 5px;
}

.radiobutton {
  margin-left: 15px;
}

.contact_form .error-radio {
  display: block;
  margin-top: 0.3em;
  color: #d70d19;
}
.confirm_btn {
  display: block;
  width: 100%;
  max-width: 220px;
  margin: 30px auto 0;
  padding: 10px;
  outline: none;
  border: none;
  background: #4385d0;
  border-radius: 20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  height: 45px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.company-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 170px;
}

.company-box {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  width: 45%;
  gap: 18px;
  margin: 0 auto;
}

.company-box_item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 500;
  gap: 20px;
  margin: 0 auto;
}

.company-box_item-left {
  width: 40%;
}

.company-box_item-right {
  width: 60%;
}

.google-maps {
  margin-top: 34px;
  position: relative;
  padding-bottom: 45%;
  height: 0;
  overflow: hidden;
  margin-bottom: 100px;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 20px;
}
/* footer */
.footer_bg {
  background: linear-gradient(155deg, #0a3468 0%, #0e4d96 50%, #0657a8 75%, #053463 100%);
  color: #fff;
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
}

.footer-content {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: 3rem;
}

.footer-left {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.1em;
  gap: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #ddd;
}

.footer-title {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

.footer-title img {
  width: 40px;
  opacity: 0.9;
}

.footer-right {
  position: relative;
  width: 33.3%;
  height: 80px;
  opacity: 0.9;
}
.footer-right img {
  position: absolute;
  right: 0;
  width: 140px;
  opacity: 0.9;
}

.footer-menu {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-menu_top,
.footer-menu_bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.footer-menu_top li a,
.footer-menu_bottom li a {
  color: #fff;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-menu_top li a::after,
.footer-menu_bottom li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #69a1ff, #c2deff);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.footer-menu_top li a:hover,
.footer-menu_bottom li a:hover {
  color: #a7cfff;
}

.footer-menu_top li a:hover::after,
.footer-menu_bottom li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.footer-menu_bottom {
  margin-top: 20px;
}

.copyright {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #bbb;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright_bottom {
  display: none;
}

@media screen and (min-width: 1600px) {
.top-content_img-logo {
  width: 3vw;
  top: 80%;
  left: 25%;
  }}

@media screen and (max-width: 1300px) {
  .footer-menu {
    width: 50%;
  }
  .recruit_center-box-text {
    margin-top: 25px;
    width: 520px;
  }
  .table_left-top {
    font-size: 18px;
  }
  td {
    font-size: 16px;
  }
  .vehiclesowned_box {
    height: 650px;
  }

  .recruit_title span {
    font-size: 28px;
  }
  .recruit_table-box td {
    line-height: 1.5;
  }
  .header_title {
    padding: 5px 0;
  }
  .top-content_first p {
    font-size: 43px;
  }
  .top-content_text-logo {
    font-size: 140px;
  }
  .recruit_text-catch {
    font-size: 26px;
  }
  .recruit_text-box-body {
    font-size: 17px;
  }
  .recruit_text-box_back {
    font-size: 145px;
  }
  .main_menu-box {
    padding: 30px 0;
  }
  .top-content_img-logo {
    top: 80%;
    left: 38%;
  }

  .vehiclesowned_box-wrap {
    width: 50%;
  }
  .business_wrap {
    width: 90%;
  }

  .vehiclesowned_list,
  .vehiclesowned_item {
    width: 450px;
  }
  .main_visual_text {
    position: relative;
    font-size: 100px;
  }
  .main_visual_container {
    height: 450px;
  }
  .welcome_content-bottom_item {
    margin-top: 0;
  }

  .trust_wrapper {
    top: 60px;
  }

  .track_wrapper {
    top: 260px;
  }

  .box-title_blue {
    width: 200px;
    height: 200px;
  }
  .box-title_red2 {
    width: 200px;
    height: 200px;
  }
  .welcome_content-left_text {
    width: 500px;
  }
  .welcome_content-right p {
    font-size: 100px;
  }

  .welcome_content-bottom_item span {
    font-size: 100px;
  }

  .business_img {
    width: 100%;
  }

  .entry_form th {
    font-size: 14px;
  }
  .contact_form th {
    font-size: 14px;
  }
  .welcome_content-bottom {
    top: 88%;
  }
}

@media screen and (max-width: 1024px) {
  .photo {
    width: 98%;
  }
  .footer-content {
    margin-left: 0;
  }
  .footer-menu {
    width: 40%;
    justify-content: center;
    align-items: baseline;
    flex-direction: unset;
    gap: 30px;
  }

  .top-content_img-logo {
    top: 65%;
  }
  .track_wrapper {
    top: 320px;
  }
  .trust_wrapper {
    top: 110px;
  }
  .text_wrapper {
    height: 150px;
  }
  .main_nav-list_button {
    display: none;
  }
  .hamburger_menu_containe {
    display: block;
  }

  /* ハンバーガーメニュー */

  .main_nav-list_button_hamb {
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translate(-50%, 0%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    color: #fff;
    text-shadow: 3px 4px 4px rgba(0, 0, 0, 0.4);
  }

  .header_contact-tel p {
    text-align: center;
    font-size: 25px;
  }

  .header_contact-telbox span {
    font-size: 60px;
  }

  .header_contact-tel_icon {
    width: 45px;
  }
  .header_contact-tel {
    padding: 30px 30px;
  }

  .header_Careers-btn-box {
    padding: 30px 130px;
  }
  .header_Careers-btn-box p {
    font-size: 25px;
  }

  .header_Careers-btn-box span {
    font-size: 50px;
  }

  .hamb {
    position: fixed;
    cursor: pointer;
    z-index: 300;
    right: 40px;
    top: 55px;
    width: 35px;
    height: 22px;
    transform: translate(-50%, -50%);
    z-index: 5000;
  }

  .black-bg ul {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
  }

  .black-bg ul li {
    text-align: center;
    padding: 20px 0;
  }

  .black-bg ul li a {
    color: #fff;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    display: block;
    text-decoration: none;
  }

  .black-bg ul li a:hover {
    color: #87c7bb;
  }

  .line {
    position: absolute;
    left: 0;
    width: 35px;
    height: 4px;
    background-color: #fff;
    top: 0px;
  }

  .line:nth-child(2) {
    top: 20px;
  }

  .black-bg {
    position: fixed;
    background: #062d5f;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 5;
  }
  #page_top {
    z-index: 4;
  }

  .black-bg.open {
    opacity: 0.9;
    visibility: visible;
    height: 100%;
  }

  #hamb.active .line {
    background-color: #fff;
  }

  /*アニメーション*/
  .black-bg {
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  }

  .animation {
    transition: all 0.6s;
  }

  .line:nth-child(1) {
    top: 5px;
    animation: line01 0.75s forwards;
  }

  .line:nth-child(2) {
    bottom: 5px;
    animation: line02 0.75s forwards;
  }

  #hamb.active .line:nth-child(1) {
    animation: line01_2 0.75s forwards;
  }

  #hamb.active .line:nth-child(2) {
    animation: line02_2 0.75s forwards;
  }

  @keyframes line01 {
    0% {
      transform: translateY(15px) rotate(45deg);
    }
    50% {
      transform: translateY(15px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }

  @keyframes line02 {
    0% {
      transform: translateY(-15px) rotate(-45deg);
    }
    50% {
      transform: translateY(-15px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }

  @keyframes line01_2 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(8px) rotate(0);
    }
    100% {
      transform: translateY(8px) rotate(45deg);
    }
  }

  @keyframes line02_2 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-8px) rotate(0);
    }
    100% {
      transform: translateY(-8px) rotate(-45deg);
    }
  }

  .box-title-bar {
    width: 80%;
  }

  .recruit_table-box {
    width: 80%;
  }
  .hamburger_header_logo {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0%);
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
  }

  .hamburger_header_img {
    width: 70px;
    display: block;
    margin-top: 7px;
  }

  .hamburger_header_logo {
    display: none;
  }

  .main_menu_container {
    display: none;
  }
  .main_visual_container {
    height: 550px;
  }

  h1 {
    font-size: 28px !important;
  }

  /* ご挨拶 */
  .welcome_content-left_text {
    width: 420px;
    line-height: 1.5;
    font-size: 16px;
  }

  .welcome_content-right {
    position: absolute;
    top: -8%;
    z-index: 1;
  }

  .photo_container {
    width: 465px;
  }
  .welcome_content-right p {
    font-size: 75px;
  }
  .welcome_content-top {
    top: -20%;
    right: 0%;
  }
  .welcome_content-bottom_item span {
    font-size: 75px;
  }
  .welcome_content-bottom {
    top: 90%;
    right: 0%;
  }
  .welcome_content-bottom_item {
    margin-top: 0;
    gap: 10px;
  }

  /* トップコンテンツ */
  .container {
    right: 70px;
  }

  .top-content_container {
    margin-top: 100px;
  }
  .top-content_box-right {
    width: 50%;
    margin-right: 50px;
  }
  .top-content_text-logo {
    font-size: 110px;
    bottom: -25%;
    right: -5%;
  }

  .center-circle {
    width: 300px;
    height: 300px;
  }

  /* 事業内容 */
  .business_box p {
    width: 100%;
  }

  /* 保有車両 */

  .vehiclesowned_box {
    margin-top: 100px;
    height: 720px;
  }
  .vehiclesowned_list {
    position: relative;
    left: -80px;
  }
  .vehiclesowned_wrap {
    width: 90%;
  }
  .vehiclesowned_box-wrap {
    top: -5%;
    left: 50%;
  }
  .vehiclesowned_item {
    width: 530px;
  }
  .vehiclesowned_item-box {
    margin-left: -60px;
  }

  .vehiclesowned_button-l {
    left: -15%;
  }

  .vehiclesowned_button-r {
    right: -18%;
  }

  .recruit-wrap {
    margin-top: 10px;
  }
  .box-title {
    margin-left: 20px;
  }
  .recruit_text-box_back {
    font-size: 145px;
  }
  .recruit_text-box-body {
    width: 100%;
  }
  .recreation_img-box {
    gap: 50px;
  }
  .recreation_events-box_top {
    margin-top: 300px;
  }
  /* エントリーフォーム */
  .entryform_container {
    width: 90%;
  }
  .entry_form input[type="text"],
  .entry_form input[type="tel"],
  .entry_form input[type="email"],
  .entry_form input[type="date"],
  .entry_form input[type="radio"],
  .entry_form input[type="checkbox"],
  .entry_form textarea {
    max-width: 60vw;
  }

  /* 会社概要 */
  .company-box {
    width: 50%;
  }
  /* お問い合わせフォーム */
  .contactform_container {
    width: 90%;
    padding: 90px 0;
  }
  .contact_form input[type="text"],
  .contact_form input[type="tel"],
  .contact_form input[type="email"],
  .contact_form input[type="date"],
  .contact_form input[type="radio"],
  .contact_form input[type="checkbox"],
  .contact_form textarea {
    max-width: 60vw;
  }

  .footer-menu_top,
  .footer-menu_bottom {
    gap: 16px;
    font-size: 14px;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  button.form_btn {
    width: 100%;
    max-width: 200px;
    border-radius: 50px;
    background-color: #062d5f;
    border: none;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  button.form_btn .form_circle {
    display: none;
  }

  button.form_btn .form_button-text {
    position: static;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: none;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.2em;
  }

  /* ✅ 安全な hover 対策 */
  button:hover .form_circle,
  button:hover .form_circle .form_icon.arrow {
    display: none;
  }

  button:hover .form_button-text {
    color: #fff;
  }

  .business_wrap {
    margin-top: 100px;
  }
  .welcome_wrap {
    margin-top: 50px;
  }
  .main_nav-list_button_hamb {
    top: 58%;
  }
  .header_Careers-btn-box {
    padding: 25px 85px;
  }
  .header_Careers-btn-box span {
    font-size: 40px;
  }
  .header_Careers-btn-box p {
    font-size: 22px;
  }
  .header_contact-telbox {
    gap: 10px;
  }
  .header_contact-tel {
    gap: 10px;
  }
  .header_contact-telbox span {
    font-size: 40px;
  }
  .header_contact-tel_icon {
    width: 30px;
  }
  .header_contact-tel p {
    font-size: 22px;
  }
  .red-circle {
    top: -60px;
    left: 440px;
  }
  .blue-circle {
    top: -280px;
    left: 660px;
  }
  .center-circle {
    top: -160px;
    left: 550px;
    width: 250px;
    height: 250px;
  }
  .center-text {
    letter-spacing: 0.1em;
  }
  .red-circle:hover {
    box-shadow: none;
  }

  .blue-circle:hover {
    box-shadow: none;
  }

  .center-circle:hover {
    box-shadow: none;
  }
  .top-content_container {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .top-content_img-logo {
    top: 68%;
    left: 14%;
  }
  .top-content_box-left {
    height: 380px;
  }

  .top-sp-content_box-right {
    display: block;
    position: relative;
    width: 100%;
  }
  .vehiclesowned_list {
    left: -20px;
    width: 100%;
  }

  .top-content_box-right {
    display: none;
  }
  .vehiclesowned_wrap {
    margin-top: 100px;
    width: 100%;
  }
  .vehiclesowned_box {
    margin-top: 50px;
  }
  .contactform_container {
    padding: 40px 0;
  }
  .company-box {
    width: 90%;
  }
  .welcome_content-right {
    top: 0;
  }
  .box-title-bar_red-left,
  .box-title-bar_red-right {
    width: 100px;
    height: 100px;
  }

  .hamburger_header_logo {
    top: 35px;
    left: 200px;
  }
  .box-title {
    width: 150px;
    height: 150px;
  }
  .top-content_img-ibaraki {
    width: 300px;
  }
  .box-title-bar_blue {
    height: 100px;
  }
  .main_visual_container {
    height: 340px;
  }
  .black-bg ul {
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
  }
  .hamburger_menu_containe {
    position: relative;
    width: 50px;
    height: 50px;
  }
  .vehiclesowned_box {
    height: 650px;
  }
  .hamb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    width: 50px;
    height: 50px;
    right: 10px;
  }

  .contactform-wrap {
    margin-top: 30px;
  }
  .hamburger_header_img {
    width: 40px;
    display: block;
    margin-left: 20px;
  }
  .line {
    margin-top: 10px;
    margin-left: 7px;
  }
  .black-bg ul li {
    padding: 10px 0;
  }
  .black-bg ul li a {
    font-size: 1.6rem;
  }
  h1 {
    font-size: 18px !important;
  }
  .trust_wrapper {
    top: 75px;
  }
  .header_img {
    width: 40px;
  }
  .track_wrapper {
    top: 220px;
  }
  .red-circle,
  .blue-circle {
    width: 150px;
    height: 150px;
    font-size: 24px;
  }
  .vehiclesowned_item {
    width: 430px;
  }
  .hamburger_header_logo-title h1 {
    font-size: 1.4rem !important;
  }
  .box-title {
    margin-top: 20px;
  }
  .box-title_red {
    width: 80px;
    height: 80px;
  }
  .box-title_blue {
    width: 120px;
    height: 120px;
  }
  .box-title_blue h2 {
    font-size: 18px;
  }
  .welcome_content-left {
    width: 100%;
  }
  .welcome_content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: start;
    margin-top: 50px;
  }
  .welcome_content-left_text {
    width: 100%;
    margin-top: 480px;
    font-size: 14px;
  }
  .welcome_content-left span {
    text-align: end;
    font-size: 20px;
    margin-top: 10px;
  }
  .title-anime {
    font-size: 22px;
  }
  .top-content_first p {
    font-size: 33px;
  }

  .welcome_content-right {
    right: 50%;
    transform: translate(50%, 0);
    width: 350px;
  }

  .welcome_content-right span {
    font-size: 70px;
  }
  .welcome_content-right p {
    font-size: 70px;
  }
  .welcome_content-bottom_item {
    gap: 20px;
  }
  .welcome_content-top {
    right: 50%;
    transform: translate(50%, 0);
  }
  .welcome_content-bottom {
    top: 90%;
    right: 50%;
    transform: translate(50%, 0);
  }

  .photo_container {
    display: block;
    width: 350px;
  }
  .main_visual_container {
    overflow: hidden;
    height: 400px;
  }
  .main_visual_text {
    font-size: 75px;
  }
  .container {
    width: 100%;
    height: 100%;
  }
  .top-sp-content_text-logo {
    display: block;
    font-size: 80px;
    line-height: 1.1;
    font-weight: 900;
    font-family: Noto Sans JP;
    color: rgba(14, 77, 150, 0.2);
    margin-left: 200px;
    margin-bottom: -30px;
  }
  .business_box p {
    font-size: 18px;
  }
  .business_box {
    width: 100%;
  }
  .vehiclesowned_button-r {
    display: none;
  }
  .vehiclesowned_button-l {
    display: none;
  }
  .vehiclesowned_item-box {
    margin-left: 0px;
  }
  .vehiclesowned_box-wrap {
    position: relative;
    top: 0%;
  }
  .table_body {
    font-size: 20px;
  }
  .vehiclesowned_box {
    overflow: hidden;
  }
  .recruit_text-box_back {
    font-size: 99px;
  }
  .recruit_center-box img {
    margin-top: -110px;
  }
  .recruit_center-box {
    width: 85%;
  }
  .recreation_triangle_blue {
    top: 100px;
  }
  .recreation_triangle_red {
    top: 0px;
  }
  .recreation_events-box_top {
    width: 100%;
    margin-top: 150px;
  }

  .recreation_events-box_bottom {
    width: 100%;
  }

  .recreation_events-box_bottom p {
    padding: 10px 20px;
  }

  .recreation_img-box {
    gap: 30px;
  }
  .recreation_img-item {
    width: 40%;
  }
  .recruit_title span {
    font-size: 28px;
  }
  .company-wrap {
    margin-top: 0;
  }
  .top-content_box {
    flex-direction: column;
    padding: 0px 0;
  }
  .entryform-wrap {
    padding: 100px 0;
    margin: 0;
  }
  .business_img-circle_red,
  .business_img-circle_blue {
    width: 450px;
    height: 450px;
  }
  .business_img-text {
    top: 78%;
    font-size: 22px;
  }

  .recruit_text-box-body {
    top: 40%;
  }

  .business_box p {
    font-size: 16px;
    margin-top: -30px;
  }
  .recruit_text-box {
    height: 500px;
  }

  .box-title_red2 {
    width: 120px;
    height: 120px;
  }
  .box-title_blue2 {
    width: 80px;
    height: 80px;
  }
  .box-title_red2 h2 {
    font-size: 18px;
  }
  .recruit_first p {
    font-size: 28px;
  }
  .recruit_text-catch {
    font-size: 24px;
  }
  .recruit_text-catch span {
    font-size: 20px;
  }
  .recruit_text-body {
    font-size: 16px;
  }
  .recreation_text-box {
    width: 500px;
  }
  .recreation_text-box span {
    margin-top: 20px;
  }
  .recruit_table-box {
    padding: 40px 0 20px 0;
    width: 90%;
  }
  .footer-title {
    gap: 10px;
    font-size: 14px;
  }
  .footer-title img {
    width: 25px;
  }
  .footer-left {
    font-size: 12px;
  }

  .footer-right img {
    right: 15%;
    width: 125px;
  }

  .footer-menu_bottom {
    margin-top: 10px;
  }
  .footer-container {
    padding: 20px 40px;
    overflow: hidden;
  }
}
@media screen and (max-width: 478px) {
  .recruit_button {
    margin-top: 0px;
    font-size: 20px;
  }
  /* メインビジュアル */
  .main_visual_container {
    height: auto;
  }

  .main_visual_imgbox {
    display: flex;
    flex-direction: column;
    height: inherit;
    gap: 5px;
  }

  .mv_image {
    position: relative;
    width: 100%;
    height: auto;
    transform: translateX(-50px);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
    object-fit: cover;
  }

  .mv_image.visible {
    transform: translateX(0);
    opacity: 1;
    object-fit: cover;
  }
  /* メインビジュアルここまで */

  .recruit_center-box-text {
    width: 100%;
  }
  .recreation_triangle_red {
    top: 45px;
  }
  .slideshow_container {
    height: 250px;
  }
  .radiobutton_wrapper label {
    gap: 2px;
  }
  .checkbox_label-box {
    flex-wrap: wrap;
    gap: 10px;
  }
  .vehiclesowned_wrap {
    margin-top: 150px;
    margin-bottom: 50px;
  }
  .copyright_bottom {
    display: block;
    width: 100%;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .center-circle {
    top: 200px;
    left: 210px;
  }

  /* 下部ボタン */
  .header-sp_menu-box {
    position: relative;
    z-index: 1000;
  }

  .header-sp_menu {
    display: block;
    width: 100%;
    bottom: 0;
    position: fixed;
  }

  .main_nav-list-sp {
    display: flex;
    justify-content: space-between;
    color: #fff;
    height: 80px;
  }

  .header_contact-tel-sp {
    width: 50%;
    background: linear-gradient(135deg, #e53935 0%, #f44336 50%, #b71c1c 100%);
    border: 2px solid rgb(0, 0, 0);
    padding: 5px 0;
  }

  .header_contact-btn-box-sp {
    width: 50%;
    background: linear-gradient(135deg, #0e4d96 0%, #1662af 50%, #0a3468 100%);
    border: 2px solid rgb(0, 0, 0);
    padding: 5px 0;
  }

  .header_contact-btn-box-sp {
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
  }

  .header_contact-tel-sp p {
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
  }

  .header_contact-tel_icon-sp {
    width: 5vw;
  }

  .header_contact-telbox-sp {
    width: fit-content;
    display: flex;
    align-items: center;
    margin: auto;
    gap: 5px;
  }
  .header_entry-box-sp {
    width: fit-content;
    display: flex;
    align-items: center;
    margin: auto;
    gap: 5px;
  }
  .header_entry-box-sp span {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.2em;
  }

  .header_contact-telbox-sp span {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
  }

  .header_icon-sp {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .header_contact-telbox-sp-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0px;
  }
  /* 下部ボタン ここまで*/

  .header_logo-title {
    letter-spacing: 0.1em;
  }
  .main_nav {
    height: 70px;
  }
  .welcome_wrap {
    width: 100%;
    margin-top: 60px;
  }
  .trust_wrapper {
    top: 115px;
  }
  #page_top {
    right: 10px;
    bottom: 100px;
  }
  .top-sp-content_box-right {
    height: 350px;
  }
  .container {
    top: 0px;
    right: 0px;
  }

  .blue-circle {
    top: 90px;
    left: 320px;
  }
  .red-circle {
    top: 300px;
    left: 100px;
  }

  .top-content_box-left {
    height: 185px;
  }
  .top-content_img-logo {
    width: 7vw;
    top: 100px;
    left: 55px;
  }

  .top-content_box {
    flex-direction: column-reverse;
  }
  .top-sp-content_text-logo {
    font-size: 56px;
    margin-left: 20px;
    line-height: 0;
    margin-top: 180px;
  }
  .entry_form td {
    font-size: 12px;
  }
  .top-content_img-ibaraki {
    top: -100px;
    left: -20px;
    width: 55%;
    z-index: 10;
  }
  .title-anime {
    margin-bottom: 50px;
  }
  .business_content {
    gap: 20px;
  }
  .center-text {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
  .main_visual_imgbox img {
    object-position: 16% center;
  }
  .hamburger_header_logo {
    display: none;
  }
  .box-title {
    margin-left: 20px;
  }

  .recruit-wrap {
    margin-top: 0;
  }
  .vehiclesowned_box {
    margin-top: 0;
    height: 550px;
  }
  .vehiclesowned_list {
    left: 45px;
  }
  .recruit_first {
    height: 100px;
  }
  .recruit_first p {
    font-size: 22px;
  }
  .recruit_first img {
    height: 100px;
  }
  .recruit_table-box .table_left-top {
    font-size: 14px;
  }
  .recruit_titlebox {
    height: 10px;
  }
  .vehiclesowned_title {
    margin-top: 50px;
  }
  .main_visual_container {
    height: 660px;
    margin-bottom: 30px;
    background: linear-gradient(to bottom, #04214d 0%, #0a2f5f 50%, #284a77 70%, #d0dbf1 90%, #fff 100%);
  }

  .black-bg ul li a {
    font-size: 1.4rem;
  }
  .hamburger_header_img {
    width: 36px;
    margin: 0;
  }
  .hamburger_header_logo-title h1 {
    font-size: 1.2rem !important;
    letter-spacing: 0;
  }
  .recruit_text-box_back {
    font-size: 60px;
  }
  .business_img-circle_red,
  .business_img-circle_blue {
    top: 185px;
    width: 350px;
    height: 350px;
  }
  .recreation_text-box {
    width: 400px;
  }
  .welcome_content-right p {
    font-size: 55px;
  }
  .welcome_content-right span {
    font-size: 56px;
  }
  .hamb {
    right: 0px;
    top: 40px;
  }
  .main_visual_text {
    font-size: 70px;
  }
  .top-content_title {
    margin-bottom: 0px;
  }
  .top-content_first {
    height: 100px;
    margin-top: -40px;
  }
  .top-content_first img {
    height: 100px;
  }
  .track_wrapper {
    top: 380px;
  }
  .top-content_first p {
    font-size: 26px;
  }
  .top-content_first span {
    font-size: 18px;
  }
  .vehiclesowned_item {
    width: 340px;
  }
  .vehiclesowned_item span {
    font-size: 24px;
    margin-top: 40px;
  }
  .recruit_title span {
    font-size: 20px;
  }
  .recruit_text-catch {
    font-size: 18px;
  }
  .recruit_text-catch span {
    font-size: 16px;
  }
  .recruit_text-body {
    font-size: 12px;
  }
  .recruit_text-box-body {
    top: 30%;
  }
  .recruit_center-box img {
    margin-top: -200px;
    border-radius: 5px;
    height: 300px;
  }
  .recruit_center-box span {
    font-size: 18px;
  }
  .recruit_center-box p {
    font-size: 14px;
  }
  .recreation_box {
    font-size: 20px;
  }
  .recreation_wrap {
    margin-top: 30px;
  }
  .recreation_img-box {
    margin-top: 20px;
    gap: 15px;
  }
  .recreation_events-box_top {
    margin-top: 110px;
    gap: 8px;
  }
  .recreation_img-item {
    width: 45%;
  }
  .recreation_container {
    height: 320px;
  }
  .recreation_events-box_top p {
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 500;
  }
  .recreation_text-box-span {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .contactform_container {
    padding: 0;
  }
  .recreation_events-box_bottom span {
    font-size: 10px;
    font-weight: 500;
  }
  .recreation_events-box_bottom p {
    padding: 3px 10px 10px 10px;
    font-size: 15px;
    letter-spacing: 0.05em;
  }
  .contact_form {
    margin: 10px auto;
  }
  .recreation_events-box_bottom {
    margin-top: 10px;
    gap: 8px;
    padding: 0 5px;
  }
  .recreation_text-box {
    font-size: 16px;
    padding: 20px 0;
  }
  .recreation_text-box span {
    font-size: 20px;
  }
  .business_img-text {
    top: 290px;
    font-size: 18px;
    font-weight: 500;
  }
  .business_img {
    height: 450px;
  }
  .business_box p {
    font-size: 14px;
    margin-top: -60px;
    line-height: 1.5;
    padding: 0 20px;
  }
  .top-content_container {
    margin-bottom: 100px;
  }
  .business_wrap {
    margin-top: 150px;
    width: 100%;
    margin-bottom: 100px;
  }
  .table_left-top,
  .table_left {
    font-size: 20px;
  }
  td {
    padding: 3px 10px;
  }
  .recruit_table-box td {
    line-height: 1.3;
  }
  .table_body {
    padding: 3px 20px;
  }
  .recruit_table-box td p {
    font-size: 14px;
  }
  .box-title-bar {
    position: relative;
    width: 75%;
  }
  .entryform-wrap {
    padding: 60px 0;
    margin-bottom: 30px;
  }
  .company-wrap {
    margin-top: 80px;
  }
  .box-title-bar h3 {
    font-size: 22px;
  }
  .entryform_text {
    margin-top: 20px;
    font-size: 14px;
  }
  .entryform_form_box table {
    margin-top: 20px;
    margin: 20px 0;
  }
  .welcome_content-left_text {
    padding: 0 20px;
    margin-top: 420px;
  }
  .entry_form th {
    width: 100%;
    padding: 5px 5px;
    font-weight: 400;
  }
  .contact_form th {
    width: 100%;
    padding: 5px 5px;
    font-weight: 400;
  }
  .contactform-wrap {
    margin-top: 60px;
  }
  .footer-left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    align-items: center;
    text-align: left;
  }

  .entry_form th.required:before {
    display: none;
  }
  .box-title-bar h2 {
    font-size: 22px;
  }

  .entry_form th.optional:before {
    display: none;
  }
  .footer-content {
    position: relative;
    height: 230px;
    flex-direction: column;
    gap: 0;
  }

  .contact_form th.required:before {
    display: none;
  }
  .footer-menu {
    position: absolute;
    padding: 0 0 20px 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .contact_form th.optional:before {
    display: none;
  }
  .radiobutton {
    margin-left: 5px;
    width: 10px;
  }
  .entry_form input[type="text"],
  .entry_form input[type="tel"],
  .entry_form input[type="email"],
  .entry_form input[type="date"],
  .entry_form input[type="radio"],
  .entry_form input[type="checkbox"],
  .entry_form textarea {
    max-width: 55vw;
    font-size: 14px;
    padding: 5px 10px;
  }
  .entry_form td {
    font-size: 12px;
  }
  .contact_form input[type="text"],
  .contact_form input[type="tel"],
  .contact_form input[type="email"],
  .contact_form input[type="date"],
  .contact_form input[type="radio"],
  .contact_form input[type="checkbox"],
  .contact_form textarea {
    max-width: 55vw;
    font-size: 14px;
    padding: 5px 10px;
  }
  .contact_form td {
    font-size: 12px;
  }
  .checkbox_label {
    margin-left: 4px;
  }
  .company-box_item {
    font-size: 14px;
  }
  .box-title-wrap {
    width: 100%;
    overflow-x: clip;
  }
  .required_form {
    display: inline-block;
    background: #d70d19;
    border-radius: 5px;
    font-size: 10px;
    padding: 0px 3px;
    margin-left: 5px;
    font-weight: 500;
  }

  .optional_form {
    display: inline-block;
    background: #413e3e;
    border-radius: 5px;
    font-size: 10px;
    padding: 0px 3px;
    margin-left: 5px;
    font-weight: 500;
  }
  .entry_form .radiobutton_wrapper {
    margin-top: 0px;
  }
  .contact_form .radiobutton_wrapper {
    margin-top: 0px;
  }
  .company-box {
    padding: 20px 0;
    gap: 10px;
  }
  .google-maps {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 80%;
    margin-bottom: 85px;
  }
  .table_left-top {
    width: 25%;
  }

  .footer-menu_top,
  .footer-menu_bottom {
    flex-direction: unset;
    gap: 16px;
  }
  .footer-container {
    margin-top: 50px;
    padding: 40px 20px 40px;
  }
  .footer-title img {
    width: 30px;
    line-height: 1;
  }
  .footer-title {
    font-size: 18px;
  }
  .footer-title {
    gap: 10px;
  }
  .black-bg ul {
    top: 50%;
  }
  .black-bg ul li {
    padding: 15px 0;
  }
  .main_nav-list_button_hamb {
    display: none;
  }
  .header_contact-tel p {
    font-size: 16px;
  }
  .header_contact-telbox span {
    font-size: 30px;
  }
  .header_contact-tel_icon {
    width: 26px;
  }
  .header_contact-tel {
    padding: 20px 20px;
  }
  .header_Careers-btn-box p {
    font-size: 16px;
  }
  .header_Careers-btn-box span {
    font-size: 30px;
  }
  .header_Careers-btn-box {
    display: flex;
    flex-direction: column;
    padding: 20px 65px;
    gap: 5px;
  }
  .vehiclesowned_box-wrap {
    width: 100%;
  }
  .footer-right {
    position: absolute;
    width: 120px;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .container {
    top: 0px;
    right: 5px;
  }
  .vehiclesowned_list,
  .vehiclesowned_item {
    width: 360px;
  }
  .vehiclesowned_list {
    left: 15px;
  }

  .header_contact-telbox-sp span {
    font-size: 22px;
  }
  .box-title-bar h2 {
    font-size: 20px;
  }
  .box-title-bar h3 {
    font-size: 20px;
  }
  .recruit_table-box td p {
    font-size: 12px;
  }
  .recruit_table-box .table_left-top {
    font-size: 12px;
  }
  .recreation_events-box_top {
    margin-top: 80px;
  }
  .radiobutton {
    margin-left: 0px;
    width: 8px;
  }

  .recreation_events-box_top p {
    font-size: 14px;
  }
  .recreation_events-box_bottom p {
    font-size: 13px;
  }
  .recreation_events-box_bottom span {
    font-size: 9px;
    font-weight: 400;
  }
  .business_img-text {
    font-size: 17px;
  }
  .vehiclesowned_box {
    height: 550px;
  }
  .top-content_img-logo {
    top: 85px;
    left: 50px;
  }
  .company-box_item {
    font-size: 13px;
    gap: 10px;
  }
  .contact_form input[type="checkbox"] {
    width: 15px;
    height: 17px;
  }
  .contact_form td {
    padding: 5px;
  }
  .contactform_text {
    font-size: 13px;
  }
  .recruit_center-box {
    width: 90%;
  }

  .entry_form input[type="checkbox"] {
    width: 15px;
    height: 17px;
  }
  .entry_form td {
    padding: 5px;
  }
  .entryform_text {
    font-size: 13px;
  }
  .recreation_text-box span {
    font-size: 18px;
  }
  .recreation_text-box {
    font-size: 15px;
  }
  .recreation_text-box {
    width: 365px;
  }
  .welcome_content-top {
    top: -15%;
  }
  .welcome_content-right p {
    font-size: 50px;
  }
  .welcome_content-right span {
    font-size: 45px;
  }
  .welcome_content-bottom_item {
    margin-top: 5px;
    gap: 15px;
  }
  .top-sp-content_text-logo {
    font-size: 53px;
  }
  .red-circle {
    left: 80px;
  }
  .recruit_text-box_back {
    font-size: 50px;
  }
  .recruit_text-catch {
    font-size: 16px;
  }
  .recruit_text-body {
    font-size: 11px;
  }
  .black-bg ul li {
    padding: 12px 0;
  }
  .footer-container {
    padding: 40px 0;
  }
}
@media screen and (max-width: 375px) {
  .business_container {
    margin-top: 30px;
  }
  .main_visual_text {
    font-size: 50px;
  }
  #page_top::before {
    font-size: 32px;
  }
  #page_top {
    width: 60px;
    height: 60px;
    font-size: 12px;
  }

  .black-bg ul li a {
    font-size: 1.2rem;
  }
  .footer-left {
    font-size: 12px;
  }
  .footer-title img {
    width: 25px;
  }
  .footer-right img {
    width: 100px;
  }
  .footer-title {
    font-size: 14px;
  }
  .footer-menu_top,
  .footer-menu_bottom {
    font-size: 13px;
    gap: 14px;
  }
  .contactform-wrap {
    margin-top: 20px;
  }
  .contact_form th {
    font-size: 12px;
  }
  .contactform_container {
    padding: 0;
  }
  .welcome_content-left span {
    margin-top: 30px;
  }

  .entry_form input[type="text"],
  .entry_form input[type="tel"],
  .entry_form input[type="email"],
  .entry_form input[type="date"],
  .entry_form input[type="radio"],
  .entry_form input[type="checkbox"],
  .entry_form textarea {
    font-size: 12px;
  }

  .contact_form input[type="text"],
  .contact_form input[type="tel"],
  .contact_form input[type="email"],
  .contact_form input[type="date"],
  .contact_form input[type="radio"],
  .contact_form input[type="checkbox"],
  .contact_form textarea {
    font-size: 12px;
  }

  .entry_form td {
    font-size: 11px;
  }
  .entry_form th {
    font-size: 12px;
  }
  .box-title-bar_red-left,
  .box-title-bar_red-right {
    width: 70px;
    height: 70px;
  }

  .box-title-bar_blue {
    height: 70px;
  }
  .entryform-wrap {
    margin-top: 50px;
    padding: 0;
    margin-bottom: 50px;
  }
  .recruit_table-box .table_left-top {
    font-size: 14px;
  }
  .recreation_text-box span {
    margin-top: 0;
    font-size: 16px;
  }
  .recreation_text-box {
    font-size: 13px;
  }
  .recreation_text-box {
    width: 325px;
  }
  .recreation_events-box_top p {
    font-size: 12px;
  }
  .recruit_button {
    font-size: 18px;
  }
  .entry_button {
    font-size: 18px;
  }
  .contact_button {
    font-size: 16px;
  }
  .recreation_events-box_bottom p {
    font-size: 12px;
    padding: 2px 12px 6px 12px;
  }
  .recreation_events-box_bottom span {
    font-size: 8px;
  }
  .recreation_text-box-span {
    font-size: 18px;
  }
  .recruit_center-box p {
    font-size: 12px;
  }
  .recruit_center-box span {
    font-size: 16px;
  }
  .recruit_center-box img {
    height: 230px;
  }
  .vehiclesowned_list {
    left: 7px;
  }
  .business_img-text {
    font-size: 16px;
    top: 64%;
  }
  .business_box p {
    font-size: 12px;
    margin-top: -90px;
  }
  .vehiclesowned_wrap {
    margin-top: 125px;
  }
  .box-title-bar {
    height: 110px;
  }
  .business_img-circle_red,
  .business_img-circle_blue {
    width: 330px;
    height: 330px;
  }
  .vehiclesowned_box {
    height: 490px;
  }
  .center-text {
    font-size: 20px;
  }
  .top-sp-content_text-logo {
    margin-top: 140px;
    font-size: 50px;
  }
  .red-circle,
  .blue-circle {
    width: 130px;
    height: 130px;
    font-size: 18px;
  }
  .top-content_box-left {
    height: 145px;
  }
  .welcome_content-left_text {
    padding: 0 10px;
  }
  .top-content_img-logo {
    width: 5vw;
    left: 55px;
  }
  .title-anime {
    font-size: 22px;
  }
  .footer-container {
    padding: 40px 0px 20px;
  }
  .box-title-bar h2 {
    font-size: 18px;
  }
  .box-title-bar h3 {
    font-size: 18px;
  }
  .recreation_events-box_bottom {
    gap: 5px;
  }

  .recreation_events-box_top {
    gap: 5px;
  }
  .table_body {
    font-size: 16px;
  }
  .table_left-top,
  .table_left {
    font-size: 18px;
  }
  .vehiclesowned_item span {
    font-size: 18px;
  }
  button.form_btn {
    max-width: 150px;
  }
}
