@charset "UTF-8";

/*!
  Theme Name: GQ運送
  Author: GQ運送
  Author URI: https://gq-unsou.com/
  Description: 株式会社GQP
  Version: 2.0
  Date: 2025.02.10
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 15px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.8;
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
  opacity: 0.65;
}

a:active,
a:hover {
  outline-width: 0;
}

li {
  list-style: none;
}

figcaption,
figure,
main {
  display: block;
}

article,
aside,
footer,
header,
nav,
section,
.section {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

small {
  font-size: 80%;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

canvas {
  display: inline-block;
}

iframe {
  vertical-align: middle;
}

/* form input*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input,
select,
textarea {
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #838383;
  outline: none;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
  font-family: "Noto Sans JP", sans-serif;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #000;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

select {
  font-size: 1.4rem;
  height: 2.5em;
  padding: 0.5em;
  width: auto;
  min-width: 7em;
}

input[type="checkbox"],
input[type="radio"] {
  background: #fff;
  cursor: pointer;
  margin-right: 0.5em;
  width: auto;
}

/* Grid System width Flex */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-rev {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-orient: stheimkpiloartie;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col;
  flex-direction: col;
}

.flex-col-rev {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col-reverse;
  flex-direction: col-reverse;
}

.flex-nowrap {
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* toggle button */
.toggle {
  display: none;
}

@media screen and (max-width: 768px) {
  .toggle {
    display: block;
    position: fixed;
    width: 60px;
    height: 60px;
    z-index: 999;
    right: 0;
    top: 0;
    background-color: #000;
  }

  .toggle span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #fff;
    left: 15px;
    top: 20px;
    transition: all 0.5s;
  }

  .toggle span:first-child {
    margin-top: -10px;
  }

  .toggle span:nth-child(3) {
    margin-top: 10px;
  }

  .toggle::after {
    content: "メニュー";
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    transition: all 0.3s;
    color: #fff;
  }

  .toggle.active::after {
    content: "とじる";
  }

  .toggle.active span:first-child {
    margin-top: 0;
    transform: rotate(45deg);
  }

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

  .toggle.active span:nth-child(3) {
    margin-top: 0;
    transform: rotate(-45deg);
  }
}

