@charset "utf-8";
/* CSS Document */

/* ----------------------------- 以下SP ------------------------------- */
@media screen and (max-width:999px) {

.pc {
    display: none;
}
   

	
/* --------------------------- 事業内容ページ SP------------------------ */	

.business_FV {
    background-image: url("../images/business_topImg_sp.webp?0611_2");
}

.business_main_01 {
    background-image: url("../images/business_main_img01_sp.webp");
}

.business_main_02 {
    background-image: url("../images/business_main_img02_sp.webp");
}




/* --------------------------- 問い合わせ SP------------------------ */ 
	
.contact_FV {
    background-image: url("../images/contact_topImg_sp.webp");
}

.contact_top_box{
	padding: 5%;
	margin-bottom: 70px;
}

.contact_top_box h3{
	margin: 0 0 18px;
	padding-bottom: 10px;
	border-bottom: 2px solid #0f78b9;
}

.contact_flex{
	display: block;
}

.contact_flex ul{
	width: 100%;
	margin-bottom: 0px;
}
	
.contact_flex ul:last-child{
	margin-bottom: 20px;
}

.contact_top_box li {
	line-height: 2.0;
}

.contact-form {
	max-width: 980px;
	margin: 0 auto;
}

.form-row {
	display: block;
	margin-bottom: 20px;
}

.form-label {
	width: 100%;
	padding-top: 14px;

}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
	width: 100%;
	padding: 10px 15px;

}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
	height: 48px;
}

.contact-form select {
	width: 100%;
	height: 48px;
	padding-right: 0px;
}

.contact-form textarea {
	min-height: 180px;
	resize: vertical;
}

.privacy-row {
	margin-top: 20px;
}

.form-submit {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 80px;
}

.submit-btn {
	min-width: 340px;
	padding: 15px 35px;
}
	
	
	
/* --------------------------- 実証実験事例ページ SP------------------------ */

.case_FV {
    background-image: url("../images/case_topImg_sp.webp");
}	

.case_flex{
	display: block;
	justify-content: space-between;
}

.case_DB_block{
	width: 100%;
}

.case_DB_box{
	padding: 15px 30px;
	margin-bottom: 15px;
}

.case_DB_box h4{
	margin-bottom: 8px;
}




/* ---------- 検索部分 --------- */

.case-search_wrap{
	padding-top: 70px;
	padding-bottom: 70px;
}

.case-search {
	padding: 30px 40px;
	border-radius: 10px;
	margin-bottom: 40px;
}

.case-search_title {
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom: 2px solid #0f78b9;
}

.case-search_form {
	width: 100%;
}

.case-search_group + .case-search_row,
.case-search_row + .case-search_group,
.case-search_group + .case-search_group {
	margin-top: 20px;
}

.case-search_label {
	margin-bottom: 6px;
}

.case-search_checks {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 40px;
}

.case-search_check {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.case-search_check input[type="checkbox"] {
	width: 20px;
	height: 20px;
}

.case-search_row {
	display: flex;
	gap: 40px;
}

.case-search_select,
.case-search_input {
	width: 100%;
	height: 48px;
	padding: 0 30px 0 15px;
	border: 1px solid #bdbdbd;
	border-radius: 5px;
	background: #fff;
}

.case-search_btn-wrap {
	margin-top: 30px;
	text-align: center;
}

.case-search_btn {
	position: relative;
	min-width: 260px;
	padding: 12px 50px;
	font-weight: 700;
	letter-spacing: 0.2em;
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.case-search_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}

/* ---------- 検索一覧 --------- */

.case-list_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px 30px;
}

.case-card_body {
	padding-top: 10px;
	text-align: center;
}

.case-card_tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px 15px;
	margin-top: 10px;
}

.case-card_btn {
	position: relative;
	display: inline-flex;
	min-width: 160px;
	margin-top: 12px;
	padding: 12px 30px;
}

.case-card_btn::after {
	top: 50%;
	right: 15px;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 40px;
}

.pagination_prev,
.pagination_next {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	text-decoration: none;
}

