@charset "utf-8";
/* CSS Document */
a:hover{
	opacity: 0.7;
}
section,.cv,.heroInterviewlay,.moreBtn{
	z-index: 1;
	position: relative;
}
.serviceCase__lead{
	width:100%;
	text-align: center;
}
.dispatchKv__in2 {
    margin: 0 auto 0;
    padding: 55px 0px 0 0;
    width: 880px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.dispatchKv__in2 .imgline{
	width:462px;
}
.dispatchKv__in2 .imgline img{
	width:100%;
	height: auto;
}
.dispatchKv__in2 .textline{
	width:400px;
	padding-top: 81px;
}
.dispatchKv__in2 .textline h2{
	font-size:31px;
	line-height: 50px;
	font-weight: bold;
}
.dispatchKv__in2 .textline p{
	padding-top:8px;
	font-size: 16px;
	line-height: 23px;
	font-weight: bold;
}
.dispatchKv__in2 .slinkd{
	margin-top: 16px;
	width: 374px;
}
.slinkdsp{
	margin: 3% auto 4%;
	width: 70%;
}
.dispatchKv__in2 .slinkd a,
.slinkdsp a{
	display: block;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background: #47bbb0;
	padding:1.5% 0 2%;
}
@media screen and (max-width: 1199px) {
	.dispatchKv__in2 {
		padding: 1% 0 0 2%;
		width: 88%;
		margin-left: auto;
		margin-right: auto;
	}
	.dispatchKv__in2 .imgline{
		width:30%;
		padding-top:8%;
	}
	.dispatchKv__in2 .imgline img{
		width:100%;
		height: auto;
	}
	.dispatchKv__in2 .textline{
		width:65%;
		padding-top: 2%;
	}
	.dispatchKv__in2 .textline h2{
		font-size:17px;
		line-height: 1.8;
	}
	.dispatchKv__in2 .textline p{
		padding-top:2%;
		font-size: 12px;
		line-height: 1.8;
	}
	.dispatchKv__title {
		margin: 4% 0 0;
	}
	.dispatchKv__title__in {
		font-size: 18px;
		line-height: 1;
		padding: 3% 5%;
	}

}



.dispatchAbout2{
	width:1041px;
	margin:0 auto 120px;
	background: #fef8fa;
	padding:76px 75px 30px;
	position: relative;
}
.dispatchAbout2 .dispatchAbout__title2{
	font-size:27px;
	line-height: 1;
	margin-bottom: 27px;
	width:100%;
	text-align: center;
	font-weight: bold;
}
.dispatchAbout2 .dispatchAbout__text2{
	font-size: 14px;
	line-height: 2.25;
	font-weight: bold;
}
.dispatchAboutimg .imgarea{
	width:100%;
	text-align: center;
}
.dispatchAboutimg .imgarea img{
	margin:0 auto;
	display: block;
}
@media screen and (max-width: 1199px) {
	.dispatchAbout2{
		width:96%;
		margin:0 auto 10%;
		padding:6%;
		box-sizing: border-box;
	}
	.dispatchAbout2 .dispatchAbout__title2{
		font-size:18px;
		line-height: 1.4;
		margin-bottom: 4%;
		width:100%;
	}
	.dispatchAbout2 .dispatchAbout__text2{
		font-size: 12px;
	}
	.dispatchAboutimg .imgarea{
		width:90%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.dispatchAboutimg .imgarea img{
		width:100%;
		height: auto;
	}
}


.dispatchpoint3{
	width:920px;
	margin:0 auto;
	padding:127px 0;
}
.dispatchpoint3.dispatchpointarea{
	padding:90px 0 127px;
}
@media screen and (max-width: 1199px) {
	.dispatchpoint3.dispatchpointarea{
		padding:12vw 0 6vw;
	}

	
}
.dispatchpoint3 h2{
	font-size: 28px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	width:100%;
	
}
.dispatchpoint3 h2 span{
	margin: 0 3px 0 3px;
	font-size: 56px;
	display: inline-block;
	position: relative;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	color: #e8447a;
	top: 2px;
	
}
.dispatchpoint3 .textarea{
	margin: 20px 0 97px;
	text-align: center;
	font-size: 15px;
}
.dispatchpoint3 .images{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dispatchpoint3 .images p{
	width:30%;
	border: solid 1px #5e5e5e;
}
.dispatchpoint3 .images p img{
	width:100%;
	height: auto;
}

.dispatchpoint3 .icnArw {
    position: absolute;
	bottom:20px;
	right: 20px;
}
.dispatchpoint3 .icnArw--circle::before {
    background: #fff;
	
}
.dispatchpoint3 .images a{
	position: relative;
}
@media screen and (max-width: 1199px) {
	.dispatchpoint3{
		width:90%;
		margin:0 auto;
		padding:4% 0;
	}
	.dispatchpoint3 h2{
		font-size: 18px;
	}
	.dispatchpoint3 h2 span{
		margin: 0 0.5% 0;
		font-size: 28px;
		top: 2px;

	}
	.dispatchpoint3 .textarea{
		margin: 1% 0 5%;
		font-size: 12px;
	}
	.dispatchpoint3 .images{
		width:100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.dispatchpoint3 .images p{
		width:30%;
		border: solid 1px #5e5e5e;
	}
	.dispatchpoint3 .images p img{
		width:100%;
		height: auto;
	}
	.dispatchpoint3 .icnArw {
		position: absolute;
		bottom:2vw;
		right: 3vw;
	}
	
	
}




.dispatchpointarea{
	width: 1160px;
	margin: 0 auto;
}
@media screen and (max-width: 1199px) {
	.dispatchpointarea{
		width: 88%;
		margin-left: auto;
		margin-right: auto;
	}
	
	
}

.function{
	width: 1160px;
	margin:112px auto;
}

.function h3,
.function h2{
	font-size: 28px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	width:100%;
}

.function .textarea{
	margin: 20px 0 45px;
	text-align: center;
	font-size: 15px;
}
.function .functionsarea{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.function .functionsarea .items{
	width:31.8%;
	border:solid 1px #dadada;
	padding-bottom:2.6%;
	margin-bottom: 2.4%;
}
.function .functionsarea .items{
	text-align: center;
	font-weight: bold;
}
.function .functionsarea .items .image{
	width:66%;
	margin:8.7% auto 6.7%;
}
.function .functionsarea .items .image img{
	width:100%;
	height: auto;
}
.function .functionsarea h4,
.function .functionsarea .intext{
	padding:0 9.4%;
}
.function .functionsarea h4{
	font-size:14px;
	line-height: 30px;
	font-weight: bold;
}
.function .functionsarea .intext{
	font-size:12px;
	line-height: 2;
}
@media screen and (max-width: 1199px) {
	.function{
		width: 88%;
		margin:4% auto;
	}
	.function h3,
	.function h2{
		font-size: 18px;

	}

	.function .textarea{
		margin: 1% 0 2%;
		font-size: 12px;
	}
	.function .functionsarea{
		width:100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.function .functionsarea .items{
		width:100%;
		border:solid 1px #dadada;
		padding-bottom:2.6%;
		margin-bottom: 2.4%;
	}
	.function .functionsarea .items .image{
		width:66%;
		margin:8.7% auto 6.7%;
	}
	.function .functionsarea .items .image img{
		width:100%;
		height: auto;
	}
	.function .functionsarea h4,
	.function .functionsarea .intext{
		padding:0 9.4%;
	}
	.function .functionsarea h4{
		font-size:14px;
		line-height: 30px;
		font-weight: bold;
	}
	.function .functionsarea .intext{
		font-size:12px;
		line-height: 2;
	}
}



.cvarea{
	width: 1250px;
	margin: 0 auto;
}
@media screen and (max-width: 1199px) {
	.cvarea{
		width: 100%;
		margin: 0 auto;
	}
	
	
}
.heroInterviewlay{
	padding-top:8%;
}
.heroInterviewlay .titlearea {
	width:100%;

}
.heroInterviewlay .titlearea::before {
    position: absolute;
    top: 0;
    content: "";
    width: 100vw;
    min-width: 1325px;
    background: #fff;
    z-index: 1;
	height: 390px;
	right: calc(50vw - 625px);
}
.heroInterviewlay h3{
	font-size: 28px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	width:100%;
	padding-bottom: 80px;
	padding-top:  220px;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 1199px) {
	.heroInterviewlay .titlearea::before {
		position: absolute;
		top: 0;
		content: "";
		width: 100vw;
		min-width: auto;
		background: #fff;
		z-index: 1;
		height: 50vw;
		right: 4vw;
	}
	.heroInterviewlay h3{
		font-size: 18px;
		padding-bottom: 4%;
		padding-top:  14%;
	}
	
	
}
.dispatchFlow{
	padding:0;
}
.qa--tall {
    margin-bottom: 0px;
}
.serviceCase__lead.qabottom{
	padding-top: 20px;
	padding-bottom: 40px;
}
@media screen and (max-width: 1199px) {
.serviceCase__lead.qabottom{
	padding-top: 30px;
	padding-bottom: 0px;
}
	
	
}
  @media screen and (min-width: 1200px){
	.qa {
	  width: 1042px;
	  margin: 0px auto 0;
		padding:90px 0 0 0;
		
	}
}
@media screen and (max-width: 1199px){
	.qa {
	  margin: 0px 20px 0;
		padding:65px 0 0;
	}
}
.systems{
	margin-bottom: 146px;
}
.systems h3,
.systems h2{
	font-size: 28px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	width:100%;
	padding-top:100px;
}
@media screen and (max-width: 1199px) {
	.systems{
		width:96%;
		margin:0 auto 5%;
	}
	.systems h3,
	.systems h2{
		font-size: 18px;
		padding-top:50px;
	}

	
}

.pageCover2 {

    padding: 70px 0 0;
}
.pageCover2 {
    position: relative;
}


.pageCover2::before {
    right: calc(50vw - 625px);
}
.pageCover2::before {
    top: 50px;
    min-width: 1325px;
}
.pageCover2::before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100%;
    background: #fff;
    z-index: 1;
}
@media screen and (max-width: 1199px) {
	.pageCover2::before {
		height:97%;
	}
	
	
	
}
.dispatchFeature__supplement{
	background: url("../img/service/dispatch/service_dispatch11.jpg");
	background-repeat: no-repeat;
	background-position: top 120px right 87px;
	background-size: 23% auto;
}
@media screen and (max-width: 1199px) {
	.dispatchFeature__supplement{
		background: url("../img/service/dispatch/service_dispatch11.jpg");
		background-repeat: no-repeat;
		background-position: top 5% right 40%;
		background-size: 60% auto;
		padding-top:50%;
	}
	.skewTitle__in{
		font-size: 18px;
		line-height: 1;
		padding: 3% 5%;
	}
	.serviceCase{
		width:100%;
		margin-right: auto;
		margin-left: auto;
	}
	.serviceCase__lead{
		margin: 3% 0px 0;
		padding:0 5%;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 1199px) {
	.dispatchFeatureBox__detail__title::before {
		right: 0px;

	}
	.interviewList .interviewList__container,.caseList .caseList__container{
		width: auto !important;
	}
	.swiper-button-next{
		right: 10px;
	}
}
@media screen and (min-width: 1200px) {
	#s01 .dispatchFeatureBox__detail,#s03 .dispatchFeatureBox__detail{
		padding: 0 0 0 20px;
	}
	#s02 .dispatchFeatureBox__detail{
		padding: 0 20px 0 0;
	}
	.dispatchFeatureBox__detail__title--01::before{
		margin-right: 150px;
	}
	.dispatchFeatureBox__detail__title--03::before{
		margin-right: 100px;
	}
	.dispatchFeatureBox__detail__title--02::before {
		margin-right: 90px;
	}
}

@media screen and (min-width: 1200px) {
	.swiper-pagination{
		display: none;
	}
}

.dispatch_kv{
	width:100%;
	position: relative;
	  background: #ea5e79;
	padding-top:57px;
	margin-top:78px;
	line-height: 1;
}
@media screen and (max-width: 1199px) {
	.dispatch_kv{
		padding-top:45px;
		margin-top:60px;
	}
}
.dispatch_kvarea{
	width:100%;
	border-top:43px solid #ea5e79;
	margin-top:90px;
}
@media screen and (max-width: 1199px) {
	.dispatch_kvarea{
		border-top:43px solid #ea5e79;
		margin-top:60px;
	}
}
.mainimg_pc{
	width:100%;
	margin:0 auto;
	text-align: center;
	z-index: 2;
	position: relative;
	background: #FFF;
	height: 24.93vw;
}
.mainimg_pc img{
	width:100%;
	height: auto;
}
.v202306title1{
	text-align:left;
	width:47.89%;
}
.v202306title2{
	width:18.7%;
	position: absolute;
	right: 1.73%;
	top:13.54%;
}
.v202306title3{
	width:44%;
	position: absolute;
	left:55%;
  transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	top:30.55%;
}
.v202306title4{
	width:8.6%;
	position: absolute;
	left:55%;
  transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	top:51%;
}
.v202306title4 h1{
	width:100%;
	font-weight: bold;
	font-size: 0.8vw;
	color: #5a5657;
	text-align: center;
}
.v202306title4 h2{
	width:100%;
	font-weight: bold;
	font-size: 0.9vw;
	margin-top: -0.3vw;
	color: #5a5657;
	text-align: center;
}
.mainimg_pc .dlbtn{
	position: absolute;
	font-size: 15px;
	left: 223px;
	top: 431px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #595656;
	width:299px;
}
.mainimg_pc .dlbtn a{
	font-size: 13px;
	line-height: 2.53;
	letter-spacing: 1px;
	font-weight: bold;
	color: #FFF;
	width:100%;
	text-align: center;
	background: #47bbb0;
	display: block;
}

.mainimg_sp{
	display: none;
	position: relative;
	background: #FFF;
}
.mainimg_sp img{
	width: 100%;
	height: auto;
}
.mainimg_sp2{display: none;}

.mainimg_sp h1{
	font-size: 2.1vw;
	font-weight: bold;
	color: #5a5657;
	position: absolute;
	left: 69.8%;
	top: 48.3%;

	width: 22vw;
	text-align: center;
}
.mainimg_sp h2{
	font-size: 2.3vw;
	font-weight: bold;
	color: #5a5657;
	position: absolute;
	left: 69.8%;
	top: 59%;
	width: 22vw;
	text-align: center;
}
@media screen and (max-width: 1199px) {
	.mainimg_pc,.kv_back{
		display: none;
	}
	.mainimg_sp{
		display: block;


	}
	.mainimg_sp2 h2 {
	  font-size: 2.69vw;
	  width: 100%;
	  text-align: center;
	  margin-top: 2.86vw;
	}
	
	.mainimg_sp2 .dlbtn{

		letter-spacing: 0.1vw;
		font-weight: bold;
		color: #595656;
		width:70.37vw;
		z-index: 3;
		margin:3.36vw auto 0;
	}
	.mainimg_sp2 .dlbtn a{
		font-size: 2.35vw;
		line-height: 3;
		letter-spacing: 1px;
		font-weight: bold;
		color: #FFF;
		width:100%;
		text-align: center;
		background: #47bbb0;
		display: block;
	}
	.mainimg_pc2{display: none;}
	.mainimg_sp2{display: block;}
}
.pageCover.service_dispach{
	margin-top:0;
	padding-top:0;

}
.pageCover3.service_dispach::before {
	top:0;	
}
.pageCover3.service_dispach .mainimg_pc2.cautionlay{
	width:100%;
	margin:0 auto;
	padding-top:60px;
}
.pageCover3.service_dispach .mainimg_pc2 .caution{
	width:100%;
	text-align: center;
	font-size: 10px;
}
.pageCover3.service_dispach .mainimg_sp2 .cautionlay{
	width:100%;

}
.pageCover3.service_dispach .mainimg_sp2 .caution{
	width: 47%;
	margin-left: 53%;
	color: #494949;
	font-size:1.34vw;
	line-height: 1.3;
	z-index: 3;
	
}
@media screen and (max-width: 1199px) {
	.pageCover3.service_dispach{
		margin-top:0;
		padding-top:0;

	}

}
#slide_service_dispach{
	width: 96%;
	padding:2% 0;
	margin:0 auto;
}

@media screen and (min-width: 1200px) {
#slide_service_dispach li.swiper-slide{
	width:auto !important;
	display:inline-block;
}

}
@media screen and (max-width: 1199px) {
#slide_service_dispach li.swiper-slide img{
	width:100% !important;
	height: auto;
}
}
.shrtitle1{
	font-size:18px;
	text-align: center;
	width:100%;
	font-weight: bold;
	margin-top:0%;
	line-height: 1;
}
.shrtitle2{
	font-size:28px;
	text-align: center;
	width:100%;
	font-weight: bold;
	margin-bottom: 2%;
	line-height: 1;
}
.ssdvoicearea{
	margin:28px 35px 0;

}
.ssdvoicearea .ssdvoicelien1{
	font-size:18px;
	margin-bottom: 2%;
	line-height: 1.3;
	font-weight: bold;
}
.ssdvoicearea .ssdvoicelien2{
	font-size:16px;
}
@media screen and (min-width: 1200px) {
.onvoice{
	overflow: hidden;
}
.ssdvoice .swiper-button-prev, .ssdvoice .swiper-button-next{
  display: block;
}
.ssdvoice .swiper-button-prev,.ssdvoice .swiper-button-next {
  color: #000 !important;
}
.ssdvoice .swiper-button-prev,.ssdvoice .swiper-button-next {
  top: 52% !important;
}
.ssdvoice .swiper-button-prev,.ssdvoice .swiper-container-rtl .swiper-button-next {
  left: -50px;
  right: auto;
}
.ssdvoice .swiper-button-next,.ssdvoice .swiper-container-rtl .swiper-button-prev {
  right:-50px;
}
.ssdvoice .greenTag--small {
  font-size: 11px;
}
.ssdvoice .caseList .caseList__item__body__tag{
	font-size: 11px;	
}
.ssdvoice .caseList .caseList__item__body {
  padding: 8px 35px 20px;
}
}
@media screen and (max-width: 1199px) {
.caseList .viceList__container{
  width: 74.4vw;
  padding: 0 12.8vw;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.ssdvoice .caseList .caseList__item__body {
	  padding: 10px 20px 30px;
	}
}
.compnay_banners {
  display: flex;
  width: 100vw;
 /* height: 178px;*/
  overflow: hidden;
	padding-top: 3%;
	box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
	.compnay_banners {

	  height:120px;

	}
}
.compnay_banners img {
 width: 5272px;
  height: auto;
/* 	width: auto;
  height:100%;*/
}
@media screen and (max-width: 1199px) {
	.compnay_banners img {
		width: 3554px;
		height: 120px;
	}

}
@keyframes loop {
  0% {
    transform: translateX(5227px);
  }
  to {
    transform: translateX(-5227px);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0px);
  }
  to {
    transform: translateX(-10454px);
  }
}
@media screen and (max-width: 799px) {
	@keyframes loop {
	  0% {
		transform: translateX(3554px);
	  }
	  to {
		transform: translateX(-3554px);
	  }
	}

	@keyframes loop2 {
	  0% {
		transform: translateX(0px);
	  }
	  to {
		transform: translateX(-7108px);
	  }
	}

}
.compnay_banners img.img1 {
/*  animation: loop 80s -40s linear infinite;
	animation :loop 80s infinite linear 0s both;
	animation-name:loop;
	animation-duration:80s;
	animation-timing-function:linear;
	animation-delay:-40s;
	animation-iteration-count:infinite;
	animation-direction:normal;
	animation-fill-mode: backwards;
	animation-play-state:running;*/
	animation: loop 80s -40s linear infinite;
}

.compnay_banners img.img2 {
/*	animation :loop2 80s infinite linear 0s both;
  animation: loop2 80s linear infinite;
		animation-name:loop2;
	animation-duration:80s;
	animation-timing-function:linear;
	animation-delay:0s;
	animation-iteration-count:infinite;
	animation-direction:normal;
	animation-fill-mode: backwards;
	animation-play-state:running;*/
	animation: loop2 80s 0s linear infinite;
}


.pageCover3 {
  margin: 0px 0 0;
  padding: 0px 0 0;
	background: #FFF;
}
.pageCover.service_dispach{
	margin:0;
	padding:160px 0 0 0;

}
  @media screen and (max-width: 1199px){
.serviceCase {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}}
@media screen and (min-width: 1200px){
.serviceCase {
  width: 1042px;
  margin: 0px auto 0px;
	padding:112px 0 130px;
}
}
@media screen and (min-width: 1200px){
	.indexNews__list__link{
		top: 220px;
	}
}
/*
@media screen and (min-width: 1200px){
.dispatchAbout1 .indexNews__list{
	width:100%;
	
}
}
.indexNews{
	margin: 65px auto 0;
	padding: 0 0 40px;
}
 @media screen and (max-width: 1199px){
	.indexNews{
		margin: 20px auto 0;
		padding: 0 0 20px;
	} 
	 
}
*/
.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
	 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image:none;
}


