@charset "UTF-8";

#global-navi>li:nth-of-type(4):before{
	opacity: 1;
	transform: scale(1.5) rotate(0);
}
#group-area{
	border-top: 1px solid #ddd;
}

/* ++++++++++++BaseProとは++++++++++++++++ */
#sec01{
	padding-left: 0;
	padding-right: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
#sec01 .outline{
	display: flex;
	justify-content: flex-end;
}
#sec01 .txt{
	width: 50%;
	padding-right: 40px;
}
#sec01 .pic-area{
	width: 50%;
	padding-left: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#sec01 .pic-area li{
	width: 135px;
	height: 240px;
	background: #ccc;
}
#sec01 .pic-area li:nth-of-type(2){
	margin-top: 90px;
}
#sec01 .pic-area li:nth-of-type(3){
	margin-top: 150px;
}
#sec01 .pic-area li:nth-of-type(2n+1){
	float: right;
}
#sec01 .outline h3{
	font-size: 1.9rem;
	line-height: 2.25;
	font-weight: 500;
	letter-spacing: .05em;
	margin-bottom: 30px;
}
#sec01 .sec-ttl02{
	margin-top: 70px;
}

.strength-list li{
	padding: 43px 25px 30px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	margin-top: 40px;
}
.strength-txt{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 60%;
	padding-right: 20px;
}
.strength-pic{
	width: 40%;
	padding-left: 20px;
}
.strength-no{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #343436;
	padding: 10px 15px;
	font-weight: 600;
	font-size: 1.6rem;
	color: #fff;
	margin-top: -1.1em;
	position: absolute;
	left: 25px;
	top: 0;
}
.strength-no .small{
	letter-spacing: .05em;
	margin-right: .25em;
	font-size: 70%;
}
.strength-txt strong{
	font-size: 117%;
	font-weight: 600;
	letter-spacing: .05em;
	padding: 0 .25em .25em;
	background: url(../images/stripe01.svg) repeat-x;
	background-size: 5px auto;
	background-position: left bottom ;
}

/* ++++++++++++BaseProフランチャイズの特徴++++++++++++++++ */
#sec02{
	background: #eee;
}
.fc-features{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.fc-features li{
	width: calc(50% - 40px);
	margin-bottom: 80px;
	position: relative;
}
.fc-features li:nth-of-type(2){
	margin-top: 80px;
}
.fc-features li:nth-of-type(3),
.fc-features li:nth-of-type(5){
	margin-top: -80px;
}
.fc-features li h3{
	font-size: 1.8rem;
	margin: 20px 0 10px;
	line-height: 1.4;
}
.feature-no{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #343436;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	font-weight: 600;
	font-size: 1.8rem;
	color: #fff;
	position: absolute;
	left: -20px;
	top: -20px;
}
.feature-no .small{
	letter-spacing: .05em;
	margin-bottom: 5px;
	font-size: 70%;
}

/* ++++++++++++メッセージ++++++++++++++++ */
#sec03{
	padding-left: 0;
	padding-right: 0;
	background: #fff;
}
#sec03 .ttl-area{
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
#sec03 .sec-ttl01{
	margin-bottom: 0;
}
#sec03 .ttl-area .parag{
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: .05em;
	margin-left: 40px;
	display: flex;
	align-items: center;
}
#sec03 .ttl-area .parag:before,
#sec03 .ttl-area .parag:after{
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #343436;
	margin: 0 .75em;
}
#sec03 .sub-ttl-area{
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(0, rgba(255,255,255,0),rgba(255,255,255,0) 40px,#f8f8fa 40px,#f8f8fa calc(100% - 40px),rgba(255,255,255,0) calc(100% - 40px),rgba(255,255,255,0));
	margin-bottom: 50px;
}
#sec03 .sub-ttl-area .pic{
	width: 50%;
	max-width: 740px;
	height: 370px;
	padding: 0 40px;
}
#sec03 .sub-ttl-area h3{
	font-size: 3rem;
	line-height: 2;
	letter-spacing: .1em;
	font-weight: 500;
	width: 50%;
	max-width: 740px;
	padding: 40px;
}
.message{
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: 2em;
}
.signature{
	text-align: right;
	font-size: 110%;
}


