





.elem-step1{
	padding-top: 120px;
}
/* .elem-step1 .com-part-title{
	position: relative;
	top: -12px;
	margin-bottom: -12px;
} */
.elem-step1 .com-ope-elem{
	margin-top: 1.5em;
}
.elem-step1 .elem1{
	justify-content: space-between;
	margin-top: 30px;
}
.elem-step1 .elem1 .com-table{
	table-layout: fixed;
	width: 100%;
}
.elem-step1 .elem1 .com-blue-fr,
.elem-step4 .elem1 .com-blue-fr{
	margin-top: 1.4em;
}
.elem-step1 .elem1>.box,
.elem-step4 .elem1>.box{
	width: calc(50% - 23px);
}
@media only screen and (max-width: 640px) {
	.elem-step1{
		padding-top: 16vw;
	}
	.elem-step1 .com-ope-elem{
		margin-top: 10px;
	}
	.elem-step1 .elem1,
	.elem-step1 .elem4{
		margin-top: 10px;
	}
	.elem-step1 .elem1>.box,
	.elem-step4 .elem1>.box{
		width: 100%;
	}
	.elem-step1 .elem1 .box+.box,
	.elem-step4 .elem1 .box+.box{
		margin-top: 25px;
	}
	.elem-step1 .elem1 .com-blue-fr,
	.elem-step4 .elem1 .com-blue-fr{
		font-size: 14px;
	}
}

.elem-step4{
	padding: 120px 0 80px;
}
.elem-step4 .elem1{
	justify-content: space-between;
}
@media only screen and (max-width: 640px) {
	.elem-step4{
		padding: 16vw 0 12vw;
	}
}




