#logistics {
    background: #f2f2f2;
}
#logistics .title-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 25px auto;
    padding: 10px;
    background: #fff;
    border-radius: 48px;
}
#logistics .title-area .title-logistics{
    margin: 0 20px 0 0;
    color: #0C7947;
    font-size: 32px;
    line-height: 76px;
}
#logistics .title-area .title-logistics::before{
    content: '';
    display: inline-block;
    width: 76px;
    height: 76px;
    margin: 0 15px 0 0;
    background: #fff url(../img/services/services_icon_01.png) no-repeat center;
    background-size: 46px;
    border-radius: 50%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    vertical-align: top;
}
#logistics .title-area .txt{
    margin: 10px 20px;
}

#logistics .title{
    position: relative;
    padding: 0 0 25px;
    margin: 0 0 40px;
    color: #0C7947;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
}
#logistics .title::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 18px);
    display: block;
    width: 36px;
    border-bottom: 1px solid #0C7947;
    
}
#logistics .section{
    padding: 50px 0;
    background: #fff;
}

#logistics .section .box {
    padding: 40px 50px;
    background: #F2F2F2;
    border-radius: 8px;
}
#logistics .section .box + .box{
    margin-top: 30px;
}

#logistics .section .box .ttl{
    position: relative;
    width: 100%;
    min-height: 57px;
    padding: 12px 0;
    margin: 0 0 30px;
    background: #888888;
    border-radius: 8px;
    color: #fff;
    font-size: 24px;
    text-align: center;
}
#logistics .section .btn{
    width: 290px;
    height: 60px;
    padding: 19px 0 0 23px;
    color: #fff;
    font-size: 16px;
}
/* スマホサイズ------------------------------- */
@media screen and (max-width:768px) {
    
#logistics .title-area {
    justify-content: flex-start;
    margin: 25px auto;
    padding: 10px;
    border-radius: 10px;
}
#logistics .title-area::before{
    content: '';
    display: inline-block;
    width: 76px;
    height: 76px;
    margin: 0 15px 0 0;
    background: #fff url(../img/services/services_icon_01.png) no-repeat center;
    background-size: 46px;
    border-radius: 50%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    vertical-align: top;
}
#logistics .title-area .title-logistics{
    margin: 0 20px 0 0;
    color: #0C7947;
    font-size: 24px;
    line-height: 30px;
}

#logistics .title-area .title-logistics::before{
    display: none;
}
#logistics .section {
    padding: 40px 0;
    font-size: 14px;
}
#logistics .title{
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 30px;
}
#logistics .section .box {
    padding: 20px 15px;
}
#logistics .section .box + .box{
    margin-top: 83px;
}
    
#logistics .section .box .ttl{
    min-height: 46px;
    padding: 12px 10px;
    font-size: 16px;
}
#logistics .section .box .ttl span{
    font-size: 12px;
}
#logistics .section:not(.section-logistics03) .btn{
    width: 100%;
    max-width: 315px;
    height: 60px;
    margin: auto;
    padding: 19px 0 0 23px;
    color: #fff;
    font-size: 16px;
}

}
/* logistics01
------------------------------------------------------------ */
#logistics .section-logistics01 .box{
    justify-content: space-between;
    align-items: center;
    min-height: 485px;
}
#logistics .section-logistics01 .box .ttl > span.tag{
    position: absolute;
    left: 20px;
    top: -20px;
    display: block;
    width: 97px;
    height: 97px;
    padding: 5px 0 0;
    background: #0C7947;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
#logistics .section-logistics01 .box .ttl > span.tag .num{
    font-size: 58px;
}
#logistics .section-logistics01 .box ul li{
    min-height: 110px;
    padding: 0 0 0 200px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
