@charset "utf-8";





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

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

.about_h3 {
    font-size: var(--fontSize-25px);
    font-weight: 600;
    color: var(--primary-blue);
}

.abotSection_topTitle p {
    margin-top: 2%;
    line-height: 2;
}

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

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




/* --------------------------- 問い合わせ ------------------------ */

.contact_FV {
    background-image: url("../images/contact_topImg.webp");
}

.contact_top_box{
	background-color: #f0f4f7;
	padding: 5% 8%;
	margin-bottom: 120px;
}

.contact_top_box h3{
	margin: 0 0 18px;
	padding-bottom: 10px;
	font-size: var(--fontSize-24px);
	font-weight: 600;
	line-height: 1.4;
	color: #0f78b9;
	border-bottom: 2px solid #0f78b9;
}

.contact_flex{
	display: flex;
	width: 100%;
	justify-content: center;
	gap: 70px;
}

.contact_flex ul{
	width: 45%;
	margin-bottom: 30px;
}

.contact_top_box li {
	font-size: var(--fontSize-20px);
	line-height: 2.0;
}

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

.form-row {
	display: flex;
	align-items: flex-start;
	gap: 28px;
	margin-bottom: 20px;
}

.form-label {
	width: 220px;
	flex-shrink: 0;
	padding-top: 14px;
	font-size: var(--fontSize-18px);
	font-weight: 500;
	line-height: 1.6;
	color: #222;
}

.required {
	margin-left: 10px;
	font-size: var(--fontSize-16px);
	font-weight: 500;
	color: #ff2a2a;
}

.form-input {
	flex: 1;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
	width: 100%;
	padding: 14px 18px;
	font-size: var(--fontSize-18px);
	line-height: 1.5;
	color: #222;
	background: #fff;
	border: 1px solid #9f9f9f;
	border-radius: 6px;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
}

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

.contact-form select {
	width: 280px;
	height: 58px;
	padding-right: 48px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath d='M2 2l5 5 5-5' fill='none' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 18px center;
	background-size: 14px 10px;
}

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

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

.privacy-check {
	padding-top: 4px;
}

.checkbox-label {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	font-size: var(--fontSize-18px);
	color: #555;
	cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
	width: 30px;
	height: 30px;
	margin: 0;
	accent-color: #666;
	cursor: pointer;
}

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

.submit-btn {
	position: relative;
	display: inline-block;
	min-width: 340px;
	padding: 18px 40px;
	font-size: var(--fontSize-18px);
	font-weight: 600;
	color: #fff;
	background-color: var(--primary-blue);
	border: none;
	border-radius: 100px;
	cursor: pointer;
	transition: 0.3s;
}

.submit-btn:hover {
	opacity: 0.8;
}

/* 矢印 */
.submit-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 26px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}



/* --------------------------- 実証実験事例ページ ------------------------ */

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

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

.case_DB_block{
	width: 48%;
}

.case_DB_box{
	background-color: #f0f4f7;
	border-radius: 10px;
	padding: 20px 40px;
	margin-bottom: 20px;
}

.case_DB_box h4{
	color: #0f78b9;
	font-size: var(--fontSize-18px);
	font-weight: 600;
	margin-bottom: 10px;
}

.case_DB_box li{
	font-size: var(--fontSize-18px);
}

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

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

.case-search {
	background-color: #fff;
	padding: 40px 80px;
	border-radius: 10px;
	margin-bottom: 60px;
}

.case-search_wrap .mc_right_txt p {
	font-size: var(--fontSize-25px);
}

.case-search_title {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 3px solid #0f78b9;
	font-size: var(--fontSize-24px);
	font-weight: 600;
	line-height: 1.4;
}

.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: 30px;
}

.case-search_label {
	display: block;
	margin-bottom: 10px;
	font-size: var(--fontSize-20px);
	font-weight: 600;
	line-height: 1.4;
}

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

.case-search_check {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: var(--fontSize-18px);
	font-weight: 500;
	cursor: pointer;
}

.case-search_check input[type="checkbox"] {
	width: 22px;
	height: 22px;
	margin: 0;
	accent-color: #0f78b9;
	cursor: pointer;
}

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

.case-search_col {
	flex: 1;
	min-width: 0;
}

.case-search_select-wrap {
	position: relative;
}

