@charset "utf-8";

/* .business_column {
    display: flex;
    margin-bottom: 60px;
    justify-content: space-between;
} */

.section_img {
    margin-top: 60px;
}

.section_img img{
	border-radius: 20px;
}

.sec_ttl_h2::after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 46px;
    left: 0px;
    width: 8px;
    height: 8px;
    margin: auto;
    border-radius: 9999px;
    background: #5CB916;
}

.business_txt {
    width: 100%;
}


/* .business_catch {
    font-family: 'Noto Serif JP', serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0.06em;
    margin-top: 25px;
    margin-bottom: 32px;
} */

/* .business_txt .job {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-top: 26px;
} */

.business_name_box {
    display: flex;
    justify-content: flex-end;
}

.business_txt .name {
    font-family: Rage;
    font-size: 3.8rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    display: inline-block;
    margin: 10px 0 5px;
}

.business_img {
    width: 100%;
/*     margin-right: 3.4%; */
}

.business_img img {
    width: 100%;
    border-radius: 8px;
    vertical-align: bottom;
    overflow: hidden;
}

.business_flow {
    max-width: 80%;
    margin: 0 auto;
    padding: 70px 0 30px;
}




.vehicle_introduction {
  padding: 40px 0px;
/*   background-color: #f8f8f8; */
  font-family: "Helvetica Neue", sans-serif;
}

.vehicle_item {
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 30px;
}

.vehicle_img {
  flex: 1 1 300px;
}

.wing-truck-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.vehicle_txt {
  flex: 2 1 500px;
}

.vehicle_cate {
  font-size: 1.6em;
  margin-bottom: 20px;
  font-weight: bold;
}

.vehicle_txt p {
/*   font-size: 1em; */
  line-height: 1.8;
  color: #333;
}


.vehicle_img {
    padding-right: 20px;
}
.vehicle_cate {
    font-size: 2.0rem;
    font-weight: 600;
    margin: 0 0 15px;
}
.vehicle_img img {
    width: 100%;
    border-radius: 8px;
    vertical-align: bottom;
    overflow: hidden;
}



 .business_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 70px 45px;
	padding-left: 0;
}

ul {
	padding-left: 0;
}

ul li {
    list-style: none;
}

.business_cate {
    font-size: 2.0rem;
    font-weight: 500;
    margin: 20px 0;
}

.service_item {
	font-size: 1.5rem;
    font-weight: 500;
    padding: 20px 40px;
    border: solid 1px #CCCCCC;
    border-radius: 100px;
}

ul.service_list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 20px;
} 

h5.margin-top {
    margin-top: 65px;
}


@media screen and (max-width: 767px) {
	
	.section_img {
    margin-top: 30px;
}
	
    .business_column {
        display: block;
        margin-bottom: 0px;
    }

    .business_img {
        width: 100%;
        margin-right: 0%;
    }

	.business_img img {
		width: 100%;
	}
	
    .business_txt {
        width: 100%;
    }

    .business_name_box {
        display: block;
        width: 35%;
        margin: 0 0 0 auto;
    }
	
	.business_txt .name {
		width: 80%;
		margin: 5px 0 0;
	}

    .txt_right {
        margin-bottom: 30px !important;
    }


	.business_flow {
		max-width: 100%;
		padding: 20px 0;
	}
	
	.business_list {
		display: block;
	}
	
	.business_cate {
    font-size: 1.8rem;
    margin: 5px 0;
}
	
	.service_item {
    font-size: 1.2rem;
    padding: 10px 20px;
	}
	
	ul.service_list {
		gap: 7px;
	}
	
	.vehicle_item {
    display: block;
	}
	
	.vehicle_introduction {
		padding: 10px 0;
	}
	
	.vehicle_img {
    padding-right: 0;
}
	
	.vehicle_cate {
    font-size: 1.6rem;
    margin: 10px 0;
}

    /*  table   */

    
    /* .table_no_bg table th{
	background: transparent;
    position: relative;
	line-height:2.0;
	width:25.3%;
	padding:20px 17px;
}
.table_no_bg table th:after{
	position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 40px);
    background: #DDDDDD;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.table_no_bg table td{
	line-height:2.0;
}

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

	.table_no_bg table th{
		width: 100%;
    	display: block;
		padding:10px;
		background:#F8F8F8;
	}
	.table_no_bg table td{
		width: 100%;
    	display: block;
		padding:10px;
	}

} */

    table {
        margin-bottom: 50px !important;
    }

    table th {
        background: #fff !important;
        font-size: 1.5rem !important;
    }

    table td {
        font-size: 1.5rem !important;
    }
	
	.map_in {
    padding-bottom: 80px;
}

    iframe {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

}