@charset "UTF-8";
.title-wrap .sub-title {
  color: #ff850a;
}

.sub-top-section {
  background-image: url(../image/photo/about-top.png);
}

.work-section {
  background: url(../image/photo/work-back.png);
  padding-top: 30vw;
  margin-top: -25vw;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 5%;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
.work-section .tab-buttons {
  display: flex;
  gap: 5rem;
  margin-bottom: 1rem;
  justify-content: center;
  margin-bottom: 5%;
}
.work-section h2 {
  background-color: #404040;
  color: #ffffff;
  text-align: center;
  margin-bottom: 5%;
  margin-top: 5%;
}
.work-section .circle-set {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 20px;
}
.work-section .circle-set img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work-section .tab {
  padding: 0.5rem 1rem;
  border: none;
  background: #808080;
  cursor: pointer;
  border-radius: 0.5rem;
  transition: background 0.2s;
  max-width: 500px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1% 5%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vw;
  font-size: 36px;
}
.work-section .tab img {
  max-width: 55px;
}
.work-section .tab.active {
  background: #ff850a;
}
.work-section .tab-content {
  max-width: 1270px;
  margin: auto;
}
.work-section .tab-content .tab-panel {
  display: none;
}
.work-section .tab-content .tab-panel:not(.hidden) {
  display: block;
}

@media (max-width: 768px) {
  .work-section {
    padding-top: 250px;
    margin-top: -200px;
  }
  .work-section .tab-buttons {
    gap: 1rem;
    align-items: center;
  }
  .work-section h2 {
    background-color: #404040;
    color: #ffffff;
    text-align: center;
    margin-bottom: 5%;
    margin-top: 5%;
  }
  .work-section .circle-set {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .work-section .circle-set img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
  }
  .work-section .tab {
    font-size: 20px;
  }
  .work-section .tab img {
    width: 20px;
  }
  .work-section .tab.active {
    background: #ff850a;
  }
  .work-section .tab-content .tab-panel {
    display: none;
  }
  .work-section .tab-content .tab-panel:not(.hidden) {
    display: block;
  }
  .work-section .menu-title {
    text-align: center;
  }
}
.truck-section {
  padding-top: 110px;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 110px;
}
.truck-section .title-wrap {
  text-align: center;
}
.truck-section .swiper-wrapper {
  max-height: 600px;
}
.truck-section .truck-swiper {
  margin: 0 5%;
}
.truck-section .truck-swiper .swiper-slide {
  background: transparent;
}
.truck-section .truck-swiper .truck-item {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 5vw;
  background-color: white;
  box-shadow: 2px 4px 7.5px rgba(0, 0, 0, 0.25);
  max-height: 600px;
  height: 100%;
  width: 100%;
  padding: 3%;
}
.truck-section .truck-swiper .truck-item .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 25px;
}
.truck-section .truck-swiper .truck-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.truck-section .truck-swiper .truck-item h1 {
  font-size: 60px;
  color: #62e1b7;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
.truck-section .truck-swiper .text-wrap .box-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 5px;
}
.truck-section .truck-swiper .text-wrap .box-wrap span {
  background-color: #657e86;
  color: #ffffff;
  text-align: center;
  padding: 10px;
}
.truck-section .truck-swiper-button-prev,
.truck-section .truck-swiper-button-next {
  background: linear-gradient(180deg, #ff850a, #eb595c);
  max-height: 600px;
  height: 100%;
  top: 25px;
  color: white;
}
.truck-section .truck-swiper-button-prev::after,
.truck-section .truck-swiper-button-next::after {
  font-size: 12px;
}
.truck-section .truck-swiper-pagination {
  margin-top: 25px;
}
.truck-section .swiper-pagination-bullet-active,
.truck-section .swiper-pagination-bullet {
  margin-top: 25px;
  border-radius: 500px;
  background-color: #5d5d5d;
  height: 18px;
  width: 18px;
  opacity: 1;
}
.truck-section .swiper-pagination-bullet-active {
  background-color: #ef614c;
}
.truck-section .swiper-container {
  position: relative;
  padding-bottom: 50px;
}
.truck-section .card-wrapper {
  gap: 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1700px;
  margin: 0px 5%;
}
@media (max-width: 768px) {
  .truck-section .card-wrapper {
    gap: 25px;
    margin: 0 5%;
    grid-template-columns: auto;
  }
}
.truck-section .v-card {
  background-color: #fff;
  padding: 40px;
  box-shadow: 2px 4px 7.5px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  border-radius: 24px;
}
@media (max-width: 768px) {
  .truck-section .v-card {
    padding: 25px;
  }
}
.truck-section .v-card .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 60px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .truck-section .v-card .wrapper {
    gap: 20px;
  }
}
.truck-section .v-card .wrapper .img-set {
  max-width: 100%;
  max-height: 300px;
  flex-shrink: 0;
  gap: 30px;
  overflow: clip;
}
.truck-section .v-card .wrapper .img-set img {
  height: 100%;
  aspect-ratio: 3/2;
  width: 100%;
}
.truck-section .v-card .wrapper .text-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  width: 100%;
}
.truck-section .v-card .wrapper .text-content .title-wrap {
  border-bottom: 4px solid #000;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  width: 100%;
}
.truck-section .v-card .wrapper .text-content .title-wrap .v-name {
  position: relative;
  font-size: 24px;
  line-height: 175.36%;
  color: #ff850a;
  text-align: left;
  font-family: "FP-ヒラギノ角ゴ StdN W8";
  font-weight: bold;
}
.truck-section .v-card .wrapper .text-content .title-wrap .dai {
  position: relative;
  background-color: #ffa142;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  box-sizing: border-box;
  text-align: left;
  font-size: 40px;
  color: #fff;
  font-family: Helvetica;
}
.truck-section .v-card .wrapper .text-content .list-wrapper {
  width: 100%;
  border-bottom: 4px solid #000;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0px 0px 30px;
  gap: 12px;
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic Pro";
  border-spacing: 1rem;
}
.truck-section .v-card .wrapper .text-content .list-wrapper .li-item .cm {
  position: relative;
  color: #ffa142;
}
.truck-section .v-card .wrapper .text-content .list-wrapper .li-item .b-green {
  background-color: #ffa142;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0px 15px;
  color: #ffffff;
  min-width: 200px;
  max-width: 200px;
}
.truck-section .v-card .wrapper .text-content .content {
  width: 100%;
  line-height: 175.36%;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  color: #424242;
  text-align: left;
  display: inline-block;
  font-size: 1rem;
}
.truck-section .v-card .wrapper .text-content .track {
  width: 100%;
}
@media (max-width: 768px) {
  .truck-section .v-card .wrapper .text-content {
    gap: 20px;
  }
  .truck-section .v-card .wrapper .text-content .title-wrap {
    border-bottom: 2px solid #000;
  }
  .truck-section .v-card .wrapper .text-content .title-wrap .v-name {
    font-size: 32px;
  }
  .truck-section .v-card .wrapper .text-content .title-wrap .dai {
    font-size: 20px;
  }
  .truck-section .v-card .wrapper .text-content .list-wrapper {
    font-size: 16px;
    padding: 0px 0px 10px;
    border-bottom: 2px solid #000;
  }
  .truck-section .v-card .wrapper .text-content .list-wrapper .li-item {
    justify-content: clear;
  }
  .truck-section .v-card .wrapper .text-content .list-wrapper .li-item .b-green {
    min-width: 70px;
  }
}