/* ++++++++++++モデルケース++++++++++++++++ */
#sec05{
	background: #fff;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 20px;
}
.model-case{
	position: relative;
	margin-bottom: 80px;
}
.model-case .pic{
	position: absolute;
	right: 0;
	top: 0;
	height: 360px;
	width: calc(50% - 80px);
	background: #ddd;
}
.model-case .pic img{
	object-position: right center;
}
.model-case-ttl{
	font-size: 4rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: .1em;
	padding-top: 120px;
	font-style: italic;
	border-bottom: 1px dotted #343436;
	margin-bottom: 40px;
}
.model-case-tbl table{
	table-layout: fixed;
	width: 100%;
	line-height: 1.8;
	background: #fff;
}
.model-case-tbl th{
	border: 1px solid #ddd;
	background: #f8f8fa;
	padding: 15px 10px;
	text-align: left;
}
.model-case-tbl td{
	border: 1px solid #ddd;
	padding: 15px 10px;
}
#sec05 .caption-area{
	font-size: 1.3rem;
	margin-top: 25px;
	font-weight: 500;
	
}
#sec05 .caption-area li{
	padding-left: 1em;
	text-indent: -1em;
}
#sec05 .caption-area li:before{
	content: "※";
	margin-right: .25em;
}
#sec05 .strong{
	font-weight: 600;
	color: #ed6d46;
}
#sec05 th.blue,
#sec05 td.blue{
	background: #e4fdfc;
}
#sec05 th.red,
#sec05 td.red{
	background: #fde5e4;
}
#sec05 td.red,
#sec05 td.blue{
	font-weight: 600;
	font-size: 120%;
}
/* ++++++++++++契約プラン++++++++++++++++ */
#sec06{
	background: #eee;
}
.plan-area{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.plan-tbl{
	width: calc(33.333% - 20px);
	text-align: center;
}
.plan-tbl:not(:nth-of-type(3)){
	margin-right: 30px;
}
.plan-tbl h3{
	padding: 25px 10px;
	color: #fff;
	background: #343436;
	font-size: 1.8rem;
	letter-spacing: .05em;
}
.plan-tbl dl{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #fff;
	line-height: 1.4;
}
.plan-tbl dt{
	padding-top: 20px;
	margin-bottom: .5em;
}
.plan-tbl dd{
	padding-bottom: 20px;
	font-size: 1.6rem;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
}
.plan-tbl .small{
	font-weight: 500;
	font-size: 80%;
	padding: 0 1em;
}
.plan-tbl strong{
	font-size: 120%;
	color: #ed6d46;
}
.plan-tbl.large{
	width: 100%;
	margin-top: 60px;
	margin-right: 0;
}
.plan-tbl.large h3{
	background: #f08300;
}
.plan-tbl table{
	background: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	table-layout: fixed;
	font-size: 1.6rem;
}
.plan-tbl tr{
	border-bottom: 1px solid #ddd;
}
.plan-tbl th{
	vertical-align: top;
	font-weight: 500;
	text-align: left;
	position: relative;
	padding: 30px 25px;
	width: 30%;
}
.plan-tbl th:after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: calc(100% - 40px);
	background: #ddd;
}
.plan-tbl td{
	width: 70%;
	text-align: left;
	font-weight: 500;
	padding: 30px 25px;
}
.linethrough{
	text-decoration: line-through;
	margin-right: 1em;
}
#sec06 .outline{
	background: #fff;
	margin-top: 60px;
	padding: 0 30px 15px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#sec06 .outline h4{
	letter-spacing: .1em;
	font-size: 1.6rem;
	color: #fff;
	background: #343436;
	padding: 12px .75em;
	margin-bottom: 20px;
	margin-top: -1em;
}

/* ++++++++++++業務開始までの流れ++++++++++++++++ */
.flow-list{
	position: relative;
}
.flow-list:before{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 60px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-left: 1px dotted #343436;
	z-index: 1;
}
.flow-list>li{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
	background: #fff;
	padding: 20px 20px 20px 0;
	width: calc(100% - 20px);
	margin-left: 20px;
	z-index: 9;
}
.step{
	position: relative;
	width: 120px;
	height: 67px;
	color: #fff;
	flex-shrink: 0;
	background: #343436;
	font-size: 2rem;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: -20px;
}
.step .small{
	font-size: 70%;
	margin-right: .25em;
}
.step *{
	position: relative;
	z-index: 9;
}

