@charset "UTF-8";
/* business01 */

.ttl-label{
	display: block;
	font-size: clamp(16px, calc(0.714286vw + 13.714286px), 24px);
	padding: 0.6em 0;
	background-color: #ce5555;
	color: #fff;
	border-radius: 40px;
	font-weight: bold;
	letter-spacing: 0.15rem;
	margin-bottom: 2em;
	text-align: center;
}
p.business_ttl{
	display: block;
	font-size: clamp(18px, calc(1.071429vw + 14.571429px), 30px);
	font-weight: bold;
	margin-bottom: 2rem;
	text-align: center;
	border-bottom: #9fa0a0 solid 1px;
	letter-spacing: 0.15rem;
}
.item_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem 3rem;
	margin-bottom: 4rem;
}
.item_wrap div{
	width: calc(50% - 1.5rem);
}
.item_wrap p{
	font-size: clamp(16px, calc(0.357143vw + 14.857143px), 20px);
	text-align: center;
	margin: 0.5em 0;
}

.section_contents_ttl{
	font-size: clamp(16px, calc(0.714286vw + 13.714286px), 24px);
	font-weight: bold;
	margin: 1.5em 0;
}
.section_contents_ttl.flow{
	color: #036eb7;
}
.business_flow{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	color: #036eb7;
	background-color: #fff;
	border-left: #036eb7 4px solid;
	border-right: #036eb7 4px solid;
	counter-reset: number;
	font-weight: bold;
	margin-bottom: 1em;
}
.business_flow p{
	width: 25%;
	font-size: clamp(18px, calc(0.714286vw + 15.714286px), 26px);
	text-align: center;
}
.business_flow p:last-child{
	border-right: none;
}
.business_flow p::before{
	counter-increment: number 1;
	content: counter(number, decimal-leading-zero);
	display: block;
	font-size: 2.6em;
}
.line-with-hollow-arrow {
  position: relative;
	width: 4px;
	height: 200px;
	background: #036eb7;
	margin: 0;
}
.line-with-hollow-arrow::after {
  content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid #036eb7;
}
/* 内側の白抜き三角（やや小さく重ねる） */
.line-with-hollow-arrow::before {
  content: "";
	position: absolute;
	top: 50%;
	left: calc(100% + -4px);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 28px solid transparent;
	border-bottom: 28px solid transparent;
	border-left: 28px solid #FFF;
	z-index: 1;
}
.cut{
	flex-wrap: nowrap;
	gap: 1rem;
	align-items: center;
}
.cut div{
	width: calc(50% - 20px);
}
div.item-arrow{
	content: "";
	width: 0;
	height: 0;
	border-top: 70px solid transparent;
	border-bottom: 70px solid transparent;
	border-left: 30px solid #ce5555;
}
.map_flex{
	display: flex;
	gap: 4rem;
}
div.map_item_wrap{
	width: calc(50% - 1rem);
}
.map_label{
	font-size: clamp(20px, calc(1.785714vw + 14.285714px), 40px);
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 0.8em 0;
	display: block;
	background-color: #ce5555;
	border-radius: 10px;
	letter-spacing: 0.2rem;
}
.map_txt{
	font-size: clamp(16px, calc(0.535714vw + 14.285714px), 22px);
	margin: 1em 0;
	display: flex;
	justify-content: center;
}
.area_wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 1.3rem;
}
.area_wrap .map_label{
	font-size: clamp(18px, calc(1.071429vw + 14.571429px), 30px);
	width: calc((100% - 1.3rem)/2);
	padding: 0.5em 0;
}
.osaka{
	background-color: #abcd03;
}
.hyogo{
	background-color: #f29600;
}
.shiga{
	background-color: #1eaa39;
}
.kyoto{
	background-color: #a64a97;
}
.nara{
	background-color: #0088ce;
}

/* business02 */
.pickup{
	flex-direction: column;
	align-items: stretch;
	border-left: 0;
	border-right: 0;
	border-top: #036eb7 4px solid;
	border-bottom: #036eb7 4px solid;
}
.pickup_txt{
	width: 80%;
	display: flex;
	font-size: clamp(18px, calc(0.714286vw + 15.714286px), 26px);
	align-items: center;
	margin: 0 auto;
	padding: 1.5em 0;
}
div.pickup_txt::before{
	counter-increment: number 1;
	content: counter(number, decimal-leading-zero);
	display: block;
	font-size: 3em;
	width: 20%;
}
.pickup_txt div{
	width: 80%;
}
.pickup p {
	width: 100%;
	text-align: left;
}
.pickup p+p {
	font-size: clamp(16px, calc(0.178571vw + 15.428571px), 18px);
	margin: 0.5em 0;
	color: #000;
	font-weight: normal;
}
.pickup_txt span{
	color: #ce5555;
	font-size: clamp(18px, calc(0.178571vw + 17.428571px), 20px);
	font-weight: bold;
}
.pickup p::before {
	display:none;
}

