@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/* ========================================

スマホレイアウト

======================================== */

/* ========
基礎設計
======== */
html{
	font-size:62.5%;
	width:100%;
	height:100%;
}
body{
	font-family: "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
	font-size:1.4rem;
	background:#fff;
	color:#141414;
	line-height: 1;
	width: 100%;
	height: 100%;
}
a:hover{
	opacity: 0.75;
}
img{
	max-width:100%;
	height: auto;
}
a.cvBtn{
	display: block;
	background: #71e25b url(../images/cvbtn.png) no-repeat center left 26px;
	background-size: 15px;
	box-sizing: border-box;
	box-shadow: 0px 5px 0 #5cb84a;
	width: 300px;
	border-radius: 10px;
	padding: 20px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 1.6rem;
	margin: auto;
	position: relative;
}
a.cvBtn::after{
	content: "";
	display: block;
	background: url(../images/cvbtnafter.png) no-repeat;
	background-size: 100%;
	width: 141px;
	height: 61px;
	position: absolute;
	top: -50px;
}
a.cpBtn{
	display: block;
	border-radius: 10px;
	padding: 20px 0;
	margin: auto;
	position: absolute;
	bottom: 10%;
}
br.spnone{display: none;}
.kaisei{font-family: 'Kaisei Decol', serif;}
.tokumin{font-family: 'Kaisei Tokumin', serif;}
.noto{ font-family:'Noto Sans JP', sans-serif;}
.cf::after{
	content: "";
	clear: both;
	display: block;
}
.fcBlue{color: #5bc2e2;}
.fcGray{color: #333;}
.fcCYellow{color: #d8bc39;}
.fcCBlue{color: #4b4fea;}
.fcCRed{color: #bd3a30;}



/* --- font --- */
.fs12{font-size: 1.2rem;}
.fs13{font-size: 1.3rem;}
.fs14{font-size: 1.4rem;}
.fs15{font-size: 1.5rem;}
.fs16{font-size: 1.6rem;}
.fs17{font-size: 1.7rem;}
.fs18{font-size: 1.8rem;}
.fs19{font-size: 1.9rem;}
.fs20{font-size: 2.0rem;}
.fs21{font-size: 2.1rem;}
.fs22{font-size: 2.2rem;}
.fs23{font-size: 2.3rem;}
.fs24{font-size: 2.4rem;}
.fs25{font-size: 2.5rem;}
.fs26{font-size: 2.6rem;}
.fs27{font-size: 2.7rem;}
.fs28{font-size: 2.8rem;}
.fs29{font-size: 2.9rem;}
.fs30{font-size: 3.0rem;}
.fwN{font-weight: normal;}
.fwB{font-weight: bold;}


.m0{margin:0px!important;}
/* --- margin top --- */
.mt10{margin-top:10px!important;}
.mt20{margin-top:20px!important;}
.mt30{margin-top:30px!important;}
.mt40{margin-top:40px!important;}
.mt50{margin-top:50px!important;}
.mt60{margin-top:60px!important;}
.mt70{margin-top:70px!important;}
.mt80{margin-top:80px!important;}
.mt90{margin-top:90px!important;}
.mt100{margin-top:100px!important;}

/* --- margin bottom --- */
.mb10{margin-bottom:10px!important;}
.mb20{margin-bottom:20px!important;}
.mb30{margin-bottom:30px!important;}
.mb40{margin-bottom:40px!important;}
.mb50{margin-bottom:50px!important;}
.mb60{margin-bottom:60px!important;}
.mb70{margin-bottom:70px!important;}
.mb80{margin-bottom:80px!important;}
.mb90{margin-bottom:90px!important;}
.mb100{margin-bottom:100px!important;}

/* --- margin left --- */
.ml10{margin-left:10px!important;}
.ml20{margin-left:20px!important;}
.ml30{margin-left:30px!important;}
.ml40{margin-left:40px!important;}
.ml50{margin-left:50px!important;}
.ml60{margin-left:60px!important;}
.ml70{margin-left:70px!important;}
.ml80{margin-left:80px!important;}
.ml90{margin-left:90px!important;}
.ml100{margin-left:100px!important;}

/* --- margin right --- */
.mr10{margin-right:10px!important;}
.mr20{margin-right:20px!important;}
.mr30{margin-right:30px!important;}
.mr40{margin-right:40px!important;}
.mr50{margin-right:50px!important;}
.mr60{margin-right:60px!important;}
.mr70{margin-right:70px!important;}
.mr80{margin-right:80px!important;}
.mr90{margin-right:90px!important;}
.mr100{margin-right:100px!important;}

.ma{margin-left:auto!important;margin-right: auto!important;}

/* --- float --- */
.fl{float:left;}
.fr{float:right;}

/* --- text-align --- */
.taC{text-align: center;}
.taL{text-align: left;}
.taR{text-align: right;}

/* --- font weight --- */
.fwB{font-weight: bold}


/* ========
header
======== */

#header{
	background: url(../images/headerback.webp);
	background-size:cover;
	width: 100%;
	height: 100%;
	min-height: 472px;
	position: relative;
	animation: bgiLoop 180s linear infinite;
}
@keyframes bgiLoop {
	0% { background-position: 0 0;}
	100% { background-position: -2829px 0;}
}
#header #headerLogo{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: absolute;
	margin: auto;
	top: 20%;
	bottom: 0;
	left: 0;
	right: 0;
	width: 90%;
}
#header #headerLogo img{
	display: block;
}
#header .text01{
	position: absolute;
	top: 15%;
	left: 3%;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-shadow: 2px 2px 0px #5bc2e2;
	z-index: 3;
}
#header .text02{
	position: absolute;
	bottom: 45%;
	right: 3%;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-shadow: 2px 2px 0px #f6861c;
	z-index: 3;
}
#header a.cvBtn{
	position: absolute;
	bottom: 12%;
	left: 0;
	right: 0;
}

/* --- cont01 --- */
#cont01{
	background: url(../images/cont01img01.png) no-repeat left bottom;
	background-size: 180px auto;
	padding: 20px 0 20px 190px;
	margin-top: 10px;
}
#cont01 .sectionTitle{
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 30px;
}
#cont01 .sectionTitle img{
	display: block;
	width: 143px;
	margin: auto;
}
#cont01 .subTitle{
	font-weight: bold;
	font-size: 1.8rem;
	padding-left: 10px;
}
#cont01 .point{
	margin: 10px auto;
	padding-left: 20px;
	opacity: 0;
}
#cont01 .point li{
	font-size: 1.4rem;
	margin-bottom: 10px;
}