.case-search_select-wrap::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #9a9a9a;
	border-bottom: 2px solid #9a9a9a;
	transform: translateY(-65%) rotate(45deg);
	pointer-events: none;
}

.case-search_select,
.case-search_input {
	width: 100%;
	height: 48px;
	padding: 0 40px 0 20px;
	border: 1px solid #bdbdbd;
	border-radius: 5px;
	background: #fff;
	font-size: var(--fontSize-18px);
}

.case-search_select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}

.case-search_select:focus,
.case-search_input:focus {
	outline: none;
	border-color: #0f78b9;
}

.case-search_input::placeholder {
	color: #b7b7b7;
}

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

.case-search_btn {
	position: relative;
	min-width: 360px;
	padding: 16px 60px;
	border: none;
	border-radius: 10px;
	background: #0f78b9;
	color: #fff;
	font-size: var(--fontSize-24px);
	font-weight: 600;
	letter-spacing: 0.2em;
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.case-search_btn:hover {
	opacity: 0.8;
}

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

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

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

.case-card_link {
	display: block;
	text-decoration: none;
}

.case-card_media {
	width: 100%;
	aspect-ratio: 1 / 0.6;
	border-radius: 5px;
}

.case-card_media iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.case-card {
	min-width: 0;
}

.case_date{
	font-size: var(--fontSize-16px);
	margin-bottom: 5px;
}

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

.case-card_title {
	margin: 0;
	font-size: var(--fontSize-20px);
	font-weight: 600;
	line-height: 1.4;
}

.case-card_theme{
	font-size: var(--fontSize-20px);
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 5px;
}

.case-card_btn{
	position: relative;
	align-items: center;
	justify-content: center;
	width: 80%;
	min-width: 200px;
	margin-top: 18px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 40px;
	border-radius: 5px;
	background: #0f78b9;
	font-size: var(--fontSize-18px);
	font-weight: 600;
	line-height: 1;
	color: #fff;
}

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

.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-size: var(--fontSize-18px);
	font-weight: 600;
	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-size: var(--fontSize-18px);
	font-weight: 600;
	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: 48%;
}

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

.case_data_block h3{
	font-size: var(--fontSize-20px);
	font-weight: 600;
	margin-bottom: 30px;
}

.case_data_block h4{
	font-size: var(--fontSize-18px);
	font-weight: 600;
	color: #0f78b9;
	margin-bottom: 10px;
}

.case_data_block li{
	font-size: var(--fontSize-18px);
	line-height: 2;
}

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

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

.voice-section_inner {
	margin: 0 auto;
}

.voice-card {
	display: flex;
	align-items: center;
	gap: 60px;
}

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

.voice-card-left {
	justify-content: flex-start;
}

.voice-card-right {
	justify-content: flex-end;
}

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

.voice-card_image img {
	display: block;
	object-fit: cover;
	border-radius: 50%;
}

.voice-card_balloon {
	position: relative;
	max-width: 820px;
	width: 100%;
	padding: 30px;
	background: #d1dfed;
	border-radius: 10px;
}

.voice-card_meta {
	margin: 0 0 15px;
	font-size: var(--fontSize-20px);
	font-weight: 500;
	line-height: 1.4;
	color: #222;
}

.voice-card_text {
	margin: 0;
	font-size: var(--fontSize-18px);
	font-weight: 600;
	line-height: 1.8;
	color: #222;
}

.voice-card-left .voice-card_balloon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -42px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-right: 42px solid #d1dfed;
}

.voice-card-right .voice-card_balloon::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -42px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 42px solid #d1dfed;
}



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

.white_bg{
	background-color: #fff;
	padding: 50px;
	border-radius: 10px;
}

.case_detail_bg{
	background-color: #f0f4f7;
	padding-top: 150px;
	padding-bottom: 120px;
}

.case_detail_title {
	border-bottom: solid 2px #0f78b9;
	padding-bottom: 5px;
	margin-bottom: 50px;
}

.case_detail_title h1{
	font-size: var(--fontSize-22px);
	font-weight: 600;
}
.case_detail_title p{
	font-size: var(--fontSize-36px);
	font-weight: 600;
}

.case_detail_title h1 span{
	background-color: #0f78b9;
	color: #fff;
	font-size: var(--fontSize-22px)!important;
	padding: 10px 30px;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 2%;
}

