@charset "UTF-8";

/**メインビジュアル**/
.mv_inner {
	width: 100%;
	height: 100vh;
	background-image: url(../images/greenpeel/mv.png);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	position: relative;
}
.mv_inner_title {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: flex-start;
	position: absolute;
	left: 32px;
	bottom: 24px;
}
.mv_inner_title_en {
	color: #fff;
	font-family: Jost;
	font-size: 64px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 6.4px;
	margin: 0 0 8px;
}
.mv_inner_title_jp {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}
@media screen and (max-width:767px) {
	.mv_inner {
		background-image: url(../images/greenpeel/mv_sp.png);
	}
	.mv_inner_title {
		left: 20px;
		bottom: 16px;
	}
	.mv_inner_title_en {
		font-size: 48px;
		letter-spacing: 2.4px;
	}
	.mv_inner_title_jp {
		font-size: 18px;
	}
}
@media screen and (max-width:1440px) {
	.mv_inner {
		background-attachment: scroll;
	}
}

/**about**/
#aboutgreenpeel {
	padding: 120px 20px 144px;
}
.aboutgreenpeel_inner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.aboutgreenpeel_inner_title {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
	align-items: flex-start;
	margin: 0 0 64px;
}
.aboutgreenpeel_inner_title_en {
	color: #fff;
	font-family: Jost;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 2px;
	margin: 0 0 12px;
}
.aboutgreenpeel_inner_title_jp {
	color: #FFF;
	font-size: 40px;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 4px;
}
.aboutgreenpeel_inner_flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 32px;
}
.aboutgreenpeel_inner_flex_text {
	width: calc(100% - 296px);
	color: #fff;
	font-size: 18px;
	line-height: 2.4;
}
.aboutgreenpeel_inner_text {
	color: #fff;
	font-size: 18px;
	line-height: 2.4;
}
@media screen and (max-width:767px) {
	#aboutgreenpeel {
		padding: 64px 20px 80px;
	}
	.aboutgreenpeel_inner_title {
		margin: 0 0 32px;
	}
	.aboutgreenpeel_inner_title_en {
	}
	.aboutgreenpeel_inner_title_jp {
	}
	.aboutgreenpeel_inner_flex {
		margin: 0 0 20px;
	}
	.aboutgreenpeel_inner_flex_text {
		width: 100%;
		font-size: 16px;
		line-height: 2;
	}
	.aboutgreenpeel_inner_text {
		font-size: 16px;
		line-height: 2;
		margin: 0 0 32px;
	}
	.aboutgreenpeel_inner_img {
		width: 100%;
		text-align: center;
	}
	.aboutgreenpeel_inner_img img {
		max-width: 248px;
	}
}


/**画像セクション**/
.imgsection_inner {
				width: 100%;
				height: 800px;
				background-image: url(../images/greenpeel/img01.png);
				background-size: cover;
				background-position: center;
}
@media screen and (max-width:767px) {
	.imgsection_inner {
					height: 250px;
					background-image: url(../images/greenpeel/img01_sp.png);
	}
}