#logistics .section-logistics01 .box ul li.icon-wcs{
    background: url(../img/services/services_img_wcs.png) no-repeat;
    background-size: 184px;
}
#logistics .section-logistics01 .box ul li.icon-agv{
    background: url(../img/services/services_img_agv.png) no-repeat;
    background-size: 184px;
}
#logistics .section-logistics01 .box ul li.icon-hako{
    background: url(../img/services/services_img_robot_hako.png) no-repeat;
    background-size: 184px;
}
#logistics .section-logistics01 .box ul li.icon-tana{
    background: url(../img/services/services_img_robot_tana.png) no-repeat;
    background-size: 184px;
}
#logistics .section-logistics01 .box ul li.icon-agvagf{
    background: url(../img/services/services_img_agv_agf.png) no-repeat;
    background-size: 184px;
}
#logistics .section-logistics01 .box ul li.icon-koteitana{
    background: url(../img/services/services_img_koteitana.png) no-repeat;
    background-size: 184px;
}
#logistics .section-logistics01 .box ul li.icon-agf{
    background: url(../img/services/services_img_agf.png) no-repeat;
    background-size: 184px;
}
#logistics .section-logistics01 .box ul li.icon-truck{
    background: url(../img/services/services_img_truck.png) no-repeat;
    background-size: 184px;
}
#logistics .section-logistics01 .box ul li + li{
    margin: 15px 0 0;
}
#logistics .section-logistics01 .box ul li span{
    display: inline-block;
    padding: 3px 10px;
    margin: 0 0 5px;
    background: #0C7947;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

#logistics .section-logistics01 .box:first-of-type ul{
    width: 45%;
}
#logistics .section-logistics01 .box:first-of-type figure{
    width: 54%;
}
#logistics .section-logistics01 .box:nth-of-type(2) ul{
    width: 46%;
}
#logistics .section-logistics01 .box:nth-of-type(2) figure{
    width: 53%;
}
#logistics .section-logistics01 .box:nth-of-type(3) ul{
    width: 41%;
}
#logistics .section-logistics01 .box:nth-of-type(3) figure{
    width: 58%;
}
#logistics .section-logistics01 .box:nth-of-type(4) ul{
    width: 56%;
}
#logistics .section-logistics01 .box:nth-of-type(4) figure{
    width: 43%;
}
#logistics .section-logistics01 .box:nth-of-type(5) ul{
    width: 56%;
}
#logistics .section-logistics01 .box:nth-of-type(5) figure{
    width: 43%;
}
#logistics .section-logistics01 .box figure {
    position: relative;
    z-index: 0;
}
#logistics .section-logistics01 .box figure::before{
    content: '';
    position: absolute;
    left: 8%;
    top: -30px;
    display: block;
    width: 368px;
    height: 368px;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
}
#logistics .section-logistics01 .box:nth-of-type(2) figure::before{
    width: 340px;
    height: 340px;
}
#logistics .section-logistics01 .box:nth-of-type(3) figure::before{
    width: 434px;
    height: 434px;
}
#logistics .section-logistics01 .box figure::after{
    content: '';
    position: absolute;
    top: -20px;
    right: 0;
    display: block;
    width: 97px;
    height: 97px;
    background: url(../img/services/services_icon_wcs.png) no-repeat;
    background-size: 97px;
}
/* タブレット（iPad Pro）以下サイズ------------------------------- */
@media screen and (max-width:1024px) {
#logistics .section-logistics01 .box ul li{
    height: inherit;
    min-height: 72px;
    padding: 0 0 0 130px;
    font-size: 14px;
    line-height: 20px;
}
#logistics .section-logistics01 .box ul li.icon-wcs{
    background-size: 120px;
}
#logistics .section-logistics01 .box ul li.icon-agv{
    background-size: 120px;
}
#logistics .section-logistics01 .box ul li.icon-hako{
    background-size: 120px;
}
#logistics .section-logistics01 .box ul li.icon-tana{
    background-size: 120px;
}
#logistics .section-logistics01 .box ul li.icon-agvagf{
    background-size: 120px;
}
#logistics .section-logistics01 .box ul li.icon-koteitana{
    background-size: 120px;
}
#logistics .section-logistics01 .box ul li.icon-agf{
    background-size: 120px;
}
#logistics .section-logistics01 .box ul li.icon-truck{
    background-size: 120px;
}
#logistics .section-logistics01 .box ul li span{
    display: inline-block;
    padding: 3px 10px;
    margin: 0 0 5px;
    font-size: 12px;
}

