.side-links>a{display: none;}
.side-links .side-links_sns{width: 48px;}
.side-links .side-links_sns .side-links_sns_title{margin-top: 0;}
.side-links{top: 270px;}
section.lp_dispatch{
	padding: 80px 0;
}
.lp_dispatch_inner{
	width: 1024px;
	margin: 0 auto;
}
.lp_dispatch-kv{
	position: relative;
}
.lp_dispatch-kv>img{
	width: 100%;
}
.lp_dispatch-logo{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 45%;
	max-width: 580px;
}
.lp_dispatch-logo img{
	width: 100%;
}
.fixed-form{
	position: absolute;
	right: 58px;
	top: calc(73/128/2*100vw);
	transform: translateY(-50%);
	background-color: rgba(255,255,255,.75);
	border-radius: 8px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.5);
	padding: 20px 10px;
	box-sizing: border-box;
	width: 50%;
	max-width: 640px;
}
.form-box{
	display: flex;
	flex-wrap: wrap;
	gap: 10px 40px;
}
.form-box dl{
	width: calc(50% - 20px);
}
.form-box dt{
	font-size: 15px;
	line-height: 23px;
	color: #131313;
	display: flex;
	align-items: center;
	gap: 8px;
}
.form-box dt span{
	display: inline-block;
	font-size: 10px;
	line-height: 13px;
	color: #fff;
	background-color: #DD423C;
	border-radius: 2px;
	padding: 2px 8px;
}
.form-box .form-control{
	border: 1px solid #707070;
	background-color: #fff;
	border-radius: 0;
	font-size: 16px;
	line-height: 26px;
	padding: 10px 16px;
	height: 48px;
	width: 100%;
}
.form-box textarea.form-control{
	resize: none;
	height: 96px;
}
.form-box dl.dl-full{
	width: 100%;
}
.lp_dispatch-more{
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lp_dispatch-more.sp{
	display: none;
}
.lp_dispatch-more .sp{
	display: none;
}
.form-box+.lp_dispatch-more{
	margin-top: 20px;
}
.lp_dispatch-more a,.lp_dispatch-more button{
	position: relative;
}
.lp_dispatch-more a{
	max-width: 656px;
}
.lp_dispatch-more button{
	max-width: 600px;
}
.lp_dispatch-more a img.off,.lp_dispatch-more button img.off{
	max-width: 100%;
}
.lp_dispatch-more img.on{
	position: absolute;
	left: 2.6%;
	top: 4.5%;
	opacity: 0;
	transition: all .3s;
	max-width: 94.8%;
}
.form-box+.lp_dispatch-more img.on{
	left: 3.28%;
	max-width: 93.46%;
}
.lp_dispatch-more a:hover img.on,.lp_dispatch-more button:hover img.on{
	opacity: 1;
}
.obsess-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 820px;
	margin: 0 auto;
}
.obsess-txt{
	text-align: left;
}
.obsess-ttl{
	margin-bottom: 40px;
}
.obsess-ttl h3{
	font-size: 30px;
	line-height: 40px;
}
.obsess-desc p{
	position: relative;
	font-size: 26px;
	line-height: 39px;
}
.obsess-desc p img{
	width: 38px;
	margin-right: 8px;
	margin-top: 5px;
	vertical-align: top;
}
.obsess-desc p+p{
	margin-top: 16px;
}
.obsess-img{
	width: 260px;
}
.obsess-img img{
	width: 100%;
}
.bg-F5F5F5{
	background-color: #F5F5F5;
}
.lp_dispatch-point{
	position: relative;
	padding: 120px 0;
}
.lp_dispatch-point::before{
	content: '';
	width: 0;
	border-top: 64px solid #fff;
	border-left: 120px solid transparent;
	border-right: 120px solid transparent;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -120px;
}
.lp_dispatch-point-ttl{
	text-align: center;
	margin-bottom: 40px;
}
.lp_dispatch-point-ttl h3 img{
	max-width: 648px;
}
.lp_dispatch-point-ttl h4{
	font-size: 30px;
	line-height: 40px;
}
.lp_dispatch-point-ttl h3+h4{
	margin-top: 20px;
}
.lp_dispatch-point-ttl h4 b{
	font-weight: 700;
}
.lp_dispatch-point-item{
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
}
.lp_dispatch-point-item+.lp_dispatch-point-item{
	margin-top: 40px;
}
.lp_dispatch-point-flex{
	display: flex;
	gap: 40px;
}
.lp_dispatch-point-img{
	width: 315px;
}
.lp_dispatch-point-img img{
	width: 100%;
}
.lp_dispatch-point-txt{
	width: calc(100% - 355px);
}
.point-item-ttl{
	border-top: 2px solid #BE4337;
	border-bottom: 2px solid #BE4337;
	position: relative;
	padding: 20px;
	margin-top: 16px;
	margin-bottom: 20px;
}
.point-item-ttl span{
	position: absolute;
	left: 0;
	top: -16px;
	background-color: #fff;
	padding-right: 10px;
	font-size: 24px;
	line-height: 32px;
	color: #BE4337;
}
.point-item-ttl h3{
	font-size: 26px;
	line-height: 36px;
	font-weight: 600;
	text-align: left;
}
.lp_dispatch-point-desc{
	text-align: left;
}
.lp_dispatch-point-desc p{
	font-size: 18px;
	line-height: 28px;
}
.lp_dispatch-support::before{
	display: none;
}
.lp_dispatch-desc p{
	font-size: 15px;
	line-height: 23px;
	font-weight: 600;
}
.lp_dispatch-flex{
	display: flex;
	align-items: center;
	gap: 40px;
	margin-top: 40px;
}
.lp_dispatch-txt{
	flex: 1;
	text-align: left;
}
.lp_dispatch-txt p{
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 0.04em;
}
.imp-txt{
	font-weight: 600;
	background: linear-gradient(to bottom,transparent 0%,transparent 60%, rgba(218,234,94,0) 60%,rgba(218,234,94,1) 90%,rgba(218,234,94,1) 100%);
}
.lp_dispatch-img{
	width: 330px;
}
.lp_dispatch-img img{
	width: 100%;
}
.dispatch-support{
	margin-top: 80px;
}
.dispatch-support-ttl{
	display: flex;
	align-items: center;
	gap: 80px;
	padding-bottom: 40px;
}
.dispatch-support-ttl>*{
	width: calc(50% - 40px);
}
.dispatch-support-ttl-img{
	padding: 0 40px;
}
.dispatch-support-ttl-img img{
	width: 100%;
}
.dispatch-support-ttl-txt h3{
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
	text-align: left;
}
.dispatch-support-list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	border-top: 4px solid #C3C3C3;
	position: relative;
	padding-top: 86px;
}
.dispatch-support-list::before{
	content: '';
	width: 0;
	border-top: 64px solid #C3C3C3;
	border-left: 120px solid transparent;
	border-right: 120px solid transparent;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -120px;
}
.dispatch-support-item{
	width: 50%;
	padding: 40px 25px;
	box-sizing: border-box;
	position: relative;
}
.dispatch-support-item::before{
	content: '';
	width: 352px;
	border-top: 1px solid #C3C3C3;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -176px;
}
.dispatch-support-item:nth-child(2n)::after{
	content: '';
	height: 352px;
	border-left: 1px solid #C3C3C3;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -176px;
}
.dispatch-support-item:nth-child(1)::before,.dispatch-support-item:nth-child(2)::before{
	display: none;
}
.support-item-img{
	margin-top: 20px;
}
.support-item-img img{
	width: 100%;
	height: 220px;
	object-fit: contain;
}
.support-item-ttl{
	margin-bottom: 20px;
}
.support-item-ttl h3{
	font-size: 30px;
	line-height: 46px;
	font-weight: 600;
}
.support-item-ttl h4{
	font-size: 15px;
	line-height: 23px;
	font-weight: 600;
	color: #BE4337;
	letter-spacing: 0;
}
.support-item-txt {
	margin-bottom: 20px;
}
.support-item-txt p{
	text-align: left;
	font-size: 15px;
	line-height: 23px;
}
.dispatch-voice{
	margin-top: 120px;
}
.dispatch-voice-ttl{
	display: flex;
	justify-content: center;
}
.voice-ttl-box{
	position: relative;
	padding: 25px 60px;
	margin-bottom: 40px;
}
.voice-ttl-box::before,.voice-ttl-box::after{
	content: '';
	width: 4px;
	height: 140px;
	background-color: #121212;
	position: absolute;
	bottom: 0;
}
.voice-ttl-box::before{
	left: 0;
	transform: rotate(155deg);
}
.voice-ttl-box::after{
	right: 0;
	transform: rotate(25deg);
}
.dispatch-voice-ttl h4{
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
}
.dispatch-voice-ttl h3{
	font-size: 30px;
	line-height: 46px;
	font-weight: 600;
}
.dispatch-voice-list{
	display: flex;
	gap: 40px;
}
.dispatch-voice-item{
	width: calc((100% - 80px)/3);
}
.dispatch-voice-item-ttl{
	text-align: center;
	margin-bottom: 20px;
}
.dispatch-voice-item-ttl img{
	width: 160px;
}
.dispatch-voice-img{
	border-radius: 20px;
	overflow: hidden;
}
.dispatch-voice-img img{
	width: 100%;
}
.dispatch-voice-txt{
	margin-top: 20px;
}
.dispatch-voice-txt p{
	text-align: left;
	font-size: 15px;
	line-height: 23px;
}
.lp_dispatch-step{
	padding: 120px 0;
	background: url(../img/lp_dispatch/bg_drop.png) repeat left top;
	background-size: 12px;
}
.dispatch-step-ttl{
	margin-bottom: 40px;
}
.dispatch-step-ttl h3{
	font-size: 30px;
	line-height: 46px;
	font-weight: 600;
}
.dispatch-step-list{
	display: flex;
	flex-direction: column;
	gap: 112px;
}
.dispatch-step-item{
	background-color: #fff;
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 40px;
	position: relative;
}
.dispatch-step-item+.dispatch-step-item::before{
	content: '';
	width: 0;
	border-top: 32px solid #C3C3C3;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	position: absolute;
	top: -72px;
	left: 50%;
	margin-left: -60px;
}
.dispatch-step-icon{
	width: 160px;
}
.dispatch-step-icon img{
	width: 100%;
}
.dispatch-step-txt{
	text-align: left;
}
.dispatch-step-txt h4{
	font-size: 26px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 10px;
}
.dispatch-step-txt p{
	font-size: 18px;
	line-height: 28px;
}
.lp_dispatch-qa{
	padding: 120px 0;
}
.dispatch-qa-item{
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
	text-align: left;
}
.dispatch-qa-item+.dispatch-qa-item{
	margin-top: 40px;
}
.qa-q{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #131313;
}
.qa-q h3{
	font-size: 26px;
	line-height: 36px;
	font-weight: 600;
	position: relative;
	padding-left: 1.2em;
}
.qa-num{
	position: absolute;
	left: 0;
	top: 0;
}
.qa-a h4{
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	position: relative;
	padding-left: 1.2em;
}
.qa-a h4+p{
	margin-top: 20px;
}
.qa-a p {
	font-size: 15px;
	line-height: 23px;
}
.s-lp_dispatch footer{
	margin-top: 0;
}
@media screen and (max-width: 1200px) {
	.lp_dispatch_inner{
		padding: 0 50px;
		box-sizing: border-box;
		width: 100%;
	}
}
@media screen and (max-width: 1024px) {
	.fixed-form{
		position: relative;
		top: 0;
		transform: none;
		left: 0;
		width: 100%;
		box-shadow: none;
		margin: 60px auto 40px;
		padding: 20px;
	}
	.lp_dispatch-more{
		margin-top: 40px;
	}
	.lp_dispatch-more a,.lp_dispatch-more button{
		width: 100%;
	}
	.lp_dispatch-more a img.off,.lp_dispatch-more button img.off{
		width: 100%;
	}
	.lp_dispatch-more a img.on,.lp_dispatch-more button img.on{
		width: 94.8%;
	}
	.form-box+.lp_dispatch-more img.on{
		width: 93.44%;
	}
	.form-box dl{
		width: 100%;
	}
	.form-box dt{
		font-size: 12px;
		line-height: 22px;
	}
	.form-box .form-control{
		height: 42px;
		font-size: 12px;
		line-height: 22px;
	}
	.form-box dt span{
		font-size: 10px;
		line-height: 14px;
		padding: 0 10px;
		padding-top: 2px;
	}
}
@media screen and (max-width: 768px) {
	.side-links .side-links_sns{width: 38px;}
	.lp_dispatch_inner{
		padding: 0 50px 0 20px;
	}
	.lp_dispatch-logo{
		width: calc((100% - 50px)*.95);
		top: auto;
		bottom: 20px;
		transform: none;
	}
	section.lp_dispatch{
		padding: 40px 0 80px;
	}
	.lp_dispatch-more.sp{
		display: flex;
		margin-top: 0;
	}
	.lp_dispatch-more .pc{
		display: none;
	}
	.lp_dispatch-more .sp{
		display: block;
	}
	.lp_dispatch-more img{
		width: 100%;
	}
	.obsess-flex{
		flex-direction: column;
		margin-top: 20px;
		gap: 20px;
	}
	.obsess-ttl{
		margin-bottom: 20px;
	}
	.obsess-ttl h3{
		font-size: 26px;
		line-height: 40px;
		text-align: center;
	}
	.obsess-desc p {
	    font-size: 20px;
	    line-height: 28px;
		padding-left: 28px;
	}
	.obsess-desc p+p{
		margin-top: 10px;
	}
	.obsess-desc p img{
		width: 26px;
		margin-right: 0;
		margin-top: 0;
		position: absolute;
		left: 0;
		top: 4px;
	}
	.lp_dispatch-point::before{
		border-top: 42px solid #fff;
		border-left: 80px solid transparent;
		border-right: 80px solid transparent;
		margin-left: -80px;
	}
	.lp_dispatch-point-flex{
		flex-direction: column;
		gap: 20px;
	}
	.lp_dispatch-point-txt{
		width: 100%;
	}
	.point-item-ttl h3 {
	    font-size: 18px;
	    line-height: 30px;
	}
	.lp_dispatch-point-desc p {
	    font-size: 14px;
	    line-height: 22px;
	}
	.lp_dispatch-point-img{
		width: 100%;
	}
	.lp_dispatch-point-ttl h3 img{
		width: 100%;
	}
	.lp_dispatch-point{
		padding: 80px 0 60px;
	}
	.lp_dispatch-support{
		padding-bottom: 80px;
	}
	.lp_dispatch-point-ttl{
		margin-bottom: 20px;
	}
	.lp_dispatch-point-ttl h4 {
	    font-size: 20px;
	    line-height: 30px;
	    font-weight: 600;
	}
	.lp_dispatch-desc p {
	    font-size: 12px;
	    line-height: 16px;
	    font-weight: 500;
	    text-align: left;
	}
	.lp_dispatch-flex {
	    flex-direction: column-reverse;
	}
	.lp_dispatch-img{
		width: 100%;
	}
	.lp_dispatch-txt{
		flex: auto;
		width: 100%;
	}
	.lp_dispatch-txt p {
	    font-size: 12px;
	    line-height: 16px;
	    letter-spacing: 0;
	}
	.dispatch-support-ttl{
		flex-direction: column;
		gap: 20px;
		padding-bottom: 0;
	}
	.dispatch-support-ttl>*{
		width: 100%;
	}
	.dispatch-support-ttl-img{
		padding: 0;
	}
	.dispatch-support-ttl-txt h3 {
	    font-size: 20px;
	    line-height: 30px;
	}
	.dispatch-support-list{
		padding-top: 30px;
	}
	.dispatch-support-list::before {
	    border-top: 42px solid #C3C3C3;
	    border-left: 80px solid transparent;
	    border-right: 80px solid transparent;
	    margin-left: -80px;
	}
	.dispatch-support-item{
		width: 100%;
		padding: 40px 0;
	}
	.dispatch-support-item::before{
		display: block;
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	.dispatch-support-item:nth-child(2)::before{
		display: block;
	}
	.dispatch-support-item:nth-child(2n)::after{
		display: none;
	}
	.dispatch-support-item:last-child{
		padding-bottom: 0;
	}
	.support-item-ttl h3 {
	    font-size: 24px;
	    line-height: 36px;
	}
	.support-item-ttl h4,.support-item-txt p,.dispatch-voice-txt p{
		font-size: 12px;
		line-height: 16px;
	}
	.support-item-img img{
		height: auto;
	}
	.dispatch-voice{
		margin-top: 60px;
	}
	.dispatch-voice-ttl h4 {
	    font-size: 16px;
	    line-height: 24px;
	}
	.dispatch-voice-ttl h3 {
	    font-size: 18px;
	    line-height: 28px;
	}
	.voice-ttl-box{
		padding: 15px 30px;
	}
	.voice-ttl-box::before, .voice-ttl-box::after{
		height: 80px;
	}
	.dispatch-voice-list{
		flex-direction: column;
		gap: 50px;
	}
	.dispatch-voice-item{
		width: 100%;
	}
	.lp_dispatch-step{
		padding: 80px 0 60px;
	}
	.dispatch-step-ttl{
		margin-bottom: 20px;
	}
	.dispatch-step-ttl h3 {
	    font-size: 26px;
	    line-height: 40px;
	}
	.dispatch-step-item{
		flex-direction: column;
		gap: 20px;
	}
	.dispatch-step-txt h4 {
	    font-size: 20px;
	    line-height: 30px;
	    margin-bottom: 10px;
	}
	.dispatch-step-txt p {
	    font-size: 14px;
	    line-height: 22px;
	}
	.lp_dispatch-qa {
	    padding: 80px 0 60px;
	}
	.qa-q h3{
		font-size: 20px;
		line-height: 30px;
	}
	.qa-a h4{
		font-size: 26px;
		line-height: 40px;
	}
	.fixed-form{
		padding: 0 50px 0 20px;
	}
}