@charset "UTF-8";
/* ------------------------------------
					services
--------------------------------------*/
/*common*/
.moreArrow{
 margin: 30px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .moreArrow{
   margin-top: 20px;
  }
}/*-SP only-*/


/*
事業内容トップ
---------------------*/
.lead{
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 28px;
  line-height: 1.5625em;
  letter-spacing: 0.06em;
}
.bnr{
  padding-top: 45px;
  position: relative;
  max-width: 900px;
  margin: auto;
}
.bnr .bnrTip{
  position: absolute;
  top: 0px;
  left: -15px;
  display: grid;
  place-content: center;
  border: 1px solid #707070;
  background: #fff;
  width: 100px;
  height: 100px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
}
.bnr .bnrTip span{
  font-size: 1.8em;
}
.bnr .pcFlex{
	-ms-flex-align: center;
	align-items: center;
}
.bnr a{
  background: var(--bggrd);
  border: 2px solid var(--basegr);
  font-size: 0;  
}
.bnr .pcFlex .txt{
  flex: 1;
  padding-top: 30px;
  padding-right: 3.77%;
  padding-left: 5.67%;
}
.bnr .pcFlex .txt h2{
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.12em;
}
.bnr .pcFlex .txt h2 + p{
  margin-top: 0.5em;
  color: #fff;
  line-height: 1.75em;
}
.bnr .moreArrow{
  color: #fff;
}
.bnr .moreArrow::before{
  background: #fff;
}
.bnr .moreArrow::after{
  border-color: var(--basegr);
}
@media screen and (min-width: 769px) {  
  .bnr .pcFlex figure{
    width: 61.111%;
  }
  .bnr .pcFlex .txt{
    position: relative;
  }/*
  .bnr .pcFlex .txt h2{
    position: absolute;
    top: auto;
    left: auto;  
  }
  .bnr .pcFlex .txt h2 + p{
    padding-top: 76px;
  }*/
}/*-PC only-*/
@media screen and (max-width: 768px) {
  .lead{
    font-size: 24px;
    padding-bottom: 28px;
  }
  .bnr a{
    display: block;
  }
  .bnr .bnrTip{
    width: 80px;
    height: 80px;
    font-size: 16px;
  }
  .bnr .pcFlex .txt{
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .bnr .pcFlex .txt h2{
    font-size: 24px;
  }
}/*-SP only-*/


.textImgSec{
  margin-top: 45px;
}
.serviceTop .textImgSec h2{
  color: var(--basegr);
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
.serviceTop .textImgSec h2::after{
  content: "";
  display: block;
  margin-top: 18px;
  width: 43px;
  height: 2px;
  background: var(--bggrdr);
}
.serviceTop .textImgSec h2 span{
color: #B1B1B1;
display: block;
  margin-bottom: 0.2em;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 500;
font-size: 0.5em;
}
.serviceTop .textImgSec .btn{
  margin-top: 34px;
}
.serviceTop .textImgSec .btn .mlAuto{
  margin-left: auto;
}
.serviceTop .bnr{
  margin-bottom:30px;
}
@media screen and (min-width: 769px) {  
  .textImgSec.pcFlex{
    -ms-flex-align: center;
    align-items: center;
  }
  .textImgSec.pcFlex > *{
    flex: 1;
  }
  .textImgSec .txt > *{
    padding-right: 8.82%;
  }  
}/*-PC only-*/
@media screen and (max-width: 768px) {
  .textImgSec{
    margin-bottom:30px;
  }
  .textImgSec .txt{
    padding-bottom: 4.41%;
  }
}/*-SP only-*/
.indexList{
 max-width: 940px;
  margin: auto;
}
.indexList li{
 box-shadow: 0 3px 20px rgba(0,0,0,0.16);
 background: #fff;
}
.indexList li a{
 position: relative;
 display: block;
 padding: 0 25px 30px;
}
.indexList li figure{
 position: relative;
 height: 240px;
 margin: 0 -25px 20px;
}
.indexList li figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
}
.indexList li figure p{
 position: absolute;
 top: 0;
 right: 0;
 background: var(--bggrdr);
 width: 198px;
 padding: 0 0 0 20px;
 color: #fff;
 line-height: 52px;
}
.indexList li figure p span{
 position: relative;
}
.indexList li figure p::before{
 content: "";
 display: block;
 background: #fff;
 width: 0;
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 transition: .4s;
}
.indexList li figure p::after{
 content: "";
 display: block;
 width: 50px;
 height: 1px;
 background: #fff;
 position: absolute;
 right: 0;
 top: 50%;
}
.indexList li a:hover figure p::before{
 width: 100%;
}
.indexList li a:hover figure p{
 color: var(--basegr);
}
.indexList li a:hover figure p::after{
 background: var(--basegr);
}
.indexList li h3{
 margin-bottom: 10px;
 color: var(--basegr);
 font-size: 22px;
 font-weight: 700;
 text-align: left;
}
.indexList li a>p:not(.moreArrow){
 font-size: 14px;
 line-height: 2.1;
 letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {  
 .indexList{
   margin-top: 60px;
   margin-bottom: 80px;
  }
 .indexList li{
    width: 47%;
    max-width: 440px;
    margin-bottom: 60px;
 }
}/*-PC only-*/
@media screen and (max-width: 768px) {
  .indexList li{
   box-shadow: 0 3px 10px rgba(0,0,0,0.16);
   margin: 0 0 30px;
  }
  .indexList li a{
   padding: 0 15px 20px;
  }
  .indexList li figure{
   height: 180px;
   margin: 0 -15px 20px;
  }
  .indexList li figure p{
   width: 150px;
   padding: 0 0 0 10px;
   font-size: 14px;
   line-height: 40px;
  }
  .indexList li figure p::after{
   width: 25px;
  }
   .indexList li h3{
   margin-bottom: 10px;
   font-size: 16px;
  }
  .indexList li a>p:not(.moreArrow){
   font-size: 13px;
  }
  .indexList li .moreArrow{
   margin: 20px 0 0 auto;
  }
}/*-SP only-*/


/*
下層共通
---------------------*/
.serviceCont{}
.contTitle{
  color: var(--basegr);
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contTitle{
    font-size:32px;
  }
}
.contTitle.txtLeft{
  text-align: left;
}
.contTitle span{
  color: #222222;
  font-size: 0.4em;
  font-weight: 500;
}
.contSubTitle{
  color: var(--basegr);
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 28px;
}
.contSubTitle.txtCenter{
  text-align: center;
}
.textImgBox {
  margin-top: 70px;
}
.textImgBox h3{
  color: #141414;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.textImgBox .icDisc,
.textImgBox h4,
.processingBox_04 .icDisc{
  color: #141414;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
.textImgBox .txtCenter{
  text-align: center;
}
.textImgBox .icDisc::before,
.processingBox_04 .icDisc::before{
  content: '\025cf';
  margin-right: 1.43em;
  font-size: 14px;
  transform: translateY(-3px);
  display: inline-block;
}

.textImgBox .txt p + p{
  margin-top: 3em;
}
.textImgBox .pointBox dt span{
  background: var(--basegr);
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  padding: 0 1em;
  line-height: 40px;  
}
.textImgBox .pointBox dd{
  margin-top: 20px;
}
.textImgBox .pointBox dd li{
  position: relative;
  padding-left: 1.5em;
  line-height: 2em;
}
.textImgBox .pointBox dd li::before{
  position: absolute;
  left: 0;
  content: "\025cf";
  color: var(--basegr);
}
.mixBMd{
  margin-bottom:30px;
}
figure.mixBMd img{
  mix-blend-mode: Darken;
}
@media screen and (min-width: 769px) {  
  .contHead{
    padding-top: 29px;
    max-width: 926px;
  }
  .textImgBox.pcFlex{
    -ms-flex-align: center;
    align-items: center;
    gap:40px 4%;
  }
  .textImgBox.pcFlex > *{
    flex: 1;
  }
  .textImgBox.pcFlex.half{
    gap: 0 40px;    
    -ms-flex-align: start;
    align-items: flex-start;
  }
}/*-PC only-*/
@media screen and (max-width: 768px) {
  .textImgBox .txt{
    padding-bottom: 4.41%;
  }
  .contSubTitle{
    font-size:26px;
  }
}/*-SP only-*/

/*
下層 ripening 
---------------------*/
#ripening .contSubTitle{
  font-size:31px;
}

.ripeningBox_03 figure figcaption{
  text-align: right;
  font-weight: bold;
  font-size:15px;
  margin-top:10px;
}
@media screen and (min-width: 769px) {  
  .ripeningBox_02.pcFlex{    
	  flex-direction:row-reverse;   
  }
  .ripeningBox_01 figure{
    padding-left: 7.4%;
  }
  .ripeningBox_02{
    margin-top: 40px;
  }
  .ripeningBox_02 figure{
    padding-right: 7.4%;
  }
  .ripeningBox_03 .txt{
    padding-right: 2.8%;
  }
}/*-PC only-*/
@media screen and (max-width: 768px) {
  .ripeningBox_03 figure figcaption{
    font-size: 13px;
    margin-top:8px;
  }
}

/*
下層 clearance
---------------------*/
/*.clearanceBox_02 figure img,
.clearanceBox_04 figure img{
  mix-blend-mode: Darken;
}*/
.clearanceQ{
  position: relative;
  margin-top: 60px;
  padding: 6px;
  background: var(--basebl) url("../images/bg_dots.png");
}
.clearanceQ::after{
  content: "";
  display: block;
  position: absolute;
  right: -46px;
  bottom: 0;
  width: 138px;
  height: 211px;
  background: url("../images/service/clearance_q_img.png") no-repeat right bottom / 100% auto;
}
.clearanceQ.pcFlex h3{
  padding-left: 1em;
  font-size: 28px;
  color: #fff;
  line-height: 1.79em;
}
.clearanceQ ul{
  padding: 20px 40px;
  background: #fff;
  border-radius: 6px;
}
.clearanceQ ul li{
  display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
  font-size: 22px;
}
.clearanceQ ul li + li{
  margin-top: 1em;
}
.clearanceQ ul li span.num{
  display: grid;
  place-content: center;
  background: var(--basebl);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-right: 0.4em;
  color: #fff;
  font-size: 30px;
}
@media screen and (min-width: 769px) {
  .clearanceQ.pcFlex{    
	-ms-flex-align: center;
	align-items: center;
  }
  .clearanceQ.pcFlex h3{
    width: 35.86%;
  }
  .clearanceQ.pcFlex ul{
    width: 64.14%;
  }
}/*-PC only-*/
@media screen and (max-width: 768px) {
  .clearanceQ::after{
    right: -4vw;
    bottom: 0;
    width: 69px;
    height: 105px;
  }
  .clearanceQ.pcFlex h3{
    padding-bottom: 0.5em;
    font-size: 24px;
  }
  .clearanceQ ul{
    padding: 20px 40px 20px 20px;
  }
  .clearanceQ ul li{
    font-size: 18px;
  }
  .clearanceQ ul li span.num{
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}/*-SP only-*/
.clearanceBox_04 figcaption{
  position: relative;
  width: 88.89%;
  border: 2px solid #EEC520;
  border-radius: 6px;
  margin-top: 19px;
  margin-left: 18px;
  background: #fff;
  padding: 6px 25px;
}
.clearanceBox_04 figcaption::before{
  position: absolute;
  top: calc(50% - 18px);
  left: -18px;
  content: "";
  display: block;
  background: url("../images/service/ic_light.png") no-repeat center / 100%;
  width: 35px;
  height: 35px;  
}
.clearanceBox_05 li {
  position: relative;
  padding: 10px 0 10px 50px;
}
.clearanceBox_05 li span.num {
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  background: var(--basegr);
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  text-align: center;
  line-height: 40px;  
}
@media screen and (min-width: 769px) {  
  .clearanceBox_02 .txt{
    padding-right: 5%;
  }
  .clearanceBox_04 .txt{
    padding-right: 5%;
  }
  .textImgBox.pcFlex.clearanceBox_05 {    
	-ms-flex-align: start;
	align-items: flex-start;
  }
  .textImgBox.pcFlex.clearanceBox_05 ul {
    flex: 1.59;
    width: 61.39%;
  }
}/*-PC only-*/


/*
下層 3PL 
---------------------*/
.tplBox_02 figcaption{
  margin-bottom: 0.8em;
  padding: 0.5em 0;
  border-bottom: 1px solid var(--basegr);
  color: var(--basegr);
  text-align: center;
}
.tplBox_02{
  padding: 60px 0 80px;
}
.tplBox_02.pcFlex figure{
  position: relative;
}
.tplBox_02.pcFlex figure:not(:nth-child(3))::after{
  position: absolute;
  bottom: 0;
  left: 100%;
  content: "";
  display: block;
  width: 35.56%;
  height: calc(100% - 36px);
  background: url("../images/service/service_3pl_arrow.png") no-repeat center / 32.9% auto;
}
.tplBox_04{
  margin-top: 40px;
}
.tplBox_04 figure:nth-child(1){
  max-width: 820px;
  margin: 0 auto 0 15px;
}
/*.tplBox_04 figure:nth-child(1) img{
  mix-blend-mode: Darken;
}*/
.tplBox_04 figure:nth-child(2){
  margin-top: -2em;
}
.tplMenuWrap{
  margin-top: 250px;
}
.tplMenuBox{
  width: 100%;
  margin-bottom: 30px;
}
.tplMenuBox p{
  position: relative;
  color:var(--basegr);
  font-weight:bold;
  padding:5px 10px;
  margin-top:8px;
  margin-bottom:12px;
  border-bottom:1px solid var(--basegr);
}
.tplMenuBox p::after{
	content: "";
	display: inline-block;
	border-style: solid;
	border-color: var(--basegr);	
	border-width: 2px 2px 0 0;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(45deg);
   transform: rotate(45deg);
  position:absolute;
  right:9px;
  top:calc(50% - 4px);
  transition: all 0.2s ease;
}
.tplMenuBox a:hover p::after{
  right:6px;
}
/*
.tplMenuBox ul{
  padding-right: 28%;
}*/
.tplMenuBox ul li{
  font-size: 14px;
}

.tplMenuBox ul li.inlineB{
  display: inline-block;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .tplMenuWrap{
    margin-top: 80px;
  }  
}
@media screen and (min-width: 769px) {  
  .tplBox_02.pcFlex figure{
    width: 26.33%;
  }
  .tplBox_02.pcFlex figure:nth-child(3){
    width: 27.67%;
  }
  .tplMenuWrap.pcFlex{
	-ms-flex-pack: start;
	justify-content: flex-start;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    gap: 0 30px;
  }
  .tplMenuBox{
    width: calc(calc(100% - 60px)/3);
  }
}/*-PC only-*/

.conventional_flow h3,
.pl3pl_flow h3{
  font-size:26px;
  font-weight: bold;
  color:#19688D;
  letter-spacing: 0.16em;
  line-height: 1.75;
  margin-bottom:20px;
}
.conventional_flow > figure{
  position: relative;
  width:100%;
  min-height: 300px;
  margin-bottom:100px;
}
.conventional_flow figure > p,
.pl3pl_flow figure > p{
  font-size:18px;
  font-size: clamp(14px, 3.600px + 1.333vw, 18px);
  color:#2E9568;
  text-align:center;
  max-width:15%;
}
.conventional_flow figure > img,
.pl3pl_flow figure > span {
  width:13%;
}
.conventional_flow figure > h4{
  position:absolute;
  top:31%;
  right:0;
  width:70%;
  text-align: center;
  font-size:18px;
  font-size: clamp(14px, 3.600px + 1.333vw, 18px);
  font-weight: bold;
  color:#141414;
  letter-spacing: 0.06em;
  background:#fff;
  padding:8px 15px;
  border:2px solid #19688D;
  border-radius: 20px;
  z-index:5;
}
.conventional_flow figure > .flow{
  width:70%;
  position:absolute;
  right:0;
  top:calc(26% + 85px);
}
.conventional_flow figure > .flow::before{
  content:"";
  position: absolute;
  top:-85px;
  right:3.2%;
  width:118%;
  height:6px;
  background: #aaa;
  display:block;
}
.conventional_flow figure > .flow ul{
  counter-reset: flow-num01 0;
  display: flex;
  gap:5%;

}
.conventional_flow figure > .flow ul li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:5px;
  max-width: 57px;
  width:100%;
  height:150px;
  background:#19688D;
  border-radius: 2px;
}
.conventional_flow figure > .flow ul li p{
  width:min-content;
  color:#fff;
  font-size: 23px;
  font-size: clamp(18px, 5.000px + 1.667vw, 23px);
  font-weight: bold;
  letter-spacing: 0;
  text-align:center;
  line-height: 1.3;
}
.conventional_flow figure > .flow ul li p::before{
  counter-increment: flow-num01;
  content: counter(flow-num01);
  position: absolute;
  top:-17px;
  left: -17px; 
  width: 34px;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:20px;
  text-align: center;
  line-height:1;
  letter-spacing:0;
  color:#141414;
  background:#fff;
  border-radius: 50%;
  border: 2px solid #19688D;
}
.conventional_flow figure > .flow ul li span{
  position: absolute;
  left:50%;
  top:-85px;
  width:6px;
  height:70px;
  background: #AAAAAA;
}
.conventional_flow figure > .flow ul li span::after{
  content:"";
  position: absolute;
  bottom:-5px;
  left:-5px;
  display:block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #aaa;
}
.conventional_flow figure > .flow ul li:not(:last-child)::after,
.pl3pl_flow figure > .flow ul li:not(:last-child)::after{
content:"";
  display:inline-block;
  width: 0;
  height: 0;
  position: absolute;
  right:-40%;
  border-left: 10px solid #AAAAAA;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.conventional_flow figure > .status{
  width:21%;
  max-width:200px;
  margin-top:30px;
}
.conventional_flow figure > .status li{
  display: flex;
  align-items: center;
  gap:7px;
  font-size: 16px;
  font-size: clamp(14px, 8.800px + 0.667vw, 16px);
  font-weight: bold;
  color:#141414;
  padding:10px 0;
  border-bottom:2px dashed #aaa;
}
.conventional_flow figure > .status li::before{
  content:url(../images/service/icon_bad.svg);
  line-height: 1;
  display: inline-block;
}

.pl3pl_flow{
  margin-bottom:100px;
}
.pl3pl_flow h3{
  color:#2E9568;
}
.pl3pl_flow figure{
  position: relative;
}
.pl3pl_flow figure > h4{
  position:absolute;
  top:0;
  right:3%;
  width:70%;
  text-align: center;
  font-size:18px;
  font-size: clamp(14px, 3.600px + 1.333vw, 18px);
  font-weight: bold;
  color:#141414;
  letter-spacing: 0.06em;
  background:#fff;
  padding:8px 15px;
  border:2px solid #2E9568;
  border-radius: 20px;
  z-index:5;
}
.pl3pl_flow figure > span:has(img){
  position:relative;
  display:inline-block;
}
.pl3pl_flow figure > span:has(img):before{
  content:"";/*矢印棒横*/
  position: absolute;
  top:50%;
  right:-70%;
  display:block;
  width:60%;
  height: 6px;
  background: #aaa;
}
.pl3pl_flow figure > span:has(img):after{
  content:"";/*矢印右三角*/
  position: absolute;
  top:calc(50% - 5px);
  right:calc(-70% - 6px );
  border-left: 12px solid #AAAAAA;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.pl3pl_flow figure > .flow{
  counter-reset: flow-num02 0;
  width:76%;
  position:absolute;
  top:20px;
  right:0;
  padding:65px 3%  0 3.5%;
  background:#fff;
  border:2px solid #2E9568;
  border-radius: 9px;
}

.pl3pl_flow figure > .flow ul{
  display: flex;
  gap:5%;
}
.pl3pl_flow figure > .flow ul li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:5px;
  max-width: 57px;
  width:100%;
  height:150px;
  background:#2E9568;
  border-radius: 2px;
}
.pl3pl_flow figure > .flow ul li:not(:last-child)::after{
  border-left-color:#2E9568;
}
.pl3pl_flow figure > .flow ul li p{
  width:min-content;
  color:#fff;
  font-size: 23px;
  font-size: clamp(18px, 5.000px + 1.667vw, 23px);
  font-weight: bold;
  letter-spacing: 0;
  text-align:center;
  line-height: 1.3;
}
.pl3pl_flow figure > .flow ul li p::before{
  counter-increment: flow-num02;
  content: counter(flow-num02);
  position: absolute;
  top:-17px;
  left: -17px; 
  width: 34px;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:20px;
  text-align: center;
  line-height:1;
  letter-spacing:0;
  color:#141414;
  background:#fff;
  border-radius: 50%;
  border: 2px solid #2E9568;
}
.pl3pl_flow figure > .flow > p{
  position:relative;
  width:calc(100% + 20px);
  display: flex;
  justify-content:space-between;
  align-items: end;
  padding-bottom:15px;
  line-height: 1.6;
}
.pl3pl_flow figure > .flow > p img{
  width:18%;
  height:auto;
  margin:-20px 0 -20px -10px;

}
.pl3pl_flow figure > .flow > p span{
  font-size:16px;
  font-size: clamp(12px, 1.600px + 1.333vw, 16px);
  position: relative;
  width:80%;
  display:block;
  padding:10px;
  background:#fff;
  border-radius: 6px;
  border:2px solid #2E9568;
  box-sizing: border-box;
}
.pl3pl_flow figure > .flow > p span::before {
  content: "";
  position: absolute;
  top: 30%;
  left: -12px;
  margin-top: -12px;
  border-style: solid;
  border-width: 0 12px 16px 0;
  border-color: transparent #fff transparent transparent;
  z-index: 2;
}
.pl3pl_flow figure > .flow > p span::after {
  content: "";
  position: absolute;
  top: 30%;
  left: -16px;
  margin-top: -14px;
  border-style: solid;
  border-width: 0 16px 22px 0;
  border-color: transparent #2E9568 transparent transparent;
  z-index: 1;
}
.pl3pl_flow figure > .status{
  width:21%;
  max-width:200px;
  margin-top:30px;
}
.pl3pl_flow figure > .status li{
  display: flex;
  align-items: center;
  gap:7px;
  font-size: 16px;
  font-size: clamp(14px, 8.800px + 0.667vw, 16px);
  font-weight: bold;
  color:#141414;
  padding:10px 0;
  border-bottom:2px dashed #aaa;
}
.pl3pl_flow figure > .status li::before{
  content:url(../images/service/icon_positive.svg);
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .conventional_flow h3,
  .pl3pl_flow h3{
    font-size:24px;
    line-height:1.5;
  }
  .conventional_flow > figure{
    position: relative;
    width:100%;
    margin-bottom:50px;
  }
  .conventional_flow figure > p,
  .pl3pl_flow figure > p{
    font-size:15px;
    color:#2E9568;
    text-align:center;
    max-width:150px;
  }
  .conventional_flow figure > img,
  .pl3pl_flow figure > span{
    width:150px;
    max-width:49%;
  }
  .conventional_flow figure > h4{
    position:static;
    width:90%;
    margin-left:10%;
    font-size:14px;
    border-radius: 20px;
    margin-top:15px;
    margin-bottom:20px;
  }
  .conventional_flow figure > .flow{
    width:100%;
    position:relative;
    top:unset;
    left: unset;
  }
  .conventional_flow figure > .flow::before{
    content:"";
    position: absolute;
    top:auto;
    bottom:4%;
    left:5%;
    width:6px;
    height:110%;
    background: #aaa;
    display:block;
  }
  .conventional_flow figure > .flow ul{
    counter-reset: flow-num01 0;
    flex-direction: column;
    gap:20px;
    width:95%;
    margin-left:5%;
  }
  .conventional_flow figure > .flow ul li{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px;
    max-width:unset;
    width:calc(100% - 85px);
    height:auto;
    margin-left:85px;
  }

  .conventional_flow figure > .flow ul li p{
    width:100%;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .conventional_flow figure > .flow ul li p::before{
    top:-14px;
    left: -14px; 
    width: 28px;
    font-size:16px;
  }
  .conventional_flow figure > .flow ul li span{/*矢印*/
    position: absolute;
    left:-85px;
    top:calc(50% - 3px);
    width:60px;
    height:6px;
    background: #AAAAAA;
  }
  .conventional_flow figure > .flow ul li span::after{
    position: absolute;
    left:98%;
    border-left: 12px solid #AAAAAA;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  .conventional_flow figure > .flow ul li:not(:last-child)::after,
  .pl3pl_flow figure > .flow ul li:not(:last-child)::after{
    right:calc(50% - 10px);
    bottom:-25px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #aaa;
  }
  .conventional_flow figure > .status{
    position:absolute;
    top:0;
    right:0;
    width:auto;
    max-width:49%;
    margin-left: auto;
    max-width:200px;
    margin-top:20px;
  }
  .conventional_flow figure > .status li{
    display: flex;
    align-items: center;
    gap:7px;
    font-size: 16px;
    font-size: clamp(14px, 8.800px + 0.667vw, 16px);
    font-weight: bold;
    color:#141414;
    padding:10px 0;
    border-bottom:2px dashed #aaa;
  }
  .conventional_flow figure > .status li::before{
    content:url(../images/service/icon_bad.svg);
    line-height: 1;
    display: inline-block;
  }
  .pl3pl_flow{
    margin-bottom:100px;
  }
  /*
  .pl3pl_flow h3{
    font-size:24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.75;
    color:#2E9568;
    margin-bottom:30px;
  }*/
  .pl3pl_flow figure{
    position: relative;
  }
  .pl3pl_flow figure > span{
  }
  .pl3pl_flow figure > span:has(img){
    position:relative;
    display:inline-block;
  }
  .pl3pl_flow figure > span:has(img):before{
    content:"";/*矢印棒縦*/
    position: absolute;
    top:100%;
    right:auto;
    left:20px;
    display:block;
    width:6px;
    height: 30px;
    background: #aaa;
  }
  .pl3pl_flow figure > span:has(img):after{
    content:"";/*矢印下三角*/
    position: absolute;
    top:calc(100% + 27px);
    right:auto;
    left:15px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #aaa;
  }
  .pl3pl_flow figure > h4{
    position:relative;
    top:0;
    right:0;
    width:80%;
    font-size:16px;
    margin:0 15px 0 auto;
    transform: translateY(50%);
  }
  .pl3pl_flow figure > .flow{
    width:100%;
    position:static;
    padding:50px 15px 0 25px;
  }
  .pl3pl_flow > figure > span{
    max-width:49%;    
  }
  .pl3pl_flow > figure > span > img{
    width:150px;
  }
  .pl3pl_flow figure > .flow::before{
    content:"";
    position: absolute;

  }
  .pl3pl_flow figure > .flow ul{
    flex-direction: column;
    gap:20px;
  }
  .pl3pl_flow figure > .flow ul li{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px;
    max-width: unset;
    width:100%;
    height:auto;
  }
  .pl3pl_flow figure > .flow ul li:not(:last-child)::after{
    border-top-color: #2E9568 ;
    border-left-color: transparent;
  }
  .pl3pl_flow figure > .flow ul li p{
    width:100%;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .pl3pl_flow figure > .flow ul li p::before{
    top:-14px;
    left: -14px; 
    width: 28px;
    font-size:16px;
  }
  .pl3pl_flow figure > .flow > p{
    width:100%;
    padding-top:20px;
    padding-bottom:10px;
  }
  .pl3pl_flow figure > .flow > p > img{
    width:80px;
    margin-bottom:-15px;
  }
  .pl3pl_flow figure > .flow > p > span{
    width:calc(100% - 90px);
    font-size:12px;
    padding:8px;
    line-height: 1.6;
  }
  .pl3pl_flow figure > .status{
    position: absolute;
    top:0;
    right:0;
    margin-top:0;
    width:auto;
    max-width:49%;
    margin-left:auto;
  }
  .pl3pl_flow figure > .status li{
    display: flex;
    align-items: center;
    gap:7px;
    font-size: 16px;
    font-size: clamp(14px, 8.800px + 0.667vw, 16px);
    font-weight: bold;
    line-height: 1.5;
    color:#141414;
    padding:10px 0;
    border-bottom:2px dashed #aaa;
  }
  .pl3pl_flow figure > .status li::before{
    content:url(../images/service/icon_positive.svg);
    line-height: 1;
    display: inline-block;
  }

}/*-PC only-*/



/*
下層 通関業務 
---------------------*/
.customsBox_02{
  margin-top: 50px;
  position: relative;
  z-index: 10;
}
.customsBox_02::before{
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width:100%;
  height: 29vw;
  background: #e6e6e6;
  z-index: 9;
}
.customsBox_02 .inner{
  position: relative;
  z-index: 10;
  font-size: 0;
  padding-bottom: 13vw;
}
.customsBox_02 .flex{  
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.customsBox_02 .flex figure{
  width: 48%;
}
.btn_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dl_btn{
  width: 60%;
  display: inline-block;
  font-size:15px;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 400;
  padding:15px 40px;
  background:#2E9568;
  border:2px solid transparent;
  border-radius: 10px;
  transition: all 0.2s ease;
}
.dl_btn:hover{
  color:#2E9568;
  background: transparent;
  border-color:currentColor;
}
@media screen and (min-width: 769px) {
  .customsBox_02::before{
    height: 314px;
  }
  .customsBox_02 .inner{
    padding-bottom: 143px;
  }
}/*-PC only-*/
.customs_import_sec{
  padding-top:50px;
  margin-bottom:100px;
}

/*
下層 通関業務 
---------------------*/
.customs_block_title{
  font-size:26px;
  font-weight: bold;
  line-height: 1.75;
  color:var(--basegr);
  margin-bottom: 25px;
}
.storageBox_02 p a{
  color: var(--basegr);
  text-decoration: underline;
}
.import_pr_sec,.export_pr_sec{
  padding:60px 0;
  background: rgb(25,104,141);
  background: url(../images/bg_dots.png) repeat , linear-gradient(0deg, rgba(25,104,141,1) 0%, rgba(46,149,104,1) 100%);
  margin-top:60px;
  margin-bottom:100px;
}
.import_pr_sec > .inner,
.export_pr_sec > .inner{
  max-width:900px;
  width:80%;
  background: #fff;
  padding-top:55px;
  margin:auto;
  border-radius: 6px;
}
.import_pr_title{
  font-size: 26px;
  color: #2E9568;
  font-weight:bold;
  margin-bottom:30px;
}
.txt-catch{
  font-size:20px;
  font-weight:bold;
  text-align: center;
  line-height: 2;
  color: #2E9568;
  margin-bottom:50px;
}
.list_underline {
  max-width: 700px;
  margin:0 auto 40px;
}
.list_underline li{
  padding:12px 0;
  border-bottom:1px solid #DDD;
}
.list_underline li{
  display: flex;
  align-items:center;
  gap:0.5em;
}
.list_underline li.icBad:before{
  content: url(../images/service/icon_bad.svg);
  line-height: 1;
  display: inline-block;
}
.list_underline li.icGood:before{
  content: url(../images/service/icon_positive.svg);
  line-height: 1;
  display: inline-block;
}
.list_disc{
  padding-left:30px;
}
.list_disc li{
  list-style-type: disc;
}
.inner_xs{
  max-width:730px;
  margin-left:auto;
  margin-right:auto;
}
.import_pr_forwarder::after{
  content:"";
  display: block;
  width:190px;
  height:55px;
  margin:50px auto ;
  background:#2E9568;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
} 
.import_pr_forwarder_foot h4{
  font-size:1rem;
  font-weight: bold;
}
.import_pr_forwarder_foot p{
  font-size:20px;
  font-weight: bold;
  text-align: center;
}
.under_line_yel{
  display: inline-block;
  position: relative;
  z-index: 1;
  border-bottom:8px solid #FCEE21;
}
.note_wrap{
  max-width: 820px;
  margin:0 auto 50px;
}
.note{
  position: relative;
  max-width: 820px;
  margin:50px auto 60px;
  padding:0 80px 40px;
  border-radius: 6px;
  border:3px solid #2E9568;
}
.note_title{
  position:relative;
  display: block;
  width: fit-content;
  font-size: 26px;
  color:#fff;
  font-weight: bold;
  text-align: center;
  padding:11px 20px 15px;
  background-color:#2E9568 ;
  border-radius: 100px;
  margin:-30px auto 25px;
}
.check-list{

}
.check-list li{
  display: flex;
  align-items: center;
  gap:1rem;
  padding:15px 10px;
  border-bottom:1px solid #707070;
}
.check-list li::before{
  content:"";
  width:30.6px;
  height:27.13px;
  background:url(../images/ic_check.svg) no-repeat center center / contain ;
  flex-shrink: 0;
}
.import_pr_plnet .pcFlex{
  gap:15px 20px;
  align-items: center;
  margin-bottom:30px;
}
.import_pr_foot{
  position: relative;
  padding-bottom:40px;
}
.import_pr_foot p{
  position: relative;
  font-size: 22px;
  letter-spacing: 0.05rem;
  line-height: 2;
  font-weight:bold;
  text-align: center;
  padding-left: 180px;
  padding-right: 180px;
  margin:auto;
  z-index:3;
}
.import_pr_foot::before{
  position: absolute;
  left:0;
  bottom:-15px;
  content: "";
  display: block;
  max-width:40%;
  width: 191px;
  height: 141px;
  background:url(../images/service/pr_foot_01.png) no-repeat center bottom / contain ;
  z-index:1;
}
.import_pr_foot::after{
  position: absolute;
  right:0;
  bottom:-15px;
  content: "";
  display: block;
  max-width:40%;
  width: 187px;
  height: 162px;
  background:url(../images/service/pr_foot_02.png) no-repeat center bottom / contain ;
  z-index:1;
}
.dl01{
  display: flex;
  flex-wrap: wrap;
  gap:0;
}
.dl01 dt{
  width: 25%;
  color: #2E9568;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.79;
  font-weight: bold;
  padding-right:15px;
  padding-bottom: 30px;
  margin-bottom:30px;
  border-bottom:1px solid #ddd;
}
.dl01 dd{
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
  width: 75%;
  letter-spacing: 0.05em;
  padding:0 5px 30px;
  margin-bottom:30px;
  border-bottom:1px solid #ddd;
}
.sup_info{
  font-size:14px;
  padding:20px;
  margin-top:50px;
  background:#fff;
  border:1px dotted #707070;
}
.sup_info_title{
  width: fit-content;
  color:#2E9568;
  background-color: #fff;
  font-weight: bold;
  position: relative;
  padding:0 3px;
  margin-top:-30px;
  margin-bottom:15px;
}
.sup_info ul,
.sup_info ol{
  margin-bottom:0;
}
.sup_info ul li,
.sup_info ol li {
  font-size:14px;
  overflow-wrap: break-word;
}
.sup_info ul li + li,
.sup_info ol li + li{
  margin-top:15px;
}
.sup_info a{
color:#19688D
}
.sup_info a:hover{
  text-decoration: underline;
}
.sup_info a[target="_blank"]::after{
    content: '';
    display: inline-block;
    margin-left: 8px;
    width: 12px;
    height: 11px;
    background: url(../images/ic_external-link.svg) no-repeat center / cover;
}
.export_pr_sec .inner{
  padding-bottom:180px;
  background-image:url(../images/service/pr_foot_01.png),url(../images/service/pr_foot_02.png);
  background-position: left 10% bottom , right 10% bottom;
  background-repeat: no-repeat , no-repeat;
  background-size:  191px auto , 187px auto;
}
.export_pr_title{
  font-size:26px;
  color:#2E9568;
  font-weight: bold;
  line-height: 2;
  margin-bottom:35px;
}
.export_pr_sec figure{
  margin-bottom:40px;
}
.customs_export_sec figure figcaption{
  font-size:14px;
  text-align:right;
}

.list_num{
  counter-reset: item;
  list-style-type: none;
  margin: 1em 0;
}
.list_num li::before{
  counter-increment: item;
  content: counter(item)'.';
  /* 以下は自由に装飾... */
  padding-right: .5em;
  font-weight: bold;
  color: #2E9568;
}
.holizon_scroll{
  overflow-x:auto;
  padding-bottom:20px;
  margin-bottom:20px;
}
.export_table table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.export_table table thead th{
  writing-mode: vertical-rl;
  font-weight:bold;
  text-align:right;
  vertical-align: middle;
  padding:12px;
  background:#fff;
  border-bottom:1px solid #2E9568;
}
.export_table table thead th:first-child{
  writing-mode: horizontal-tb;
  color: #2E9568;
  vertical-align: bottom;
  position: sticky;
  left: 0;
  background: #fff;
}
.export_table table thead th:first-child::before{
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  /*border-bottom:1px solid #2E9568;*/
}

.export_table table thead th:nth-child(even){
  background:#F1F1F1;
}
.export_table table tbody th{
  font-weight: bold;
  padding:12px;
  text-align: center;
  position: sticky;
  left: 0;
  background: #fff;
  border-bottom:1px solid #2E9568;
}
.export_table table tbody th::before{
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  /*border-bottom:1px solid #2E9568;*/
}
.export_table table tbody > *{
  border-bottom:1px solid #2E9568;
}
.export_table table tbody td{
  text-align: center;
  background:#fff;
  border-bottom:1px solid #2E9568;
}
.export_table table tbody td:nth-child(even){
  background:#F1F1F1;
}
.export_table table tbody td small{
  font-size:10px;
  color:#19688D;
  vertical-align:text-top;
  letter-spacing: 0;
}
.export_table dl {
  display: flex;
  align-items: flex-start;
  gap:15px;
  margin-bottom:30px;
}
.export_table dl dt{
  min-width:120px;
  font-size:14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
  color:#fff;
  padding: 5px 8px;
  background:#19688D;
}
.export_table dl dd{
  width:calc(100% - 135px);
  font-size:13px;
  color:#19688D;
  line-height: 2;
}
.export_table dl dd span{
  display: inline-block;
  margin-right:1rem;
}
.table_info{
  margin-bottom:40px;
}
.table_info.pcFlex{
  display: flex;
  gap:30px;
  align-items: flex-start;
}
.table_info.pcFlex .left{
  flex:1;
}
.table_info h4{
  font-size:1rem;
  font-weight: bold;
  margin-bottom:8px;
}
.table_info > ul{
  margin-bottom:25px;
}
.table_info ul li{
  font-size: 14px;
}
.table_info .sup_info{
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .storageBox_01 .txt:nth-child(1){
    padding-bottom: 10%;
  }

  .under_line_yel{
    display: inline;
    border-bottom:5px solid #FCEE21;
  }
  .dl01{
    flex-direction: column;
  }
  .dl01 dt{
    padding-bottom:15px;
    border:0;
  }
  .import_pr_plnet .pcFlex p{
    margin-bottom:20px;
  }
  .txt-catch{
  font-size:16px;
  }
  .note{
    padding:25px 15px 30px;
  }
  .note_title{
    font-size:16px;
    padding:10px 15px;
    margin:0 0 20px;
  }
  .import_pr_foot{
    padding:0 0 100px;
  }
  .import_pr_foot::before,
  .import_pr_foot::after{
    max-width:40%;
  }
  .import_pr_foot p{
    font-size:18px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .dl01{
    flex-direction: column;
  }
  .dl01 dt{
    width: 100%;
    padding-bottom: 10px;
    margin-bottom:10px;
    border:0;
  }
  .dl01 dd{
    width: 100%;
  }
  .dl_btn{
    width:100%;
    padding: 15px 25px;
  }
  .export_pr_title{
    font-size:22px;
    line-height: 1.75;
  }
  .customs_export_sec figure figcaption{
    font-size:13px;
    text-align:left;
  }
  .export_table table thead th:first-child{
    min-width:120px;
  }
  .export_table dl{
    flex-direction: column;
  }
  .export_table dl dd{
    width: 100%;
  }
  .table_info.pcFlex{
    flex-direction: column;
  }
  .table_info.pcFlex  .sup_info{
    margin-top:0;
  }
  .sup_info{
    font-size:13px;
  }
}/*-SP only-*/


/*
下層 ドレージ業務 
---------------------*/
@media screen and (min-width: 769px) {  
  .drayageBox_01 .pcFlex{    
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .drayageBox_01 .pcFlex > *{
    flex: 1;
  }
}/*-PC only-*/


/*
下層 加工業務 
---------------------*/
.absoBox{
  position: relative;
}
.absoBoxTxt{
  position: absolute;
  width: 45%;
  left: 53.7%;
  top: calc(50% - 0.5em);
  transform: translateY(-50%);
}
.absoBoxTxt p{
  line-height: 1.625em;
}
.absoBoxTxt p.feature span{
  display: inline-block;
  border-bottom: 1px solid;
  font-size: 0.6875em;
  color: var(--basegr);
}
.absoBoxTxt p:not(.feature){
  margin-top: 0.8em;
}
.processingBox_01 .absoBoxTxt p{
  /*color: #fff;*/
}
.processingBox_01 .absoBoxTxt p:not(.feature){
  margin-left: -1em;
}
.textImgBox.processingBox_02{
  margin-top: 40px;
}
.processingBox_03{
  margin-top: 40px;
}
.processingBox_03 .absoBoxTxt{
  width: 48%;
}
.processingBox_03 .absoBoxTxt p.feature{
  color: var(--basegr);
}
.processingBox_03 .absoBoxTxt p:not(.feature){
  margin-left: -2em;
}
.processingBox_04{
  margin-top: 40px;
}
.processingBox_04 .textImgBox{
  margin-top: 30px;
}
.processingBox_04 .textImgBox figure.flex img{
  width: 50%;
}
.processingBox_05{
  margin-top: 40px;
  border-top: 1px solid #C3C3C3;
}
.textImgBox.processingBox_05 figure{
  height: 185px;
  width: 100%;
  display: grid;
  place-content: center;
}
.textImgBox.processingBox_05 figure img{
  height: 105px;
  width: auto;
}
@media screen and (min-width: 769px) {  
  .textImgBox.processingBox_03.pcFlex{       
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    gap: 40px 4%;
  }
  .textImgBox.processingBox_03.pcFlex .absoBox{
    width: 48%;
    flex: none;
  }
  .processingBox_04 .textImgBox.pcFlex{    
    -ms-flex-align: start;
    align-items: flex-start;
    gap:40px 4%;
  }
  .processingBox_04 .textImgBox.pcFlex .txt{
    width: 48%;
  }
}/*-PC only-*/
@media screen and (max-width: 768px) {
  .processingBox_01 .absoBoxTxt p{
    font-size: 13px;
  }
  .processingBox_03 .absoBox{
    margin-bottom: 15px;
  }
  .processingBox_03 .absoBoxTxt p{
    font-size: 13px;
  }
}/*-SP only-*/


/*
下層 出庫業務 leaving
---------------------*/
.leavingBox_01{
  margin-top: 80px;
}
.leavingBox_01 h3{
  color: var(--basegr);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.leavingBox_01 .pcFlex{
  position: relative;
}
.leavingBox_01 .pcFlex::before{
  content: "";
  position: absolute;
  display: block;
  background: #CCCCCC;  
}
.leavingBox_01 .pcFlex > div{
  position: relative;
  margin-top: 50px;
}
.leavingBox_01 .pcFlex > div h4{
  position: absolute;
  top: 0;
  left: 0;
  width: 73px;
  height: 73px;
  display: grid;
  place-content: center;
  background: var(--bggrd);
  border-radius: 50%;
  color: #fff;
  font-size: 40px;
  letter-spacing: 0.1em;
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic;
}
.leavingBox_01 .pcFlex > div figure{
  padding-left: 15px;
}
.leavingBox_01 .pcFlex > div img{
  width: 100%;
}
.leavingBox_01 .pcFlex > div p{
  margin-top: 18px;
  text-align: center;
  font-size: 22px;
}
@media screen and (min-width: 769px) {
  .inner.leavingBox_01{
    max-width: 1180px;
  }
  .leavingBox_01 .pcFlex > div{
    width: 22.69%;
  }
  .leavingBox_01 .pcFlex::before{
    top: calc(50% - 10px);
    right: 100px;
    width: 69%;
    height: 19px; 
  }
}/*-PC only-*/
@media screen and (max-width: 768px) {
.leavingBox_01 .pcFlex::before{
  left: calc(50% - 10px);
  top: 30px;
  width: 19px;
  height: calc(100% - 100px);
}
.leavingBox_01 .pcFlex::before{
  left:22.5%;
}
.leavingBox_01 .pcFlex .spFlex{
  display:flex;
  align-items: center;
  gap:0 30px;
}
.leavingBox_01 .pcFlex > div h4{
 width: 45px;
 height: 45px;
 font-size:20px;
 left:13px; 
}
.leavingBox_01 .pcFlex > div figure{
  width:45%;
}
.leavingBox_01 .pcFlex > div p{
  margin:0;
  font-size: 18px;
}
}/*-SP only-*/


/*
下層 配送業務 delivery
---------------------*/
.deliveryBox_02 h4{
  margin-top: 70px;
  color: #141414;
  font-size: 20px;
  padding-left: 1em;
}
.deliveryBox_01 figure{
  margin-top: 40px;
}
.deliveryBox_02 .networkList h5{
  color: var(--basegr);
}
.deliveryBox_02 .networkList ul{
  margin: 0.6em 0 1em 1em;
}
.deliveryBox_02 .networkList ul li{
  	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .deliveryBox_01 figure img{
    max-width: 524px;
  }
  .deliveryBox_02 .pcFlex{
    gap: 0 70px;
  }
  .deliveryBox_02 .pcFlex .networkList{ 
    width: calc(calc(100% - 140px)/3);
  }
}/*-PC only-*/



/*
下層 報告業務 report
---------------------*/
.reportBox_01 .absoBoxTxt p.feature span{
  color: var(--basegr);
}
.reportBox_01 .absoBoxTxt p.feature{
  font-size: 16px;
}
.reportBox_01 .absoBoxTxt p:not(.feature){
  margin-left: -1em;
}
.reportBox_01 .absoBox figure{
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .reportBox_01 .absoBoxTxt p.feature{
    font-size: 20px;
  }
  .textImgBox.reportBox_01.pcFlex{    
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
  .textImgBox.reportBox_01.pcFlex .absoBox{  
    flex: none;
    width: calc(calc(100% - 52px)/2);
  }
  .contSubTitle .sub_ttl {
	font-size: 30px;
  }
}/*-PC only-*/
@media screen and (max-width: 768px) {
  .reportBox_01 .absoBoxTxt p:not(.feature){
    font-size: 13px;
  }
}/*-SP only-*/

/*
下層 店舗配送 store_delivery
-----------------------------*/
.inner_store_delivery .contHead > figure{
    margin-top: 20px;
}

.inner_store_delivery .contHead > figure img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.store_delivery_merit dt{
    display: flex;
    align-items: center;
    font-weight: 600;
    position: relative;
    margin-top: 20px;
}

.store_delivery_merit dt .num{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    width: 40px;
    aspect-ratio: 1/1;
    background: var(--basegr);
    padding: 0 0 2px 2px;
}

.store_delivery_merit dt .merit_txt{
    display: block;
    width: fit-content;
    margin-left: 10px;
}

.store_delivery_merit dd{
    margin-top: 4px;
    padding-left: 50px;
}

.inner_store_delivery .tplBox_01 > figure{
    margin-top: 20px;
    overflow-x: scroll;
}

.inner_store_delivery .tplBox_01 > figure img{
    width: 100%;
    min-width: 620px;
    height:auto;
    object-fit: cover;
}


@media screen and (min-width: 769px) {

  }/*-PC only-*/

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

  }/*-SP only-*/