.case_detail_movie{
	margin-bottom: 50px;
	text-align: center;
	max-width: 800px; 
	aspect-ratio: 16 / 9; /* ←ここで縦横比を固定 */
	margin-left: auto;
	margin-right: auto;
}

.case_detail_movie iframe{
	width: 100%;
	height: 100%;
	
	border-radius: 10px;
}

.case_tag{
	margin-bottom: 40px;
}

.case_tag span{
	color: #0f78b9;
	font-size: var(--fontSize-18px);
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}

.case_detail_bg p a {
	line-height: 1.4;
	color: #0f78b9;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

.case_detail_bg p a:hover {
	text-decoration: underline;
}

.case_level4{
	text-align: center;	
	border: solid 1px #0f78b9;
	margin-bottom: 80px;
	border-radius: 10px;
	transition: 0.4s;
}

.case_level4 a{
	display: block;
	padding: 15px;
	color: #0f78b9;
}

.case_level4:hover {
	background-color: var(--primary-blue);
}

.case_level4 a:hover{
	color: #fff;
}





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

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

.bus_top_circle{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 3vw;
}

.bus_top_circle li {
	width: max(calc(100vw / 5),350px);
	height: max(calc(100vw / 5),350px);
	padding: 2%;
	border: solid 1px var(--primary-blue);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1vw;
}

.bus_top_circle p {
	text-align: center;
}

.bus_top_circle img {
	height: calc(100vw / 14);
}

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

.TP_sectionTxt p {
	line-height: 2;
}

.bus_system{
	display: flex;
	margin-bottom: 60px;
}

.bus_system_block{
	width: 50%;
}

.rev{
	flex-direction:row-reverse;
}

.bus_system_block h3{
	font-size: var(--fontSize-25px);
	font-weight: 600;
	border-bottom: solid 2px #0f78b9;
	padding-bottom: 8px;
	margin-bottom: 20px;
}

.bus_system_block p{
	font-size: var(--fontSize-18px);
	line-height: 2;
	margin-bottom: 30px;
}

.bus_system_block li{
	font-size: var(--fontSize-18px);
	line-height: 2;
}

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

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

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

.bus_case{
	margin-bottom: 100px;
}

.bus_case h3{
	font-size: var(--fontSize-24px);
	font-weight: 600;
	border-bottom: solid 2px #0f78b9;
	padding-bottom: 8px;
	margin-bottom: 20px;
}

.bus_case p{
	font-size: var(--fontSize-18px);
	margin-bottom: 30px;
	line-height: 2;
}

.bus_flex{
	display: flex;
}

.bus_case_box{
	width: 48%;
	margin-right: 2%;
}

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

.bus_case_box li{
	font-size: var(--fontSize-18px);
	line-height: 2;
}




/* --------------------------- 自動運転トラックページ ------------------------ */

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

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

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

.truck_system h3{
	font-size: var(--fontSize-24px);
	font-weight: 600;
	border-bottom: solid 2px #0f78b9;
	padding-bottom: 8px;
	margin-bottom: 20px;
}

.truck_system p{
	font-size: var(--fontSize-18px);
	margin-bottom: 20px;
	line-height: 2;
}

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

.truck_system li{
	font-size: var(--fontSize-18px);
	line-height: 2;
}

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

.truck_formation_h3{
	font-size: var(--fontSize-25px);
	color: #0f78b9;
	font-weight: 600;
	margin-bottom: 20px;
}

.truck_formation_h3 span{
	font-size: var(--fontSize-18px);
}

.truck_half_box{
	width: 48%;
}

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

.truck_formation_white p{
	min-height: 150px;
	line-height: 1.7;
}

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

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

.truck_table td{
	padding: 10px;
	border-top: solid 1px #0f78b9;
	border-bottom:  solid 1px #0f78b9;
	min-height: 60px;
	vertical-align: middle;
}

.truck_table tr{
	height: 76px;
}

.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: flex;
    flex-direction: row-reverse;
    gap: 2vw;
}


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

.logistics-solution {
	display: flex;
	align-items: center;
	align-items: stretch;
	gap: 34px;
	width: 100%;
	margin-bottom: 100px;
}

.problem-card,
.challenge-card {
  width: 46%;
  min-height: 330px;
  padding: 30px;
  border-radius: 8px;
  box-sizing: border-box;
}

.problem-card {
  background: #f5f7fa;
}