/*hover delete*/

.serviceCase.ssdvoice a{
	cursor: default;
}
  .serviceCase.ssdvoice a:hover{
    opacity: 1;
	      -webkit-box-shadow: none;
            box-shadow: none;
  }
.serviceCase.ssdvoice .caseList .caseList__item a:hover{
	background: #eeece8;
}
.dlbtnarea{
	width: 40vw;
	margin: -5.7vw auto 0 10vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 8.8%;
	box-sizing: content-box;
}
.dlbtnarea .dlbtn1,
.dlbtnarea .dlbtn2{
	width:48%;
}
.dlbtnarea .dlbtn1 a:hover,
.dlbtnarea .dlbtn2 a:hover{
	opacity: 1;
}
@media screen and (max-width: 1199px){
	.dlbtnarea{
		width:100%;
		margin: 0px auto 0;
		display: flex;
		flex-wrap: wrap;
		justify-content:space-around;
		padding-left:0%;
	}
	.dlbtnarea .dlbtn1,
	.dlbtnarea .dlbtn2{
		width:45.5%;
	}

}
.dispatchtablay{
	width:100%;
	background: #fef8fa;
	padding:27px 0 12px;
}
.dispatchtab{
	width:96%;
	max-width:1120px;
	margin:0px auto 0px;

	display: flex;
	justify-content:space-between;

	flex-wrap: wrap;
}
.dispatchtab p{
	
	width:31.9%;
	margin-bottom: 12px;
}
.dispatchtab p a{
	width:100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items:center;
	font-size:24px;
	color: #FFF;
	line-height: 1;
	font-weight: bold;
	background: #ea5e79;
	height: 60px;
	box-shadow: 5px 5px 0px 0px rgba(000,000,000,0.29);

}
.dispatchtab p:nth-child(4n){
	margin-left: 16%;
}
.dispatchtab p:nth-child(5n){
	margin-right: 16%;
}
@media screen and (max-width: 1199px) {
	.dispatchtablay{
		padding:0% 0 0;
	}
	.dispatchtab{
		width:77%;
		margin:0vw auto;
		display: flex;
		justify-content:center;
		flex-wrap: wrap;
		padding:4.2vw 0 0.5vw;
	}
	.dispatchtab p{
		
		width:48%;
		margin-bottom: 2.15vw;
	}
	.dispatchtab p a{
		box-shadow: 5px 0px 0px 0px rgba(000,000,000,0.29);
		font-size: 2.4vw;
		height: 6.35vw;
	}
	.dispatchtab p:nth-child(4n){
		margin-left: 0%;
	}
	.dispatchtab p:nth-child(5n){
		margin-right: 0%;
	}
	.dispatchtab p:nth-child(2n){
		margin-left: 4%;
	}
	.dispatchtab p:nth-child(5n){
		margin-left: 0%;
	}
}