.pickup .line-with-hollow-arrow {
	width: 100%;
	height: 4px;
}
.pickup .line-with-hollow-arrow::before {
	top: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	border-bottom: 24px solid transparent;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	border-top: 24px solid #fff;
}
.pickup .line-with-hollow-arrow::after {
	top: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	border-bottom: 30px solid transparent;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #036eb7;
}

/* company */
.ceo-wrap{
	font-family: "HGP行書体", "HG正楷書体-PRO", serif;
	font-size: clamp(22px, calc(0.357143vw + 20.857143px), 26px);
	letter-spacing: 0.1rem;
	margin: 0 0 0 auto;
	display: block;
	width: fit-content;
}
.ceo_name{
	font-size: 1.4em;
	margin-left: 0.5em;
}
table{
	width: 100%;
	font-size: clamp(16px, calc(0.178571vw + 15.428571px), 18px);
}
tbody{
	text-align: center;
	background-color: #FFF;
}
.company_table th,.vehicle_table th{
	background-color: #ce5555;
	color: #fff;
	padding: 1em 0;
	width: 25%;
	text-align: center;
	vertical-align: middle;
}
.company_table td,.vehicle_table td{
	text-align: left;
	padding: 1em 1em 1em 1.8em;
}
th, td{
	border: 1px solid #9fa0a0;
	box-sizing: border-box;
}
.access_wrap{
	margin-top: 4rem;
}
.access_wrap .section_ttl-sub{
	margin-top: 0;
}

/* vehicle */
.section_ttl-sub.vehicle_ttl-sub{
	color: #ce5555;
}
.vehicle_table{
	width: 100%;
}
.vehicle_table td>div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 1em;
}
.list2{
	width: 50%;
}
.vehicle_list td{
	padding: 0.5em 1em 0.5em 1.8em;
	width: 50%;
}
.vehicle_list td a{
	background-color: #e50012;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	padding: 0.5em 1.3em;
}

/* flow */
.businesshours{
	font-size: clamp(20px, calc(0.178571vw + 19.428571px), 22px);
}

/* sustainability */
.iso_flex{
	display: flex;
	gap: 4rem;
}
.iso_flex div{
	flex-basis: 40%;
}
.iso_flex p{
	flex-basis: 60%;
}

/* news */
.article_box .post_box .post_dtl {
  border-bottom: 1px solid #dcdcdc;
	display: flex;
	align-items: baseline;
	padding: 1.5rem 0;
}

.article_box .post_box:first-of-type .post_dtl {
  border-top: 1px solid #dcdcdc;
}

.article_box .post_box .post_dtl .post_time {
  display: block;
  margin-right: 2rem;
}

.article_box .post_box .post_dtl .post_ttl {
  flex: 1 1;
}
.article-ttl{
	display: block;
	font-size: clamp(18px, calc(1.517857vw + 13.142857px), 35px);
	margin: 1em 0;
	font-weight: bold;
}
.coltxt > p:not(:first-of-type) {
    margin-top: 1em;
}

.pagination {
  /* font-size: 1.3rem; */
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3em;
}

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

.pagination ul li {
  margin: 0 0.5em;
}

.pagination ul li.prev {
  margin-right: 3em;
}

.pagination ul li.next {
  margin-left: 3em;
}

.pagination ul li a {
  color: #a0a0a0;
  display: block;
  padding: 0 0.75em;
  transition: all .5s ease;
}

.pagination ul li.prev a,
.pagination ul li.next a {
  color: rgb(40, 23, 128);
  display: flex;
  align-items: center;
  padding: 0;
}

.pagination ul li.prev a:before,
.pagination ul li.next a:after {
  border-top: 2px solid rgb(40, 23, 128);
  content: "";
  height: 20px;
  width: 20px;
  transition: all .5s ease;
}

.pagination ul li.prev a:before {
  border-left: 2px solid rgb(40, 23, 128);
  transform: rotate(-45deg);
  margin-right: 1em;
  margin-left: 0.2em;
}

.pagination ul li.next a:after {
  border-right: 2px solid rgb(40, 23, 128);
  transform: rotate(45deg);
  margin-left: 1em;
  margin-right: 0.2em;
}

