@charset "utf-8";
/*　sec1
---------------------------------------------------------*/
.sec1 {
	/* background-image: url(../img/hakajimai/sec1_bg01.png), url(../img/hakajimai/sec1_bg02.png); */
	/* background-repeat: no-repeat, no-repeat; */
	/* background-position: left top 145px, right 110px top 35px; */
	background: #fff;
	position: relative;
	padding: 80px 0 125px;
	text-align: center;
	overflow: hidden;
	z-index: 1;
}
.sec1:before,
.sec1:after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	background: url(../common/img/bg07-1.jpg) no-repeat;
	background-size: contain;
	z-index: -1;
}
.sec1:before {
	top: 0;
	right: 0;
	width: 25.46875%;
	max-width: 489px;
}
.sec1:after {
	top: 0;
	right: 0;
	width: 19.53125%;
	max-width: 375px;
	background-image: url(../common/img/bg07-3.jpg);
	background-position:  right center;
}

.sec1_inner01 {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #d6859b;
}
.sec1_inner01 .title_default {}
.sec1_inner01 p {}
.sec1_inner02 {}
.sec1_inner02 .title_default {
	/* margin-bottom: 90px; */
}
.sec1_lead {
	margin-bottom: 75px;
	letter-spacing: 0.05em;
}
.sec1_inner03 .title_default {
	margin-bottom: 45px;
}

.inner03_flow{
	position: relative;
	margin-bottom: 55px;
	z-index: 1;
}
.inner03_flow:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px dashed #d6859b;
    margin: auto;
    margin-left: -1px;
    z-index: -1;
}
.inner03_flow > li {
	counter-increment: flow;
	position: relative;
	background: #FFF;
	border: 1px solid #d6859b;
    margin-top: 20px;
    padding: 40px 50px;
    text-align: left;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.inner03_flow > li:first-child {
	margin-top: 0;
}

.inner03_flow li dt {
	position: relative;
	padding-left: 50px;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}
.inner03_flow li:first-child dt {
    font-size: 24px;
}
.inner03_flow li dt:before {
    content: counter(flow);
    position: absolute;
    top: -0.1em;
    left: 0;
    background: #d6859b;
    color: #FFF;
    width: 34px;
    font-size: 24px;
    text-align: center;
    line-height: 34px;
    letter-spacing: 0;
}
.inner03_flow li:first-child dt:before {
    top: 0.05em;
}
.inner03_flow .consultation_list {
	margin: 20px 0 ;
}
.inner03_flow .consultation_list li {
    color: #d6859b;
    margin-left: 2em;
    font-size: 18px;
    text-indent: -2em;
    line-height: 1.6;
    letter-spacing: 0.05em;
}
.inner03_flow li dd {
    letter-spacing: 0.05em;
}

.sec1_inner04 {
	position: relative;
	padding: 20px 0 100px;
	z-index: 1;
}
.sec1_inner04:after {
    content: "";
    position: absolute;
    top: 0px;
    right: -200px;
    background-image: url(../img/hakajimai/sec1_bg03.png);
    background-repeat: no-repeat;
    margin: auto;
    width: 536px;
    height: 417px;
    z-index: -1;
}
.sec1_inner04_text {
	max-width: 625px;
	text-align: left;
	letter-spacing: 0.05em;
}

.sec1_inner05 {
	padding-top: 45px;
}

@media screen and (max-width: 1800px) {
	.sec1:before {}
	.sec1:after {
    background-position: right top 500px;
}
}

@media screen and (max-width: 1300px) {
	.sec1:before {}
	.sec1:after {
    display: none;
	}
	.sec1_inner02 {
		background: url(../common/img/bg07-3.jpg) right bottom no-repeat;
		background-size: 19.53125%;
	}
}

@media screen and (max-width: 1100px) {
	/*　sec1
	---------------------------------------------------------*/
	.sec1 {
		/* background-position: left -100px top 145px, right -45px top 35px; */
	}
	.sec1:before {}
	.sec1:after {}
	.sec1_inner02 {
    background-position: right top;
}
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 679px) {

	/*　sec1
	---------------------------------------------------------*/
	.sec1 {
		/* background-position: left -50px top 145px, right -15px top 135px; */
		/* background-size: 262px auto, 165px auto; */
		padding: 45px 0 85px;
	}
	.sec1:before {}
	.sec1:after {}
	.sec1_inner01 {
    margin-bottom: 40px;
    padding-bottom: 40px;
 }
	.sec1_inner01 .title_default {}
	.sec1_inner01 p {}
	.sec1_inner02 {}
	.sec1_inner02 .title_default {
		/* margin-bottom: 60px; */
	}
	.sec1_lead {
		margin-bottom: 45px;
		font-size: 13px;
	}

	.inner03_flow{
		margin-bottom: 35px;
	}
	.inner03_flow > li {
	    padding: 30px 6.5%;
	}

	.inner03_flow li dt {
		padding-left: 45px;
	    font-size: 16px;
	}
	.inner03_flow li:first-child dt {
	    font-size: 20px;
	}
	.inner03_flow li dt:before {
	    top: -0.15em;
	    width: 30px;
	    font-size: 20px;
	    line-height: 30px;
	}
	.inner03_flow li:first-child dt:before {
	    top: 0.05em;
	}
	.inner03_flow li dd p {
	    font-size: 13px;
	}
	.inner03_flow .consultation_list {
		margin: 15px 0 ;
	}
	.inner03_flow .consultation_list li {
	    font-size: 16px;
	}

	.sec1_inner04 {
		padding: 20px 0 60px;
	}
	.sec1_inner04:after {
	    top: auto;
	    bottom: 0;
	    right: -200px;
	    background-size: 268px auto;
	    width: 268px;
	    height: 208px;
	}
	.sec1_inner04_text {
		max-width: 100%;
		font-size: 13px;
		text-align: left;
	}

	.sec1_inner05 {
		padding-top: 25px;
	}

}