.dispatchtab{
	display: flex;
}
	.dispatchAbout1 .indexPoint {
		margin:44px auto 7%;
	    padding:0px 55px 60px;
	    margin: 0px auto 4%;
	}
	.indexPoint__title {
		font-size:28px;
		text-align: center;
		width:100%;
		font-weight: 700;
		top:0;
	}
@media screen and (min-width: 1200px) {
	.dispatchAbout1 .indexPoint {
	    width: 1042px;
		margin:84px auto 7%;
		padding:84px 55px 60px;

	}
	.pointSolution {

	  padding: 135px 0 0;

	}

}
	.indexPoint__list{
		position: relative;
	}
.indexPoint__list .cnttext{
	width:100%;
	text-align: center;
	font-size:30px;
	color: #ea5e79;
	position: absolute;
	top:270px;
	left:0;
	font-weight:bold;
}
@media screen and (max-width: 1199px) {
	.indexPoint__title {
		padding-top:8vw;
		padding-bottom:4vw;
	}
	.indexPoint__list .cnttext{
		display: none;
	}
}
.indexNews{
	padding-top:5%;
}
.dispatchAbout2 .dispatchAbout__text2{
	position: relative;
}
.dispatchAbout2 .img1{
	position: absolute;
	top:-48px;
	left:62px;
	width: 123px;
	height: auto;
}
.dispatchAbout2 .img2{
	position: absolute;
	top:-61px;
	right:-13px;
	width: 297px;
	height: auto;
}
@media screen and (max-width: 1199px) {
	.dispatchAbout2 .img1{
		top: -7vw;
		left: 1vw;
		width:20vw;

	}
	.dispatchAbout2 .img2{
		width: 22vw;
		top: -7vw;
		right: -0vw;
	}
}
  .dispatchFeatureBox__img {
    width: 70%;
	  margin-left: auto;
	  margin-right: auto;
  }