.challenge-card {
  background: #ecf3fd;
  text-align: center;
}

.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:flex;
    align-items:center;
}

.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;
}

/* SP */
@media (max-width: 999px) {
  .logistics-solution {
    flex-direction: column;
    gap: 24px;
  }

  .problem-card,
  .challenge-card {
    width: 100%;
    min-height: auto;
    padding: 28px 22px;
	  font-size: 20px;
  }

  .truck_arrow {
    transform: rotate(90deg);
  }
}

.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%;
}


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

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

.news_archive_tabs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 50px;
	margin-bottom: 50px;
}

.news_tab {
	position: relative;
	border: none;
	background: transparent;
	padding: 0 0 15px;
	font-size: var(--fontSize-24px);
	font-weight: 600;
	line-height: 1.4;
	color: #222;
	cursor: pointer;
	transition: opacity 0.3s ease, color 0.3s ease;
}

.news_tab:hover {
	opacity: 0.7;
}

.news_tab.is-active {
	color: #0f78b9;
}

.news_tab.is-active::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 110px;
	max-width: 100%;
	height: 2px;
	background: #0f78b9;
	border-radius: 999px;
}

.news_archive_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 30px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.news_archive_list.is-switching {
  opacity: 0;
  transform: translateY(8px);
}

.news_card {
	display: block;
	text-decoration: none;
}

.news_card.is-hidden {
	display: none;
}

.news_card_thumb {
	aspect-ratio: 1.42 / 1;
	background: #bcbcbc;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 20px;
}

.news_card_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.news_card_body {
	padding: 0 10px;
}

.news_card_meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 20px;
	margin-bottom: 10px;
}

.news_card_date {
	font-size: var(--fontSize-18px);
	font-weight: 600;
	line-height: 1.5;
	color: #222;
}

.news_card_cat {
	font-size: var(--fontSize-18px);
 	font-weight: 600;
	line-height: 1.5;
	color: #0f78b9;
}

.news_card_body h3 {
	font-size: var(--fontSize-18px);
	font-weight: 500;
	line-height: 1.8;
	color: #222;
	margin: 0;
	transition: color 0.3s ease;
}

.news_card:hover .news_card_title {
 	color: #0f78b9;
}

.news_pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 16px;
	margin-top: 70px;
}

.page_arrow,
.page_num,
.page_dots {
	font-size: var(--fontSize-18px);
	line-height: 1.4;
	color: #222;
	text-decoration: none;
}

.page_arrow {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.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;
}

.page_num:hover,
.page_arrow:hover {
	opacity: 0.7;
}

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

.news_recruit{
	text-align: center;	
	border: solid 1px #0f78b9;
	margin-bottom: 80px;
	border-radius: 10px;
}

.news_recruit a{
	display: block;
	padding: 20px;
	color: #0f78b9;
	font-size: var(--fontSize-22px);
}

.news_recruit a:hover{
	opacity: 0.8;
	background-color: #f0f4f7;
}



/* =======================================
募集要項　中途採用求人・募集要項　
=========================================*/
.section_MCRandJD {
    margin-top: 5%;
    margin-bottom: 5%;
}

.JD_top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 2vw;
	margin-bottom: 2%;
}

.JD h1 {
	font-size: var(--fontSize-36px);
	font-weight: 600;
}

.JD_top span {
	font-size: var(--fontSize-18px);
	font-weight: 400;
	text-align: end;
}

.MCRandJD_container .tab_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    width: 100%;
}

.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 0.5fr 4fr;
    grid-template-rows: auto;
    padding: 1% 3%;
    border-top: solid 1px var(--primary-blue);
}

.JD_item:last-of-type {
    border-bottom: solid 1px var(--primary-blue);
}

.JD_border {
    width: 1px;
    height: 100%;
    background-color: var(--primary-blue);
}

.JD_title,
.JD_txt {
    padding: 3% 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.JD_prevBtn {
	margin: 3% auto 0;
	text-align: center;
	width: fit-content;
}

.JD_prevBtn a {
	color: var(--primary-blue);
	transition: 0.4s;
}

.JD_prevBtn a::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-left: solid 1px var(--primary-blue);
	border-bottom: solid 1px var(--primary-blue);
	transform: rotate(45deg) translateY(-80%);
	margin-right: 20px;
}

.JD_prevBtn:hover {
	opacity: 0.7;
	cursor: pointer;
}