.elem-reason{
	padding: 80px 0;
	position: relative;
	color: #FFF;
	background: #e17704;
	background: -moz-linear-gradient(45deg,  #e17704 0%, #f49c3c 100%);
	background: -webkit-linear-gradient(45deg,  #e17704 0%,#f49c3c 100%);
	background: linear-gradient(45deg,  #e17704 0%,#f49c3c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e17704', endColorstr='#f49c3c',GradientType=1 );
}

					.com-4box{
						position: relative;
						display: flex;
						flex-direction: column;
						align-items: center;
						padding: 40px 0;
					}
					.com-4box .frpart{
						position: absolute;
						bottom: 0;
						width: 100%;
					}
					.com-4box:before,
					.com-4box:after,
					.com-4box .frpart:before,
					.com-4box .frpart:after{
						content: "";
						position: absolute;
						display: block;
						width: 40px;
						height: 40px;
						border: 1px solid #FFF;
					}
					.com-4box:before{
						top: 0;
						left: 0;
						border-bottom: none;
						border-right: none;
					}
					.com-4box:after{
						top: 0;
						right: 0;
						border-bottom: none;
						border-left: none;
					}
					.com-4box .frpart:before{
						bottom: 0;
						left: 0;
						border-top: none;
						border-right: none;
					}
					.com-4box .frpart:after{
						bottom: 0;
						right: 0;
						border-top: none;
						border-left: none;
					}



.elem-reason .box2{
	padding-top: 40px;
	justify-content: space-between;
}
.elem-reason .part-plus{
	flex: 1;
	font-size: 133px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.elem-reason .box{
	width: calc(50% - 72px);
}





.elem-reason .part-fix1{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 140px;
	line-height: 1;
	font-weight: bold;
	padding-top: 0.8em;
	overflow: hidden;
}
.elem-reason .part-fix1 p>span{
	font-size: 70%;
}
.elem-reason .title{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.elem-reason .title .sizeL{
	font-size: 156%;
}
.elem-reason .part-title{
	color: #e17704;
}



					.com-4box .part-title{
						background-color: #FFF;
						font-size: 18px;
						font-weight: bold;
						padding: 0.3em 1em;
					}
					.com-4box .part-hgt{
						padding: 1.5em 20px 0;
						min-height: 7em;
					}
					.com-4box .part-center{
						display: flex;
						flex-direction: column;
						align-items: center;
						padding: 0 20px;
					}
					.com-4box .part-center .part1{
						font-size: 20px;
						font-weight: 500;
						line-height: 1;
					}
					.com-4box .part-center .part2{
						font-size: 40px;
						font-weight: bold;
						line-height: 1;
						padding-bottom: 10px;
					}
					.com-4box .part-center .part2 .sizeL{
						font-size: 200%;
					}



@media only screen and (max-width: 640px) {
	.elem-reason{
		padding: 16vw 0;
	}
					.com-4box:before,
					.com-4box:after,
					.com-4box .frpart:before,
					.com-4box .frpart:after{
						width: 57px;
						height: 57px;
					}
	.elem-reason .box2{
		padding-top: 6vw;
		display: block;
	}
	.elem-reason .part-plus{
		font-size: calc(100vw / 6);
	}
	.elem-reason .box{
		width: 100%;
		padding: 8.5vw 0;
	}
	.elem-reason .part-fix1{
		font-size: calc(100vw / 3.7);
		padding-top: 0;
	}
	.elem-reason .title{
		font-size: 18px;
	}
						
						.com-4box .part-title{
							padding: 0.1em 1em;
						}
						.com-4box .part-hgt{
							padding: 1.5em 4vw 1em;
							min-height: auto;
						}
						.com-4box .part-center{
							padding: 0 4vw;
						}
						.com-4box .part-center .part1{
							font-size: 18px;
						}
}





.elem-profit{
	padding: 75px 0;
	color: #FFF;
	background: #0454c0;
	background: -moz-linear-gradient(45deg,  #0454c0 0%, #307be1 100%);
	background: -webkit-linear-gradient(45deg,  #0454c0 0%,#307be1 100%);
	background: linear-gradient(45deg,  #0454c0 0%,#307be1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0454c0', endColorstr='#307be1',GradientType=1 );
}
.elem-profit .com-table{
	color: #1a1a1a;
	margin-top: 40px;
}
.elem-profit .com-table tr>th{
	font-weight: bold;
	background-color: #414141;
}
.elem-profit .title{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-size: 32px;
	font-weight: 500;
}
.elem-profit .title .part2{
	background-color: #FFF;
	color: #1762cc;
	padding: 0 0.3em;
	line-height: 1.4;
}
.elem-profit .part-notes{
	padding-top: 1.3em;
	font-size: 14px;
	display: flex;
	justify-content: center;
}
@media only screen and (max-width: 640px) {
	.elem-profit{
		padding: 15vw 0;
	}
	.elem-profit .com-table{
		margin-top: 7vw;
	}
	.elem-profit .com-table tr>*{
		font-size: 12px;
	}
	.elem-profit .title{
		font-size: 17px;
	}
	.elem-profit .part-notes{
		font-size: 12px;
		justify-content: flex-start;
	}
}




.elem-step2{
	padding: 120px 0 165px;
}
.elem-step2 .elem1 *{
	text-align: center;
	font-weight: 500;
}
.elem-step2 .elem1 .part1{
	font-size: 18px;
	margin-top: 1.2em;
}
.elem-step2 .com-blue-fr .part-cate{
	font-size: 18px;
	font-weight: bold;
	color: #0454c0;
	padding-bottom: 0.3em;
}
.elem-step2 .com-blue-fr .mark+.part-cate{
	margin-top: 0.7em;
}
.elem-step2 .com-blue-fr{
	font-weight: 500;
	margin-top: 15px;
}
.elem-step2 .com-blue-fr .mark{
	display: flex;
	flex-wrap: wrap;
}
.elem-step2 .com-blue-fr .mark>*{
	width: 25%;
	margin-bottom: 0.4em;
}
@media only screen and (max-width: 640px) {
	.elem-step2{
		padding: 15.2vw 0;
	}
	.elem-step2 .elem1 .lead:not(.part1){
		text-align: left;
	}
	.elem-step2 .elem1 .part1{
		font-size: 16px;
	}
	.elem-step2 .com-blue-fr{
		font-size: 14px;
	}
	.elem-step2 .com-blue-fr .part-cate{
		font-size: 14px;
	}
	.elem-step2 .com-blue-fr .mark{
		display: block;
	}
	.elem-step2 .com-blue-fr .mark>*{
		width: 100%;
		margin-bottom: 0.4em;
	}
}



.elem-step2b .elem1{
	/* overflow-x: hidden; */
	position: relative;
	color: #FFF;
	padding-bottom: 40px;	
	background: #e17704;
	background: -moz-linear-gradient(45deg,  #e17704 0%, #f49c3c 100%);
	background: -webkit-linear-gradient(45deg,  #e17704 0%,#f49c3c 100%);
	background: linear-gradient(45deg,  #e17704 0%,#f49c3c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e17704', endColorstr='#f49c3c',GradientType=1 );
}
.elem-step2b .elem1 .title,
.elem-step2b .elem1 .lead{
	text-align: center;
}
.elem-step2b .elem1 .part-img{
	position: relative;
	top: -85px;
	max-width: 925px;
}
.elem-step2b .elem1 .title{
	font-size: 32px;
	font-weight: bold;
	margin-top: -50px;
}
.elem-step2b .elem1 .lead{
	margin-top: 0.3em;
}



.elem-step2b .elem1 .com-fixtxt{
	bottom: -0.1em;
	right: calc(50% - 490px);
}
.elem-step2b .elem2{
	background-color: #ececec;
	padding: 50px 0;
}
.elem-step2b .elem2 .box2{
	justify-content: space-between;
}
.elem-step2b .elem2 .box{
	width: calc(50% - 16px);
}
.elem-step2b .elem2 .part-title{
	font-size: 20px;
	font-weight: 500;
	background-color: #1e1e1e;
	color: #FFF;
	padding: 0 0.3em;
}
.elem-step2b .elem2 .mklist.sq>li{
	padding-top: 16px;
	padding-bottom: 16px;
}
.elem-step2b .elem2 .mklist.sq>li:before{
	top: 16px;

}
.elem-step2b .elem2 .mklist.sq>li+li{
	border-top: 1px solid #CCC;
}

@media only screen and (max-width: 640px) {
	.elem-step2b .elem1{
		overflow: hidden;
		padding: 15vw 4vw;
		background: url(../img/com-tri1.png),#e17704;
		background: url(../img/com-tri1.png),-moz-linear-gradient(45deg,  #e17704 0%, #f49c3c 100%);
		background: url(../img/com-tri1.png),-webkit-linear-gradient(45deg,  #e17704 0%,#f49c3c 100%);
		background: url(../img/com-tri1.png),linear-gradient(45deg,  #e17704 0%,#f49c3c 100%);
		background-repeat: no-repeat;
		background-size: 20vw,100%;
	}
	.elem-step2b .elem1 .lead{
		text-align: justify;
	}
	.elem-step2b .elem1 .title{
		font-size: 20px;
		margin-top: 0;
	}
	.elem-step2b .elem1 .lead{
		margin-top: 1.3em;
		font-size: 12px;
	}
	.elem-step2b .elem1 .com-fixtxt{
		right: -0.4em;
	}
	.elem-step2b .elem2{
		padding: 8.6vw 0 13vw;
	}
	.elem-step2b .elem2 .box2{
		display: block;
	}
	.elem-step2b .elem2 .box{
		width: 100%;
	}
	.elem-step2b .elem2 .box+.box{
		margin-top: 3vw;
	}
	.elem-step2b .elem2 .part-title{
		font-size: 17px;
		margin-bottom: 3vw;
	}
	.elem-step2b .elem2 .lead,
	.elem-step2b .elem2 .box .notes,
	.elem-step2b .elem2 .mklist{
		font-size: 12px;
	}
	.elem-step2b .elem2 .mklist.sq>li{
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.elem-step2b .elem2 .mklist.sq>li:before{
		top: 8px;
	}
}




.elem-step3 .elem1{
	background: url(../img/cont3-img1_pc.jpg) no-repeat 100% 0;
}
.elem-step3 .elem1 .inner{
	height: 375px;
	display: flex;
	align-items: flex-end;
	padding-bottom: 20px;
}

.elem-step3 .elem2{
	padding: 65px 0 30px;
}
.elem-step3 .elem2 .inner{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 55px;
}

.elem-step3 .elem2 .inner:before,
.elem-step3 .elem2 .inner:after{
	content: "";
	position: absolute;
	display: block;
	width: 120px;
	height: 120px;
	border: 1px solid #0454c0;
}
.elem-step3 .elem2 .inner:before{
	top: 0;
	left: 20px;
	border-bottom: none;
	border-right: none;
}
.elem-step3 .elem2 .inner:after{
	top: 0;
	right: 20px;
	border-bottom: none;
	border-left: none;
}
.elem-step3 .elem2 .part1,
.elem-step3 .elem2 .lead{
	font-size: 18px;
	font-weight: 500;
}
.elem-step3 .elem2 .notes{
	/* font-size: 14px; */
	margin-top: 0.7em;
}
.elem-step3 .elem2 .sizeL{
	font-size: 28px;
	font-weight: bold;
	background: #0454c0;
	background: -moz-linear-gradient(45deg,  #0454c0 40%, #307be1 60%);
	background: -webkit-linear-gradient(45deg,  #0454c0 40%,#307be1 60%);
	background: linear-gradient(45deg,  #0454c0 40%,#307be1 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0454c0', endColorstr='#307be1',GradientType=1 );
	-webkit-background-clip: text;
			background-clip: text;
	-webkit-text-fill-color: transparent;
}
.elem-step3 .elem3 .inner{
	overflow: hidden;
}
.elem-step3 .elem3{
	background-color: #ececec;
	padding: 40px 0 85px;
}
.elem-step3 .elem3 .part-title{
	text-align: center;
	margin-bottom: 30px;
}
.elem-step3 .elem3 .title{
	background-color: #FFF;
	display: inline-block;
	padding: 0.3em 0.5em;
}
.elem-step3 .elem3 .title>span,
.elem-you .title>span{
	font-size: 24px;
	font-weight: bold;
	background: #0454c0;
	background: -moz-linear-gradient(45deg,  #0454c0 40%, #307be1 60%);
	background: -webkit-linear-gradient(45deg,  #0454c0 40%,#307be1 60%);
	background: linear-gradient(45deg,  #0454c0 40%,#307be1 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0454c0', endColorstr='#307be1',GradientType=1 );
	-webkit-background-clip: text;
			background-clip: text;
	-webkit-text-fill-color: transparent;
}
.elem-step3 .elem3 .box2{
	flex-wrap: wrap;
	margin: -32px -23px 0;
}
.elem-step3 .elem3 .box2>.box{
	width: calc(50% - 46px);
	margin: 32px 23px 0;
}
@media only screen and (max-width: 640px) {
	.elem-step3 .elem1{
		background: url(../img/cont3-img1_sp.jpg) no-repeat 100% 100%;
		background-size: 100% auto;
	}
	.elem-step3 .elem1 .inner{
		height: 86vw;
		align-items: flex-start;
		padding-top: 15vw;
		padding-bottom: 0;
	}
	.elem-step3 .elem2{
		padding: 11vw 0 6vw;
	}
	.elem-step3 .elem2 .inner{
		padding-top: 7vw;
	}
	.elem-step3 .elem2 .inner:before,
	.elem-step3 .elem2 .inner:after{
		width: 60px;
		height: 60px;
	}
	.elem-step3 .elem2 .inner:before{
		left: 4vw;
	}
	.elem-step3 .elem2 .inner:after{
		right: 4vw;
	}
	.elem-step3 .elem2 .part1,
	.elem-step3 .elem2 .lead{
		font-size: 14px;
		text-align: center;
	}
	.elem-step3 .elem2 .sizeL{
		font-size: 20px;
	}
	.elem-step3 .elem3{
		padding: 10vw 0;
	}
	.elem-step3 .elem3 .part-title{
		margin-bottom: 4vw;
	}
	.elem-step3 .elem3 .title{
		padding: 0em 0.7em;
	}
	.elem-step3 .elem3 .title>span,
	.elem-you .title>span{
		font-size: 17px;
	}
	.elem-step3 .elem3 .box2{
		margin: 0;
	}
	.elem-step3 .elem3 .box2>.box{
		width: 100%;
		margin: 0 0;
	}
	.elem-step3 .elem3 .box2>.box+.box{
		margin-top: 4vw;
	}
}






.elem-step4b {
	position: relative;
	padding: 70px 0 120px;
	background: url(../img/com-tri1.png),#e17704;
	background: url(../img/com-tri1.png),-moz-linear-gradient(45deg,  #e17704 0%, #f49c3c 100%);
	background: url(../img/com-tri1.png),-webkit-linear-gradient(45deg,  #e17704 0%,#f49c3c 100%);
	background: url(../img/com-tri1.png),linear-gradient(45deg,  #e17704 0%,#f49c3c 100%);
	background-repeat: no-repeat;
	background-size: 165px,100% 555px;
}
.elem-step4b .inner{
	max-width: 910px;
}
.elem-step4b .com-fixtxt{
	left: calc(50% - 370px);
	top: 85px;
}
.elem-step4b .title{
	color: #FFF;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 45px;
}
.elem-step4b .box.txt{
	width: 44px;
}
.elem-step4b .box.txt .part{
	position: relative;
	background-color: #1e1e1e;
	height: calc(100% - 22px);
	display: flex;
	align-items: center;
}
.elem-step4b .box.txt .part span{
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.4em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright; 
}
.elem-step4b .box.txt .part:after{
	content: "";
	position: absolute;
	bottom: -22px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 22px 0 22px;
	border-color: #1e1e1e transparent transparent transparent;
}
.elem-step4b .box2{
	justify-content: space-between;
}
.elem-step4b .com-tbelem{
	width: calc(100% - 68px);
	background-color: #FFF;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
					.com-tbelem .wbox>li+li{
						border-top: 1px solid #EEE;
					}
					.com-tbelem .part-titlebtn{
						width: 100%;
						padding-left: 95px;
					}
					.com-tbelem .part-titlebtn{
						align-items: center;
					}
					.com-tbelem .elem-btn .part-title{
						font-size: 20px;
						font-weight: bold;
					}
					.com-tbelem .elem-btn .part-title>span{
						font-size: 24px;
						letter-spacing: 0.2em;
						font-family: 'Fugaz One', cursive;
						color: #ee7f04;
						margin-right: 0.3em;
					}
					.com-tbelem .elem-btn{
						padding: 30px 0 20px;
						text-align: center;
						flex: 1;
						display: flex;
						flex-direction: column;
						align-items: center;
					}
					.com-tbelem .elem-btn .part-img{
						width: 250px;
						margin-bottom: 15px;
					}
					.com-tbelem .elem-btn .part-txt{
						font-size: 18px;
						font-weight: 500;
					}
					.com-tbelem .part-titlebtnaft .mklist.dot{
						font-weight: 500;
					}
					.com-tbelem .part-titlebtnaft .notes{
						margin-top: 1em;
					}
@media only screen and (max-width: 640px) {
	.elem-step4b {
		padding: 14vw 0 16vw;
		background-size: 80px,100% 66vw;
	}
	.elem-step4b .com-fixtxt{
		left: 5vw;
		top: 18vw;
	}
	.elem-step4b .title{
		font-size: 20px;
		margin-bottom: 6vw;
	}
	.elem-step4b .box.txt{
		width: 22px;
	}
	.elem-step4b .box.txt .part{
		height: calc(100% - 11px);
	}
	.elem-step4b .box.txt .part span{
		font-size: 14px;
	}
	.elem-step4b .box.txt .part:after{
		bottom: -11px;
		border-width: 11px 11px 0 11px;
	}
	.elem-step4b .box2{
		display: flex;
	}
	.elem-step4b .com-tbelem{
		width: calc(100% - 33px);
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	}
						.com-tbelem .part-titlebtn{
							width: 100%;
							padding-left: 4vw;
						}
						.com-tbelem .elem-btn .part-title{
							font-size: 14px;
							width: 100%;
						}
						.com-tbelem .elem-btn .part-title>span{
							font-size: 17px;
						}
						.com-tbelem .elem-btn{
							padding: 30px 0 20px;
							text-align: left;
							align-items: flex-end;
						}
						.com-tbelem .elem-btn .part-img{
							width: 90%;
						}
						.com-tbelem .elem-btn .part-txt,
						.com-tbelem .part-titlebtnaft .mklist.dot{
							font-size: 14px;
							text-align: justify;
						}
						.com-tbelem .part-titlebtnaft{
							padding: 0 14vw 5vw 4vw;
						}
}









.elem-step5{padding-bottom: 110px;}
.elem-step5 .elem1{
	position: relative;
	background-color: #ececec;
	padding: 135px 55px 60px;
	margin-top: 100px;
}
.elem-step5 .elem1 .part-card{
	position: absolute;
	width: 320px;
	top: -100px;
	left: calc(50% - 160px);
}
.elem-step5 .elem1 dl{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.elem-step5 .elem1 dt{
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	color: #FFF;
	background-color: #1e1e1e;
	padding: 0.3em 0.8em;
	margin-bottom: 0.5em;
}
.elem-step5 .elem1 dd:not(:last-child){
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 2px solid #1a1a1a;
}
.elem-step5 .wrap-btn{
	justify-content: center;
	margin-top: -30px;
}
.elem-step5 .serv-list{
	display: flex;

}
.elem-step5 .serv-list li{
	height: 47px;
	font-size: 0;
}
.elem-step5 .serv-list li.type-frame{
	background-color: #FFF;
	padding: 5px 8px;
}
.elem-step5 .serv-list li+li{
	margin-left: 10px;
}
.elem-step5 .serv-list li img{
	height: 100%;
	width: auto;
}

@media only screen and (max-width: 640px) {
	.elem-step5{padding-bottom: 16vw;}
	.elem-step5 .elem1{
		padding: 30vw 4vw 25vw;
		margin-top: 100px;
	}
	.elem-step5 .elem1 .part-card{
		width: 75vw;
		top: -24vw;
		left: calc(50% - 37.5vw);
	}
	.elem-step5 .elem1 dt{
		font-size: 17px;
	}
	.elem-step5 .elem1 dd:not(:last-child){
		padding-bottom: 3vw;
		margin-bottom: 5vw;
		border-bottom: 1px solid #1a1a1a;
	}
	.elem-step5 .wrap-btn{
		margin-top: -18vw;
	}
	.elem-step5 .serv-list li{
		height: 8.4vw;
	}
	.elem-step5 .serv-list li+li{
		margin-left: 1.7vw;
	}
}









.elem-feature{
	position: relative;
	padding: 65px 0;
}
.elem-feature:not(.type-pt){
	background: url(../img/com-tri1.png),#0454c0;
	background: url(../img/com-tri1.png),-moz-linear-gradient(45deg,  #0454c0 0%, #307be1 100%);
	background: url(../img/com-tri1.png),-webkit-linear-gradient(45deg,  #0454c0 0%,#307be1 100%);
	background: url(../img/com-tri1.png),linear-gradient(45deg,  #0454c0 0%,#307be1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0454c0', endColorstr='#307be1',GradientType=1 );
	background-repeat: no-repeat;
	background-size: 160px,100%;
}
.elem-feature.type-pt{
	background: url(../img/com-tri2.png),#555;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 160px,100%;
}
.elem-feature .inner{
	max-width: 840px;
}
.elem-feature .com-fixtxt{
	top: 70px;
	left: calc(50% - 480px);
}
.elem-feature .title{
	color: #FFF;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.elem-feature .wbox{
	margin-top: 35px;
}
.elem-feature .part-titlebtn{
	font-weight: bold;
}
.elem-feature .com-4box .part-title {
    background-color: #1040ba;
	color: #FFF;
}
.elem-feature .com-4box .part-hgt {
    padding: 1.5em 20px 1em;
    min-height: auto;
	text-align: center;
}
.elem-feature .com-4box:before,
.elem-feature .com-4box:after,
.elem-feature .com-4box .frpart:before,
.elem-feature .com-4box .frpart:after{
	border-color: #1040ba;
	border-width: 2px;
}
.elem-feature .part-plus{
	font-size: 34px;
	font-weight: 400;
	line-height: 1;
	color: #1040ba;
	text-align: center;
	padding: 10px;
}


.elem-feature .elem{
	padding: 30px 0;
}
@media only screen and (min-width: 641px) {
	.elem-feature .part-titlebtn{
		padding-left: 96px;
		text-align: center;
	}
}

@media only screen and (max-width: 640px) {
	.elem-feature{
		padding: 13vw 0 16vw;
		background-size: 80px,100%;
	}
	.elem-feature.type-pt{
		background-size: 80px,100%;
	}
	.elem-feature .com-fixtxt{
		top: 16vw;
		left: 4vw;
	}
	.elem-feature .title{
		font-size: 20px;
	}
	.elem-feature .wbox{
		margin-top: 5vw;
	}
	.elem-feature .com-4box{
		padding: 4vw 0;
	}
	.elem-feature .com-4box .part-hgt {
		padding: 1.5em 4vw 1em;
		text-align: justify;
		font-size: 12px;
	}
	.elem-feature .com-4box:before,
	.elem-feature .com-4box:after,
	.elem-feature .com-4box .frpart:before,
	.elem-feature .com-4box .frpart:after{
		border-width: 1px;
		width: 33px;
		height: 33px;
	}
	.elem-feature .part-plus{
		font-size: 34px;
		font-weight: 400;
		line-height: 1;
		color: #1040ba;
		text-align: center;
		padding: 10px;
	}
	
	
	.elem-feature .elem{
		padding: 30px 0;
	}
	.elem-feature .com-4box .part-title{
		font-size: 14px;
		text-align: center;
	}
	.elem-feature .com-4box .part-center .part1{
		font-size: 16px;
	}
	.elem-feature .com-4box .part-center .part2{
		font-size: 30px;
	}
	.elem-feature .com-4box .part-center .lead{
		font-size: 12px;
	}
}




.elem-flow{
	background-color: #ececec;
	position: relative;
	padding: 65px 0;
}
.elem-flow .inner{
	max-width: 840px;
}
.elem-flow .com-fixtxt{
	left: calc(50% - 370px);
	top: 180px;
	color: #1c1c1c;
	opacity: 0.05;
}
.elem-flow .title{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.elem-flow .wbox{
	position: relative;
	z-index: 0;
	margin-top: 50px;
}
.elem-flow .wrap-ope{
	display: flex;
	justify-content: center;
}
.elem-flow .com-ope-elem{
	margin-top: 30px;
}
.elem-flow .com-ope-elem >*:before {
	border-right-color: #ececec;
}
@media only screen and (max-width: 640px) {
	.elem-flow{
		padding: 13vw 0 16vw;
	}
	.elem-flow .com-fixtxt{
		left: 5vw;
		top: 47vw;
	}
	.elem-flow .title{
		font-size: 20px;
	}
	.elem-flow .wbox{
		margin-top: 7vw;
	}
}


.elem-step6{
	padding: 120px 0;
}
@media only screen and (max-width: 640px) {
	.elem-step6{
		padding: 16vw 0;
	}
}



.elem-you .inner{
	max-width: 840px;
}
.elem-you .title{
	text-align: center;
	margin-bottom: 30px;
}
.elem-you .com-coverbox{
	border: 3px solid #1040ba;
}
.elem-you .com-coverbox>*{
	width: 100%;
	height: 100%;
}
.elem-you .com-coverbox:before{
	padding-top: 55.5%;
}

.elem-you .notes{
	font-size: 12px;
}
@media only screen and (max-width: 640px) {
	.elem-you .notes{
		font-size: 10px;
	}
}







.com-blue-fr{
	border: 2px solid #0454c0;
	border-radius: 10px;
	padding: 1.1em 1.9em;
}
.com-blue-fr.mark>li,
.com-blue-fr .mark>li{
	padding-left: 24px;
	background: url(../img/com-mark-chk.png) no-repeat 0 0.25em;
	background-size: 18px;
}
.com-blue-fr>li+li{
	margin-top: 0.4em;
}
@media only screen and (max-width: 640px) {
	.com-blue-fr.mark>li,
	.com-blue-fr .mark>li{
		padding-left: 18px;
		background-position: 0 0.4em;
		background-size: 14px;
	}
}






.com-ope-elem{
	padding-left: 80px;
	background: url(../img/com-talk.png) no-repeat 0% 50%;
	background-size: 65px;
	min-height: 65px;
	display: flex;
	align-items: center;
}
.com-ope-elem >*{
	position: relative;
	border: 3px solid #ee7f04;
	border-radius: 10px;
	padding: 1em 1.5em;
}
.com-ope-elem >*:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -20px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 10px solid #FFF;
	z-index: 2;
}
.com-ope-elem >*:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -26px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #ee7f04;
	z-index: 1;
}






.elem-hero{
	background: url(../img/hero-bg-p1.png) no-repeat 0 0,url(../img/hero-bg-p2.png) no-repeat 100% 100%,url(../img/hero-bg_pc.jpg) no-repeat 50% 30%;
	background-size: 340px,340px,cover;
	display: flex;
	justify-content: center;
	padding: 50px 0 140px;
}
.elem-hero .inner{
	width: 100%;
	/* max-width: 1020px;
	padding: 0 20px; */
}
.elem-hero .part-card{
	width: 230px;
	margin-left: 90px;
}
.elem-hero .part-name{
	margin-left: 90px;
	margin-top: 0.8em;
}
.elem-hero .part-name>span{
	background-color: #FFF;
	line-height: 1.6;
}
.elem-hero .elem-copy{
	font-size: 20px;
	font-weight: 500;
	margin-top: 30px;
}
.elem-hero .elem-copy>span{
	color: #FFF;
	background-color: #1a1a1a;
	font-size: 38px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.elem-hero .elem-copy .sizeS{
	font-size: 80%;
}
.elem-hero .part-wbox{
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-size: 18px;
	padding: 1em 1em 50px;
	margin-top: 15px;
}
.elem-hero .wrap-btn{
	justify-content: center;
	margin-top: -33px;
}
@media only screen and (max-width: 640px) {
	.elem-hero{
		background: url(../img/hero-bg-p1.png) no-repeat 0 0,url(../img/hero-bg-p2.png) no-repeat 100% 100%,url(../img/hero-bg_sp.jpg) no-repeat 50% 30%;
		background-size: 170px,170px,cover;
		padding: 24vw 0 16vw;
	}



	.elem-hero .inner{
		padding: 0 4vw;
	}
	.elem-hero .part-card{
		width: 44vw;
		margin-left: 0;
	}
	.elem-hero .part-name{
		margin-left: 0;
		width: 15em;
		font-size: 12px;
	}
	.elem-hero .elem-copy{
		font-size: 20px;
		margin-top: 5.3vw;
	}
	.elem-hero .elem-copy>span{
		font-size: 19px;
	}
	.elem-hero .part-wbox{
		text-align: justify;
		font-size: 14px;
		padding: 1em 1em;
		margin: 5.3vw 3vw 0;
	}
	.elem-hero .wrap-btn{
		margin-top: 6.6vw;
	}
}







.elem-cont1{
	background-color: #ececec;
	padding-bottom: 50px;
}
.elem-cont1 .inner{
	max-width: 860px;
}
.elem-numnavi{
	background-color: #FFF;
	position: relative;
	top: -96px;
	box-shadow: 0 10px 20px rgba(120, 120, 120, 0.2);
}
.elem-numnavi>li{
	width: 100%;	
}
.elem-numnavi>li+li{
	border-top: 1px solid #f7f7f7;
}
.btn-accordion,
.part-titlebtn .btn-accordion-b{
	cursor: pointer;
}
.part-titlebtn .btn-accordion-b,
.part-titlebtn .btn-accordion-part{	
	position: relative;
	width: 96px;
	height: 96px;
	background-color: #f7f7f7;
}
.part-titlebtn .btn-accordion-part{
	background: none;
}
.part-titlebtn .btn-accordion-b:before,
.part-titlebtn .btn-accordion-b:after,
.part-titlebtn .btn-accordion-part:before,
.part-titlebtn .btn-accordion-part:after{
	content: "";
	position: absolute;
	display: block;
	width: 18px;
	height: 2px;
	background-color: #0454c0;
	left: calc(50% - 9px);
	top: calc(50% - 1px);

	-webkit-transition: transform 0.3s cubic-bezier(.4,0,.4,1);
			transition: transform 0.3s cubic-bezier(.4,0,.4,1);
}
.part-titlebtn .btn-accordion-b:after,
.part-titlebtn .btn-accordion-part:after{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.part-titlebtn .btn-accordion-b.open:after,
.part-titlebtn.open .btn-accordion-part:after{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.part-titlebtn{
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	padding-left: 50px;
	min-height: 96px;
}
.part-titlebtn .num,
.part-titlebtn .txt{
	padding-top: 35px;
	padding-bottom: 25px;
}
.part-titlebtn .num{
	color: #ee7f04;
	font-size: 24px;
	font-family: 'Fugaz One', cursive;
	letter-spacing: 0.2em;
	line-height: 1.4;
	width: 2.3em;
}
.part-titlebtn .txt{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	flex: 1;
}
.part-titlebtn:not(.type-btn) .txt{
	padding-right: 1em;
}


.part-titlebtnaft{
	padding-left: 50px;
	padding-bottom: 35px;
}
.btn-accordion+.part-titlebtnaft{
	padding-right: 50px;
}
.part-titlebtnaft .list{
	color: inherit;
	display: block;
	font-size: 18px;
	text-decoration: underline;
	line-height: 1.4;
	padding-left: 24px;
	background: url(../img/com-mark-cir.png) no-repeat 0 0.3em;
	background-size: 18px;
	
}
@media only screen and (min-width: 641px) {
	.part-titlebtnaft .list:hover{
		text-decoration: none;
	}
}
.part-titlebtnaft .list+.list{
	margin-top: 1.1em;
}
@media only screen and (max-width: 640px) {
	.elem-numnavi{
		top: -6vw;
		box-shadow: 0 5px 10px rgba(120, 120, 120, 0.2);
	}
	

	.part-titlebtn .btn-accordion-b,
	.part-titlebtn .btn-accordion-part{	
		width: 14vw;
		height: 14vw;
		background: none;
	}
	.part-titlebtn .btn-accordion-b:before,
	.part-titlebtn .btn-accordion-b:after,
	.part-titlebtn .btn-accordion-part:before,
	.part-titlebtn .btn-accordion-part:after{
		width: 14px;
		left: calc(50% - 7px);
	}
	.part-titlebtn{
		padding-left: 5vw;
		min-height: 14vw;
	}
	.part-titlebtn .num,
	.part-titlebtn .txt{
		padding-top: 4vw;
		padding-bottom: 4vw;
	}
	.part-titlebtn .num{
		font-size: 14px;
	}
	.part-titlebtn .txt{
		font-size: 13px;
	}
	.part-titlebtn.btn-accordion .txt{
		font-size: 14px;
	}
	.part-titlebtnaft{
		padding-left: 9vw;
		padding-bottom: 5vw;
		padding-top: 2vw;
	}
	.btn-accordion+.part-titlebtnaft{
		padding: 0 6vw 6vw;
	}
	.part-titlebtnaft .list{
		font-size: 12px;
		padding-left: 18px;
		background-position: 0 0.1em;
		background-size: 14px;
	}
	/* .part-titlebtnaft .notes{
		font-size: 12px;
	} */
}




.type-sepa .part-titlebtn{
	background-color: #0454c0;
	color: #FFF;
	align-items: center;
}
.type-sepa .part-titlebtn .btn-accordion-b:before,
.type-sepa .part-titlebtn .btn-accordion-b:after,
.type-sepa .part-titlebtn .btn-accordion-part:before,
.type-sepa .part-titlebtn .btn-accordion-part:after{
	background-color: #FFF;
}
.type-sepa .part-titlebtnaft{
	padding-top: 35px;
}
.type-sepa .part-titlebtnaft .lead+.lead{
	margin-top: 1em;
}
.type-sepa>li{
	box-shadow: 0 10px 20px rgb(120 120 120 / 20%);
}
.type-sepa>li+li{
	margin-top: 26px;
}
@media only screen and (max-width: 640px) {
	.type-sepa .part-titlebtnaft{
		padding-top: 6vw;
	}
	.type-sepa>li{
		box-shadow: 0 5px 10px rgb(120 120 120 / 20%);
	}
	.type-sepa>li+li{
		margin-top: 3.2vw;
	}
}














.com-cta .inner{
	max-width: 840px;
}
.com-cta{
	padding-top: 70px;
	padding-bottom: 70px;
}
.com-cta .lead{
	font-weight: 500;
}
.com-cta .title .sizeL{
	font-size: 140%;
}
.com-cta .title{
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.com-cta .title .part1{
	font-size: 18px;
	font-weight: bold;
}
.com-cta .title .part2{
	font-size: 26px;
	font-weight: bold;
	background: #e17704;
	background: -moz-linear-gradient(left,  #e17704 40%, #0454c0 60%);
	background: -webkit-linear-gradient(left,  #e17704 40%,#0454c0 60%);
	background: linear-gradient(to right,  #e17704 40%,#0454c0 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e17704', endColorstr='#0454c0',GradientType=1 );
	-webkit-background-clip: text;
			background-clip: text;
	-webkit-text-fill-color: transparent;
}
.com-cta .box2{
	position: relative;
	background-color: #ececec;
	margin-top: 60px;
	
}
.com-cta .box.img{
	position: relative;
	width: 250px;
	top: -35px;
	left: 60px;
}
.com-cta .box.txt{
	flex: 1;
	padding: 50px 60px 60px 120px;
}
.com-cta .wrap-btn{
	justify-content: center;
	margin-top: -30px;
}
.com-cta .wrap-btn+*{
	margin-top: 35px;
}

.com-cta .wbox{
	margin-top: 30px;
}
@media only screen and (max-width: 640px) {
	.com-cta{
		padding-top: 16vw;
		padding-bottom: 16vw;
	}
	.com-cta .title .part1{
		font-size: 14px;
	}
	.com-cta .title .part2{
		font-size: 18px;
	}
	.com-cta .box2{
		margin-top: 13vw;
		margin-left: -4vw;
		margin-right: -4vw;
	}
	.com-cta .box.img{
		width: 64vw;
		top: -6vw;
		left: calc(50% - 32vw);
	}
	.com-cta .box.txt{
		padding: 2vw 4vw 50px;
	}
	.com-cta .wrap-btn{
		margin-top: -25px;
	}
	.com-cta .wrap-btn+*{
		margin-top: 6vw;
	}
	.com-cta .wbox{
		margin-top: 3vw;
	}
}