@media screen and (min-width: 1200px) {
  .dispatchFeatureBox__img {
    width: 320px;
  }
}
@media screen and (min-width: 1200px) {
  .dispatchFeatureBox__in {

    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}



.dispatchpointvoicearea{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:70px;
}
.dispatchpointvoicearea.line3{
	margin-top:100px;
}

.dispatchpointvoicearea .invoice{
	width:31.2%;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 6, 19, 0.31);
	display: flex;
	height: auto;
	flex-flow: column;
	position: relative;
}
@media screen and (max-width: 1199px) {
	.dispatchpointvoicearea{
		margin-top:6vw;	
	}
	.dispatchpointvoicearea.line3{
		margin-top:10vw;
	}

	.dispatchpointvoicearea .invoice{
		width:100%;
		margin-bottom: 3vw;
	}
	
}
.dispatchpointvoicearea .invoice h3{
	margin-top:33px;
	line-height: 1;
	font-size: 16px;
	background: #d84474;
	padding:6px 0 6px 18px;
	width:200px;
	margin-bottom: 38px;
	color: #FFF;
	font-weight: normal;
}
.dispatchpointvoicearea .invoice .voiceicon{
	position: absolute;
	top:19px;
	right: 36px;
}
.dispatchpointvoicearea .invoice .body{
	line-height: 1.77;
	width:83%;
	margin:0 auto 8px;
	font-size: 18px;
}
.dispatchpointvoicearea .invoice .body.mb36{

	margin:0 auto 36px;
}
.dispatchpointvoicearea .invoice .body.mb00{

	margin:0 auto 3px;
}
.dispatchpointvoicearea .invoice .body2{
	line-height: 1.77;
	width:83%;
	margin:0 auto 22px;
	color: #9a9a9a;
	font-size: 16px;
}
.dispatchpointvoicearea .invoice .body2.mb70{
	margin:0 auto 70px;
}
@media screen and (max-width: 1199px) {
	.dispatchpointvoicearea .invoice .body{
		font-size: 14px;	
	}
	.dispatchpointvoicearea .invoice .body2{
		font-size: 13px;
		
	}
	.dispatchpointvoicearea .invoice .body.mb36{
		margin:0 auto 20px;
	}
	.dispatchpointvoicearea .invoice .body2.mb70{
		margin:0 auto 30px;
	}
}