.pagination_list {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagination_number,
.pagination_dots {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;	
	font-weight: 700;
	text-decoration: none;
	border-radius: 50%;
}

.pagination_number.is-current {
	background: #0f78b9;
	color: #fff;
}

.pagination_number:not(.is-current):hover {
  background: rgba(0, 119, 189, 0.08);
}

.case_data_block{
	width: 100%;
}
	
.case_data_block img{
	margin-bottom: 40px;
}

.case_data_block ul{
	margin-bottom: 30px;
}

.case_data_block h3{
	margin-bottom: 20px;
}

.case_data_block h4{
	font-weight: 700;
	color: #0f78b9;
	margin-bottom: 10px;
}

.case_main_01 {
    background-image: url("../images/case_main_img01_sp.webp");
    height: 50vh;
}

.case_main_02 {
    background-image: url("../images/case_main_img02_sp.webp");
    height: 50vh;
}
	
.voice-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

  .voice-card-right {
    flex-direction: column;
  }

  .voice-card + .voice-card {
    margin-top: 48px;
  }

  .voice-card-right .voice-card_image {
    order: 1;
  }

  .voice-card-right .voice-card_balloon {
    order: 2;
  }

  .voice-card_image {
    flex: 0 0 auto;
    width: 110px;
  }

  .voice-card_image img {
    width: 110px;
    height: 110px;
  }

  .voice-card_balloon {
    padding: 20px;
    border-radius: 10px;
  }

  .voice-card_meta {
    margin-bottom: 12px;
  }

  .voice-card_text {
    line-height: 1.8;
  }

  .voice-card-left .voice-card_balloon::before,
  .voice-card-right .voice-card_balloon::before {
    top: -12px;
    left: 28px;
    right: auto;
    transform: none;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #d7e3ef;
    border-top: none;
  }	
	

	
/* --------------------------- 実証実験事例詳細ページSP ------------------------ */

.white_bg{
	padding: 25px;
}

.case_detail_bg{
	background-color: #f0f4f7;
	padding-top: 100px;
	padding-bottom: 80px;
}

.case_detail_title h1 span{
	padding: 8px 20px;
	margin-bottom: 12px;
}

.case_detail_movie{
	margin-bottom: 30px;
	text-align: center;
}

.case_tag{
	margin-bottom: 30px;
}


	
	
	
	
/* --------------------------- 自動運転バスページ SP ------------------------ */

.bus_FV {
    background-image: url("../images/bus_topImg_sp.webp");
}

.bus_top_img{
	display: block;
	max-width: 480px;
}

.bus_top_img img{
	width: 100%;
}

.bus_main_01 {
    background-image: url("../images/bus_main_img01_sp.webp?0611_4");
    height: 50vh;
}

.bus_system{
	display: block;
	margin-bottom: 40px;
}

.bus_system_block{
	width: 100%;
}
	
.bus_system_block img{
	max-width: 480px;
	margin-top: 20px;
}

.rev{
	flex-direction: column;
}

.bus_system_block h3{
	padding-bottom: 6px;
	margin-bottom: 15px;
}

.bus_system_block p{
	margin-bottom: 20px;
}

.bus_main_02 {
    background-image: url("../images/bus_main_img02_sp.webp?0612_2");
    height: 50vh;
}

.bus_main_03 {
    background-image: url("../images/bus_main_img03_sp.webp?0612_3");
    height: 50vh;
}

.bus_main_04 {
    background-image: url("../images/bus_main_img04_sp.webp?0612_3");
    height: 50vh;
}

.bus_case{
	margin-bottom: 50px;
}

.bus_case h3{
	padding-bottom: 6px;
	margin-bottom: 15px;
}

.bus_case p{
	margin-bottom: 25px;
}

.bus_flex{
	display: block;
}

.bus_case_box{
	width: 100%;
	margin-right: 0%;
	margin-bottom: 25px;
}

.bus_case_box h4{
	margin-bottom: 8px;
}
	
	
	
	
/* --------------------------- 自動運転トラックページ SP------------------------ */

.truck_FV {
    background-image: url("../images/truck_topImg_sp.webp");
}

.truck_main_01 {
    background-image: url("../images/truck_main_img01_sp.webp");
    height: 50vh;
}

.truck_main_02 {
    background-image: url("../images/truck_main_img02_sp.webp");
    height: 50vh;
}

.truck_system h3{
	border-bottom: solid 2px #0f78b9;
	padding-bottom: 6px;
	margin-bottom: 15px;
}

.truck_system p{
	margin-bottom: 15px;
}

.truck_system ul{
	margin-bottom: 15px;
}

.truck_formation{
	display: block;
}

.truck_formation_h3{
	margin-bottom: 15px;
}

.truck_half_box{
	width: 100%;
}

.truck_formation_white{
	padding: 20px;
	margin-bottom: 30px;
}

.truck_table{
	margin-bottom: 30px;
}

.truck_half_box h4{
	margin-bottom: 8px;
}

.truck_formation_white p{
	min-height: inherit;
	line-height: 1.7;
	margin-bottom: 30px;
}

.truck_table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}

