@charset "UTF-8";
/* color
*********************************************/

/*基本CSSの設定*/
body{
	font-family: "メイリオ", "Meiryo", sans-serif;
	text-size-adjust: 100%;
	font-size: 62.5%;
	line-height: 1.6;
	color: #4d4d4d;
	background: #fff;
}

@media (min-width: 768px) and (max-width: 1280px) {
	html {
		font-size: 1.4vw;
	}}

@media screen and (max-width: 767px) {
	html {font-size: 0.6rem;}
}

html{
	scroll-behavior: smooth;
}

a:hover{
	text-decoration: underline;
}

/*******************************:*/

.body-wrapper{
	position: relative;
}

.headers_wrapper{
	position: relative;
	z-index: 9100;
}

/* 共通)ヘッダーエリアの設定*/
.header_row {
	position: fixed;
	top: 0;

	width: 100%;
	padding: 1.5rem 1rem 1.5rem;

	background-color: transparent;
	display: flex;
	align-items: center;
}
.header_bkg_on .header_row {
	background-color: #5EAA0E;
}

.sp-header_row{
	position: fixed;
	top: 0;

	width: 100%;
	padding: 1.5rem 1rem 1.5rem;
	/*padding: 15px 10px 15px;*/
	display: block;
	background-color: transparent;

	display: flex;
	justify-content: space-between;
}
.header_bkg_on .sp-header_row {
	background-color: #5EAA0E;
}

.sp-header_row_logo{
	margin: 0;
	padding: 0;
	width: 18%;
	max-width: 100px;
}
.smp-logo-w{
	max-width: 111px;
}

/*.sp-header_row_logo_link{*/
/*	width: 100%;*/
/*}*/

.sp-header_row_logo_img{
	width: 100%;
}


/*
.sp-menu-open-btn {
	position: absolute;
	right: 1rem;
	top: 1rem;
}
*/


.sp-menu-btn {
	display: block;
	position: relative;
	width: 46px;
	height: 46px;
}

.sp-menu-btn__link {
	display: block;
	width: 100%;
	height: 100%;
	/*width: 40px;*/
	/*height: 40px;*/
	background-repeat: no-repeat;
	background-position: center 8px;
	background-image: url("../img/menu_icon.png");
	background-color: #000;
	text-align: center;
}

.sp-menu-btn__link_text {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 2px;
	color: #fff;
	font-size: 8px;
	text-decoration: none;
}

.sp-menu_wrapper{
	display: none;
}

.sp-menu_wrapper{
	height: 100%;
	position: fixed;
	top: 0;
	right: -200px;
	text-align: left;
	z-index: 9500;
	box-shadow: -1px 0px 3px #ccc;
	-webkit-box-shadow: -1px 0px 3px #ccc;
	-moz-box-shadow: -1px 0px 3px #ccc;
	background-color: #eee;
	background-color: #eee;
	margin-top: 0px;
	padding: 1.5rem 1rem 1.5rem;
}

.sp-menu_top_area{
	height: 50px;
}

.sp-menu-close-btn{
	float: right;
}

.sp-menu_link_list{
	padding: 1rem;
}
.sp-menu_link_item{
	font-size: 12px;
	margin: 1rem 0rem 1rem 0rem;
}

@media (max-width: 710px) {
	.header_row{ display: none; }
}
@media (min-width: 711px) {
	.sp-header_row{ display: none; }
}

.logo {
	margin: 0; padding: 0;
}

ul.gnav_group {
	list-style: none;
	margin: 0;
	display: flex;
}

.gnav_list{
	margin: 0 0 0 3.5rem;
	font-size: 16px;
	color: #fff;
}

@media (max-width: 880px) {
	.gnav_list{
		margin: 0 0 0 2rem;
		font-size: 14px;
	}
}


.navigation {
	margin: 0 0 0 auto;
}


.header_request {
	margin-left:3rem;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	padding: 0.8rem 2.5rem;
	color: #fff;
	width: 200px;
	height: 50px;
	border-radius: 10vh;
	background: #bf2870;
}

.btnStyle img {
	width: 20px;
	height: auto;
	vertical-align: middle;
}

.header_request_label{
	margin: 0 0 0 1rem;
}

.header_request{
	text-align: center;
}

.header_request:hover {
	background: #d868a9;
	text-decoration: none;
}

.header_request a:hover {
	text-decoration: none;
}

