@charset "UTF-8";
/* CSS Document */

/*////////////////////////////////////

PC用レイアウト

////////////////////////////////////*/

/*----------------------
共通設定
----------------------*/
html{
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body{
	color: #191919;
	font-family: "Noto Sans JP", Meiryo, sans-serif;
	font-feature-settings: "palt";
		white-space: nowrap;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

a:hover{
	cursor: pointer;
}

h2 img{
	width: 100%;
	height: auto;
}

.img_w100{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

/*----------------------
ブラウザのCSSをリセット
----------------------*/
p{
	margin: 0 !important;
	padding: 0 !important;
}


/*----------------------
セクションエリア共通設定
----------------------*/
section{
	clear: both;
	overflow: auto;
}


/**********************************

全体レイアウト、共通設定

**********************************/

/*----------------------
全体エリアの背景設定
----------------------*/
.main{
	background-color: #f2f2f2;
}

/*----------------------
記事エリアの設定
----------------------*/
.article{
	background-color: #fff;
	font-size: 1.8rem;
}

.article p{
	line-height: 1.6;
}

.nomal_text{
	font-size: 1.8rem;
	line-height: 1.6;
}

.nomal_text span{
	font-weight: bold;
	background:linear-gradient(transparent 60%, #fff000 60%);
}

.np_view{
	display: none !important;
}

.sp_view{
	display: none !important;
}
/*----------------------
記事エリア、ファーストビューの内幅設定
----------------------*/
.top_img_in{
	width: 952px;
	margin: 0 auto;
}


/**********************************

上部ヘッダー設定

**********************************/

/*----------------------
上部固定ヘッダー全体
----------------------*/
.header{
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 5000;
	overflow: auto;
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	background-color: rgba(25,25,25,0.60);
}




/*----------------------
ロゴ
----------------------*/
.top_logo{
	width: 150px;
	height: 37.5px;
	padding-left: 30px;
}

.top_logo_flame:hover{
	opacity: 0.7;
}



/*----------------------
メニュー
----------------------*/
.header_nav_flame{
	display: flex;
	align-items: center;
	justify-content: center;
}

.header_nav_flame nav a{
	font-size: 1.6rem;
	color: #fff;
	margin-right: 30px;
	font-weight: 700;
}

.header_nav_flame nav a:hover,.header_line a:hover{
	text-decoration: underline;
}

.header_line{
	background-color: #45C55D;
}

.header_line a{
	font-size: 2rem;
	color: #fff;
	font-weight: 700;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 45px;
	box-sizing: border-box;
}




.sp_bottom_cv{
	display: none;
}


/*--------------------------------
ヘッダー内の画像が常に100%になるように
---------------------------------*/
.top_logo_flame img,.top_tel_flame img,.top_cv_btn img{
	width: 100%;
}



/**********************************

ファーストビュー設定

**********************************/
.top_img_flame{
	background-image: url("../img/pc_fv_out_2.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	margin-top: -100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top_img_in img{
	width: 90%;
	height: auto;
	display: block;
	margin: 0 auto 20px;
}
.fv_ttl{
	position: relative;
	.fv_ttl_sp_text{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		margin: auto;
		height: 100%;
		width: 100%;
		display: none;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: center;
		color: #fff;
		text-align: center;
		font-weight: 700;
		@media (max-width: 768px) {
			display: flex;
			
		}
		.sub{
			width: 100%;
			font-size: 4vw;
			text-shadow: 0 0 0.8em rgba(0, 0, 0, 1);
		}
		.main{
			margin-top: 0.3em;
			margin-right: -0.3em;
			width: 100%;
			font-size: 7.5vw;
			background: none;
			letter-spacing: .3em;
			font-feature-settings: "palt";
			text-shadow: 0 0 0.8em rgba(0, 0, 0, 1);
		}
	}
}

/**********************************

section設定

**********************************/
.section_over_flame{
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.section_under_flame{
	width: 952px;
	height: auto;
	margin: 0 auto;
	padding: 70px 0;
	box-sizing: border-box;
}

.big_under{
	width: 1450px;
	padding: 150px 30px 180px;
}

/**********************************

トップ下エリア

**********************************/

.top_shita_over{
	background-image: url("../img/top_shita_bg_2.png");
}

.top_shita_under{
	padding-bottom: 167px;
}

.top_shita_h2_ue_text{
	font-size: 1.5rem;
}

.top_shita_under h2{
	font-weight: bold;
	font-size: 3.3rem;
	line-height: 1.6 !important;
	margin-top: 15px;
}

.top_shita_text{
	background-color: #fff;
	font-size: 1.6rem;
	line-height: 2 !important;
	font-weight: 700;
	width: 580px;
	padding: 45px 55px !important;
	box-sizing: border-box;
	margin-top: 60px !important;
	
}


/**********************************

特徴エリア

**********************************/
.tokuchou_over{
	background-color: #191919;
	background-image: url("../img/features_bg_text.png");
}

.text_bg{
	background-repeat: no-repeat;
	background-position: center left 14px;
	background-size: 0.5%;
}

.tokuchou_under{
	padding: 180px 0;
	width: 1220px;
}

.tokuchou_retu{
	display: flex;
	justify-content: space-between;
	padding-top: 90px;
}

.tokuchou_retu2{
	padding-top: 40px;
}

.tokuchou_oosoto_flame{
	width: 30.5%;
}

.tokuchou_icon{
	display: block;
	margin: 0 auto -68px;
	width: 25%;
}

.tokuchou_soto_flame{
	background-color: #fff;
	box-sizing: border-box;
	padding: 13px;
}

.tokuchou_uchi_flame{
	width: 100%;
	height: auto;
	border: solid 1px #191919;
	padding: 65px 35px 45px;
	box-sizing: border-box;
}

.tokuchou_uchi_flame h3{
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 30px;
}

.tokuchou_uchi_flame h3 span{
	font-size: 3.6rem;
	font-weight: bold;
}

.tokuchou_uchi_flame p{
	white-space: pre-wrap;
	font-size: 1.6rem;
	line-height: 2 !important;
	font-weight: 500;
}




/**********************************

内装エリア

**********************************/

.naisou_under{
	display: flex;
	justify-content: space-between;
}

.naisou_img1{
	width: 50%;
	height: auto;
}

.naisou_text_flame{
	width: 41%;
	height: auto;
}

.top_shita_h2_ue_text{
	font-size: 1.5rem;
}

.naisou_under h2{
	font-weight: bold;
	font-size: 3.3rem;
	line-height: 1.6 !important;
	margin-top: 15px;
}

.naisou_text{
	font-size: 1.6rem;
	line-height: 2 !important;
	width: 100%;
	box-sizing: border-box;
	margin-top: 25px !important;
	
}

.naisou_text_flame img{
	margin-top: 45px;
}



/**********************************

サービスエリア

**********************************/
.service_over{
	background-image: url("../img/SERVICE_bg_text.png");
}

.service_under{
	background-color: #F7F7F7;
}

.title_sub_text{
	text-align: center;
	font-size: 1.6rem;
}

.title_sub_text span{
	font-weight: bold;
	font-size: 4rem;
}


.service_under ul{
	display: flex;
	justify-content: center;
}

.service_ul_1{
	margin-top: 50px;
}

.service_ul_2{
	margin-top: 5px;
	margin-bottom: 60px;
}

.service_under ul li{
	width: 300px;
	height: 218px;
	background-color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	padding-top: 160px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	margin-right: 5px;
}

.serice1{
	background-image: url("../img/service_icon1.png");
	background-position: center top 40px;
	background-size: 30%;
}

.serice2{
	background-image: url("../img/service_icon2.png");
	background-position: center top 38px;
	background-size: 32%;
}

.serice3{
	background-image: url("../img/service_icon3.png");
	background-position: center top 36px;
	background-size: 18%;
}

.serice4{
	background-image: url("../img/service_icon4_2.png");
	background-position: center top -25px;
	background-size: 59%;
	margin-right: 0 !important;
}

.serice5{
	background-image: url("../img/service_icon5.png");
	background-position: center top 40px;
	background-size: 27%;
}

.serice6{
	background-image: url("../img/service_icon6.png");
	background-position: center top 50px;
	background-size: 32%;
}

.serice7{
	background-image: url("../img/service_icon7.png");
	background-position: center top 40px;
	background-size: 31%;
}

.serice8{
	background-image: url("../img/service_icon8.png");
	background-position: center top 35px;
	background-size: 31%;
	margin-right: 0 !important;
	line-height: 1.4 !important;
	padding-top: 150px !important;
}



.sp_service_hyou{
	display: none !important;
}

/**********************************

料金エリア

**********************************/
.price_over{
	background-image: url("../img/price_bg_text.png");
}

.price_under{
	padding: 180px 0 130px;
	width: 1220px;
}

.price_retu{
	display: flex;
	justify-content: space-between;
}

.price_retu1{
	margin-top: 50px;
}

.price_retu2{
	margin-top: 50px;
}

.price_oosoto_flame{
	width: 30.5%;
	height: auto;
}

.price_h3_flame{
	background-color: #191919;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 5px;
}

.price_h3_flame h3{
	border: solid 1px #fff;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
}

.price_h3_flame h3 p{
	color: #fff;
	font-weight: bold;
	font-size: 2.4rem;
}

.price_text_flame{
	background-color: #F7F7F7;
	padding: 45px 0;
	margin-bottom: 5px;
	&.min_h{
		min-height: 150px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		text-align: center;
		gap:8px;
		p,>div{
			width: 100%;
		}
	}
}

.price_text_flame p{
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
}

.price_text_flame p span{
	font-size: 3.4rem;
	font-weight: bold;
}

.plus{
	font-size: 2.6rem !important;
	font-weight: bold !important;
	color: #B9B9B9;
}

.left_triangle{
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 7px solid #DBBE2F;
	border-bottom: 5px solid transparent;
	margin-left: 8px;
}

.kangen_text{
	background-color: #DBBE2F;
	padding: 0 10px !important;
}

.kangen_text span{
	font-size: 2.4rem !important;
}

.price_bottom_text{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	background-color: #F7F7F7;
	padding: 18px 0 !important;
}

.price_text_flame6{
	height: 307px;
	padding:0 !important;
	margin-bottom: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}


/*******シュミレーション表***********/

.hyou_under{
	padding: 0 0 180px 0;
	width: 1220px;
	display: flex;
	justify-content: center;
}


.hyou_under table tbody tr th,.hyou_under table tbody tr td{
	width: 113px;
	padding: 15px;
	font-size: 1.8rem;
}

.hyou_under table tbody tr th{
	background-color: #191919;
	color: #fff;
	font-weight: bold;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

.hyou_under table tbody tr td{
	text-align: center;
	border-right: solid 1px #191919;
	border-bottom: solid 1px #191919;
}

.hyou_under table tbody tr td span{
	font-weight: bold;
	background:linear-gradient(transparent 60%, #DAC03E 60%);
}

.hyou_yoko_last{
	border-right: solid 1px #191919 !important;
}

.hyou_tate_last{
	border-bottom: solid 1px #191919 !important;
}






.ue_hyou{
	margin-bottom: 60px;
}

.ue_hyou_left{
	background-color: #fff !important;
	color: #191919 !important;
	border: solid 1px #191919 !important;
}

.ue_hyou_plan{
	background-color: #191919 !important;
	color: #fff !important;
	border-top: solid 1px #191919 !important;
	border-right: solid 1px #fff !important;
}

.ue_hyou_plan_first{
	border-top: none !important;
	border-left: none !important;
}

.ue_hyou_plan_last{
	border-right: solid 1px #191919 !important;
}


.uriage,.kingaku{
	width: 144px;
	padding: 15px !important;
	font-size: 1.8rem;
	background-color: #191919;
	color: #fff;
	font-weight: bold;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	box-sizing: border-box;
	text-align: center;
}

.kingaku{
	width: 576px;
	border-right: none !important;
}





/**********************************

サロンエリア

**********************************/
.salon_over{
	background-color: #F7F7F7;
	background-image: url("../img/salon_bg_text.png");
}

.salon_under{
	padding-top: 150px;
	padding-bottom: 180px;
}

.share_salon_img{
	width: 470px;
	height: 313px;
}

.share_salon_inner{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

.salon_logo{
	width: 325px;
	height: 81px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.share_salon_inner_ttl{
	margin-bottom: .6em;
	padding: 1.1em;
	background: #111;
	font-size: 18px;
	color: #fff;
	outline: 1px solid #fff;
	outline-offset: -0.4em;
	text-align: center;
	@media (max-width: 768px) {
		font-size: 4.2vw;
		
	}
}
.salon_under dl{
	display: flex;
}

.salon_under dl dt,.salon_under dl dd{
	margin-top: .5em;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2;
}

.salon_under dl dt{
	width: 100px;
}


.salon_under iframe{
	width: 100%;
	height: 500px;
	margin-top: 70px;
}



/**********************************

求人エリア

**********************************/
.kyuujin_over{
	background-color: #191919;
	background-image: url("../img/kyuujin_bg_text.png");
}

.kyuujin_under{
	padding-top: 150px;
	padding-bottom: 180px;
}

.kyuujin_under .title_sub_text{
	margin-top: 40px !important;
}

.kyuujin_under iframe{
	width: 640px;
	height: 360px;
	margin: 50px auto 0;
	display: block;
}



/**********************************

インスタエリア

**********************************/
.insta_over{
	background-image: url("../img/insta_bg_text.png");
}

.insta_under{
	padding: 150px 0 180px;
	width: 1220px;
}

.insta_inner{
	background-color: #F7F7F7;
	box-sizing: border-box;
	padding:  70px 50px;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

.insta_flame{
	width: 22%;
	height: auto;
}

.insta_text{
	white-space: pre-wrap;
	font-size: 1.6rem;
	padding: 14px 0 !important;
}

.insta_flame a{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #191919;
	font-weight: 600;
	font-size: 2rem;
	border: solid 1px #191919;
	padding: 10px 0;
}

.insta_flame a:hover{
	background-color: #191919;
	color: #fff;
}


/**********************************

footerエリア

**********************************/
.footer{
	width: 100%;
	height: auto;
	background-color: #191919;
}

.footer_under{
	width: 1220px;
	height: auto;
	padding: 150px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.footer_logo{
	width: 244px;
	height: 60.7px;
}

.footer_menu{
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	margin-right: 40px;
}

.footer_under a:hover{
	text-decoration: underline;
}

.footer_menu_shita{
	margin-top: 40px;
}





/* section_in_point */
.section_in_point{
	margin: 2em auto;
	padding: 1em;
	max-width: 800px;
	border: 1px solid #da7272;
	outline: 1px solid #da7272;
	color: #d16161;
	text-align: center;
	line-height: 1.6em;
	font-weight: 500;
	font-size: 1.4em;
	outline-offset: -4px;
	@media (max-width: 768px) {
		font-size: 4.2vw;
	}
}

/**********************************

section_voice

**********************************/
.section_voice{
	margin: 80px auto;
	padding: 0 24px;
	box-sizing: border-box;
	.wrap{
		margin: 0 auto;
		margin-top: 40px;
		max-width: 1280px;
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		h3{
			font-size: 2em;
			font-weight: 600;
			margin-bottom: 20px;
		}
		figure{
			position: relative;
			width: 50%;
			@media (max-width: 800px) {
				width: 100%;
			}
			&::before{
				padding-top: 85%;
				content: '';
				display: block;
			}
			img{
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				object-fit: cover;
			}
		}
		.right_content{
			padding: 48px 0 0 48px;
			width: 50%;
			box-sizing: border-box;
			@media (max-width: 800px) {
				padding: 0;
				padding-top: 2em;
				width: 100%;
			}
			dl{
				width: 100%;
				display: grid;
				grid-template-columns: 11.25em calc(100% - 11.25em);
				@media (max-width: 600px) {
					grid-template-columns: 9.5em calc(100% - 9.5em);
				}
				dt,dd{
					padding: .7em 0;
					line-height: 2em;
					border-bottom: 1px dotted #bbb;
					&:last-of-type{
						border: none;
					}
				}
				dt{
					font-weight: 600;
					&.clm_1{
						padding-bottom: .3em;
						border: none;
						grid-column: span 2;
					}
				}
				dd{
					&.clm_1{
						padding-top: 0;
						grid-column: span 2;
					}
				}
			}
		}
		.bottom_content{
			margin-top: 40px;
			width: 100%;
			box-sizing: border-box;
			p{
				line-height: 2em;
				white-space: initial;

			}
		}
	}
}