@media (max-width: 768px) {
  .truck-section {
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 80px;
  }
  .truck-section .swiper-wrapper {
    max-height: 100%;
  }
  .truck-section .truck-swiper {
    margin: 0%;
  }
  .truck-section .truck-swiper .truck-item {
    display: flex;
    flex-direction: column;
    gap: 5vw;
    background-color: white;
    box-shadow: 2px 4px 7.5px rgba(0, 0, 0, 0.25);
    max-height: 600px;
    height: 100%;
    width: 100%;
    padding: 3%;
  }
  .truck-section .truck-swiper .truck-item img {
    height: 200px;
  }
  .truck-section .truck-swiper .truck-item h1 {
    font-size: 32px;
  }
  .truck-section .truck-swiper .text-wrap .box-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 5px;
  }
  .truck-section .truck-swiper .text-wrap .box-wrap span {
    background-color: #657e86;
    color: #ffffff;
    text-align: center;
  }
  .truck-section .truck-swiper-button-prev,
  .truck-section .truck-swiper-button-next {
    display: none;
  }
  .truck-section .truck-swiper-pagination {
    margin-top: 25px;
  }
  .truck-section .swiper-pagination-bullet-active,
  .truck-section .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
  .truck-section .swiper-container {
    position: relative;
    padding-bottom: 25px;
  }
}
.truck-list-section {
  position: relative;
  z-index: 1;
  padding-top: 110px;
}
.truck-list-section .list-title {
  max-width: 1709px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.truck-list-section .list-title h3 {
  background-color: #ff850a;
  text-align: center;
  color: #ffffff;
  padding: 2% 0;
}
.truck-list-section .list {
  max-width: 1700px;
  margin: auto;
}
.truck-list-section .list .tabs {
  width: 100%;
  margin: 50px auto;
}
.truck-list-section .list input[type=radio]:checked + .tab_item {
  background-color: #404040;
  color: white;
  font-weight: bold;
}
.truck-list-section .list {
  /*タブのスタイル*/
}
.truck-list-section .list .tab_item {
  width: 25%;
  height: 50px;
  border-bottom: 3px solid #ff850a;
  background-color: #d9d9d9;
  line-height: 50px;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
  cursor: hand;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
.truck-list-section .list .tab_item:hover {
  background-color: #808080;
  color: #ffffff;
}
.truck-list-section .list input[name=tab_item] {
  display: none;
}
.truck-list-section .list {
  /*タブ切り替えの中身のスタイル*/
}
.truck-list-section .list .tab_content {
  display: none;
  padding: 10px 10px 0;
  clear: both;
  overflow: hidden;
}
.truck-list-section .list {
  /*選択されているタブのコンテンツのみを表示*/
}
.truck-list-section .list #tab1:checked ~ #tab1_content,
.truck-list-section .list #tab2:checked ~ #tab2_content,
.truck-list-section .list #tab3:checked ~ #tab3_content,
.truck-list-section .list #tab4:checked ~ #tab4_content {
  display: block;
}
.truck-list-section .list {
  /*テーブルデザイン*/
}
.truck-list-section .list table {
  width: 100%;
  border-spacing: 0;
  vertical-align: top;
  margin: 10px 0;
  table-layout: fixed;
}
.truck-list-section .list table thead {
  background-color: #404040;
  color: #ffffff;
}
.truck-list-section .list table thead th {
  padding: 10px 2%;
  text-align: center;
}
.truck-list-section .list table tbody tr {
  background-color: rgba(223, 223, 223, 0.9);
  padding: 5%;
}
.truck-list-section .list table tbody tr:nth-child(even) {
  background-color: #bbbbbb;
}
.truck-list-section .list table td {
  padding: 20px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .tabs .text {
    font-size: 12px;
  }
  .truck-list-section {
    padding-top: 80px;
  }
  .truck-list-section .list-title {
    max-width: 1709px;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .truck-list-section .list-title h3 {
    font-size: 32px;
  }
  .truck-list-section .list table th,
  .truck-list-section .list table td {
    width: 100%;
  }
  .truck-list-section .list table td {
    padding: 10px 20px;
  }
  .truck-list-section .list thead {
    display: none;
  }
  .truck-list-section .list tr {
    background-color: unset;
    width: 100%;
  }
  .truck-list-section .list th,
  .truck-list-section .list td {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
  }
  .truck-list-section .list tbody th {
    background: #14116e;
    color: #fff;
    text-align: center;
  }
  .truck-list-section .list tbody td::before {
    content: attr(data-label);
    display: inline-block;
    margin-right: 10px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
  }
  .truck-list-section .list tbody td {
    display: grid;
    align-items: baseline;
    grid-template-columns: 1.2fr 1fr;
    text-align: left;
  }
}
.policy-section {
  padding-top: 300px;
  margin-top: -250px;
}

.policy-section-content {
  padding: 5% 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  gap: 5vw;
}
.policy-section-content img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.policy-section-content .text-wrap {
  max-width: 650px;
}
.policy-section-content .text-wrap h2 {
  color: #ff850a;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  letter-spacing: 0.8rem;
  font-size: 20px;
  margin-bottom: 1rem;
}
.policy-section-content .text-wrap .text-small {
  line-height: 2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}

@media (max-width: 768px) {
  .policy-section {
    padding-top: 50px;
    margin-top: -100px;
    position: relative;
  }
  .policy-section-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .policy-section-content img {
    position: absolute;
    z-index: 0;
  }
  .policy-section-content .text-wrap {
    z-index: 1;
    padding: 0 15px;
  }
  .policy-section-content .text-wrap .text-small {
    line-height: 1.5rem;
  }
}/*# sourceMappingURL=about.css.map */