.flow-list .txt{
	width: calc(100% - 100px);
	padding-left: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.flow-list .txt a{
	font-weight: 600;
	color: #ed6d46;
	text-decoration: underline;
}
.flow-list .txt a:hover{
	text-decoration: none;
}
.flow-ttl{
	font-size: 1.9rem;
	line-height: 1.4;
	margin-bottom: 20px;
	border-bottom: 1px solid #343436;
	letter-spacing: .05em;
}
.flow-list ul{
	line-height: 2;
	font-weight: 600;
	margin-top: .5em;
}
.flow-list li li:before{
	content: "・";
}
.flow-list li li{
	padding-left: 1em;
	text-indent: -1em;
}

/* ++++++++++++お問い合わせ++++++++++++++++ */
form th{
	text-align: left;
	vertical-align: top;
	position: relative;
	padding: 25px 20px 25px 0;
	width: 25%;
}
form th:after{
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 30px);
	background: #ddd;
	position: absolute;
	right: 0;
	top: 15px;
}
form table{
	border-top: 1px solid #ddd;
}
form tr{
	border-bottom: 1px solid #ddd;
}
form td{
	padding: 25px 0 25px 20px;
	width: 75%;
}
.required{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #343436;
	font-size: 1.1rem;
	padding: 5px 7px;
	line-height: 1;
	float: right;
	//margin: -.5em 0 0;
	letter-spacing: .2em;
}
input[type='text'],
input[type='tel'],
input[type='email']{
	width: 100%;
	background: #fff;
	height: 50px;
	display: flex;
	align-items: center;
	padding: .5em;
}
select{
	display: block;
	width: 272px;
	height: 50px;
	background: #fff;
	font-family: 'Roboto', 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  sans-serif;
	padding: .5em;
	background-image: url(../images/select-bg.svg);
	background-repeat: no-repeat;
	background-position: right .5em center;
	background-size: 10px auto;
}
textarea{
	width: 100%;
	background: #fff;
	font-family: 'Roboto', 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  sans-serif;
	font-size: 1.4rem;
	line-height: 1.7;
	color: #343436;
	padding: .5em;
	height: 250px;
	resize: none;
}
input{
	font-family: 'Roboto', 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  sans-serif;
	font-size: 1.4rem;
	color: #343436;
}
.zip-area{
	display: flex;
	align-items: center;
}
.pref-area,
.address-area{
	margin-top: 20px;
}
#zip{
	width: 250px;
	margin-left: .5em;
}
form{
	margin-top: 40px;
}
form p{
	text-align: center;
	font-weight: 600;
	margin: 50px 0;
}
form p a{
	text-decoration: underline;
	margin-right: .4em;
}
form p a:hover{
	text-decoration: none;
}
input.btn01{
	display: flex;
	background: #343436;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-family: 'Roboto', 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  sans-serif;
	font-size: 1.4rem;
	width: 300px;
	height: 50px;
	margin: 0 auto;
	font-weight: 500;
	letter-spacing: .1em;
	cursor: pointer;
	transition: .3s all ease;
}
input.btn01:hover{
	color: #343436;
	background: transparent;
}
form li label{
	display: flex;
	align-items: center;
}
form ul li:not(:last-of-type){
	margin-bottom: 15px;
}
.radio-outer{
	width: 20px;
	height:20px;
	background: #fff;
	position: relative;
	margin-right: .5em;
	border-radius: 50%;
}
.radio-outer:after{
	content: "";
	display: block;
	width: 60%;
	height: 60%;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
}
.checked.radio-outer:after{
	background: #343436;
}
input[type='radio']{
	opacity: 0;
	filter: alpha(opacity=0);
}

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

/* ++++++++++++BaseProとは+++++++++++ */
	.strength-txt strong{
		font-size: 110%;
		background-size: 4px auto;
	}

/* ++++++++++++お問い合わせ++++++++++++ */
	form table,
	form tbody,
	form tr,
	form th,
	form td{
		display: block !important;
		width: 100% !important;
	}
	form th{
		padding: 20px 0 15px;
	}
	form th:after{
		display: none;
	}
	form td{
		padding: 0 0 20px;
	}
	.required{
		font-size: 1rem;
		padding: .4rem .5rem;
	}
	input[type='text'],
	input[type='tel'],
	input[type='email']{
		height: 40px;
	}
	select{
		display: block;
		width: 100%;
		max-width: 400px;
		height: 40px;
		font-size: 1.2rem;
	}
	textarea{
		font-size: 1.2rem;
		height: 20rem;
	}
	input{
		font-size: 1.2rem;
	}
	.pref-area,
	.address-area{
		margin-top: 15px;
	}
	#zip{
		width: 100%;
	}
	form p{
		width: 100%;
		line-height: 1.7;
		margin: 3rem 0;
	}
	input.btn01{
		font-size: 1.2rem;
		max-width: 300px;
		width: 100%;
		height: 40px;
	}
}


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