/*--- cont02 --- */
#cont02{
	background: #5bc2e2;
	padding-top: 50px;
}
#cont02 .sectionTitle{
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 50px;
}
#cont02 .sectionTitle .sub{
	font-size: 1.4rem;
	display: block;
	margin-bottom: 10px;
}
#cont02 .sectionTitle .main{
	font-size: 2.4rem;
	display: block;
}
#cont02 .text01,
#cont02 .text02{
	color: #fff;
	font-size: 1.6rem;
}
#cont02 .text01{
	padding: 0 5%;
	line-height: 1.6;
	text-align: center;
}
#cont02 .text02{
	padding: 30px 0 0 10%;
}
#cont02 .fukidashi{
	position: relative;
	width: 100%;
}
#cont02 .fukidashi.requestor{
	height: 290px;
	background: url(../images/cont02img01.png) no-repeat left bottom;
	background-size: 163px auto;
}
#cont02 .fukidashi.requestor .img01,
#cont02 .fukidashi.requestor .img02,
#cont02 .fukidashi.requestor .img03{
	position: absolute;
	opacity: 0;
}
#cont02 .fukidashi.requestor .img01{
	top: 10px;
	right: 40px;
}
#cont02 .fukidashi.requestor .img01 img{
	display: block;
	width: 248px;
}
#cont02 .fukidashi.requestor .img02{
	top: 100px;
	right: 30px;
}
#cont02 .fukidashi.requestor .img02 img{
	display: block;
	width: 196px;
}
#cont02 .fukidashi.requestor .img03{
	top: 190px;
	right: 5px;
}
#cont02 .fukidashi.requestor .img03 img{
	display: block;
	width: 196px;
}
#cont02 .reqText{
	color: #5bc2e2;
	font-size: 1.6rem;
	text-align: center;
	background: #fff;
	padding: 20px 0;
}
#cont02 .fukidashi.suketter{
	height: 290px;
	background: #f6861c url(../images/cont02img05.png) no-repeat right bottom;
	background-size: 153px auto;
	position: relative;
}
#cont02 .fukidashi.suketter .img01,
#cont02 .fukidashi.suketter .img02,
#cont02 .fukidashi.suketter .img03{
	position: absolute;
	opacity: 0;
}
#cont02 .fukidashi.suketter .img01{
	top: 10px;
	left: 40px;
}
#cont02 .fukidashi.suketter .img01 img{
	display: block;
	width: 187px;
}
#cont02 .fukidashi.suketter .img02{
	top: 110px;
	left: 20px;
}
#cont02 .fukidashi.suketter .img02 img{
	display: block;
	width: 183px;
}
#cont02 .fukidashi.suketter .img03{
	top: 200px;
	left: 15px;
}
#cont02 .fukidashi.suketter .img03 img{
	display: block;
	width: 187px;
}
#cont02 .sukeText{
	color: #f6861c;
	font-size: 1.6rem;
	text-align: center;
	background: #fff;
	padding: 20px 0;
}

/* --- cont03 --- */
#cont03{
	background: url(../images/testimg01.png) no-repeat top center;
	background-size:cover;
	position: relative;
	min-height: 470px;
}
#cont03 .sectionTitle{
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	width: 80%;
	margin: auto;
	text-align: center;
	opacity: 0;
}
#cont03 .text01{
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-shadow: 2px 2px 0 #f6861c;
	opacity: 0;
}
#cont03 .text02{
	position: absolute;
	top: 160px;
	left: 230px;
	right: 0;
	margin: auto;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-shadow: 2px 2px 0 #5bc2e2;
	opacity: 0;
}
#cont03 .mainImages{
	width: 80%;
	margin: auto;
	padding-top: 200px;
	opacity: 0;
}

/* --- cont04 --- */
#cont04{

}
#cont04 .sectionTitle{
	color: #202020;
	text-align: center;
	font-weight: bold;
	padding: 50px 0;
	background: #fff;
}
#cont04 .sectionTitle .sub,
#cont04 .sectionTitle .main{
	display: block;
}
#cont04 .sectionTitle .sub{
	font-size: 1.6rem;
}
#cont04 .sectionTitle .main{
	font-size: 3.0rem;
}
#cont04 .wrap{
	background: url(../images/cont04img01.png) no-repeat center top;
	background-size: cover;
	padding: 40px 5% 30px 5%;
	min-height: 268px;
}
#cont04 .wrap .text01,
#cont04 .wrap .text02{
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.6;
	text-shadow:
		1px  1px 0px #000000,
		-1px  1px 0px #000000,
		1px -1px 0px #000000,
		-1px -1px 0px #000000,
		1px  0px 0px #000000,
		0px  1px 0px #000000,
		-1px  0px 0px #000000,
		0px -1px 0px #000000;

}
#cont04 .wrap .text01{
}
#cont04 .wrap .text02{
	margin-top: 30px;
}
#cont04 .wrap a.cvBtn{
	margin-top: 70px;
}

/* --- cont05 --- */
#cont05{}
#cont05 .sectionTitle{
	color: #202020;
	text-align: center;
	font-weight: bold;
	padding: 50px 0;
	background: #fff;
}
#cont05 .sectionTitle .sub,
#cont05 .sectionTitle .main{
	display: block;
}
#cont05 .sectionTitle .sub{
	font-size: 1.6rem;
}
#cont05 .sectionTitle .main{
	font-size: 3.0rem;
}
#cont05 .suketter{
	background: #f6861c;
	padding: 30px 30px 1px 30px;
}
#cont05 .requestor{
	background: #5bc2e2;
	padding: 30px 30px 1px 30px;
}
#cont05 .suketter .subTitle,
#cont05 .requestor .subTitle{
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 30px;
}
#cont05 .suketter .stepBox{
	background: #f8bb81;
}
#cont05 .requestor .stepBox{
	background: #a1e2f6;
}
#cont05 .suketter .stepBox,
#cont05 .requestor .stepBox{
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 30px;
}
#cont05 .suketter .stepBox .stepTitle,
#cont05 .requestor .stepBox .stepTitle{
	font-weight: bold;
	font-size: 1.6rem;
}
#cont05 .suketter .stepBox .text,
#cont05 .requestor .stepBox .text{
	margin-top: 10px;
	line-height: 1.6;
}
#cont05 .suketter .stepBox .images,
#cont05 .requestor .stepBox .images{
	width: 100px;
	margin: 0 auto;
}

/* --- cont06 --- */
#cont06{}
#cont06 .sectionTitle{
	color: #202020;
	text-align: center;
	font-weight: bold;
	padding: 50px 0;
	background: #fff;
}
#cont06 .sectionTitle .sub,
#cont06 .sectionTitle .main{
	display: block;
}
#cont06 .sectionTitle .sub{
	font-size: 1.6rem;
}
#cont06 .sectionTitle .main{
	font-size: 3.0rem;
}
#cont06 .review{
	padding: 20px;
}
#cont06 .review .wrap{
	padding-top: 1px;
}
#cont06 .review .wrap .images{
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	overflow: hidden;
}
#cont06 .review .wrap .job,
#cont06 .review .wrap .reviewTitle,
#cont06 .review .wrap .age{
	margin-left: 120px;
}
#cont06 .review .wrap .job{
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 9px;
}
#cont06 .review .wrap .reviewTitle{
	color: #202020;
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 5px;
}
#cont06 .review .wrap .age{
	margin-top: 10px;
}
#cont06 .review .text{
	padding: 20px;
	margin-top: 20px;
	border-radius: 10px;
	color: #202020;
	line-height: 1.6;
}
#cont06 .review.suketter{
	background: #f6861c;
}
#cont06 .review.suketter .wrap .images{
	background: #f8bb81;
}
#cont06 .review.suketter .wrap .job{
	color: #ffff1f;
}
#cont06 .review.suketter .text{
	background: #f8bb81;
}
#cont06 .review.requestor{
	background: #5bc2e2;
}
#cont06 .review.requestor .wrap .images{
	background: #a1e2f6;
}
#cont06 .review.requestor .wrap .job{
	color: #8dffff;
}
#cont06 .review.requestor .text{
	background: #a1e2f6;
}

