@charset "utf-8";
/* CSS Document */
html{
	font-size:62.5%;
}

body{
	margin: 0;
}

h1,h2,h3,h4,h5{
	padding: 0;
	margin: 0;
}

h2,h3,h4,h5{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: bold;
	transform: rotate(0.05deg);
}


main ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.conts{/*グロナビ以外に適用*/
	font-size:1.6rem;
	font-feature-settings: "palt";
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	letter-spacing: 0.05em;
	margin: 0;
}
.conts img{ /*グロナビ以外に適用*/
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

a{
	color: #333333;
	text-decoration: none;
}

a:hover{
	color: #333333;
	opacity: 0.8;
	text-decoration: none;
}
.red{
	color: red !important;
}

/*-------------------------

　パンくず　調整

---------------------------*/
.breadcrumb__item, .breadcrumb__item a {
  font-size:11.2px;	
}
.breadcrumb__itemInner{
	font-size:11.2px;
}



/*-------------------------

　共通

---------------------------*/
.inner1024{
	max-width: 1024px;
	margin: 0 auto;
}

.inner964{
	max-width: 964px;
	margin: 0 auto;
}

.sp-on{
	display: none;
}

.section-title{
	text-align:center;
	padding-top:120px;
	margin-bottom:80px;
}

.section-title h3{
	font-size:3rem;
	color: #59493f;
}


/*-------------------------

　タイトル

---------------------------*/
.title{
	background: url("../images/title_bk_pc.jpg") top center no-repeat;
	height: 290px;
}

.title .inner964{
	padding: 50px 0 0 30px;
}
.title h2{
	font-size: 5rem;
	color: #1bb71f;
	line-height: 1.3;
	text-transform: uppercase;
}
.title h2 span{
	font-size: 6rem;
}
.title-icon{
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.title-icon div{
	width: 50px;
}
.title-icon p{
	font-size: 2.3rem;
	font-weight:bold;
	padding-left: 15px;
	color: #3e3e3e;
	flex: 1;
}


/*-------------------------

　ポイント

---------------------------*/

.point{
	background: #35bd35;
	padding: 20px 0;
}

.point-area{
	display: flex;
}

.point-frend{
	background: #fff;
	padding: 20px 40px;
	width: 400px;
	height: 140px;
	display: flex;
}

.point-frend-img{
	width: 100px;
}

.point-frend-id{
	flex: 1;
	padding: 15px 0 10px 15px;
}

.point-frend-id p:first-of-type{
	font-size: 1.8rem;
	font-weight: bold;
	color: #35bd35;
}


.point-text{
	flex: 1;
	padding-left: 40px;
	color: #fff;
}
.point-text dt{
	font-size: 2.5rem;
	font-weight: bold;
}
.point-text dd{
	font-size: 1.5rem;
}

.point-text dt:before{
	font-family: "Font Awesome 5 Free";
	content: "\f075";
	padding-right:10px;
}

.point-text dd:first-of-type{
	margin-bottom: 15px;
}



/*-------------------------

　相談方法　共通

---------------------------*/
.service{
	padding-top: 100px;
	min-height: 100vh;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	background-image: url("../images/bg_ph_pc.jpg");
	overflow: hidden;
	
}

.service .inner1024{
	padding: 50px 30px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 50px;
}

.service .inner1024:last-of-type{
	border: #1bb71f solid 5px;
	margin-bottom: 100px;
	color: #1bb71f;
	text-align: center;
	font-size: 2rem;
	padding: 30px;
	font-weight: bold;
}

.service-title{
	border-bottom: #1bb71f solid 5px;
	margin-bottom: 10px;
}
.service-title h3{
	font-size: 3rem;
	color: #1bb71f;
	padding-left: 30px;
	
}
.service-title h3:before{
	font-family: "Font Awesome 5 Free";
	content: "\f075";
	padding-right:10px;
}

.service-area{
	padding: 0 30px;
}

.service-area h4{
	font-size: 2rem;
}

.service-info{
	background: #d0f2d9;
	padding: 20px;
	font-size: 1.5rem;
}
.service-info ul{
	margin-left: 30px;
}
.service-info ul,.service-info li{
	list-style-type: disc;
}

.step-info{
	background: #35bd35;
	width: 150px;
	font-size: 1.5rem;
	color:#fff;
	text-align: center;
	padding: 3px;
	margin-bottom: 15px;
}
.step{
	color: #1bb71f;
	font-weight: bold;
	padding-right: 10px;
	text-transform: uppercase;
}

/*-------------------------

　1:1トーク

---------------------------*/
.talk-info{
	display: flex;
	margin-bottom: 30px;
	flex-flow: row-reverse;
}
.talk-info-smart{
	max-width:280px; 
	padding-top: 20px;
	width: 100%;
}

.talk-info-text{
	flex: 1;
	padding-left: 50px;
	padding-top: 50px;
	display: flex;
}

.talk-info-text-area{
	flex: 1;
}
.talk-info-comment{
	overflow: hidden;
	margin-right: 15px;
	margin-bottom: 30px;
}

.talk-info-comment p{
	background: #d0f2d9;
	padding: 10px 15px;
	border-radius: 10px;
	float: right;
	margin-bottom: 10px;
	position: relative;
}
.talk-info-comment p:after{
	background-image: url("../images/icon_arrow.png");
	content: "";
	position: absolute;
	top: 10px;
	right: -10px;
	width: 11px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: contain;
}
.talk-info-comment p:first-of-type{
	margin-right: 30px;
}
.talk-info-comment p:nth-of-type(2n){
	margin-right: 15px;
}
.talk-info-comment p:last-of-type{
	margin-right: 50px;
}

.talk-info-woman{
	width:103px; 
}

.talk-info-step dt,.talk-info-step dd{
	float: left;
	margin-bottom: 5px;
}

.talk-info-step dt{
	clear: left ;
}




/*-------------------------

　電話

---------------------------*/
.service-area h4{
	margin-bottom: 30px;
}

.tel-info{
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
	margin-bottom: 30px;
	justify-content: center;
}
.tel-info li{
	background: #d0f2d9;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 50px;
	width: 250px;
	padding: 15px 0;
	border-radius: 10px;
	font-size: 1.4rem;
	position: relative;
	display: inline-block;
}

.tel-info li:after{
	content: '';
	width: 15px;
	height: 15px;
	border-top: solid 2px black;
	border-right: solid 2px black;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: -10%;
	border-color: #1bb71f;
}

.tel-info li:last-of-type{
	background-image: url("../images/step_tel.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
}

.tel-info li:last-of-type:after{
	content:none;
}
.step-tel{
	text-align: left;
	padding: 25px 20px;
}


.tel-info li img{
	padding-top: 15px;
	display: block;
	max-width: 750px;
	width: 85%;
}

.tel .frend-link{
	background: #35bd35;
	width: 90%;
	margin: 20px auto 5px;
	border-radius: 5px;
	text-align: center;
	box-shadow: 2px 3px 5px #238623;
	}
.tel .frend-link a{
	color: #fff;
	display: block;
	padding: 15px;
}

.tel-reserve{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #e8e8e8;
	padding: 20px 30px;
	margin: 0 auto 40px auto;
	width: 98%;
}
.tel-reserve p{
	font-weight: bold;
	color: #e10f10;
}

.tel-reserve-form{
	background: #FF9800;
	width: 300px;
	border-radius: 5px;
	text-align: center;
	padding: 0 10px;
	box-shadow: 2px 3px 5px #cccaca;
}

.tel-reserve-form a{
	color: #291902;
	display: block;
	padding: 15px;
	font-weight: bold;
}


/*-------------------------

　友だち登録

---------------------------*/
.frend{
	background: url("../images/bk_frend.jpg") repeat;
	text-align: center;
	padding: 50px 0;
}

.frend h4{
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px;
}

.frend-area{
	display: flex;
	justify-content: space-between;
}
.frend-qr,.frend-id{
	width: 49%;
	background: #fff;
	padding: 35px;
	border-radius: 10px;
}

.frend-qr img{
	max-width: 130px;
	margin-bottom: 10px;
}

.frend-id p:first-of-type{
	background: #d0f2d9;
	height: 130px;
	padding-top: 45px;
	margin-bottom: 10px;
	border-radius: 10px;
}

.frend-qr p,.frend-id p:last-of-type{
	font-size: 1.4rem;
}



@media screen and (max-width: 1028px) {

	.breadcrumb {
		margin: 0 auto;
		width: 100%;
	}
	
	.inner960{
		padding:20px;
	}
	
	.inner964 {
		margin: 0 15px;
	}
	
	/*-------------------------

	 相談方法　共通

	---------------------------*/
	.service .inner1024 {
		margin: 0 15px 50px 15px;
	}
	
	
	
	
	
	
}
@media screen and (max-width: 975px) {
	/*-------------------------

	 タイトル

	---------------------------*/
	.title {
		background: url("../images/title_bk_pc_w1024.jpg") top right no-repeat;
		height: 290px;
		background-size: cover;
	}
	
	/*-------------------------

	 ポイント

	---------------------------*/
	.point-frend{
		
		padding: 20px;
		width: 380px;
	}
	.point-frend-id{
		flex: 1;
		padding: 15px 0 10px 15px;
	}

	.point-text{
		padding-left: 20px;
	}
	.point-text dt{
		font-size: 2rem;
	}
	
@media screen and (max-width: 910px) {
	
	/*-------------------------

	 1:1トーク

	---------------------------}*/
	.talk-info-step dt, .talk-info-step dd {
		width: 100%;
	}
	.talk-info-step dt {
		border-bottom: 1px solid #35bd35;
	}
	.talk-info-step dd {
		padding-left: 10px;
	}
}


@media screen and (max-width: 767px) {

	/*-------------------------

	 共通

	---------------------------*/
	.inner1024{
		width: 90%;;
		margin: 0 auto;
	}

	.inner964{
		width: 90%;
		margin: 0 auto;
	}
	.pc-on{
		display: none;
	}
	.sp-on{
		display: block;
	}
	
	/*-------------------------

	 タイトル

	---------------------------*/
	.title {
		background: url(../images/title_bk_sp.jpg) top right no-repeat;
		height: 200px;
		background-size: cover;
	}
	.title .inner964 {
		padding: 30px 0 0 0;
	}
	.title h2{
		font-size: 2.3rem;
	}
	.title h2 span{
		font-size: 3.25rem;
	}
	.title-icon div{
		width: 35px;
	}
	.title-icon p{
		font-size: 1.5rem;
		padding-left: 8px;
	}
	
	
	/*-------------------------

	 ポイント

	---------------------------*/

	.point{
		background: #35bd35;
		padding: 20px 0;
	}

	.point-area{
		display: block;
	}

	.point-text{
		padding-left: 0;
	}
	.point-text dt{
		font-size: 1.7rem;
		padding-bottom: 5px;
	}
	.point-text dd{
		font-size: 1.4rem;
	}
	.frend-link{
		background: #fff;
		width: 90%;
		margin: 30px auto 20px;
		border-radius: 5px;
		text-align: center;
	}
	
	.point .frend-link a{
		display: block;
		padding: 15px;
	}

	/*-------------------------

	 相談方法　共通

	---------------------------*/
	.service{
		background-size: auto;
		background-position: center;
		background-image: url("../images/bg_ph_sp.jpg");
		background-repeat: repeat-y;
		padding-top: 50px;
		min-height: auto;
		background-attachment: scroll;
	}
	
	
	.service .inner1024 {
		padding: 25px 15px;
	}
		
	.service-title h3{
		font-size: 2rem;
		padding-left: 10px;
	}
	
	.service-title h3 span{
		font-size: 1.8rem;
	}

	.service-area{
		padding: 0;
	}

	.service-area h4{
		font-size: 1.6rem;
	}
	.service-title h3:before {
		padding-right: 3px;
	}
	.service-info ul {
		margin-left: 20px;
	}

	.talk-info-step dt, .talk-info-step dd{
		font-size: 1.4rem;
	}
	
	.service .inner1024:last-of-type {
		font-size: 1.5rem;
	}
	.service-info{
		font-size: 1.2rem;
	}
	
	/*-------------------------

	 1:1トーク

	---------------------------*/
	.talk-info{
		display: block;
	}
	.talk-info-text {
		padding: 0;
	}
	
	.talk-info-smart{
		margin: 0 auto;
	}
	
	.talk-info-comment {
		margin-right: 0;
	}
	
	.talk-info-comment p{
		font-size: 1.4rem;
	}	
	/*-------------------------

	 電話

	---------------------------*/
	.tel-info{
		display: block;
	}
	.tel-info li{
		width: 100%;
		margin-bottom: 50px;
		margin-right: 0;
	}
	.tel-info li:after {
		transform: rotate(135deg);
		top: auto;
		bottom: -10%;
		right: 50%;
	}
	.tel-reserve{
		display: block;
	}
	
	.tel-reserve p{
		margin-bottom: 15px;
	}

	.tel-reserve-form{
		width: 100%;
	}
	
	/*-------------------------

	 友だち登録

	---------------------------*/
	.frend h4 {
		font-size: 1.5rem;
	}

}
@media only screen and (max-width: 374px){
	
	/*-------------------------

	 タイトル

	---------------------------*/
	.title {
		background: url("../images/title_bk_sp_w320.jpg") top right no-repeat;
		height: 200px;
		background-size: cover;
	}
	
	/*-------------------------

	 ポイント

	---------------------------*/
	
	.frend-link {
		width: 100%;
		padding: 15px;
	}
	/*-------------------------

	 電話

	---------------------------*/
	.tel-info li:after {
	bottom: -15%;
	}
}