/* ++++++++++++BaseProとは++++++++++++++++ */
	#sec01{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	#sec01 .outline{
		flex-wrap: wrap;
	}
	#sec01 .txt{
		width: 100%;
		padding-right: 0;
	}
	#sec01 .pic-area{
		width: 100%;
		padding-left: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		margin-top: 2.5rem;
	}
	#sec01 .pic-area li{
		width: calc(33.333% - 1rem);
		height: auto;
	}
	#sec01 .pic-area li:nth-of-type(2){
		margin-top: 3rem;
	}
	#sec01 .pic-area li:nth-of-type(3){
		margin-top: 6rem;
	}
	#sec01 .pic-area li:nth-of-type(2n+1){
		float: none;
	}
	#sec01 .outline h3{
		font-size: 1.8rem;
		line-height: 2;
		margin-bottom: 2.5rem;
	}
	#sec01 .sec-ttl02{
		margin-top: 5rem;
	}

	.strength-list li{
		padding: 3rem 1.5rem;
		flex-direction: column-reverse;
		margin-top: 3rem;
	}
	.strength-txt{
		width: 100%;
		padding-right: 0;
		padding-top: 1.5rem;
	}
	.strength-pic{
		width: 100%;
		padding-left: 0;
	}
	.strength-no{
		padding: 1rem;
		font-size: 1.4rem;
		margin-top: -1.1em;
		left: 1.5rem;
	}
	.strength-no .small{
		letter-spacing: .05em;
		margin-right: .25em;
		font-size: 1.2rem;
	}



/* ++++++++++++BaseProフランチャイズの特徴++++++++++++++++ */

	.fc-features{
		display: block;
	}
	.fc-features li{
		width: 100%;
		margin-bottom: 4rem;
	}
	.fc-features li:nth-of-type(2){
		margin-top: 0;
	}
	.fc-features li:nth-of-type(3),
	.fc-features li:nth-of-type(5){
		margin-top: 0;
	}
	.fc-features li h3{
		font-size: 1.6rem;
		margin: 1.5rem 0 1rem;
	}
	.feature-no{
		width: 6rem;
		height: 6rem;
		font-size: 1.6rem;
		left: -1rem;
		top: -1rem;
	}
	.feature-no .small{
		letter-spacing: .05em;
		margin-bottom: .5rem;
	}

/* ++++++++++++メッセージ++++++++++++++++ */



	#sec03 .ttl-area{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		display: block;
		margin-bottom: 3rem;
	}

	#sec03 .sec-ttl01{
		margin-bottom: 0;
		width: 100%;
	}
	#sec03 .ttl-area .parag{
		font-size: 1.6rem;
		display: flex;
		align-items: center;
		letter-spacing: 0;
		margin: 1.5rem 0 0;
	}
	#sec03 .ttl-area .parag:before,
	#sec03 .ttl-area .parag:after{
		display: none;
	}

	#sec03 .sub-ttl-area{
		display: block;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		padding-bottom: 3rem;
		background: linear-gradient(180deg, rgba(255,255,255,0),rgba(255,255,255,0) 3rem,#f8f8fa 3rem,#f8f8fa 100% ,rgba(255,255,255,0) 100%,rgba(255,255,255,0));
		margin-bottom: 3rem;
	}
	#sec03 .sub-ttl-area .pic{
		width: 100%;
		max-width: 100%;
		height: auto;
		padding: 0;
	}

	#sec03 .sub-ttl-area h3{
		font-size: 1.8rem;
		line-height: 1.8;
		letter-spacing: .1em;
		font-weight: 500;
		width: 100%;
		max-width: 100%;
		padding: 1.5rem 0 0;
	}
	.message{
		padding: 0 1.5rem;
		font-size: 1.4rem;
		font-weight: 500;
		margin-top: 1.5rem;
	}







/* ++++++++++++業務開始までの流れ++++++++++++++++ */

	.flow-list:before{
		left: 0;
		right: 0;
		margin: auto;
	}
	.flow-list>li{
		position: relative;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 3rem;
		background: #fff;
		padding: 1.5rem;
		width: 100%;
		margin-left: 0;
		z-index: 9;
	}
	.step{
		width: 8rem;
		height: 3rem;
		font-size: 1.6rem;
		margin-left: 0;
		position: absolute;
		left: 1.5rem;
		top: -1.5rem;
	}
	.step .small{
		font-size: 1.2rem;
	}


	.flow-list .txt{
		width: 100%;
		padding-left: 0;
		padding-top: 1.5rem;
	}
	.flow-ttl{
		font-size: 1.7rem;
		line-height: 1.4;
		margin-bottom: 1.5rem;
		padding-bottom: 1rem;
	}





}