/* --- cont07 --- */
#cont07{
	background: url(../images/headerback.webp);
	background-size:cover;
	width: 100%;
	height: 100%;
	min-height: 472px;
	position: relative;
	animation: bgiLoop2 180s linear infinite;
}
@keyframes bgiLoop2 {
	0% { background-position: 0 0;}
	100% { background-position: -2829px 0;}
}
#cont07 #cont07Logo{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: absolute;
	margin: auto;
	top: 15%;
	bottom: 0;
	left: 0;
	right: 0;
	width: 90%;
}
#cont07 #cont07Logo img{
	display: block;
}
#cont07 .text01{
	position: absolute;
	top: 10%;
	left: 3%;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-shadow: 2px 2px 0px #5bc2e2;
}
#cont07 .text02{
	position: absolute;
	bottom: 45%;
	right: 3%;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-shadow: 2px 2px 0px #f6861c;
}
#cont07 a.cvBtn{
	position: absolute;
	bottom: 12%;
	left: 0;
	right: 0;
}

/* --- #cont08 --- */
#cont08{}
#cont08 .roleIntro{
	color: #fff;
	font-weight: bold;
	padding: 20px;
}
#cont08 .roleIntro.requestor{
	background: #5bc2e2 url(../images/cont08img01.webp) no-repeat bottom 20px right 20px;
	background-size: 138px auto;
}
#cont08 .roleIntro.suketter{
	background: #f6861c url(../images/cont08img02.webp) no-repeat bottom 20px right 20px;
	background-size: 143px auto;
}
#cont08 .roleIntro .sectionTitle{
	font-size: 2.0rem;
	margin-bottom: 20px;
}
#cont08 .roleIntro .text{
	line-height: 1.6;
	padding-bottom: 60px;
}
#cont08 .roleIntro .introLink{
	display: block;
	text-align: center;
	background: #77e71c;
	border-bottom: solid 7px #5cb84a;
	border-radius: 10px;
	width: 80%;
	padding: 20px;
	margin: 20px auto;
}


/* --- footer --- */
#footer{
	background:#3d3d3d;
	color: #fff;
	padding: 20px 5%;
}
#footer .wrap{}
#footer .wrap ul{}
#footer .wrap ul li{
	margin: 20px 0;
}
#footer .copy{
	text-align: center;
	margin: 20px auto;
}

a#corpBtn{
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	background: #eee;
	padding: 10px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	box-shadow: 0px 4px 0 #ccc;
}

/* --- corporation --- */
#subHeader{}
#subHeader #headerLogo{}
#subHeader #headerLogo img{
	width: 70%;
	display: block;
	margin: 10px auto;
}
#subContents{
	margin: 30px auto;
	width: 100%;
}
#subContents .sectionTitle{
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	margin: 20px auto;
}
#subContents .text{
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 0 20px;
}

.pdfWrap{}
.pdfWrap .pdfBox{
	width: 100%;
	margin-bottom:50px;
}
.pdfWrap .pdfBox .pdfTitle{
	text-align: center;
	font-weight: bold;
	margin: 10px;
	font-size: 1.4rem;
}
.pdfWrap .pdfBox .pdfImages{
	width: 80%;
	margin: 0 auto;
	border: solid 1px #ccc;
}
.pdfWrap .pdfBox .dlBtn{
	display: block;
	padding: 10px 0;
	text-align: center;
	width: 80%;
	background: #5bc2e2;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	margin: 20px auto;
	border-radius: 10px;
}

/* --- service --- */
#serviceIntro{
	padding: 50px 0;
}
#serviceIntro .sectionTitle {
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	color: #5cc2e2;
}
#serviceIntro .text{
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: center;
	padding: 20px 0;
}

/* --- 依頼人 --- */
#lpFvReq{
	background: url(../images/intro_r/irainin_fv.webp) no-repeat center top;
	background-size: cover;
	width: 100%;
	min-height:390px;
	position: relative;
}
#lpFvReq .lpLinkBtn{
	display: block;
	background: #71e25b;
	box-sizing: border-box;
	box-shadow: 0px 5px 0 #5cb84a;
	width: 80%;
	border-radius: 10px;
	padding: 20px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 1.6rem;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}
.btnWrap{
	background: url(../images/intro_r/linkbtnback.webp) no-repeat center top;
	background-size: cover;
	padding: 50px 0;
	position: relative;
	min-height: 237px;
}
.btnWrap .lpLinkBtn{
	display: block;
	background: #71e25b;
	box-sizing: border-box;
	box-shadow: 0px 5px 0 #5cb84a;
	width: 50%;
	border-radius: 10px;
	padding: 20px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 1.6rem;
	margin: auto;
	position: absolute;
	right: 30px;
	bottom: 20px;
}

/* --- rCont01 --- */
.rCont01{}
.rCont01.requestor{
	background: url(../images/intro_r/rcont01img01.webp) no-repeat center top;
}
.rCont01 .sectionTitle{
	text-align: center;
	font-size: 1.4rem;
	color: #333;
	line-height: 1.6;
	padding: 20px;
	font-weight: bold;
}
.rCont01 .wrap{
	position: relative;
	min-height: 510px;
	padding: 20px 0;
}
.rCont01 .wrap div{
	position: absolute;
	color: #5cc2e2;
	text-shadow: 2px 2px 0 #5d6264;
	font-size: 2rem;
	text-align: center;
}
.rCont01 .wrap .nayami01{
	width: 200px;
}
.rCont01 .wrap .nayami02{
	top: 80px;
	right: 10px;
	width: 200px;
}
.rCont01 .wrap .nayami03{
	top: 290px;
	right: 20px;
	width: 220px;
}
.rCont01 .wrap .nayamibito{
	top: 220px;
	left: 20px;
	right: 0;
	width: 140px;
}
.rCont01 .wrap div img{
	display: block;
	margin: 10px auto 0;
}
.rCont01 .wrap .nayami01 img{
	width: 120px;
	transform: rotate(30deg);
}
.rCont01 .wrap .nayami02 img{
	width: 120px;
}
.rCont01 .wrap .nayami03 img{
	width: 150px;
}
.rCont01 .wrap .nayamibito img{
	width: 134px;
}

/* --- rCont02 --- */
.rCont02{
	background: #5bc2e2;
	color: #fff;
	padding: 50px 20px 20px;
}
.rCont02 .sectionTitle{
	text-align: center;
	line-height: 1.6;
	font-size: 1.5rem;
}
.rCont02 .subTitle{
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	margin: 20px auto;
}
.rCont02 .text{
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.6;
}