#logistics .section-logistics01 .box figure::before{
    content: '';
    position: absolute;
    left: calc(50% - 111px);
    top: 0px;
    display: block;
    width: 222px;
    height: 222px;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
}
#logistics .section-logistics01 .box:nth-of-type(n) figure::before{
    width: 222px;
    height: 222px;
} 

}
/* タブレット（iPad Air）以下サイズ------------------------------- */
@media screen and (max-width:820px) {



}
/* スマホサイズ------------------------------- */
@media screen and (max-width:768px) {

#logistics .section-logistics01 .box .ttl > span.tag{
    position: absolute;
    left: 15px;
    top: -73px;
    display: block;
    width: 65px;
    height: 65px;
    padding: 5px 0 0;
    font-size: 13px;
}
#logistics .section-logistics01 .box .ttl > span.tag .num{
    font-size: 38px;
}

#logistics .section-logistics01 .box:nth-of-type(n) ul{
    width: 100%;
    margin: 0 0 40px;
}
#logistics .section-logistics01 .box:nth-of-type(n) figure{
    width: inherit;
    max-width: 400px;
}

#logistics .section-logistics01 .box figure::after{
    content: '';
    position: absolute;
    top: -20px;
    right: 0;
    display: block;
    width: 67px;
    height: 67px;
    background: url(../img/services/services_icon_wcs.png) no-repeat;
    background-size: 67px;
}
}

/* logistics02
------------------------------------------------------------ */
#logistics .section-logistics02 .btn{
    margin: auto;
}
#logistics .section-logistics02 ul{
    justify-content: center;
    gap: 20px;
    margin: 0 0 40px;
}
#logistics .section-logistics02 ul li{
    width: 240px;
    height: 240px;
}
#logistics .section-logistics02 ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
#logistics .section-logistics02 ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* タブレット（iPad Air）以下サイズ------------- */
@media screen and (max-width: 1024px) {
#logistics .section-logistics02 ul li{
    width: 170px;
    height: 170px;
}
    
}
/* スマホサイズ------------------------------- */
@media screen and (max-width:768px) {
#logistics .section-logistics02 ul{
    gap: 2%;
    margin: 0 0 20px;
}
#logistics .section-logistics02 ul li{
    width: 49%;
    height: 230px;
    margin: 0 0 20px;
}
}
/* スマホサイズ調整用-------------------------- */
@media screen and (max-width: 480px) {
#logistics .section-logistics02 ul li{
    width: 100%;
    height: 230px;
    margin: 0 0 20px;
}
}

/* logistics03
------------------------------------------------------------ */
#logistics .section-logistics02{
    padding: 0 0 100px;
}
#logistics .section-logistics02 .title{
    padding: 55px 0 80px;
    margin: 0 0 80px;
    background: url(../img/common/bg_title.png) no-repeat;
    background-size: cover;
}
#logistics .section-logistics02 .title::after{
    bottom: 55px;
}
#logistics .section-logistics03 .box:nth-of-type(4){
    background: #F2F2F2 url(../img/services/services_solution_wcs01.png) no-repeat right  50px top 130px;
    background-size: 180px;
}

/* #logistics .section-logistics03 .box:nth-of-type(3){ */
    /* background: #F2F2F2 url(../img/services/logitics-s3.png) no-repeat right bottom; */
    /* background-size: 425px; */
	/* background-position: right 50px bottom 40px; */
/* } */

#logistics .section-logistics03 .box:nth-of-type(2){
    background: #F2F2F2 url(../img/services/services_solution_agf.png) no-repeat right 15px bottom 15px;
    background-size: 375px;
}

#logistics .section-logistics03 .box:nth-of-type(3){
    background: #F2F2F2 url(../img/services/logitics-logo_s4.png) no-repeat right 50px bottom 23%;
    background-size: 360px;
	min-height: 430px;
}

#logistics .section-logistics03 .box dl{
    margin: 0 0 30px;
    padding: 0 0px 0 0;
}