.pagination ul li.current {
  color: #151515;
  cursor: none;
  padding: 0 0.75em;
  pointer-events: none;
}

.pagination ul li a:hover {
  color: #ce5555;
}

.pagination ul li.prev a:hover,
.pagination ul li.next a:hover {
  color: #ce5555;
}

.pagination ul li.prev a:hover:before {
  border-top: 2px solid #ce5555;
  border-left: 2px solid #ce5555;
}

.pagination ul li.next a:hover:after {
  border-top: 2px solid #ce5555;
  border-right: 2px solid #ce5555;
}

.post .article .news_title {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 1em;
}

.post .article .news_title .news_hd {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
}

.post .article .news_title .news_time {
  display: block;
  font-size: 1.1rem;
  margin-top: 0.5em;
}

.post .article .news_article {
  border-bottom: 1px solid #dcdcdc;
  margin-top: 3em;
  padding-bottom: 3em;
}

.post .article .news_article > p {
  line-height: 2;
}

.post .article .news_article > p:not(:first-of-type) {
  margin-top: 1em;
}
.post .article .news_article > p a {
  color: rgb(40, 23, 128);
  text-decoration: underline;
}
/* .post .article .news_article img {
  width: auto;
} */

.pager {
  margin-top: 2em;
	
}

.pager > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
	list-style: none;
	padding: 0;
}

.pager > ul li a,
.pager > ul li span {
  color: rgb(40, 23, 128);
  display: flex;
  align-items: center;
  transition: all .5s ease;
}

.pager > ul li a:before,
.pager > ul li a:after,
.pager > ul li span:before,
.pager > ul li span:after  {
  color: rgb(40, 23, 128);
  transition: all .5s ease;
}

.pager > ul li.prev a:before,
.pager > ul li.next a:after,
.pager > ul li.prev span:before,
.pager > ul li.next span:after {
  border-top: 2px solid rgb(40, 23, 128);
  content: "";
  height: 20px;
  width: 20px;
  transition: all .5s ease;
}

.pager > ul li.prev a:before,
.pager > ul li.prev span:before {
  border-left: 2px solid rgb(40, 23, 128);
  transform: rotate(-45deg);
  margin-right: 0.5em;
  margin-left: 0.25em;
}

.pager > ul li.next a:after,
.pager > ul li.next span:after {
  border-right: 2px solid rgb(40, 23, 128);
  transform: rotate(45deg);
  margin-left: 0.5em;
  margin-right: 0.25em;
}

.pager > ul li.summary a i {
  font-size: 2.0rem;
  line-height: 0;
}

.pager > ul li a.current {
  pointer-events: none;
  opacity: 0.3;
}

.pager > ul li a:hover {
  color: #ce5555;
}

.pager > ul li.prev a:hover:before {
  border-top: 2px solid #ce5555;
  border-left: 2px solid #ce5555;
}

.pager > ul li.next a:hover:after {
  border-top: 2px solid #ce5555;
  border-right: 2px solid #ce5555;
}

.pager > ul li.prev span,
.pager > ul li.next span {
  opacity: 0.3;
}
.page_col{
	display: flex;
	gap: 2rem;
	margin: 2rem 0;
}
.colimg{
	flex-basis: 50%;
}
.coltxt{
	flex-basis: calc(50% - 2rem);
}
.coltxt a {
	color: #0a66c2;
	text-decoration: underline;
	display: inline-block;
}
.coltxt a:hover {
	text-decoration: none;
}

/* contact */
.required_item span.smf-item__label__text{
	position: relative;
	padding-left: 3.5em;
	white-space: nowrap;
}
.required_item span.smf-item__label__text::before{
	position: absolute;
	content: "必須";
	color: #fff;
	background-color: #E30012;
	font-size: 0.8em;
	padding: 0 0.5em;
	vertical-align: text-top;
	top: 50%;
	transform: translateY(-50%);
	left: 0.8em;
}
.smf-form--business .smf-item__col--label {
	border-bottom: none;
}
div.smf-form--business .smf-item__col--label {
	border-right: none;
	flex: 0 0 30%;
	max-width: unset;
	background-color: unset;
}
.item-group.name-group{
	flex-wrap: wrap;
}
.optional_item span{
	padding: 0 1.5em;
	margin: 0 1.5em;
	white-space: nowrap;
}
a.to-top_btn{
	color: #fff;
	background-color: #ce5555;
	padding: 1em 0;
	text-align: center;
	width: 40%;
	margin: 4em auto;
	display: block;
}
.formitems {
	background: #fff;
	border-bottom: 1px solid #9fa0a0;
	border-right: 1px solid #9fa0a0;
	border-left: 1px solid #9fa0a0;
}
.formitems:first-child {
	border-top: 1px solid #9fa0a0;
}
.smf-form--simple-table .smf-item__col--label {
    align-self: center;
}
@media screen and (max-width: 767px){
	.item-group{
		flex-direction: column;
	}
	.smf-item__col.smf-item__col--controls{
		padding:0 1em;
	}
}