/* --- rCont03 --- */
.rCont03{
	background: #5bc2e2;
	color: #fff;
	padding: 50px 20px 20px;
	text-align: center;
}
.rCont03 .subTitle{
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	margin: 20px auto;
	line-height: 1.2;
}
.rCont03 .text{
	font-size: 1.6rem;
	line-height: 1.6;
}

/* --- rCont04 --- */
.rCont04{
	padding: 50px 20px 0;
	text-align: center;
}
.rCont04 .sectionTitle{
	color: #5bc2e2;
	font-weight: bold;
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 20px;
}
.rCont04 .text{
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: center;
	padding: 20px 0;
}

/* --- rCont05 --- */
.rCont05{

}
.rCont05 .sectionTitle{
	text-align: center;
	margin: 50px auto 20px;
}
.rCont05 .text{
	color: #141414;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
.rCont05 .text .sub{
	font-size: 1.6rem;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
}
.rCont05 .imagesBox{
	position: relative;
	color: #fff;
	min-height: 409px;
	background: url(../images/intro_r/rcont05_img01.webp) no-repeat center top;
	background-size: cover;
	padding: 30px 0;
}
.rCont05 .imagesBox .subTitle{
	font-size: 1.9rem;
	font-weight: bold;
	text-align: center;
}
.rCont05 .imagesBox .nadonado{
	position: absolute;
	font-weight: bold;
	font-size: 1.9rem;
	right: 30px;
	bottom: 30px;
}
.rCont05 .imagesBox img.komarigoto{
	position: absolute;
	display: block;
}
.rCont05 .imagesBox img.komarigoto.rei01{
	left: 30px;
	top: 80px;
}
.rCont05 .imagesBox img.komarigoto.rei02{
	right: 30px;
	top: 80px;
}
.rCont05 .imagesBox img.komarigoto.rei03{
	top: 187px;
	left: 50px;
}
.rCont05 .imagesBox img.komarigoto.rei04{
	right: 30px;
	top: 210px;
}
.rCont05 .imagesBox img.komarigoto.rei05{
	top: 260px;
	left: 30px;
}


/* --- 助っ人 --- */

#serviceIntro.suketter{
	color: #f6861d;
}

/* --- 依頼人 --- */
#lpFvSuke{
	background: url(../images/intro_s/suketto_fv.webp) no-repeat center top;
	background-size: cover;
	width: 100%;
	min-height:390px;
	position: relative;
}
#lpFvSuke .lpLinkBtn{
	display: block;
	background: #71e25b;
	box-sizing: border-box;
	box-shadow: 0px 5px 0 #5cb84a;
	width: 80%;
	border-radius: 10px;
	padding: 20px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 1.6rem;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}

.sCont05{
}
.sCont05 .sectionTitle{
	text-align: center;
	margin: 50px auto 20px;
}
.sCont05 .text{
	color: #141414;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
.sCont05 .text .sub{
	font-size: 1.6rem;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
}
.sCont05 .introText{
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #f6861c;
	padding:30px;
}
.sCont05 .imagesWrap01{
	display: block;
	margin: 0 auto;
}
.sCont05 .subTitleText{
	font-size: 2.4rem;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #f6861c;
	padding:30px;
}
.sCont05 .imagesWrap02{
	min-height: 379px;
	margin: 0 auto;
	position: relative;
	background: url(../images/intro_s/scont05img02.webp) no-repeat center top;
	background-size: cover;
}
.sCont05 .imagesWrap02 img{
	display: block;
	position: absolute;
}
.sCont05 .imagesWrap02 img.iconImages01{
	top: 20px;
	left: 20px;
}
.sCont05 .imagesWrap02 img.iconImages02{
	top: 20px;
	right: 20px;
}
.sCont05 .imagesWrap02 img.iconImages03{
	top: 130px;
	left: 0;
	right: 0;
	margin: auto;
}
.sCont05 .imagesWrap02 img.iconImages04{
	top: 240px;
	left: 20px;
}
.sCont05 .imagesWrap02 img.iconImages05{
	top: 240px;
	right: 20px;
}
.sCont05 .imagesWrap04{
	text-align: center;
}
.sCont05 .imagesWrap04 .sectionSubTitle{
	margin: 50px 20px 10px;
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.4;
	color: #f6861c;
}
.detailText{
	margin: 50px auto 10px;
	text-align: center;
}



/* --- sCont01 --- */
.sCont01{}
.sCont01.suketter{
	background: url(../images/intro_s/scont01img01.webp) no-repeat center top;
}
.sCont01 .sectionTitle{
	text-align: center;
	font-size: 1.4rem;
	color: #333;
	line-height: 1.6;
	padding: 20px;
	font-weight: bold;
}
.sCont01 .wrap{
	position: relative;
	min-height: 510px;
	padding: 20px 0;
}
.sCont01 .wrap div{
	position: absolute;
	color: #f6861d;
	text-shadow: 2px 2px 0 #666361;
	font-size: 2rem;
	text-align: center;
}
.sCont01 .wrap .nayami01{
	width: 200px;
}
.sCont01 .wrap .nayami02{
	top: 80px;
	right: 10px;
	width: 200px;
}
.sCont01 .wrap .nayami03{
	top: 290px;
	right: 20px;
	width: 220px;
}
.sCont01 .wrap .nayamibito{
	top: 220px;
	left: 20px;
	right: 0;
	width: 140px;
}
.sCont01 .wrap div img{
	display: block;
	margin: 10px auto 0;
}
.sCont01 .wrap .nayami01 img{
	width: 120px;
}
.sCont01 .wrap .nayami02 img{
	width: 120px;
}
.sCont01 .wrap .nayami03 img{
	width: 150px;
}
.sCont01 .wrap .nayamibito img{
	width: 134px;
}

/* --- sCont02 --- */
.sCont02{
	background: #f6861d;
	color: #fff;
	padding: 50px 20px 20px;
}
.sCont02 .sectionTitle{
	text-align: center;
	line-height: 1.6;
	font-size: 1.5rem;
}
.sCont02 .subTitle{
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	margin: 20px auto;
}
.sCont02 .text{
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.6;
}

/* --- sCont03 --- */
.sCont03{
	background: url(../images/intro_s/scont03img04.webp) no-repeat center top;
	background-size: cover;
	color: #333;
	padding: 50px 20px 20px;
	text-align: center;
}
.sCont03 .subTitle{
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	margin: 20px auto;
	line-height: 1.2;
	color: #f6861d;
}
.sCont03 .text{
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: bold;
}
.sCont03 img{
	display: block;
	width: 80%;
	margin: 30px auto;
}

/* --- sCont04 --- */
.sCont04{
	padding: 50px 20px 0;
	text-align: center;
	font-weight: bold;
}
.sCont04 .sectionTitle{
	color: #f6861d;
	font-size: 2.5rem;
	margin-bottom: 20px;
}
.sCont04 .category01,
.sCont04 .category02,
.sCont04 .category03{
	margin: 20px auto;
	width: 320px;
	text-align: left;
}
.sCont04 .category01 li,
.sCont04 .category02 li,
.sCont04 .category03 li{
	color: #fff;
	padding: 20px 0;
	margin-bottom: 10px;
	display: inline-block;
	width: auto;
	font-size: 1.2rem;
	padding: 15px 10px;
}
.sCont04 .category01 li{
	background: #d8bc39;
	border-bottom: solid 4px #f6ebb5;
}
.sCont04 .category02 li{
	background: #bd3a30;
	border-bottom: solid 4px #eaa09a;
}
.sCont04 .category03 li{
	background: #4b4fea;
	border-bottom: solid 4px #b6b8fe;
}

/* --- advantage --- */
.advantage{
	background: #f2f2f2;
	padding: 50px 20px;
}
.advantage .sectionTitle{
	font-weight: bold;
	font-size: 2.2rem;
	text-align: center;
	color: #333333;
}
.advantage .sectionTitle img{
	width: 150px;
}
.advantage .point{
	color: #333;
	background: #fff;
	border-radius: 40px;
	margin: 50px auto;
	padding: 30px;
	position: relative;
}
.advantage .point .number{
	color: #fff;
	border-radius: 40px;
	font-weight: bold;
	font-size: 2.0rem;
	padding: 10px 20px;
	text-align: center;
	position: absolute;
	top: -20px;
	left: -10px;
}
.advantage.requestor .point .number{
	background: #5bc2e2;
}
.advantage.suketter .point .number{
	background: #f6861d;
}
.advantage .point .textBox{}
.advantage .point .textBox .pointTitle{
	font-weight: bold;
	text-align: center;
	font-size: 1.6rem;
	margin-top: 20px;
}
.advantage .point .textBox .text{
	line-height: 1.6;
	font-size: 1.4rem;
	margin-top: 20px;
}

/* --- faq --- */
.faq{
	padding: 100px 20px;
}
.faq .sectionTitle{
	font-size: 2.0rem;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-bottom: 50px;
}
.faq .faqBox{
	border-bottom: solid 1px #cbcbcb;
	transition: all 0.1s ease-out;
}
.faq .faqBox .questionBox{
	font-weight: bold;
	font-size: 1.8rem;
	padding: 20px;
	position: relative;
	line-height: 1.4;
}
.faq .faqBox .questionBox .ocBtn{
	display: block;
	position: absolute;
	right: 0;
	top: 22px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../images/intro_r/ocbtn.png) no-repeat top center;
	background-size: 20px;
}
.faq .faqBox.open .questionBox .ocBtn{
	background-position: bottom  center;
}
.faq .faqBox .answerBox{
	font-size: 1.6rem;
	line-height: 1.6;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.faq .faqBox .questionBox::before{
	content: "Q.";
	font-size: 1.8rem;
	margin-right: 10px;
	color: #5bc2e2;
}
.faq .faqBox .answerBox::before{
	content: "A.";
	font-size: 2rem;
	font-weight: bold;
	margin-right: 10px;
	color: #f6861c;
}
.faq .faqBox .answerBox a{
	text-decoration: underline;
	color: #5bd6e1;
}

/* --- campaign --- */
#campaignHeader{
	background: url(../images/campaign/campaignheader.png) no-repeat center top;
	background-size: cover;
}