#logistics .section-logistics03 .box:nth-of-type(4) dl{
    padding: 0 250px 0 0;
}

#logistics .section-logistics03 .box dt{
    margin: 0 0 40px;
}
#logistics .section-logistics03 .box dd{
    font-size: 16px;
    line-height: 1.5;
}
#logistics .section-logistics03 > .box:not(:last-of-type) dd::before {
  content: '●';
  display: inline-block;
  margin: 0 10px 0 0;
  color: #0C7947;
}

#logistics .section-logistics03 .box:not(:first-of-type) dd {
    position: relative;
    padding-left: 30px; /* Khoảng cách lùi đầu dòng */
    text-indent: -15px; /* Căn chỉnh vị trí text so với bullet */
    margin-left: 0px; /* Cân bằng khoảng cách */
}


#logistics .section-logistics03 .box:nth-of-type(3) li:nth-child(2){
    margin: 0 0 0 10px;
}


/* Reset mặc định */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Row chứa 2 cột */
.custom-row {
  display: flex;
  flex-wrap: wrap; /* Cho phép xuống dòng */
  margin-left: -15px; /* Bù trừ gutter */
  margin-right: -15px;
}

/* Cột 50% - Desktop */
.custom-col-6 {
  width: 50%; /* Chiếm 50% width */
  padding-left: 15px; /* Gutter */
  padding-right: 15px;
}

/* Căn nội dung cột phải sang phải */
.custom-col-6:last-child {
  display: flex;
  justify-content: flex-end; /* Căn phải */
}


/* スマホサイズ------------------------------- */
@media screen and (max-width:768px) {

#logistics .section-logistics03 .title{
    padding: 40px 0 65px;
    margin: 0 0 40px;
}
#logistics .section-logistics03 .title::after{
    bottom: 40px;
}
#logistics .section-logistics03 .box:nth-of-type(4){
    background: #F2F2F2 url(../img/services/services_solution_wcs01.png) no-repeat right  20px top 180px;
    background-size: 120px;
}

#logistics .section-logistics03 .box:nth-of-type(3){
    background: #F2F2F2 url(../img/services/logitics-logo_s4.png) no-repeat right 17px bottom 8%;
    background-size: 360px;
	min-height: 568px;
}

#logistics .section-logistics03 .box:nth-of-type(2){
    padding-bottom: 200px; 
    background-size: 280px;
}

#logistics .section-logistics03 .box:nth-of-type(1){
    padding-bottom: 30px; 
    background-size: 360px;
}
#logistics .section-logistics03 .box dl{
    padding: 0;
}

#logistics .section-logistics03 .box:nth-of-type(4) dl{
    padding: 0 140px 0 0;
}

#logistics .section-logistics03 .box dt{
    margin: 0 0 20px;
}
#logistics .section-logistics03 .box dd{
    margin: 0 0 0 24px;
    font-size: 14px;
    line-height: 20px;
    text-indent: -12px;
}
#logistics .section-logistics03 .box:nth-of-type(1) dd{
    margin: 0;
    text-indent: 0;
}
 
#logistics .section-logistics03 .box:nth-of-type(3) ul{
    width: 320px;
}
#logistics .section-logistics03 .box:nth-of-type(3) li:nth-child(2){
    margin: 10px 0 0;
}

.custom-col-6 {
    width: 100%; /* Chiếm 100% width */
    justify-content: center; /* Căn giữa button trên mobile */
  }
  
  .custom-col-6:last-child {
    margin-top: 20px; /* Khoảng cách khi xuống dòng */
  }


}

/* スマホサイズ調整用------------------------------- */
@media screen and (max-width: 600px) {
	#logistics .section-logistics03 .box:nth-of-type(2){
		padding-bottom: 330px; 
		background-size: 280px;
	}
	#logistics .section-logistics03 .box:nth-of-type(3){
		/* padding-bottom: 290px;  */
		background-size: 320px;
	}

	br {display: none;}
	.text-container {
		white-space: normal;
	}
}
br {
    display: inline;
}