.truck_table td{
	padding: 10px;
	min-height: inherit;
	vertical-align: middle;
}

.truck_table tr{
	height: auto;
}

.truck_table tr:nth-child(odd) {
	background-color: #e2eef6!important;
}

.truck_formation_white h4{
	font-size: var(--fontSize-18px);
	font-weight: 600;
	margin-bottom: 10px;
}

.mc_left_special {
    display: block;
	text-align: left;
}
	
.mc_left_title_special{
	margin-left: 0px!important;
	margin-bottom: 30px;
	padding-left: 0px!important;	
}


/* ----自動運転トラックについて--- */

.problem-card h3,
.challenge-card h3 {
  margin: 0 0 28px;
  color: #0071bc;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
}

.problem-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.problem-card li {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px dashed #999;
  font-size: 17px;
  font-weight: 700;
  color: #222;
}

.problem-card li:first-child {
  padding-top: 0;
}

.problem-card li span {
  width: 48px;
  flex-shrink: 0;
  text-align: center;
  font-size: 30px;
  color: #111;
}

.truck_arrow-wrap{
    display:block;
    align-items:center;
	margin-left: auto;
	margin-right: auto;
}

.truck_arrow{
    width:0;
    height:0;
    border-top:38px solid transparent;
    border-bottom:38px solid transparent;
    border-left:34px solid #a8bbd6;
}

.truck-icon {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.truck-icon img{
	width: 100%;
}

.challenge-card p {
  margin: 0;
  color: #0071bc;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.9;
}

.flex_bet_start{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.truck_solution_white{
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
	width: 100%;
	margin-bottom: 20px;
}

.truck_solution_white p{
	line-height: 1.7;
}

.truck_solution_txt{
	width: 60%;
	margin-right: 5%;
}

.truck_solution_img{
	width: 35%;
}

.truck_solution_img img{
	width: 100%;
}


	
	
	
/* --------------------------- ニュースページ SP------------------------ */

.news_FV {
    background-image: url("../images/news_topImg_sp.webp");
}

.news_archive_tabs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px 30px;
	margin-bottom: 35px;
}

.news_tab {
	padding: 0 0 10px;
	font-size: var(--fontSize-20px);
}

.news_tab.is-active::after {
	width: 110px;
	max-width: 100%;
	height: 2px;
	border-radius: 999px;
}

.news_archive_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 20px;
}

.news_card_thumb {
	border-radius: 10px;
	margin-bottom: 15px;
}

.news_card_body {
	padding: 0 8px;
}

.news_card_meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 15x;
	margin-bottom: 8px;
}

.news_pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 15px;
	margin-top: 50px;
}

.page_num {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}


/* =======================================
募集要項　中途採用求人・募集要項　
=========================================*/

.JD_top {
	flex-direction: column-reverse;
	justify-content: start;
	align-items: flex-start;
}
	
.JD h1 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

.JD_top span {
	text-align: left;
}

.MCRandJD_container .tab_item {
    width: auto;
    height: auto;
	padding: 5%;
}

.MCRandJD_container .tab_item a{
	color: #fff;
}

.JD_item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
	padding: 0%;
}

.JD_border {
	display: none;
}
	
.JD_title,
.JD_txt {
    padding: 0%;
	margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
	
.JD_title{
	margin-top: 15px;
}
	
.JD_txt{
	margin-bottom: 20px;
}

.JD_title {
	font-weight: 600;
}


}