#campaignMainImages{
	text-align: center;
	background: #f6861c;
}
#campaignSec01{}
#campaignSec01 .sectionTitle{
	color: #5bc2e2;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.4;
	margin: 30px;
	text-align: center;
}
#campaignSec02{
	background: #5bc2e2;
}
#campaignSec02 .text{
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 1.6;
	padding-bottom: 30px;
}
#campaignSec03 iframe{
	min-height: 2350px;
}
#campaignSec04{
	margin: 30px auto;
}
#campaignSec04 .sectionTitle{
	color: #333;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 20px;
}
#campaignSec04 .text{
	font-size: 1.6rem;
	line-height: 1.4;
	color: #111;
	padding: 0 30px 30px 30px;
}
#campaignSec04 .text li{
	margin: 10px 0;
}
#campaignSec05{
	margin: 30px auto;
}
#campaignSec05 .sectionTitle{
	color: #333;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 20px;
}
#campaignSec05 .privacy{
	font-size: 1.6rem;
	padding: 0 30px 30px 30px;
}
#campaignSec05 .privacy .subTitle{
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
#campaignSec05 .privacy .text{
	margin-bottom: 30px;
	line-height: 1.6;
}
#campaignSec05 .privacy ol{
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
}
#campaignSec05 .privacy ol li{
	margin-bottom: 10px;
	line-height: 1.6;
}
#campaignSec06{
	background: #5bc2e2;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	font-size: 1.4rem;
	padding: 30px 0;
}
#campaignSec06 .text{
	font-size: 1.6rem;
	margin: 10px 20px;
}
#campaignSec07{
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	color: #333;
	line-height: 1.6;
}
#campaignSec07 .sectionTitle{
	text-align: center;
	font-size: 3.2rem;
	font-weight:900;
	color: #f6861c;
	margin: 30px auto 20px;
	line-height: 1.2;
}
#campaignSec07 img{
	width: 311px;
}
#campaignSec08{
	background: #f6861c;
	color: #fff;
	font-weight: bold;
	padding: 50px 0;
	margin: 30px auto;
	text-align: center;
}
#campaignSec08 .sectionTitle{
	font-size: 3.2rem;
	font-weight: 900;
	line-height: 1.2;
}
#campaignSec08 img{
	width: 310px;
}
#campaignSec08 .text{
	line-height: 1.6;
	padding: 0 20px;
}
#campaignSec09{
}
#campaignSec09 .sectionTitle{
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.2;
	color: #5bc2e2;
	text-align: center;
}
#campaignSec09 .text{
	font-size: 1.5rem;
	font-weight: bold;
	color: #333;
	line-height: 1.6;
	margin: 30px;
}
#campaignSec10{
	background:#5bc2e2;
	color: #fff;
	text-align: center;
}
#campaignSec10 .sectionTitle{
	text-align: center;
	font-weight: 900;
	font-size: 3.2rem;
	padding: 30px 0;
}
#campaignSec10 img{
	width: 360px;

}
#campaignSec11{
	padding: 100px 0 0;
}
#campaignSec11 .sectionTitle{
	font-weight: 900;
	font-size: 2.8rem;
	text-align: center;
	color: #333;
	margin-bottom: 30px;
}
#campaignSec11 .flow{
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#campaignSec11 .flow .wrap{
	padding: 40px 0;
	position: relative;
	box-shadow: 0 10px 0 #eee;
}
#campaignSec11 .flow .wrap::after{
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 100px 0 100px;
}
#campaignSec11 .flow .wrap.step1{
	background-color: #f6861c;
}
#campaignSec11 .flow .wrap.step1::after{
	border-color: #f6851c transparent transparent transparent;
}
#campaignSec11 .flow .wrap.step2{
	background-color: #f19742;
	z-index: -1;
}
#campaignSec11 .flow .wrap.step2::after{
	border-color: #f19742 transparent transparent transparent;
}
#campaignSec11 .flow .wrap.step3{
	background-color: #f2b275;
	z-index: -2;
}
#campaignSec11 .flow .wrap.step3::after{
	display: none;
}
#campaignSec11 .flow .wrap .sub{
	font-size: 1.6rem;
	display: block;
	margin-bottom: 10px;
	text-shadow: 0px 0px 4px #777;
}
#campaignSec11 .flow .wrap .text{
	font-size: 2.0rem;
	text-shadow: 0px 0px 4px #777;
}
#campaignSec11 .intro{
	padding: 30px;
	font-size: 1.6rem;
	color: #333;
	line-height: 1.6;
	font-weight: bold;
	max-width: 750px;
	margin: 0 auto;
}
a#pageBtn{
	display: block;
	background: #71e25b ;
	box-sizing: border-box;
	box-shadow: 0px 5px 0 #5cb84a;
	width: 300px;
	border-radius: 10px;
	padding: 20px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 1.6rem;
	margin: auto;
}
a#cpBtn{
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	opacity: 1;
	transition: 0.5s ease-out;
}
a#cpBtn img{
	display: block;
	margin: auto;
}
a#cpBtn.btnNone{
	bottom: -20%;
	opacity: 0;
}