@media screen and (max-width: 767px){
	/* business01 */
	.business_flow {
		flex-direction: column;
		border-left: 0;
		border-right: 0;
		border-top: #036eb7 4px solid;
		border-bottom: #036eb7 4px solid;
	}
	.line-with-hollow-arrow {
    width: 100%;
    height: 4px;
	}
	.line-with-hollow-arrow::before {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    border-bottom: 24px solid transparent;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 24px solid #fff;
	}
	.line-with-hollow-arrow::after {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    border-bottom: 30px solid transparent;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #036eb7;
	}
	.business_flow p {
    margin: 1em 0;
		width: 100%;
	}
	.map_flex {
    flex-direction: column;
	}
	div.map_item_wrap {
    width: 100%;
	}
	/* business02 */
	.pickup_txt {
    flex-direction: column;
	}
	
	/* company */
	.company_table th,.company_table td{
		display: block;
		width: 100%;
		padding: 1em;
		text-align: left;
	}

	/* vehicle */
	.vehicle_table td{
		display: block;
	}
	.list2{
		width: 100%;
	}
.vehicle_list td{
		width: 100%;
	}

	/* sustainability */
	.iso_flex{
		flex-direction: column;
		gap: 2rem;
	}
	.iso_flex div{
		width: 60%;
		align-self: center;
	}
	.iso_flex p{
		flex-basis: 60%;
	}

	/* news */
	.article_box .post_box .post_dtl {
	display: block;
}

.article_box .post_box .post_dtl .post_time {
  margin-bottom: 0.25em;
  margin-right: 0;
}

.pagination {
  margin-top: 2em;
}

.pagination ul {
  justify-content: center;
  width: 100%;
}

.pagination ul li {
  margin: 0;
}

.pagination ul li.prev {
  margin-right: 1em;
}

.pagination ul li.next {
  margin-left: 1em;
}

.pagination ul li.prev a:before,
.pagination ul li.next a:after {
  height: 15px;
  width: 15px;
}

.pagination ul li.prev a:before {
  margin-right: 0.25em;
}

.pagination ul li.next a:after {
  margin-left: 0.25em;
}

.post .article .news_title .news_hd {
  font-size: 1.2rem;
}

.post .article .news_article {
  margin-top: 2em;
  padding-bottom: 2em;
}

.pager > ul li.prev a:before,
.pager > ul li.next a:after,
.pager > ul li.prev span:before,
.pager > ul li.next span:after {
  height: 15px;
  width: 15px;
}

.pager > ul li.summary a i {
  font-size: 1.6rem;
}

.pager > ul li.prev a:before,
.pager > ul li.prev span:before {
  margin-right: 0.25em;
}

.pager > ul li.next a:after,
.pager > ul li.next span:after {
  margin-left: 0.25em;
}
.article-ttl, .article-schedule {
    font-size: clamp(18px, 5vw, 1.5rem);
	}
	.page_col{
		flex-direction: column;
	}
	span.schedule-ttl {
    margin-left: 0;
	}
	
/* contact */
.formTable th, .formTable td {
    display: block;
    width: 100%;
    white-space: wrap;
		
	}
	.formTable th{
		padding: 0.8rem 0.5rem 0.5rem 0.5rem;
		border: unset;
	}
	.formTable td{
		padding: 0.5rem 0.5rem 1rem 0.5rem;
	}
	.formTable th.optional_item {
    padding-left: 1rem;
	}
	table.address_table td,table.address_table td:first-child{
		display: block;
		width: 100%;
	}
	.formTable td>input, textarea {
		display: block;
	}
	.required_item {
    margin: 0 1em;
	}
	.submit_btn {
    margin: 0 1em 2em 1em;
	}
	.submit_btn,.back_btn{
		width: 80%;
	}
	.name_flex {
			flex-direction: column;
			align-items: baseline;
	}
	.optional_item{
		margin: 0 1em;
		padding: 0;
	}

}