@media screen and (min-width: 769px) {
  .gnav {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .gnav {
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 999;
    height: 100vh;
    top: 0;
    right: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    transition: all 0.5s;
    opacity: 0;
  }

  .gnav.active {
    transform: translateX(0);
    opacity: 1;
  }
}

/*////////////////////////

 user common css

////////////////////////*/
.container {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.bg-white,
.bg-gray {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 180px;
}

.bg-white::before,
.bg-gray::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top: 250px solid #efefef;
  border-right: 2500px solid transparent;
  z-index: 1;
}

.bg-gray {
  z-index: 1;
}

.bg-gray::after {
  content: "";
  width: 100%;
  height: calc(100% - 250px);
  background-color: #efefef;
  position: absolute;
  left: 0;
  top: 250px;
  z-index: -1;
}

.bg-gray::before {
  border-top: none;
  border-right: none;
  border-bottom: 250px solid #efefef;
  border-left: 2500px solid transparent;
}

.bg-white .container,
.bg-gray .container {
  position: relative;
  z-index: 2;
}

.desc {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.bold {
  font-weight: bold;
}

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

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

.f-en {
  font-family: "Noto Sans Display", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.fz18 {
  font-size: 1.8rem;
  font-weight: bold;
}

.hdg01,
.hdg02 {
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.3rem;
  margin-bottom: 40px;
  position: relative;
}

.hdg01::before {
  content: "";
  width: 1px;
  height: 95px;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: -110px;
  z-index: 5;
}

.hdg01 .f-en,
.hdg02 .f-en,
.hdg02 .f-jp {
  display: block;
  font-size: 6.6rem;
  letter-spacing: 0;
  margin-bottom: 25px;
}

.hdg02 {
  margin-bottom: 60px;
  text-align: left;
}

.hdg02 .f-en,
.hdg02 .f-jp {
  margin: 15px 0 0;
}

.hdg02 .f-jp {
  font-weight: 900;
}

.hdg03 {
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hdg03 .f-en {
  background-color: #000;
  color: #fff;
  width: 64px;
  height: 46px;
  line-height: 46px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  font-size: 3.6rem;
  vertical-align: -4px;
  position: relative;
}

.hdg03 .f-en::before,
.hdg03 .f-en::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
}

.hdg03 .f-en::before {
  border-width: 46px 10px 0 0;
  border-color: #efefef transparent transparent transparent;
  left: 0;
}

.hdg03 .f-en::after {
  border-width: 0 0 46px 10px;
  border-color: transparent transparent #efefef transparent;
  right: 0;
}

.btn01,
.btn02 {
  display: block;
  max-width: 300px;
  text-align: center;
  color: #fff;
  padding: 10px 10px 12px;
  font-weight: 500;
  background-color: #000;
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 5px;
}

.btn01:hover {
  opacity: 0.7;
}

.btn02 {
  background-color: #fff;
  color: #000;
  padding: 20px 10px 22px;
}

.sp,
.sp02 {
  display: none;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

@media screen and (max-width: 768px) {
  body {
    line-height: 1.8;
    position: relative;
    z-index: 1;
  }

  /* body::before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    background: url(./img/common/sp-bg.png) no-repeat center center / 80%;
  } */

  .bg-white,
  .bg-gray {
    padding-top: 80px;
    background-color: rgba(255, 255, 255, 0.95);
  }

  .bg-white::before {
    border-top: 100px solid #efefef;
    border-right: 1000px solid transparent;
  }

  .bg-gray::before {
    border-bottom: 100px solid #efefef;
    border-left: 1000px solid transparent;
  }

  .bg-gray::after {
    height: calc(100% - 100px);
    top: 100px;
  }

  .hdg01,
  .hdg02 {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    margin-bottom: 30px;
  }

  .hdg01::before {
    height: 60px;
    top: -70px;
  }

  .hdg01 .f-en,
  .hdg02 .f-en,
  .hdg02 .f-jp {
    font-size: 4rem;
    margin-bottom: 15px;
  }

  .hdg03 {
    font-size: 2rem;
  }

  .hdg03 .f-en {
    width: 50px;
    height: 36px;
    line-height: 36px;
    margin-right: 10px;
    font-size: 3rem;
    vertical-align: -3px;
  }

  .hdg03 .f-en::before {
    border-width: 36px 10px 0 0;
  }

  .hdg03 .f-en::after {
    border-width: 0 0 36px 10px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

@media screen and (max-width: 550px) {
  .pc02 {
    display: none;
  }

  .sp02 {
    display: block;
  }
}

/*////////////////////////

 header

////////////////////////*/

.header {
  padding: 15px 50px;
  background-color: #fff;
}

.header .container {
  max-width: 1530px;
}

.header .h-logo {
  font-size: 1.5rem;
  font-weight: bold;
}

.header .gnav .nav-list .nav-list__item:not(:last-child) {
  margin-right: 50px;
}

.header .gnav .nav-list .nav-list__item a {
  display: block;
  font-weight: 500;
}

.header .gnav .nav-list .nav-list__item.btn-contact a {
  background-color: #000;
  padding: 7px 15px 8px;
  color: #fff;
}

.header .gnav .nav-list .nav-list__item.btn-contact a i {
  font-size: 2.1rem;
  position: relative;
  margin-right: 30px;
  vertical-align: -2px;
}

.header .gnav .nav-list .nav-list__item.btn-contact a i::after {
  content: "";
  width: 1px;
  height: 26px;
  background-color: #fff;
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
}

@media screen and (max-width: 768px) {
  .header {
    padding: 16px 0;
    height: 60px;
  }

  .header .gnav .nav-list {
    display: block !important;
    margin: 5px 0 0 0;
    padding: 20% 0;
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
  }

  .header .gnav .nav-list .nav-list__item:not(:last-child) {
    margin: 0 0 20px;
  }

  .header .gnav .nav-list .nav-list__item.h-logo {
    max-width: 122px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*////////////////////////

footer

////////////////////////*/
.footer {
  padding: 40px 0 10px;
  background-color: #000;
  color: #fff;
  line-height: 1.6;
}

.footer a {
  color: #fff;
}

.footer .f-logo {
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 1.8rem;
}

.footer .f-nav {
  margin-top: 40px;
}

.footer .f-nav .f-nev__item {
  margin-left: 30px;
}

.footer .copy {
  text-align: center;
  margin-top: 80px;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 30px;
  }

  .footer .f-nav {
    display: none;
  }

  .footer .copy {
    margin-top: 50px;
  }
}

/* top */

.main-v {
  background-image: url(./img/top/main-v.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.main-v::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 10vw solid #efefef;
  border-left: 100vw solid transparent;
  z-index: 3;
}

.main-v::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.24);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.main-v .container {
  position: relative;
  padding: 130px 15px 150px;
}

.main-v .txt {
  color: #fff;
  position: relative;
  z-index: 3;
}

.main-v .txt h2 {
  font-weight: bold;
  line-height: 1.5;
  font-size: 5rem;
}

.main-v .txt h2 span {
  display: block;
  font-size: 2.4rem;
}

ruby[data-ruby] {
  position: relative;
}

ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  left: -3em;
  top: -0.2em;
  right: -5em;
  text-align: center;
  font-size: 0.15em;
  letter-spacing: 2rem;
}

rt {
  display: none;
}

.main-v .txt p {
  margin-top: 20px;
  line-height: 1.4;
}

.main-v a {
  display: block;
  color: #fff;
  position: absolute;
  z-index: 2;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  border-left: 1px solid #fff;
  padding-bottom: 6vw;
  line-height: 2;
  left: 50%;
  bottom: 5vw;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-animation: scroll 1.8s linear infinite;
  animation: scroll 1.8s linear infinite;
  opacity: 0;
}

@-webkit-keyframes scroll {
  0% {
    bottom: 5vw;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    bottom: 2vw;
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    bottom: 5vw;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    bottom: 2vw;
    opacity: 0;
  }
}

.top-concept {
  background-color: #efefef;
}

.top-concept .t-center {
  margin-bottom: 80px;
}

.top-concept .hdg01::before {
  height: 4.4vw;
  top: calc(-5vw - 210px);
}

.top-concept p {
  max-width: 900px;
  margin: 0 auto;
}

.top-company .bg-white {
  background-image: url(./img/top/bg01.png);
  background-position: 60% 80%;
  background-repeat: no-repeat;
  background-size: auto;
}

.top-company .bg-gray {
  padding-top: 1vw;
}

.top-company .txt {
  width: 45%;
}

.top-company .img {
  width: 50%;
}

.top-company .bg-gray .txt {
  padding-bottom: 20px;
}

.top-company .btn01 {
  margin-top: 80px;
}

.top-transport {
  background-image: url(./img/top/bg02.png);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 270px;
}

.top-transport .flex-item {
  width: 31%;
  margin-bottom: 40px;
}

.top-transport .flex-item p {
  margin-top: 30px;
}

.top-partner .bnr .bnr__item {
  margin: 0 10px;
  width: calc(50% - 20px);
  max-width: 300px;
}

.top-partner .bnr .bnr__item a {
  display: block;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  padding: 15px 10px;
}

.top-partner .bnr .bnr__item a i {
  font-size: 1.2rem;
  vertical-align: 2px;
  margin-left: 5px;
}

.contact-box {
  margin: 80px 0;
}

.contact-box {
  padding: 80px 15px;
  background-image: url(./img/common/bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

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

.contact-box p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.contact-box .btn02 {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .main-v {
    background-attachment: scroll;
  }

  .main-v .container {
    padding: 100px 15px 120px;
  }

  .main-v .txt {
    top: 45%;
  }

  .main-v .txt h2 {
    font-size: 10vw;
  }

  .main-v .txt h2 span {
    font-size: 4vw;
  }

  .main-v a {
    padding-bottom: 10vw;
    -webkit-animation: scroll 1.3s linear infinite;
    animation: scroll 1.3s linear infinite;
  }

  .top-concept {
    padding-top: 10vw;
  }

  .top-concept .t-center {
    margin-bottom: 40px;
  }

  .top-concept .hdg01::before {
    display: none;
  }

  .top-company .bg-white {
    background-size: contain;
    background-position: center;
  }

  .top-company .bg-gray {
    padding-top: 1vw;
  }

  .top-company .bg-white .flexbox {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .top-company .txt {
    width: 100%;
    margin-bottom: 20px;
  }

  .top-company .img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .top-company .bg-gray .txt {
    padding-bottom: 0;
  }

  .top-company .btn01 {
    margin-top: 20px;
  }

  .top-transport {
    padding-top: 150px;
  }

  .top-transport .flex-item {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 30px;
  }

  .top-transport .flex-item p {
    margin-top: 10px;
  }

  .top-partner .bnr .bnr__item {
    margin: 0 0 20px;
    width: 100%;
    max-width: 400px;
  }

  .contact-box {
    margin: 40px 0 60px;
    padding: 40px 15px;
  }

  .contact-box p {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .contact-box .btn02 {
    position: relative;
    z-index: 2;
  }
}

/* subpage */

.submain {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.submain.transport {
  background-image: url(./img/common/transport_mv.jpg);
}

.submain.company {
  background-image: url(./img/common/company_mv.jpg);
}

.submain.contact {
  background-image: url(./img/common/contact_mv.jpg);
}

.submain .submain-hdg {
  color: #fff;
  padding: 50px 15px;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 3rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
}

/* company */

.company01 {
  background-color: #efefef;
  padding-top: 80px;
}

.company01 .desc li {
  padding-left: 25px;
  position: relative;
}

.company01 .desc li::before {
  position: absolute;
  left: 0;
  top: 0;
}

.company01 .desc li:first-child::before {
  content: "(1)";
}

.company01 .desc li:nth-child(2)::before {
  content: "(2)";
}

.company01 .desc li:nth-child(3)::before {
  content: "(3)";
}

.company02 {
  padding-top: 220px;
  background-image: url(./img/company/bg.png);
  background-repeat: no-repeat;
  background-position: center 80%;
}

.company02 .desc {
  margin-bottom: 80px;
}

.company02 .desc .t-right {
  margin-top: 30px;
}

.company02 .img {
  width: 50%;
}

.company02 .txt {
  width: 40%;
  line-height: 1.6;
  margin-top: 20px;
}

.company02 .txt h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.company02 .txt table th {
  text-align: left;
  vertical-align: text-top;
  padding-bottom: 5px;
  width: 140px;
  font-weight: 500;
}

.company02 .txt table td {
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .submain .submain-hdg {
    padding: 40px 15px;
    font-size: 2.6rem;
  }

  .company01 {
    padding-top: 60px;
  }

  .company02 {
    padding-top: 120px;
    background-size: 120%;
    background-position: center 10%;
  }

  .company02 .desc {
    margin-bottom: 40px;
  }

  .company02 .img {
    width: 100%;
    text-align: center;
  }

  .company02 .txt {
    width: 100%;
    max-width: 320px;
    margin: 20px auto 0;
  }

  .company02 .txt h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .company02 .txt table th,
  .company02 .txt table td {
    width: 100%;
    display: block;
  }
  .company02 .txt table td {
    padding-bottom: 20px;
  }
}

/* transport */

.transport01 .transport-bg {
  padding-top: 80px;
  background-color: #efefef;
}

.transport01 .bg-white {
  padding-top: 80px;
  background-image: url(./img/transport/bg.png);
  background-repeat: no-repeat;
  background-position: center;
}

.transport01 .bg-white .flexbox:nth-of-type(2) {
  margin-bottom: 80px;
}

.transport01 .bg-white .img {
  width: 50%;
}

.transport01 .bg-white .txt {
  width: 45%;
  margin-top: 20px;
}

.transport01 .bg-white .txt p {
  margin-bottom: 20px;
}

.transport01 .bg-white .txt .f-en {
  font-size: 2.5rem;
  line-height: 1;
}

.transport01 .bg-white .txt .f-en span {
  font-size: 3.5rem;
}

.transport02 {
  padding-top: 170px;
}

.transport02 .vehicle-cont {
  margin-bottom: 60px;
}

.transport02 .vehicle-cont .img-wrap {
  margin: 55px 0 40px;
}

.transport02 .vehicle-cont .img-wrap .img {
  width: 49%;
}

.transport02 .vehicle-cont h4 {
  font-weight: 900;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.transport02 .vehicle-cont .item-list li {
  width: 23%;
  margin: 0 2.6% 40px 0;
  position: relative;
}

.transport02 .vehicle-cont .item-list li:nth-child(4n) {
  margin-right: 0;
}

.transport02 .vehicle-cont .item-list li p {
  position: absolute;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  background-color: #274abf;
  line-height: 1;
  padding: 7px 10px 8px;
  left: 0;
  bottom: 25px;
}

.transport02 .vehicle-cont .txt-box {
  background-color: #fff;
  padding: 50px 15px;
}

.transport02 .vehicle-cont .txt-box .inner {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .transport01 .transport-bg {
    padding-top: 60px;
  }

  .transport01 .bg-white {
    padding-top: 100px;
  }

  .transport01 .bg-white .flexbox:first-of-type {
    margin-bottom: 40px;
  }

  .transport01 .bg-white .flexbox:nth-of-type(odd) {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .transport01 .bg-white .flexbox:nth-of-type(2) {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .transport01 .bg-white .img {
    width: 100%;
    text-align: center;
  }

  .transport01 .bg-white .txt {
    width: 100%;
    margin: 0;
  }

  .transport01 .bg-white .txt .f-en {
    font-size: 2rem;
  }

  .transport01 .bg-white .txt .f-en span {
    font-size: 3rem;
  }

  .transport02 {
    padding-top: 70px;
  }

  .transport02 .vehicle-cont {
    margin-bottom: 40px;
  }

  .transport02 .vehicle-cont .img-wrap.flexbox {
    margin: 30px 0 20px;
    display: block;
  }

  .transport02 .vehicle-cont .img-wrap .img {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .transport02 .vehicle-cont h4 {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .transport02 .vehicle-cont .item-list {
    max-width: 500px;
    margin: 0 auto 20px;
  }

  .transport02 .vehicle-cont .item-list li {
    width: 49%;
    margin: 0 2% 20px 0;
    position: relative;
  }

  .transport02 .vehicle-cont .item-list li:nth-child(2n) {
    margin-right: 0;
  }

  .transport02 .vehicle-cont .item-list li p {
    font-size: 1.6rem;
    bottom: 15px;
  }

  .transport02 .vehicle-cont .txt-box {
    padding: 20px 15px;
  }
}

/* contact */

.contact01 {
  padding-top: 70px;
  background-color: #efefef;
}

.contact01.not-found {
  padding-bottom: 80px;
}

.contact01 .desc span {
  color: #b93232;
}

.contact02 {
  padding-bottom: 100px;
}

.contact02 .container {
  max-width: 960px;
}

.contact02 table {
  font-size: 1.6rem;
}

.contact02 table th {
  text-align: left;
  vertical-align: text-top;
  padding: 5px 0 35px;
  width: 250px;
}

.contact02 table th span {
  font-size: 1.2rem;
  color: #b93232;
  margin-left: 5px;
  vertical-align: 2px;
}

.contact02 table td {
  width: calc(100% - 250px);
  padding-bottom: 35px;
}

.contact02 table td input {
  max-width: 470px;
}

@media screen and (max-width: 768px) {
  .contact01 {
    padding-top: 60px;
  }

  .contact02 {
    padding-bottom: 80px;
  }

  .contact02 table th {
    display: block;
    padding: 0;
    width: 100%;
  }

  .contact02 table td {
    display: block;
    width: 100%;
    padding: 5px 0 15px;
  }

  .contact02 table {
    margin-bottom: 20px;
  }
}

.main-v .news-box {
  background-color: #fff;
  max-width: 460px;
  padding: 15px 20px 15px 40px;
  color: #000;
  margin-top: 35px;
}

.main-v .news-box p {
  margin: 0;
}

.main-v .news-box .news-hdg {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 1em;
}

.main-v .news-box .news-hdg::before {
  content: "※";
  position: absolute;
  left: -1em;
  top: 0;
}

.main-v .news-box .news-hdg .marker {
  background: linear-gradient(transparent 60%, #fdf0d2 60%);
}

.main-v .news-box .news-hdg .mini {
  font-size: 1.5rem;
}

/* 20250210 */

.logo {
  display: block;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
  @media screen and (max-width: 768px) {
    max-width: 122px;
  }
  .logo_l {
    font-size: 1.5rem;
    font-size: 3.6rem;
    font-style: italic;
    letter-spacing: 0.02em;
    margin-left: 0.1em;
  }
}

.logo--l {
  font-size: 2.4rem;
  .logo_l {
    font-size: 7rem;
  }
  @media screen and (max-width: 768px) {
    max-width: 160px;
  }
}

@media screen and (min-width: 769px) {
  .header.top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
    z-index: 10;
    .logo,
    a {
      color: #fff;
    }
    .btn-contact {
      a {
        background-color: #fff !important;
        color: #000 !important;
      }
      a i::after {
        background-color: #000 !important;
      }
    }
  }
}

.fv {
  position: relative;
}

.fv::after {
  content: "";
  width: 1px;
  height: 3vw;
  background-color: #000;
  position: absolute;
  left: 50%;
  bottom: -3vw;
  z-index: 2;
}

.fv img {
  width: 100%;
}

.scroll-down {
  display: block;
  color: #fff;
  position: absolute;
  z-index: 2;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  border-left: 1px solid #fff;
  padding-bottom: 5vw;
  line-height: 2;
  left: 50%;
  bottom: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-animation: scroll 1.8s linear infinite;
  animation: scroll 1.8s linear infinite;
  opacity: 0;
}

@keyframes scroll {
  0% {
    bottom: 0;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    bottom: -5vw;
    opacity: 0;
  }
}

.hdg04 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
}

.hdg05 {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 60px;
  .f-en {
    font-size: 2rem;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
  }
}

.top .hdg01::before {
  content: normal;
}

.top-about {
  padding: 110px 0 100px;
  .hdg01 {
    margin-bottom: 60px;
  }
  .top-about__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    .img {
      max-width: 200px;
    }
    .img-r {
      margin-bottom: 140px;
    }
    .txt {
      max-width: 550px;
    }
  }
  .btn01 {
    margin-top: 60px;
  }
}

.top-staffing {
  padding: 80px 0;
  background-color: #efefef;
}

.top-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  .img {
    max-width: 450px;
  }
  .txt {
    max-width: 550px;
  }
  .btn01 {
    margin: 60px 0 0;
  }
}

.top-transportation {
  padding: 80px 0 120px;
  .top-flex {
    flex-direction: row-reverse;
  }
}

.contact-area {
  background-image: url(./img/top_new/contact_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  .hdg01 {
    &::before {
      display: none;
    }
  }
}

.contact-area__link {
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  .hdg01 {
    text-align: left;
  }
  p {
    font-size: 1.8rem;
    max-width: 450px;
  }
  .container {
    position: relative;
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .contact-area__arrow {
    width: 160px;
    height: 160px;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    overflow: hidden;
  }
  .contact-area__arrow span {
    font-size: 5.8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
  }
  &:hover {
    .contact-area__arrow span {
      animation: arrow-anim 0.4s linear forwards;
    }
  }
}

@keyframes arrow-anim {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(200%, -50%);
  }
  51% {
    transform: translate(-200%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 768px) {
  .logo--l {
    font-size: 1.8rem;
    .logo_l {
      font-size: 4.2rem;
    }
  }
  .fv::after {
    display: none;
  }

  .scroll-down {
    display: none;
  }

  .hdg04 {
    font-size: 2rem;
    text-align: center;
  }

  .hdg05 {
    font-size: 2.8rem;
    margin-bottom: 40px;
    text-align: center;
    .f-en {
      font-size: 1.6rem;
    }
  }
  .top-about {
    padding: 80px 0;
    .hdg01 {
      margin-bottom: 40px;
    }
    .top-about__inner {
      .img {
        display: none;
      }
      .txt {
        max-width: 100%;
      }
    }
    .btn01 {
      margin-top: 40px;
    }
  }

  .top-flex {
    flex-direction: column !important;
    .btn01 {
      margin: 40px auto 0;
    }
    .img img {
      aspect-ratio: 3 / 2;
      object-fit: cover;
      border-radius: 5px;
    }
  }

  .contact-area__link {
    p {
      font-size: 1.4rem;
    }
    .contact-area__arrow {
      width: 60px;
      height: 60px;
      top: 70px;
      transform: unset;
    }
    .contact-area__arrow span {
      font-size: 2.4rem;
    }
    .container {
      padding: 60px 15px;
    }
  }
}

/* 人材派遣事業 */

.staffing-main {
  padding: 100px 0;
  background: url(./img/staffing/title_bg.png) no-repeat center center / cover;
  color: #fff;
  @media screen and (max-width: 768px) {
    padding: 40px 0;
  }
}
.staffing-main__hdg {
  font-size: 5rem;
  @media screen and (max-width: 768px) {
    font-size: 2.6rem;
  }
  .f-en {
    font-size: 1.8rem;
    display: block;
    @media screen and (max-width: 768px) {
      font-size: 1.4rem;
    }
  }
}

.staffing-industry {
  padding: 60px 0 80px;
}

.hdg06 {
  font-size: 3.8rem;
  margin-bottom: 30px;
  @media screen and (max-width: 768px) {
    font-size: 2.2rem;
  }
  .f-en {
    font-size: 1.5rem;
    display: block;
  }
  + .t-center {
    margin-bottom: 40px;
  }
}

.industry-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  @media screen and (max-width: 768px) {
    gap: 20px;
  }
  .industry-list__item {
    width: calc((100% - 90px) / 4);
    border-radius: 5px;
    background-color: #ededed;
    padding: 20px;
    @media screen and (max-width: 768px) {
      width: calc(50% - 10px);
      padding: 10px;
    }
    .img {
      margin-bottom: 10px;
    }
    .name {
      font-size: 18px;
      font-weight: 500;
      text-align: center;
      @media screen and (max-width: 768px) {
        font-size: 1.4rem;
      }
      span {
        font-weight: normal;
        display: block;
        font-size: 1.3rem;
      }
    }
  }
}

.staffing-flow {
  padding: 60px 0 100px;
  background-color: #efefef;
  .flow-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
    counter-reset: flow-item;
    @media screen and (max-width: 768px) {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .flow-list__item {
      border-radius: 5px;
      background-color: #fff;
      padding: 20px;
      display: flex;
      align-items: center;
      gap: 20px;
      counter-increment: flow-item;
      line-height: 1.5;
      @media screen and (max-width: 768px) {
        flex-direction: column;
      }
      .img {
        max-width: 210px;
      }
      .txt {
        .fz18 {
          font-weight: 500;
          margin-bottom: 10px;
          @media screen and (max-width: 768px) {
            text-align: center;
          }
          &::before {
            content: "Step" counter(flow-item, decimal-leading-zero);
            display: block;
            font-size: 1.3rem;
            color: #1668ba;
          }
        }
        a {
          text-decoration: underline;
        }
      }
    }
  }
}

.staffing-faq {
  padding: 60px 0 80px;
  .faq-flex {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    @media screen and (max-width: 768px) {
      flex-direction: column;
      .hdg06 {
        text-align: center;
        margin-bottom: 20px;
      }
    }
  }
  .faq-side__inner {
    position: sticky;
    top: 60px;
  }
  .fax-content {
    width: 100%;
    max-width: 750px;
  }
  .faq-content__inner {
    padding-top: 40px;
  }
  .faq-content__hdg {
    font-size: 2.4rem;
    @media screen and (max-width: 768px) {
      font-size: 2rem;
    }
  }
  .side-list {
    @media screen and (max-width: 768px) {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
    }
  }
  .side-list__item {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
    a {
      display: block;
      padding: 15px 15px 15px 0;
      font-weight: 500;
      font-size: 1.6rem;
      padding-right: 3em;
      position: relative;
      &::after {
        content: "→";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.4rem;
        color: rgba(0, 0, 0, 0.4);
        @media screen and (max-width: 768px) {
          content: "↓";
          right: 0.5em;
        }
      }
    }
  }
  .faq {
    margin-top: 20px;
    border-radius: 5px;
    background-color: #efefef;
    &:first-of-type {
      margin-top: 10px;
    }
    .f-en {
      font-size: 2.4rem;
      position: absolute;
      left: 20px;
    }
    .faq__q {
      padding: 18px 50px;
      position: relative;
      cursor: pointer;
      font-weight: 500;
      .f-en {
        top: 9px;
      }
      &::before,
      &::after {
        content: "";
        width: 14px;
        height: 2px;
        background-color: #000;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.3s;
      }
      &::before {
        transform: translateY(-50%) rotate(-180deg);
      }
      &::after {
        transform: translateY(-50%) rotate(-90deg);
      }
      &.active {
        &::before,
        &::after {
          transform: translateY(-50%) rotate(0);
        }
      }
    }
    .faq__a {
      display: none;
      .faq__a-inner {
        padding: 20px 50px 30px;
        position: relative;
        .f-en {
          top: 12px;
        }
        &::before {
          content: "";
          width: calc(100% - 40px);
          height: 1px;
          background-color: rgba(0, 0, 0, 0.2);
          position: absolute;
          left: 20px;
          top: 0;
        }
      }
    }
  }
}

.staffing-support {
  padding: 60px 0 80px;
  background-color: #efefef;
  .support-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    @media screen and (max-width: 768px) {
      flex-direction: column-reverse;
      .hdg06 {
        text-align: center;
      }
    }
    .img {
      max-width: 450px;
    }
    .txt {
      max-width: 550px;
      p {
        margin-bottom: 20px;
      }
      .support-list {
        border-radius: 5px;
        background-color: #fff;
        padding: 20px;
        .support-list__item {
          padding-left: 1em;
          text-indent: -1em;
          &::before {
            content: "・";
          }
        }
      }
    }
  }
}