/* --- 汎用 --- */
.universal{
	margin: 30px auto;
	font-size: 1.6rem;
	padding: 0 30px 30px 30px;
	max-width: 800px;
}
.universal .sectionTitle{
	color: #333;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 20px;
}
.universal .subTitle{
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.universal .text{
	line-height: 1.6;
}






/* ========================================

タブレット以降

======================================== */
@media screen and (min-width: 600px) {

/* --- 共通 --- */
a.cvBtn{
	width: 500px;
	font-size: 3rem;
}
a.cpBtn{
	width: 375px;
	left: 0;
	right: 0;
}

/* --- header --- */
#header a.cvBtn{
	bottom: 13%;
}
#header .text01,
#header .text02{
	font-size: 3.6rem;
}


/* --- cont01 --- */
#cont01{
	background-size: 330px auto;
	width: 768px;
	margin: 50px auto 0;
	background-image: url(../images/cont01img01_tab.png);
}
#cont01 .sectionTitle{
	font-size: 2.4rem;
}
#cont01 .sectionTitle img{
	width: 286px;
}
#cont01 .subTitle{
	font-size: 3rem;
	text-align: center;
}
#cont01 .point li{
	font-size: 2rem;
	text-align: center;
	margin-bottom: 20px;
}

/* --- cont02 --- */
#cont02 .sectionTitle .main{
	font-size: 4.8rem;
}
#cont02 .sectionTitle .sub{
	font-size: 2.8rem;
}
#cont02 .fukidashi{
	width: 768px;
	margin: 0 auto;
}
#cont02 .text01{
	font-size: 3rem;
	padding: 0 10%;
}
#cont02 .text02{
	font-size: 3.2rem;
}
#cont02 .fukidashi.requestor{
	background-size: 326px;
	height: 480px;
	background-image: url(../images/cont02img01_tab.png);
	background-size: auto;
}
#cont02 .fukidashi.requestor .img01{
	top: -40px;
	right: 10px;
}
#cont02 .fukidashi.requestor .img02{
	top: 120px;
	right: 30px;
}
#cont02 .fukidashi.requestor .img03{
	top: 290px;
	right: 0px;
}
#cont02 .fukidashi.requestor .img01 img,
#cont02 .fukidashi.requestor .img02 img,
#cont02 .fukidashi.requestor .img03 img{
	width: auto;
}
#cont02 .reqText,
#cont02 .sukeText{
	font-size: 3.2rem;
	padding: 70px 0;
}
#cont02 .fukidashi.suketter{
	background-size: 307px auto;
	height: 610px;
	background-image: url(../images/cont02img05_tab.png);
	background-size: auto;
}
#cont02 .fukidashi.suketter .img01{
	top: 10px;
	left: 14px;
}
#cont02 .fukidashi.suketter .img02{
	top: 230px;
	left: 30px;
}
#cont02 .fukidashi.suketter .img03{
	top: 400px;
	left: 25px;
}
#cont02 .fukidashi.suketter .img01 img,
#cont02 .fukidashi.suketter .img02 img,
#cont02 .fukidashi.suketter .img03 img{
	width: auto;
}


/* --- cont03 --- */
#cont03 .text01{
	font-size: 3.6rem;
	top: 30px;
}
#cont03 .text02{
	font-size: 3.6rem;
	top: 230px;
	left: 400px;
}

/* --- cont04 --- */
#cont04 .wrap{
	background-image: url(../images/cont04img01_tab.png);
	background-size: 100% auto;
}
.bgOrange{
	background-color:#f6861c;
}

/* --- cont05 --- */
#cont05 .suketter .stepBox,
#cont05 .requestor .stepBox{
	width: 330px;
	margin-left: auto;
	margin-right: auto;
}

/* --- cont07 --- */
#cont07 a.cvBtn{
	bottom: 13%;
}
#cont07 .text01,
#cont07 .text02{
	font-size: 3.6rem;
}

/* --- cont08 --- */
#cont08 .roleIntro .sectionTitle{
	font-size: 2.4rem;
}
#cont08 .roleIntro .text{
	font-size: 1.8rem;
}
#cont08 .roleIntro .introLink{
	width: 320px;
}



/* --- corporation --- */
#subHeader #headerLogo img{
	width: 30%;
	margin: 10px auto 50px;
}


/* --- rCont01 --- */
.rCont01 .sectionTitle{
	font-size: 1.6rem;
}
.rCont01 .wrap{
	min-height: auto;
	padding-bottom: 50px;
}
.rCont01 .wrap .nayami01{
	width: 300px;
}
.rCont01 .wrap .nayami01 img{
	width: 160px;
	transform: rotate(0deg);
}
.rCont01 .wrap .nayami02{
	top: 0;
	right: 50px;
}
.rCont01 .wrap .nayami02 img{
	width: 160px;
}
.rCont01 .wrap .nayami03{
	top: 270px;
	right: 20px;
}
.rCont01 .wrap .nayami03 img{
	width: 190px;
}
.rCont01 .wrap .nayamibito{
	position: static;
	width: auto;
	margin: auto;
}
.rCont01 .wrap .nayamibito img{
	width: auto;
}
.rCont02 .sectionTitle{
	margin-bottom: 50px;
	font-size: 2.0rem;
}

/* --- sCont01 --- */
.sCont01 .sectionTitle{
	font-size: 1.6rem;
}
.sCont01 .wrap{
	min-height: auto;
	padding-bottom: 50px;
}
.sCont01 .wrap .nayami01{
	width: 300px;
}
.sCont01 .wrap .nayami01 img{
	width: 160px;
	transform: rotate(0deg);
}
.sCont01 .wrap .nayami02{
	top: 0;
	right: 50px;
}
.sCont01 .wrap .nayami02 img{
	width: 160px;
}
.sCont01 .wrap .nayami03{
	top: 270px;
	right: 20px;
}
.sCont01 .wrap .nayami03 img{
	width: 190px;
}
.sCont01 .wrap .nayamibito{
	position: static;
	width: auto;
	margin: auto;
}
.sCont01 .wrap .nayamibito img{
	width: auto;
}
.sCont02 .sectionTitle{
	margin-bottom: 50px;
	font-size: 2.0rem;
}
.sCont03{
	position: relative;
	min-height: 800px;
}
.sCont03 .img01,
.sCont03 .img02,
.sCont03 .img03{
	width: 300px;
	position: absolute;
}
.sCont03 .img01{
	left: 50px;
	top: 340px;
}
.sCont03 .img02{
	right: 50px;
}
.sCont03 .img03{
	right: 50px;
	bottom: 50px;
}