@media screen and (min-width: 1200px) {
  .dispatchFeatureBox:nth-child(even) .dispatchFeatureBox__img {
    -webkit-box-ordinal-group:1;
        -ms-flex-order: 1;
            order: 1;
  }
	.dispatchFeatureBox:nth-child(3) .dispatchFeatureBox__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 1200px) {
  .dispatchFeatureBox:nth-child(3) {
    margin: 70px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .dispatchFeatureBox:nth-child(5) {
    margin: 70px 0 0;
  }
}
.supporttables{
	margin-top:70px;
}
.supporttables img{
	width:100%;
	height: auto;
}
@media screen and (min-width: 1200px) {
	.supporttables img.sp{
		display: none;
	}
}
@media screen and (max-width: 1199px) {
	.supporttables img.pc{
		display: none;
	}
}
.supporttables .table table{
	 empty-cells:show;
	border-left:solid 1px #c2c2c2 !important;
	border-top:solid 1px #c2c2c2 !important;
	border-collapse: collapse;
	width:100%;
}
.supporttables .table table th{
	background:#f599aa !important;
	padding:12px 0px 13px!important;
	color:#fff;
		border-right:solid 1px #c2c2c2 !important;
	border-bottom:solid 1px #c2c2c2 !important;
	font-size:15px;
	text-align: center;
}
.supporttables .table table tr td{
		border-right:solid 1px #c2c2c2 !important;
	border-bottom:solid 1px #c2c2c2 !important;
	padding:12px 14px !important;
	width:28%;
	color:#323533;
	font-size: 11px;
	line-height: 1.27;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.supporttables .table table tr td:nth-child(2n){
	font-weight:normal;
	width:72%;
	text-align: left;
}
@media screen and (min-width: 1200px) {
	.supporttables .table table th{
		font-size: 24px;
		padding:8px 0px 9px!important;
	}
	.supporttables .table table tr td{
		font-size: 18px;
		padding:8px 10px !important;
	}
	
}
.supporttables h2{
	font-size: 28px;
	text-align: center;
	width: 100%;
	font-weight: 700;
	margin-bottom: 6%;
}


@media screen and (max-width: 1199px) {
	.pointSolution{
		justify-content: center;
	}
	.pointSolution__img{
		padding-left: 5%;
	}
}
.suujideiru{
	width: 1160px;
	margin: 0 auto;


}
.suujideiru h2{
	font-weight: bold;
	margin-bottom: 6%;
	font-size: 32px;
	width:100%;
	text-align: center;
}
@media screen and (max-width: 1199px) {
	.suujideiru{
		width: 88%;
	}
	.suujideiru h2{
		font-size: 18px;
	}
}
.suujideiru .suujideirubannersarea{
	width:87.7%;
	display: flex;
	flex-wrap: wrap;
	margin:0 auto;
	justify-content: space-between;
}
.suujideiru .suujideirubannersarea .line{
	width:48.15%;
}
.suujideiru .suujideirubannersarea .line p{
	width:100%;

}
.suujideiru .suujideirubannersarea .line p img,
.suujideiru .suujideirubannersarea .line p source{
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 10px 0px rgba(0, 6, 19, 0.31);
	border-radius: 40px;

}
.suujideiru .suujideirubannersarea .line .text{
	font-size: 14px;
	padding:2% 0 5%;
	width:100%;
	text-align: center;
}
.suujideiru .suujideirubannersarea .lineall{
	font-size: 14px;
	width:100%;
	text-align:right;
	font-weight: bold;
}
@media screen and (max-width: 1199px) {
	.suujideiru .suujideirubannersarea{
		width:100%;

	}
	.suujideiru .suujideirubannersarea .line .text{
		font-size: 12px;

	}
	.suujideiru .suujideirubannersarea .line p img{
		box-shadow: 0px 0px 5px 0px rgba(0, 3, 10, 0.31);
		border-radius: 20px;
	}
}
.cvarea.dispatchpagecv{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cvarea.dispatchpagecv .line1{
	width:50%;
	border:solid 1px #ea5e79;
	display: flex;
	justify-content: space-between;
	/*align-items: top;*/
	padding:36px 11px 36px 25px;
	height: 288px;
}
.cvarea.dispatchpagecv .line1 .image{
	width:43.6%;
	background:url("/wp/wp-content/themes/lyna/assets/img/service/dispatch/v202308/cv2img.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
}
.cvarea.dispatchpagecv .line1 .image img{
	width:100%;
	height: auto;
}
.cvarea.dispatchpagecv .line1 .text{
	width:51%;
	display: flex;
	align-items: center;
}
.cvarea.dispatchpagecv .line1 .text h3{
	font-size:22px;
	font-weight: bold;
}
.cvarea.dispatchpagecv .line1 .text .intext{
	font-size:17px;
	font-weight: bold;
}
.cvarea.dispatchpagecv .line1 .text .intext ul{
	list-style: none;
}
.cvarea.dispatchpagecv .line1 .text .intext ul li{
	font-size:10px;
	line-height: 2.4;
}
.cvarea.dispatchpagecv .line2{
	width:50%;
}
.cvarea.dispatchpagecv .line2 .cv__main{
	width:100%;
}
@media screen and (max-width: 1199px) {
	.cvarea.dispatchpagecv .line1 .text h3{
		font-size:3.5vw;
	}
	.cvarea.dispatchpagecv .line1 .text .intext{
		font-size:12px;

	}
	.cvarea.dispatchpagecv{
		display: block;
	}
	.cvarea.dispatchpagecv .line1{
		width:100%;
	}
	.cvarea.dispatchpagecv .line2{
		width:100%;
	}
	.cvarea.dispatchpagecv .line1{
		padding:25px 8px 25px 15px;
	}
}


.suportprogram{
	width:100%;
}
.suportprogram .gr{
	width:100%;
	position: relative;
	padding-bottom: 2%;
}
.tateline{
	width:2px;
	height:100%;
	background: #fbe3e7;
	position: absolute;
	top:0;
	z-index: 0;
}
.tateline.tate1{
	left: 50%;
}
.tateline.tate2{
	left:23.3%;	
	
}
.tateline.tate3{
	right:23.3%;	
	
}
.suportprogram .tab{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 999;
}
.suportprogram .tab .in1,.suportprogram .tab .in2{
	font-size:22px;
	color: #FFF;
	font-weight: bold;
	padding:6px 20px 2px;
	background: #787a78;
	border:solid 1px #626462;
	border-radius: 50px;
	text-align: center;

	text-shadow:-2px -2px 2px #626462, 2px 2px 2px #626462;

}
@media screen and (max-width: 1199px) {
 .suportprogram .tab .in1, .suportprogram .tab .in2 {
    font-size: 2.2vw;
    line-height: 1.3;
	 padding-bottom: 0.7vw;
  }
}
.suportprogram .line1.tab .in1{
	width:90%;
	margin:2% auto;
}
@media screen and (max-width: 1199px) {
	.suportprogram .line1.tab .in1{
		width:100%;
	}
}
.suportprogram .line2.tab .in1{
	width:90%;
	margin:2% auto;
}
@media screen and (max-width: 1199px) {
	.suportprogram .line2.tab .in1{
		width:100%;
	}	
}
.suportprogram .line3.tab .in1{
	width:72%;
	margin:2% 5% 2% auto;
}
.suportprogram .line4.tab{
	width:90%;
	margin:2% auto;
	display: flex;
	flex-wrap: wrap;
}
.suportprogram .line4.tab .in1{
	width:20%;

}
.suportprogram .line4.tab .in2{
	width: 37%;
	margin-left: 26.5%;
}
@media screen and (max-width: 1199px) {
	.suportprogram .line4.tab{
		width:100%;
	}
	.suportprogram .line4.tab .in1{
		width:23%;

	}
	.suportprogram .line4.tab .in2{

		margin-left: 23.5%;
	}
}
.suportprogram .line5.tab{
	width:90%;
	margin:2% auto;
	display: flex;
	flex-wrap: wrap;
}
.suportprogram .line5.tab .in1{
	width:20%;
	font-size: 98%;
}
.suportprogram .line5.tab .in2{
	width: 32%;
	margin-left: 1%;
	font-size: 98%;
}
@media screen and (max-width: 1199px) {
	.suportprogram .line5.tab{
		width:100%;
	}
	.suportprogram .line5.tab .in1{
		width:23%;
		font-size: 98%;
	}
	.suportprogram .line5.tab .in2{
		width: 32%;
		margin-left: 1%;
		font-size: 98%;
	}
	
}
.suportprogram ul.flow{
	width:100%;
	padding-right: 40px;
	display: flex;
	padding-bottom: 2%;
}
.suportprogram ul.flow li{
	text-align: center;
	font-size:20px;
	line-height: 1;
	padding:16px 11px 11px;
	width:25%;
	color: #FFF;
	font-weight: bold;
	position: relative;
}
@media screen and (max-width: 1199px) {
	.suportprogram ul.flow li{
		font-size:1.5vw;
		padding: 1.9vw 0 1.5vw;
	}
	
}

.suportprogram ul.flow li:nth-child(1){
	background: #fa9aac;
	text-shadow:-1px -1px 1px #c16677, 1px 1px 1px #c16677;
}
.suportprogram ul.flow li:nth-child(1) span{
	position: absolute;
  right: -80px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 40px solid #fa9aac;
  border-right: 40px solid transparent;
  border-bottom: 23px solid transparent;
  border-top: 23px solid transparent;
  z-index: 10000;
}
@media screen and (max-width: 1199px) {
	.suportprogram ul.flow li:nth-child(1) span{
		right: -7.9vw;
		right: -7.9vw;
		border-left: 4vw solid #fa9aac;
		border-right: 4vw solid transparent;
  		border-bottom: 2.5vw solid transparent;
  		border-top: 2.5vw solid transparent;
	}
}
.suportprogram ul.flow li:nth-child(2){
	background: #b950b1;
	text-shadow:-1px -1px 1px #8e2986, 1px 1px 1px #8e2986;
}
.suportprogram ul.flow li:nth-child(2) span{
	position: absolute;
  right: -80px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 40px solid #b950b1;
  border-right: 40px solid transparent;
  border-bottom: 23px solid transparent;
  border-top: 23px solid transparent;
  z-index: 10000;
}
@media screen and (max-width: 1199px) {
	.suportprogram ul.flow li:nth-child(2) span{
		right: -7.9vw;
		border-left: 4vw solid #b950b1;
		border-right: 4vw solid transparent;
  		border-bottom: 2.5vw solid transparent;
  		border-top: 2.5vw solid transparent;
	}
}


.suportprogram ul.flow li:nth-child(3){
	background: #46bbb1;
	text-shadow:-1px -1px 1px #218e85, 1px 1px 1px #218e85;
}
.suportprogram ul.flow li:nth-child(3) span{
	position: absolute;
  right: -80px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 40px solid #46bbb1;
  border-right: 40px solid transparent;
  border-bottom: 23px solid transparent;
  border-top: 23px solid transparent;
  z-index: 10000;
}
@media screen and (max-width: 1199px) {
	.suportprogram ul.flow li:nth-child(3) span{
		right: -7.9vw;
		border-left: 4vw solid #46bbb1;
		border-right: 4vw solid transparent;
  		border-bottom: 2.5vw solid transparent;
  		border-top: 2.5vw solid transparent;
	}
}
.suportprogram ul.flow li:nth-child(4){
	background: #00b3ec;
	text-shadow:-1px -1px 1px #0a7a9e, 1px 1px 1px #0a7a9e;
}
.suportprogram ul.flow li:nth-child(4) span{
	position: absolute;
  right: -80px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 40px solid #00b3ec;
  border-right: 40px solid transparent;
  border-bottom: 23px solid transparent;
  border-top: 23px solid transparent;
  z-index: 10000;
}
@media screen and (max-width: 1199px) {
	.suportprogram ul.flow li:nth-child(4) span{
		right: -7.9vw;
		border-left: 4vw solid #00b3ec;
		border-right: 4vw solid transparent;
  		border-bottom: 2.5vw solid transparent;
  		border-top: 2.5vw solid transparent;
	}
}