.mainvisual{
	background: linear-gradient(#5EAA0E, #fff);
}


.mainvisual_image img{
	width: 100%;
	height: auto;
}
.mainvisual_image{
	/*max-width: 1700px;*/
	margin: auto;
}

/* サブメインイメージ設定*/


.submain_title{
	font-size: 2.2rem;
	line-height: 1.6;
	height: 15rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
}

@media screen and (max-width: 767px) {
	.submain_title{line-height: 1.4;
		margin:-15px 0;}
	.submain_image{margin-bottom: -15px;}
}


.submain_image img{
	width: 70%;
	height: auto;
}
.submain_image{
	max-width: 1700px;
	text-align: center;
}


/* お悩み設定*/
.theme{
	margin: 10rem 0 0 0;
	background: #d6e8c1;
}
.theme_title{
	max-width: 700px;
	margin: auto;
	position:  relative;
	top: -3rem;
}

.theme_title img{
	width: 100%;}

@media (min-width: 768px) and (max-width: 1280px) {
	.theme_title{width: 45%;}
}
@media screen and (max-width: 767px) {
	.theme_title{width: 80%;}
}

.theme_list{
	display: flex;
	gap:2rem;
	flex-wrap: wrap;
	align-content: space-between;
	max-width: 1700px;
	justify-content: center;
	padding-bottom: 6rem;
}

.theme_lineup{
	max-width: 270px;
}
.theme_lineup img{
	width: 100%;
}

@media (min-width: 768px) and (max-width: 1280px) {
	.theme_lineup{
		width: 20%;
	}
}

@media screen and (max-width: 767px) {
	.theme_lineup{
		min-width: 150px;
		width: 20%;
	}
}

/*選ばれている理由*/
.features .arrow{
	max-width: 185px;
	margin: 0 auto;
}

.features .arrow img{
	width: 100%;}

@media screen and (max-width: 767px) {
	/*.features .arrow img{*/
	/*	width: 70%;*/
	/*}*/
	.features .arrow{
		max-width: 130px;
	}

}

.features_h2{
	font-size: 2.2rem;
	margin:3rem 0 ;
	text-align: center;
}

.features_title{
	max-width: 700px;
	margin: auto;
	margin-bottom: 5rem;
}

.features_title img{
	width: 100%;}

@media (min-width: 768px) and (max-width: 1280px) {
	.features_title{
		width: 45%;	}
}

@media screen and (max-width: 767px) {
	.features_title{width: 80%;}
}

.features{
	margin-bottom: 5rem;
	font-size: 1.2rem;
}

.features01{
	display:flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.text01{
	margin-left: auto;
	max-width: 750px;
}
.features01_title{
	max-width: 722px;
}
.features01_title img{
	width: 100%;
}

.features01_text{
	margin: 3rem 0 0 3.5rem;
	line-height: 2.3rem;
}

.pict01 {
	max-width: 590px;
	margin-top: 6rem;
	margin-left: auto;
}
.pict01 img{
	width: 100%;
}

/* 750+590 px + 10 margin? = で */
@media screen and (max-width: 1350px) {
	.features01{
		justify-content: center;
	}
	.text01{
		margin-left: 0;
	}
	.pict01 {
		margin-left: 0;
	}

	.features01_title img{width: 80%;}
	.features01_text{font-size: 1.6rem;line-height: 3rem;width: 80%;}
	.pict01 {margin-top: 3rem;}
	.pict01 img{width: 80%;	}
}


.features02{
	display:flex;
	flex-direction: row-reverse;
	margin-top: 7rem;
}

.text02{
	margin-right: auto;
	text-align: left;
	max-width: 750px;
}
.features02_title{
	max-width: 740px;
}

.features02_title img{
	width: 100%;
}

.features02_text{
	margin: 3rem 0 0 3.5rem ;
	line-height: 2.3rem;
}

.pict02 {
	max-width: 590px;
	margin-top: 6rem;
	margin-right: auto;}
.pict02 img{
	width: 100%;
}

@media screen and (max-width: 1350px) {
	.features02{
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
	}
	.text02{
		margin-right: 0;
	}
	.pict02 {
		margin-right: 0;
	}

	.features02_title img{width: 80%;}
	.features02_text{font-size: 1.6rem;line-height: 3rem;width: 80%;}
	.pict02 {margin-top: 3rem;}
	.pict02 img{width: 80%;	}
}

.features03{
	display:flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-top: 7rem;
}

.text03{
	margin-left: auto;
	text-align: left;
	max-width: 750px;
}

.features03_title{
	max-width: 481px;
}
.features03_title img{
	width: 100%;
}

.features03_text{
	margin: 3rem 0 0 3.5rem;
	line-height: 2.3rem;
}

.pict03 {
	max-width: 590px;
	margin-top: 6rem;
	margin-left: auto;
}

.pict03 img{
	width: 100%;
}

@media screen and (max-width: 1350px) {
	.features03{
		justify-content: center;
	}
	.text03 {
		margin-left: 0;
	}
	.pict03 {
		margin-left: 0;
	}

	.features03_title img{width: 80%;}
	.features03_text{font-size: 1.6rem;line-height: 3rem;width: 80%;}
	.pict03 {margin-top: 3rem;}
	.pict03 img{width: 80%;	}
}


/*説明とメリット*/
.summary{
	background: url("../img/bg_1.png");
	background-size: cover;
	width: 100%;
	height:auto;
	font-size: 1rem;
	padding: 10px;
	margin-bottom: -20px;
}

.summary-c{
	margin: 60px auto;
	padding: 6rem;
	text-align: center;
	background: rgba(255,255,255,0.6);
	max-width: 1000px;
	width: 100%;
}

.summary-s{
	text-align: left;
	line-height: 1.7;
}

.summary_merit{
	display:flex;
	flex-wrap: wrap;
	background-color: #d6e8c1;
	max-width: 900px;
	width: 100%;
	text-align: center;
	padding: 30px;
	margin: 1rem 0 0;
	font-size: 1.1em;
	font-weight: bold;
	border-radius: 1.5vh;
}

.summary_merit_l{
	background: url("../img/check.png")no-repeat 1rem center ;
	max-width: 350px;
	width: 100%;
	padding: 1rem 3.5rem;
	text-align: left;
}

@media (min-width: 768px) and (max-width: 1280px) {
	.summary-c{	width: 85%;	}
	.summary_merit_l{
		background: url("../img/check.png")no-repeat 0rem center ;
		width: 300px;
		padding: 1rem 2rem;	}
}
@media screen and (max-width: 767px) {
	.summary-s{font-size: 1.4rem;	}
	.summary_merit{font-size: 1.4rem;}
	.summary_merit_l{padding: 1rem 4rem;	}
}


.summary_btnWrap{
	position: relative;
	max-width: 730px;
	height: 130px;
	margin: 0 auto 7rem;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.summary_btnWrap img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.summary_btnWrap:hover img:nth-of-type(2) {
	opacity: 0;
}
@media screen and (max-width: 767px){
	.summary_btnWrap img{width: 70%;
		margin: -15px 0;}
}

/*エステックができること*/
.function{
	background-color: #eef4e6;
}

.function_title{
	max-width: 700px;
	margin: auto;
	padding: 6rem 0 5rem;
}

.function_title img{
	width: 100%;
}

@media (min-width: 768px) and (max-width: 1280px) {
	.function_title{width: 45%;}
}
@media screen and (max-width: 767px) {
	.function_title{width: 80%;
		padding: 3rem 0 5rem;}
}

.function_inner_l{
	max-width: 880px;
	margin: 0 auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:4em;
}

.function_lineup{
	max-width: 250px;
	font-size: 2.2em;
	font-weight:bold;
}
@media screen and (max-width: 540px) {
	.function_lineup {
		max-width: 40%;
	}
}

.function_lineup img{
	width: 100%;
}

.function_lineup p{
	background-color:rgba(255,255,255,0.8);
	text-align: center;
	vertical-align: middle;
	padding: 3% 0;
	color: #4d4d4d;
}
@media (min-width: 768px) and (max-width: 1280px) {/*レスポンシブの表示を整える*/

}



.function_btnWrap{
	position: relative;
	max-width: 738px;
	height: 138px;
	margin: -2.7rem auto 0;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.function_btnWrap img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.function_btnWrap:hover img:nth-of-type(2) {
	opacity: 0;
}
.function_btnWrap_Area{
	padding-bottom: 5rem;
}

@media screen and (max-width: 767px){
	.function_btnWrap img{width: 70%;}
}

/*お客様の声*/
.review_arrow{
	max-width: 185px;
	margin: 0 auto 3rem;
}
.review_arrow img{
	width: 100%;}

@media screen and (max-width: 767px) {
	.review_arrow{
		max-width: 130px;
	}
}

.review_title{
	max-width: 700px;
	margin:0 auto;
}

.review_title img{
	width: 100%;
}

@media (min-width: 768px) and (max-width: 1280px) {
	.review_title{width: 45%;}
}
@media screen and (max-width: 767px) {
	.review_title{width: 80%;}
}

.review_list{
	display: flex;
	gap:4rem;
	flex-wrap: wrap;
	align-content: space-between;
	max-width: 1700px;
	justify-content: center;
	padding: 3rem 0;
}
.review_lineup{
	max-width: 270px;
}
.review_lineup img{
	width: 100%;
}
@media (min-width: 768px) and (max-width: 1280px) {
	.review_lineup{
		width: 20%;
	}
}

@media screen and (max-width: 767px) {
	.review_list{gap:3rem;}
	.review_lineup{
		min-width: 150px;
		width: 20%;
	}
}

/*動画*/
.movie{
	background: url("../img/movie_bg.png");
	background-size: cover;
	width: 100%;
	height: auto;
	margin: 6rem 0;
}

.movie_title{
	max-width: 700px;
	margin: 0 auto;
	position:  relative;
	top: -2.7rem;
}
.movie_title img{
	width: 100%;
}

@media (min-width: 768px) and (max-width: 1280px) {
	.movie_title{width: 45%;}
}
@media screen and (max-width: 767px) {
	.movie_title{width: 80%;}
}

.youtube{
	text-align: center;
	padding: 2rem 0 5rem;
}
.youtube iframe{
	max-width: 100%;
}

/*導入までの流れ*/

.flow_title{
	max-width: 700px;
	margin: 0 auto;
}
.flow_title img{
	width: 100%;
}

@media (min-width: 768px) and (max-width: 1280px) {
	.flow_title{width: 45%;}
}
@media screen and (max-width: 767px) {
	.flow_title{width: 80%;}
}


.flow_text{
	max-width: 670px;
	margin: 5rem auto 5rem	;
	font-size: 1.1rem;  }

@media screen and (max-width: 767px) {
	.flow_text{font-size: 1.5rem;}
}

.flow_textArea{display:flex;
	flex-wrap: wrap;
	margin-bottom: 2.3rem;
}

.flow_textArea_icon{
	max-width: 106px;
	margin-right: 1.5rem;
}

.flow_textArea_icon img{
	width: 100%;
}

.flow .ttl{
	font-size: 1.3em;
	color: #487f09;
}

.txt{
	color: #191919;
	background-color: #eef4e6;
	border-radius: 10px;
	width: 520px;
	padding: 15px 20px;
}

@media screen and (max-width: 767px) {
	.flow_textArea_icon img{
		width: 15vw;
		margin-left: 3vw;
	}
	.flow .ttl{
		font-size: 1.2em;}
	.txt{width: 70vw;
		padding: 15px;}
}


.flow_btnWrap{
	position: relative;
	max-width: 738px;
	height: 138px;
	margin: 0 auto ;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.flow_btnWrap img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.flow_btnWrap:hover img:nth-of-type(2) {
	opacity: 0;
}
@media screen and (max-width: 767px){
	.flow_btnWrap img{width: 70%;}
}


/*Column*/

.column{
	background-color: #eef4e6;
	border-radius: 10px;
	width: 65%;
	margin: 7rem auto 0;
	padding: 50px 50px 80px;
}

.column_title{
	background: url("../img/Column.png") no-repeat left;
	height: 7rem;
	font-size: 1.7rem;
	font-weight:bold;
	padding-top: 50px;
	text-align: center;
	vertical-align: baseline;
	margin-bottom: 2rem;
}

@media screen and (max-width: 500px) {
	.column_title{
		background-size: 100%;
	}
}

.column p{
	font-size: 1rem;
	padding: 1rem 5rem;
}

@media screen and (max-width: 1280px) {
	.column{width: 80%;}
	.column p{font-size: 1.2rem;
		padding: 1rem;}
}
@media screen and (max-width: 767px) {
	.column p{font-size: 1.5rem;}}


/*お問合せ*/

.inquiry{
	background-color: #5eaa0e;
	padding: 70px 0 100px;
	margin: 100px 0 0;
	text-align: center;
}

.inquiry_title{
	color: #FFFFFF;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	padding: 0 0 4rem;
}

.inquiry_list_block{/*ネットと電話横並び*/
	display: flex;
	justify-content: center;
	width: 70%;
	margin: 0 auto;
}
@media screen and (max-width: 490px) {
	.inquiry_list_block{
		flex-wrap: wrap;
	}
}

.inquiry_list{/*白線*/
	padding: 2em;
	border: 1.5px solid #fff;
	border-radius: 13px;
}

.inquiry_list_title b {/*カテゴリタイトル*/
	background: #5eaa0e;
	color: #fff;
	display: inline-block;
	padding: 0 1rem;
	font-size: 2em;
}

.inquiry_list_title {/*カテゴリタイトルの白線のせ*/
	position: absolute;
	width: 100%;
	top: -1.2rem;
	left: 0;
	text-align: center;}

.inquiry_list {/*カテゴリタイトル設定*/
	position: relative;
	margin: 2rem 1rem;
	text-align: center;
	max-width: 43rem;
	min-width: 22rem;
	width: 100%;
}

.inquiry_list_dd {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	/*text-align: center;*/
	/*vertical-align: middle;*/
}

@media screen and (max-width: 490px) {
	.inquiry_list_dd{
		height: 10rem;
	}
}

.inquiry_list_net_block{
	width: 14rem;
	height: 10rem;
}

.inquiry_list_net{
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	height: 100%;
}

.inquiry_list_net_item_link{
	display: block;
	line-height: 3rem;
	text-align: center;
	font-weight: 700;
	font-size: 1.2rem;
	border-radius: 2rem;

	width: 100%;

	margin: 1rem;
}

@media screen and (min-width: 1400px) {
	.inquiry_list_net_block{
		width: 100%;
	}
	.inquiry_list_net{
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-around;
	}
	.inquiry_list_net_item_link{
		width: 14rem;
		height: 3rem;
	}

}

.inquiry_list_net_item_link.pamphlet{
	background: #cee0ad;
	color: #487f09;
	/*padding: 10px 20px;*/
}
.inquiry_list_net_item_link.pamphlet:hover{
	text-decoration: none;
	background-color: #eef4e6;
}

.inquiry_list_net_item_link.otoiawase{
	background-color: #eef4e6;
	color: #487f09;
	/*padding: 10px 60px;*/
}
.inquiry_list_net_item_link.otoiawase:hover{
	text-decoration: none;
	background-color: #d6e8c1;
}

.inquiry_list_tel_link {/*電話番号*/
	font-size: 2.5rem;
	color: #fff;
	/*line-height:150px;*/
}









/*会社概要*/

.company{
	background-image: url("../img/bg_2.png");
}

.company_title{
	max-width: 700px;
	margin: 0 auto;
	padding: 5rem 0 4rem;

}
.company_title img{
	width: 100%;
}
@media (min-width: 768px) and (max-width: 1280px) {
	.company_title{width: 45%;}
}
@media screen and (max-width: 767px) {
	.company_title{width: 80%;}
}

.company_award_list{
	max-width:900px;
	margin: 0 auto 3rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:3em;
}

.award_card{
	width: 40%;
	max-width: 230px;
}
.award_card img{
	width: 100%;
}

.company_table{
	max-width: 660px;
}


.company_inner{
	display: flex;
	flex-wrap: wrap;
	gap:0 2rem;
	padding-bottom: 5rem;
	justify-content:center;
}


.company_table td, .company_table th {
	padding: 1rem 2.5rem;
	border-top: 1px solid #dadbdb;
	border-bottom: 1px solid #dadbdb;
	text-align: left;
	vertical-align: middle;
	font-size: 1rem;
	letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
	.company_table td, .company_table th{font-size: 1.3rem;}
	.company_table{margin-bottom: 2rem;}
}

/*フッター*/

.footer{
	text-align: center;
}


.footer-info{
	margin: 30px 0 20px;
}

.logo-g{
	margin: 20px 0 10px;
}

.logo-g_image{
	width: 100px;
}

.company_name{
	font-size: 16px;
}
.corporate-site_link{
	color: #5EAA0E;
	font-size: 13px;
	margin-top: 12px;
}

.copyright{
	background: #5EAA0E;
	color: #fff;
	height: 35px;
	font-size: 0.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 上に戻る */

.gotop{
	display: block;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	background: #5eaa0e;
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 10000;
}
.gotop::before{
	content: "";
	display: block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 30%;
	height: 30%;
	top: 40%;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	transform: rotate(-45deg);
}
.gotop:hover{
	opacity: 1;
}
@media(max-width:750px){
	.gotop{
		width: 40px;
		height: 40px;
		text-indent: -9999px;
		opacity: 1;
		border: none;
		/*background: none;*/
		bottom: 10px;
		right: 10px;
	}
	.gotop::before{
		bottom: 0;
		top: 20%;
	}
}