.sCont04 .category01,
.sCont04 .category02,
.sCont04 .category03{
	width: 30%;
	float: left;
}
.sCont04 .category02{
	margin-left: 5%;
	margin-right: 5%;
}
.sCont04 .category01 li,
.sCont04 .category02 li,
.sCont04 .category03 li{
	width: 100%;
	font-size: 1.4rem;
	display: block;
}

#lpFvSuke{
	max-width: 760px;
	margin: 0 auto;
	min-height: 797px;
}
.sCont05 .imagesWrap02{
	max-width: 780px;
	min-height: 797px;
}
.sCont05 .imagesWrap02 img{
	width: 250px;
}
.sCont05 .imagesWrap02 img.iconImages03{
	top: 270px;
}
.sCont05 .imagesWrap02 img.iconImages04,
.sCont05 .imagesWrap02 img.iconImages05{
	top: 520px;
}
.sCont05 .imagesWrap04 image{

}


/* --- campaignHeader --- */
#campaignHeader{}
#campaignHeader h1 img{
	width: 375px;
	height: auto;
	display: block;
	margin: 0 auto;
}
#campaignSec01 .sectionTitle{
	margin: 50px;
	font-size: 2.8rem;
}
#campaignSec02 .sectionTitle{
	text-align: center;
}
#campaignSec02 .text{
	font-size: 1.6rem;
}
#campaignSec06 .sectionTitle,
#campaignSec06 .mainImages{
	width: 375px;
	margin-left: auto;
	margin-right: auto;
}
#campaignSec06 .text{
	margin: 30px;
}





}



/* ========================================

パソコン以降

======================================== */
@media screen and (min-width: 1025px) {

a.cvBtn::after{
	width: 242px;
	height: 104px;
	top: -90px;
	left: -60px;
}
a.cpBtn{
	width: auto;
	bottom: 0;
	padding: 0;
	width: 650px;
}
a.cpBtn img{
	display: block;
	margin: auto;
}
br.spnone{display: inline;}
br.pcnone{display: none;}

#header #headerLogo{
	align-items: flex-start;
	top: 15%;
}
#header .text01{
	/*top: 16%;*/
	left: 15%;
}
#header .text02{
	bottom: 40%;
	right: 15%;
}

#cont02 .text01{
	width: 1024px;
	padding: 0;
	margin: 0 auto;
}
#cont02 .text02{
	width: 1024px;
	padding: 0;
	margin: 60px auto 90px;
}
#cont02 .fukidashi{
	width: 1024px;
}
#cont02 .fukidashi.requestor{
	background-position: left 10px bottom;
	height: 530px;
}
#cont02 .fukidashi.requestor .img01{
	top: -20px;
	right: 180px;
}
#cont02 .fukidashi.requestor .img02{
	top: 160px;
	right: 180px;
}
#cont02 .fukidashi.requestor .img03{
	top: 340px;
	right: 100px;
}
#cont02 .fukidashi.suketter .img01{
	top: 40px;
	left: 14px;
}
#cont02 .fukidashi.suketter .img02{
	top: 250px;
	left: 90px;
}
#cont02 .fukidashi.suketter .img03{
	top: 400px;
	left: 25px;
}

#cont03 .mainImages{
	text-align: center;
	padding-top: 350px;

}



#cont04 .wrap{
	background:
		url(../images/cont04img01_pc.png) no-repeat left bottom,
		url(../images/cont04img02_pc.png) no-repeat right bottom,
		-moz-linear-gradient(to right,  #f6861c 0%,#f6861c 50%,#5bc2e2 50%,#5bc2e2 100%);
	background:
		url(../images/cont04img01_pc.png) no-repeat left bottom,
		url(../images/cont04img02_pc.png) no-repeat right bottom,
		-webkit-linear-gradient(to right,  #f6861c 0%,#f6861c 50%,#5bc2e2 50%,#5bc2e2 100%);
	background:
		url(../images/cont04img01_pc.png) no-repeat left bottom,
		url(../images/cont04img02_pc.png) no-repeat right bottom,
		linear-gradient(to right,  #f6861c 0%,#f6861c 50%,#5bc2e2 50%,#5bc2e2 100%);

}
#cont04 .wrap{
	min-height: 600px;
}
#cont04 .wrap .text01,
#cont04 .wrap .text02{
	font-size: 3.6rem;
}
#cont04 .wrap a.cvBtn{
	margin-top: 150px;
}

#cont05 .wrap{
	width: 1024px;
	margin: 0 auto;
}
#cont05 .suketter .stepBox,
#cont05 .requestor .stepBox{
	width: 320px;
	float: left;
}
#cont05 .suketter .stepBox:nth-child(2),
#cont05 .requestor .stepBox:nth-child(2){
	margin-left: 30px;
	margin-right: 30px;
}

#cont06 .review .wrap,
#cont06 .review .text{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;

}

/* --- cont07 --- */
#cont07 #cont07Logo{
	align-items: flex-start;
	top: 15%;
}
#cont07 .text01{
	top: 16%;
	left: 15%;
}
#cont07 .text02{
	bottom: 40%;
	right: 15%;
}

/* --- #cont08 --- */
#cont08 .roleIntro{
	padding: 70px 0;
}
#cont08 .roleIntro .sectionTitle{
	font-size: 3.2rem;
}
#cont08 .roleIntro.requestor{
	background-size: auto;
	background-position: right 26% center;
}
#cont08 .roleIntro.requestor .sectionTitle{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#cont08 .roleIntro.requestor .text{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 2.0rem;
}
#cont08 .roleIntro.requestor .introLink{
	font-size: 2.0rem;
	position: relative;
	left: -210px;
}
#cont08 .roleIntro.suketter{
	background-size: auto;
	background-position:left 290px center;
}
#cont08 .roleIntro.suketter .sectionTitle{
	width: auto;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-right: 280px;
}
#cont08 .roleIntro.suketter .text{
	font-size: 2.0rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-right: 280px;
}
#cont08 .roleIntro.suketter .introLink{
	font-size: 2.0rem;
	position: relative;
	right: -130px;
}





/* --- corporation --- */
#subHeader #headerLogo img{
	width: 300px;
}
#subContents .text{
	width: 1024px;
	margin: 0 auto;
}
.pdfWrap{
	width: 1024px;
	margin: 20px auto;
}
.pdfWrap .pdfBox{
	width: 320px;
	float: left;
	margin-right: 32px;
}
.pdfWrap .pdfBox:nth-child(3n){
	margin-right: 0;
}
.pdfWrap .pdfBox:nth-child(3n+1){
	clear: both;
}
.pdfWrap .pdfBox .pdfTitle{
	font-size: 1.8rem;
	line-height: 1.4;
	min-height: 50px;
}