/**よくあるお悩みとプローチ**/
#worriesapproach {
	padding: 120px 20px 144px;
}
.worriesapproach_inner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.worriesapproach_inner_title {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
	align-items: flex-start;
	margin: 0 0 64px;
}
.worriesapproach_inner_title_en {
	color: #fff;
	font-family: Jost;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 2px;
	margin: 0 0 12px;
}
.worriesapproach_inner_title_jp {
	color: #FFF;
	font-size: 40px;
	font-weight: 300;
	line-height: 1.7;
	letter-spacing: 4px;
}
.worriesapproach_inner_wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 80px;
}
.worriesapproach_inner_wrap + .worriesapproach_inner_wrap {
	margin: -16px 0 80px;
}
.worriesapproach_inner_wrap_circle {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 200px;
	background: #fff;
	border: 1px dashed #002F4D;
	border-radius: 300px;
	color: #0075C1;
	font-size: 24px;
	line-height: 1;
}
.worriesapproach_inner_wrap_text {
	width: calc(100% - 264px);
}
.worriesapproach_inner_wrap_text_list {
	padding: 0 0 0 1em;
}
.worriesapproach_inner_wrap_text_list li {
	color: #F7F7F7;
	font-family: "Noto Sans JP";
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 200%;
	position: relative;
}
.worriesapproach_inner_wrap_text_list li:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 30px;
	background: #f7f7f7;
	position: absolute;
	left: -.8rem;
	top: 50%;
}
.worriesapproach_inner_wrap_text_title {
	color: #fff;
	font-size: 24px;
	line-height: 1.4;
	margin: 0 0 24px;
}
.worriesapproach_inner_wrap_text_liskdeta {
	margin: 0 0 64px;
}
.worriesapproach_inner_wrap_text_liskdeta dl + dl {
	margin: 24px 0 0;
}
.worriesapproach_inner_wrap_text_liskdeta dt {
	color: #fff;
	font-size: 18px;
	line-height: 1;
	margin: 0 0 14px;
}
.worriesapproach_inner_wrap_text_liskdeta dd {
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	text-indent: -58px;
	padding-left: 58px;
}
.worriesapproach_inner_wrap_text_liskdeta dd:before {
	content: "リスク";
	background: #fff;
	border-radius: 2px;
	margin: 0 8px 0 0;
	padding: 1px 4px;
	color: #0075C1;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}
.worriesapproach_inner_wrap_text_text {
	color: #fff;
	margin: 0 0 24px;
}
.worriesapproach_inner_wrap_text_effect {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	background: #0067AA;
	padding: 32px 20px;
}
.worriesapproach_inner_wrap_text_effect_title {
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
}
.worriesapproach_inner_wrap_text_effect_deta dl + dl {
	margin: 24px 0 0;
}
.worriesapproach_inner_wrap_text_effect_deta dt {
	color: #fff;
	font-size: 18px;
	line-height: 1;
	margin: 0 0 14px;
}
.worriesapproach_inner_wrap_text_effect_deta dd {
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	text-indent: -46px;
	padding-left: 46px;
}
.worriesapproach_inner_wrap_text_effect_deta dd:before {
	content: "効果";
	background: #fff;
	border-radius: 2px;
	margin: 0 8px 0 0;
	padding: 1px 4px;
	color: #0075C1;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}
.worriesapproach_inner_point {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	align-items: stretch;
}
.worriesapproach_inner_point_item {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	width: 47%;
}
.worriesapproach_inner_point_item_text {
	margin: 0 0 24px;
}
.worriesapproach_inner_point_item_text_num {
	text-align: center;
	color: #fff;
	font-family: Jost;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 2.4px;
	margin: 0 0 32px;
}
.worriesapproach_inner_point_item_text_num:before {
	content: "Point ";
}
.worriesapproach_inner_point_item_text_title {
	color: #FFF;
	font-size: 24px;
	line-height: 1;
	margin: 0 0 20px;
}
.worriesapproach_inner_point_item_text_text {
	color: #fff;
	font-size: 16px;
}
@media screen and (max-width:767px) {
	#worriesapproach {
		padding: 48px 20px 96px;
	}
	.worriesapproach_inner_title {
		margin: 0 0 32px;
	}
	.worriesapproach_inner_title_en {
	}
	.worriesapproach_inner_title_jp {
	}
	.worriesapproach_inner_wrap {
		justify-content: center;
		margin: 0 0 64px;
	}
	.worriesapproach_inner_wrap + .worriesapproach_inner_wrap {
		margin: -16px 0 64px;
	}
	.worriesapproach_inner_wrap_circle {
		width: 140px;
		height: 140px;
		font-size: 20px;
		margin: 0 0 32px;
	}
	.worriesapproach_inner_wrap_text {
		width: 100%;
	}
	.worriesapproach_inner_wrap_text_list li {
		font-size: 16px;
	}
	.worriesapproach_inner_wrap_text_list li:before {
		top: 12px;
	}
	.worriesapproach_inner_wrap_text_title {
		margin: 0 0 20px;
	}
	.worriesapproach_inner_wrap_text_liskdeta {
		margin: 0 0 48px;
	}
	.worriesapproach_inner_wrap_text_text {
		margin: 0 0 32px;
	}
	.worriesapproach_inner_wrap_text_effect {
		flex-direction: column;
	}
	.worriesapproach_inner_wrap_text_effect_title {
		margin: 0 0 32px;
	}
	.worriesapproach_inner_point_item {
		width: 100%;
	}
	.worriesapproach_inner_point_item + .worriesapproach_inner_point_item {
		margin: 40px 0 0;
	}
	.worriesapproach_inner_point_item_text_num {
		margin: 0 0 24px;
	}
	.worriesapproach_inner_point_item_text_title {
		font-size: 20px;
		margin: 0 0 16px;
	}
}


/**メニュー・施術内容**/
#greenpeelmenu {
	padding: 120px 20px;
}
.greenpeelmenu_inner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.greenpeelmenu_inner_title {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
	align-items: flex-start;
	margin: 0 0 64px;
}
.greenpeelmenu_inner_title_en {
	color: #0075C1;
	font-family: Jost;
	font-size: 40px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 4px;
	margin: 0 0 8px;
}
.greenpeelmenu_inner_title_jp {
	color: #444;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}
.greenpeelmenu_inner_content {
	margin: 0 0 96px;
}
.greenpeelmenu_inner_content_top {
	margin: 0 0 40px;
}
.greenpeelmenu_inner_content_top_item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	align-items: flex-end;
}
.greenpeelmenu_inner_content_top_item + .greenpeelmenu_inner_content_top_item {
	margin: 24px 0 0;
}
.greenpeelmenu_inner_content_top_item_text_title {
	color: #000;
	font-size: 24px;
	line-height: 1;
}
.greenpeelmenu_inner_content_top_item_text_description {
	color: #000;
	font-size: 16px;
	line-height: 2;
}
.greenpeelmenu_inner_content_top_item_price_num {
	font-family: Jost;
	font-size: 32px;
	line-height: 1;
}
.greenpeelmenu_inner_content_top_item_price_num:before {
	content: "¥";
	font-size: 20px;
	margin: 0 .5em 0 0;
}
.greenpeelmenu_inner_content_flow {
	margin: 0 0 32px;
}
.greenpeelmenu_inner_content_flow_step {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
}
.greenpeelmenu_inner_content_flow_step + .greenpeelmenu_inner_content_flow_step {
	margin: 16px 0 0;
}
.greenpeelmenu_inner_content_flow_step_num {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid #DBDBDB;
	border-radius: 300px;
	color: #0075C1;
	font-family: Jost;
	line-height: 1;
}
.greenpeelmenu_inner_content_flow_step_title {
	width: 192px;
	margin: 0 24px 0 0;
}
.greenpeelmenu_inner_content_flow_step_text {
	width: calc(100% - 288px);
	color: #000;
	font-size: 16px;
}
.greenpeelmenu_inner_content_annotation {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 40px;
}
.greenpeelmenu_inner_content_btn {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.greenpeelmenu_inner_content_btn_catch {
	display: inline-block;
	color: #0075C1;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 3px;
	position: relative;
}
.greenpeelmenu_inner_content_btn_catch:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 14px;
	background: #0075C1;
	transform: rotateZ(-30deg);
	position: absolute;
	left: -10px;
	bottom: -1px;
}
.greenpeelmenu_inner_content_btn_catch:after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 14px;
	background: #0075C1;
	transform: rotateZ(30deg);
	position: absolute;
	right: -10px;
	bottom: -1px;
}
.greenpeelmenu_inner_content_btn a {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 40px;
	background-image: url(../images/common/oin_white.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: right 11px center;
	background-color: #0075C1;
	border: 1px solid #0075C1;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-family: Jost;
	font-size: 18px;
	line-height: 1;
}
.greenpeelmenu_inner_training {
	background: #fff;
	padding: 48px 80px;
}
.greenpeelmenu_inner_training_title {
	color: #0075C1;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.7;
	letter-spacing: 3.2px;
	margin: 0 0 24px;
}
.greenpeelmenu_inner_training_text {
	margin: 0 0 24px;
}
@media screen and (min-width: 768px) {
	.greenpeelmenu_inner_content_btn a:hover {
		background-image: url(../images/common/oin_black.png);
		background-color: #fff;
		color: #0075C1;
	}
}
@media screen and (max-width:767px) {
	#greenpeelmenu {
		padding: 64px 20px 144px;
	}
	.greenpeelmenu_inner_title {
		margin: 0 0 48px;
	}
	.greenpeelmenu_inner_content {
		margin: 0 0 80px;
	}
	.greenpeelmenu_inner_content_top {
		margin: 0 0 24px;
	}
	.greenpeelmenu_inner_content_top_item + .greenpeelmenu_inner_content_top_item {
					margin: 12px 0 0;
	}
	.greenpeelmenu_inner_content_top_item_text {
	}
	.greenpeelmenu_inner_content_top_item_text_title {
		font-size: 20px;
	}
	.greenpeelmenu_inner_content_top_item_price {
		text-align: right;
	}
	.greenpeelmenu_inner_content_top_item_price_num {
		font-size: 28px;
	}
	.greenpeelmenu_inner_content_top_item_price_num:before {
		font-size: 18px;
	}
	.greenpeelmenu_inner_content_flow {
		margin: 0 0 20px;
	}
	.greenpeelmenu_inner_content_flow_step + .greenpeelmenu_inner_content_flow_step {
		margin: 20px 0 0;
	}
	.greenpeelmenu_inner_content_flow_step_num {
		width: 32px;
		height: 32px;
	}
	.greenpeelmenu_inner_content_flow_step_title {
		width: calc(100% - 44px);
		margin: 0;
	}
	.greenpeelmenu_inner_content_flow_step_text {
		width: 100%;
		margin: 8px 0 0;
	}
	.greenpeelmenu_inner_training {
		padding: 24px 20px;
	}
	.greenpeelmenu_inner_training_title {
		font-size: 24px;
		letter-spacing: 2.4px;
		margin: 0 0 16px;
	}
}
