@charset "utf-8";
/* CSS Document */
.cate_wrap {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.cate_wrap > .cate {
  position: relative;
  z-index: 2;
}
.transport_about {
  position: relative;
  overflow: hidden;
}

.transport_about .inner {
  --transport-about-gap: clamp(50px, 7vw, 100px);
  width: 100%;
  max-width: none;
  margin-right: 0;
  padding-left: max(90px, calc((100vw - 1280px) / 2));
  padding-right: 0;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  gap: var(--transport-about-gap);
}

.transport_about .txtbox {
  width: min(510px, calc((100% - var(--transport-about-gap)) * 0.4965));
}

.transport_about .txtbox h2 {
  letter-spacing: 0.08em;
}

.transport_about .txtbox .body_txt {
  letter-spacing: 0.08em;
}

.transport_about .imgbox {
  width: calc((100% - var(--transport-about-gap)) * 0.5035);
  margin-right: 0;
  overflow: hidden;
}

.transport_about .imgbox img {
  display: block;
  width: 100%;
  aspect-ratio: 72 / 73;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .transport_about .inner {
    display: flex;
    flex-direction: column;
    padding-right: 40px;
    padding-left: 40px;
  }

  .transport_about .imgbox {
    order: 1;
    width: 100%;
    margin-top: 0;
    margin-bottom: 36px;
  }

  .transport_about .txtbox {
    order: 2;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .transport_about .inner {
    padding-right: 20px;
    padding-left: 20px;
  }}



/* cate2 */
.transport_work .work_intro .intro_line {
  display: block;
  width: 1px;
  height: clamp(22px, 3vw, 34px);
  margin: clamp(14px, 2vw, 20px) auto clamp(12px, 1.8vw, 18px);
  background-color: #0B0BAC;
}

.transport_service .service_list {
  display: grid;
 gap: clamp(60px, 8vw, 110px);
}

.transport_service .service_item {
  position: relative;
  align-items: center;
  justify-content: space-between;
  gap: clamp(30px, 5vw, 70px);
  padding: clamp(30px, 4vw, 44px);
  background: #fff;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
}

.transport_service .service_txtbox {
  flex: 1;
  min-width: 0;
}

.transport_service .service_txtbox .num {
  line-height: 1;
    margin-top: -70px;
    font-weight: 400;
    margin-bottom: 40px;
}

.transport_service .service_img {
        margin-top: -80px;
  width: clamp(300px, 24vw, 320px);
  overflow: hidden;
}

.transport_service .service_img img {
  display: block;
  width: 100%;
  aspect-ratio: 7 / 6;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .transport_service .service_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .transport_service .service_img {
    order: 1;
    width: 100%;
    margin-top: 0;
  }

  .transport_service .service_txtbox {
    order: 2;
    width: 100%;
  }

  .transport_service .service_txtbox .num {
    margin-top: 0;
    margin-bottom: 24px;
  }
}

.transport_work .work_intro .entitle4 {
  letter-spacing: 0.18em;
}

.transport_work .work_intro .intro_line {
  width: 1px;
  height: clamp(22px, 3vw, 34px);
  margin: clamp(14px, 2vw, 20px) auto clamp(12px, 1.8vw, 18px);
  background-color: #0B0BAC;
}

.transport_work .work_list {
  display: grid;
  gap: clamp(50px, 10vw, 140px);
}

.transport_work .work_block {
  --work-gap: clamp(45px, 7vw, 90px);
  align-items: center;
  gap: var(--work-gap);
}

.transport_work .work_img {
  width: calc((100% - var(--work-gap)) * 0.48);
  overflow: hidden;
}

.transport_work .work_img img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.transport_work .work_txtbox {
  width: calc((100% - var(--work-gap)) * 0.52);
}

.transport_work .work_txtbox h3 {
  display: block;
  width: 100%;
  padding-bottom: 12px;
  border-bottom: none;
  background-image: linear-gradient(
    90deg,
    #0B0BAC 0%,
    #0B0BAC 25%,
    rgba(11, 11, 172, 0.24) 25%,
    rgba(11, 11, 172, 0.24) 100%
  );
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1px;
}

@media screen and (max-width: 768px) {
  .transport_work .work_block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
gap: clamp(10px, 4vw, 30px);
  }

  .transport_work .work_img {
    order: 1;
    width: 100%;
  }

  .transport_work .work_txtbox {
    order: 2;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .transport_about .inner,
  .transport_work .work_block,
  .transport_feature .feature_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .transport_about .txtbox,
  .transport_about .imgbox,
  .transport_work .work_img,
  .transport_work .work_txtbox,
  .transport_feature .feature_img,
  .transport_feature .feature_txtbox {
    width: 100%;
  }

  .transport_about .imgbox {
    order: 1;
    margin-right: 0;
  }

  .transport_about .txtbox {
    order: 2;
  }



  .transport_work .work_img,
  .transport_feature .feature_img {
    order: 1;
  }

  .transport_work .work_txtbox,
  .transport_feature .feature_txtbox {
    order: 2;
  }
}

@media screen and (max-width: 576px) {

  .transport_work .work_img img,
  .transport_feature .feature_img img {
    aspect-ratio: 16 / 10;
  }
}
.area_block {
  position: relative;
  overflow: hidden;
}

.area_block .titlebox1 p {
  line-height: 1;
}

.area_block .area_lead h3 {
  letter-spacing: 0.08em;
  line-height: 1.7;
}

.area_block .area_lead .body_txt {
  letter-spacing: 0.06em;
}

.area_block .area_box {
  width: min(860px, 100%);
  margin: 0 auto;
  padding: clamp(26px, 4vw, 42px) clamp(20px, 4vw, 48px);
  background: #f4f4f4;
  box-sizing: border-box;
}

.area_block .area_box_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.area_block .area_box_title i {
  color: #0B0BAC;
}

.area_block .area_list {
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(8px, 1.4vw, 12px);
}

.area_block .area_list p {
  padding: 7px 14px;
  border: 2px solid #0B0BAC;
  color: #0B0BAC;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 576px) {
  .area_block .area_lead h3 br {
    display: none;
  }

  .area_block .area_list {
    display: grid;
    grid-template-columns: 1fr;
  }

  .area_block .area_list p {
    width: 100%;
    box-sizing: border-box;
  }
}
.car_maker,
.car_lineup,
.car_price {
  position: relative;
  z-index: 2;
}

.car_maker .maker_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: clamp(16px, 3vw, 28px);
}

.car_maker .maker_list p {
  width: 100%;
  padding: clamp(18px, 2vw, 26px) 15px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}
.car_lineup .lineup_list {
  justify-content: space-between;
  gap: clamp(16px, 2vw, 28px);
}

.car_lineup .lineup_item {
  width: calc((100% - clamp(16px, 2vw, 28px) * 4) / 5);
  text-align: center;
}

.car_lineup .lineup_item .imgbox {
  width: 100%;
  overflow: hidden;
  margin-bottom: 12px;
}

.car_lineup .lineup_item .imgbox img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.car_lineup .lineup_item .name {
  line-height: 1.6;
}

.car_lineup .lineup_item .price {
  line-height: 1.6;
}

.car_price .price_list {
  width: 100%;
}

.car_price .price_item {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: clamp(20px, 2.5vw, 30px) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.car_price .price_item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}

.car_price .price_item p:last-child {
  text-align: right;
}

@media screen and (max-width: 768px) {

  .car_lineup .lineup_item {
    width: calc((100% - 16px) / 2);
  }
}

@media screen and (max-width: 576px) {


  .car_price .price_item {
    display: block;
  }

  .car_price .price_item p:last-child {
    margin-top: 8px;
    text-align: left;
  }
}
.car_price .price_box {
  align-items: baseline;
  justify-content: flex-end;
  gap: 10px;
  white-space: nowrap;
}

.car_price .price_num {
  line-height: 1;
}

.car_price .price_tax {
  line-height: 1;
}
.faq_block {
  position: relative;
  overflow: hidden;
}

.faq_e1 .box {
  background: #0B0BAC;
  border-radius: 6px;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.faq_e1 .box:not(:last-of-type) {
  margin-bottom: clamp(24px, 4vw, 42px);
}

.faq_e1 .box .qbox {
  cursor: pointer;
  position: relative;
  padding: clamp(24px, 3vw, 36px) clamp(58px, 6vw, 90px) clamp(18px, 2.5vw, 28px) clamp(24px, 4vw, 46px);
  gap: clamp(14px, 2vw, 24px);
}

.faq_e1 .q_icon,
.faq_e1 .a_icon {
  color: #fff;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 400;
  line-height: 1;
}

.faq_e1 .box .qbox h3 {
  margin: 0;
  color: #fff;
  line-height: 1.6;
}

.faq_e1 .box .qbox .icon {
  position: absolute;
  right: clamp(24px, 4vw, 46px);
  top: 50%;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #fff;
  transform: translateY(-50%);
}

.faq_e1 .box .qbox .icon::before,
.faq_e1 .box .qbox .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #0B0BAC;
  transform: translate(-50%, -50%);
  transition: 0.25s ease;
}

.faq_e1 .box .qbox .icon::before {
  width: 10px;
  height: 2px;
}

.faq_e1 .box .qbox .icon::after {
  width: 2px;
  height: 10px;
}

.faq_e1 .box .qbox.active .icon::after {
  opacity: 0;
}

.faq_e1 .box .abox {
  display: none;
  padding: 0 clamp(24px, 4vw, 46px) clamp(24px, 3vw, 36px);
}
body.gjs-dashed .faq_e1 .box .abox {
  display: block!important;
}

.faq_e1 .box .abox::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: clamp(18px, 2vw, 26px);
  background: rgba(255, 255, 255, 0.18);
}

.faq_e1 .abox_inner {
  align-items: flex-start;
  gap: clamp(14px, 2vw, 24px);
}

.faq_e1 .box .abox p:last-child {
  margin: 0;
  color: #fff;
}

@media screen and (max-width: 576px) {
  .faq_e1 .box .qbox {
    padding: 22px 54px 18px 18px;
    gap: 12px;
  }

  .faq_e1 .box .qbox .icon {
    right: 18px;
    width: 20px;
    height: 20px;
  }

  .faq_e1 .box .abox {
    padding: 0 18px 22px;
  }

  .faq_e1 .abox_inner {
    gap: 12px;
  }
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