/* --- rCont --- */
#serviceIntro{
	padding: 50px 0;
}
#lpFvReq{
	min-height: 787px;
	max-width: 780px;
	background-size: auto;
	margin-left: auto;
	margin-right: auto;
}

.rCont01 .sectionTitle{
	padding-bottom: 70px;
	font-size: 2.0rem;
}
.rCont01 .wrap{
	width: 1080px;
	height: 840px;
	margin: 0 auto;
}
.rCont01 .wrap .nayami01,
.rCont01 .wrap .nayami02,
.rCont01 .wrap .nayami03,
.rCont01 .wrap .nayami01 img,
.rCont01 .wrap .nayami02 img,
.rCont01 .wrap .nayami03 img{
	width: auto;
}
.rCont01 .wrap div{
	font-size: 3.0rem;
}
.rCont01 .wrap .nayami01{
	top: 100px;
	left: 0;
}
.rCont01 .wrap .nayami02{
	top: -30px;
	right: 230px;
}
.rCont01 .wrap .nayami03{
	top: 400px;
	right: 50px;
}
.rCont01 .wrap .nayamibito{
	position: absolute;
	top: auto;
	bottom: 81px;
	left: 301px;
	right: auto;
}
.rCont02{
	padding-top: 100px;
	text-align: center;
}
.rCont02 .sectionTitle{
	font-size: 2.4rem;
}
.rCont02 .subTitle{
	font-size: 6rem;
}
.rCont02 .text{
	font-size: 2.4rem;
}
.rCont03{
	padding-top: 100px;
}
.rCont03 .subTitle{
	font-size: 6rem;
}
.rCont03 .text{
	font-size: 2.4rem;
}
.rCont04{
	padding-top: 100px;
}
.rCont04 .sectionTitle{
	font-size: 6rem;
}
.rCont04 .text{
	font-size: 2.4rem;
}
.rCont05 .imagesBox{
	max-width: 780px;
	min-height: 758px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0;
}
.rCont05 .imagesBox .subTitle{
	font-size: 3.2rem;
}
.rCont05 .imagesBox img.komarigoto.rei01{
	width: auto;
	top: 110px;
	left: 70px;
}
.rCont05 .imagesBox img.komarigoto.rei02{
	width: auto;
	top: 120px;
	right: 60px;
}
.rCont05 .imagesBox img.komarigoto.rei03{
	width: auto;
	top: 337px;
}
.rCont05 .imagesBox img.komarigoto.rei04{
	width: auto;
	top: 320px;
}
.rCont05 .imagesBox img.komarigoto.rei05{
	width: auto;
	top: 500px;
	left: 100px;
}
.btnWrap{
	max-width: 780px;
	min-height: 475px;
	margin-left: auto;
	margin-right: auto;
}
.btnWrap .lpLinkBtn{
	bottom: 80px;
}


/* --- sCont01 --- */
.sCont01 .sectionTitle{
	padding-bottom: 70px;
	font-size: 2.0rem;
}
.sCont01 .wrap{
	width: 1080px;
	height: 840px;
	margin: 0 auto;
}
.sCont01 .wrap .nayami01,
.sCont01 .wrap .nayami02,
.sCont01 .wrap .nayami03,
.sCont01 .wrap .nayami01 img,
.sCont01 .wrap .nayami02 img,
.sCont01 .wrap .nayami03 img{
	width: auto;
}
.sCont01 .wrap div{
	font-size: 3.0rem;
}
.sCont01 .wrap .nayami01{
	top: 100px;
	left: 0;
}
.sCont01 .wrap .nayami02{
	top: -30px;
	right: 170px;
}
.sCont01 .wrap .nayami03{
	top: 400px;
	right: 30px;
}
.sCont01 .wrap .nayamibito{
	position: absolute;
	top: auto;
	bottom: 81px;
	left: 321px;
	right: auto;
}
.sCont02{
	padding-top: 100px;
	text-align: center;
}
.sCont02 .sectionTitle{
	font-size: 2.4rem;
}
.sCont02 .subTitle{
	font-size: 6rem;
}
.sCont02 .text{
	font-size: 2.4rem;
}
.sCont03{
	min-height: 930px;
}
.sCont03 .img01,
.sCont03 .img02,
.sCont03 .img03{
	width: auto;
	margin: auto;
}
.sCont03 .img01{
	left: -520px;
	top: 340px;
	right: 0;
}
.sCont03 .img02{
	left: 0;
	right: -430px;
	top: 240px;
}
.sCont03 .img03{
	left: 0;
	right: -430px;
	bottom: 60px;
}

.sCont04{
	padding-left: 0;
	padding-right: 0;
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.sCont04 .category01,
.sCont04 .category02,
.sCont04 .category03{
	width: 320px;
}
.sCont04 .category02{
	margin-left: 60px;
	margin-right: 60px;
}
.sCont04 .category01 li,
.sCont04 .category02 li,
.sCont04 .category03 li{
	font-size: 1.6rem;
}


.advantage{
	padding-top: 100px;
}
.advantage .sectionTitle{
	font-size: 3.2rem;
}
.advantage .sectionTitle img{
	width: auto;
}
.advantage .point{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.advantage .point .textBox .pointTitle{
	font-size: 2.4rem;
	margin-top: 0;
}
.advantage .point .textBox .text{
	font-size: 1.6rem;
}
.faq .sectionTitle{
	font-size: 2.4rem;
}
.faq .faqBox{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}


/* --- campaign --- */
#campaignSec02 .text{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.8rem;
}
#campaignSec03{
	padding: 50px 0;
}
#campaignSec03 iframe{
	min-height: 1950px;
}

#campaignSec04,
#campaignSec05{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#campaignSec06 .sectionTitle,
#campaignSec06 .mainImages{
	width: auto;
}
#campaignSec06 .text{
	font-size: 2.4rem;
	max-width: 750px;
	margin: 50px auto;
}
#campaignSec07 .sectionTitle{
	font-size: 4.8rem;
}
#campaignSec07 .text{
	font-size: 2.0rem;
}
#campaignSec08 .sectionTitle{
	font-size: 4.0rem;
}
#campaignSec08 .text{
	font-size: 2.0rem;
}
#campaignSec09 .sectionTitle{
	font-size: 4.0rem;
}
#campaignSec09 .text{
	font-size: 2.0rem;
	margin: 30px auto;
	max-width: 750px;
}
#campaignSec09{
	margin: 100px auto;
}
#campaignSec10 .sectionTitle{

}
#campaignSec10 img{
	width: auto;
}

#campaignSec11 .intro{

}


a#cpBtn::after{
	content: "";
	display: block;
	width: 100%;
	height: 103px;
	background: #df2a2a;
	position: fixed;
	bottom: 0;
	z-index: -1;
	box-shadow: 0px 25px 60px #333;
}



}


