@charset 'UTF-8';
/* concept追加スタイル */

/* eye catch
------------------------------------------------------------ */
.page_concept .eyecatch{
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

/* intro
------------------------------------------------------------ */
.page_concept .intro{
	text-align: center;
}
.page_concept .intro .title{
	color: #ad7f52;
	font-weight: 400;
	font-size: 5rem;
	letter-spacing: 0.1em;
	margin: 0;
}
.page_concept .intro .highlight{
	font-weight: 600;
	font-size: 7rem;
	letter-spacing: 0.1em;
}
.page_concept .intro .text{
	margin-top: 5rem;
	line-height: 2;
}

@media screen and (max-width: 559px) {
	.page_concept .intro .title{
		font-size: 2rem;
	}
	.page_concept .intro .highlight{
		font-size: 2.9rem;
	}
	.page_concept .intro .text{
		margin-top: 1rem;
		padding: 0 1.5rem;
		font-size: 1.4rem;
		line-height: 1.8;
	}
}

/* youtube
------------------------------------------------------------ */
.page_concept .youtube{
	background: #2f2920;
	margin-top: 6.5rem;
	padding: 5rem;
}
.page_concept .youtube .inner{
	max-width: 856px;
	padding-bottom: 482px;
	margin: auto;
	position: relative;
}
@media screen and (max-width: 956px) {
	.page_concept .youtube .inner{
		padding-bottom: calc(56.308%);
	}
}
.page_concept .youtube iframe{
	position: absolute;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 559px) {
	.page_concept .youtube{
		margin-top: 3rem;
		padding: 2.5rem 1.5rem;
	}	
}

/* ordermade
------------------------------------------------------------ */
.page_concept .ordermade{
	background: #fff9f4 url(../img/concept/ordermade_back_pc.jpg) no-repeat center top;
	padding: 13.5rem 0 10rem;
}

@media screen and (max-width: 559px) {
	.page_concept .ordermade{
		background: #fff9f4 url(../img/concept/ordermade_back_sp.jpg) no-repeat center top;
		background-size: 100% auto;
		padding: 5.5rem 0 5rem;
	}
}

/* ordermade plan
------------------------------------------------------------ */
.page_concept .plan a{
	transition: all 0.3s;
}
.page_concept .plan a:hover{
	opacity: 0.7;
	transition: all 0.3s;
}
.page_concept .plan .p-clinic-slider{
	margin-top: 5rem;
	padding-bottom: 6rem;
}
.page_concept .plan .p-clinic-slider .slick-dots{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 3.5rem 0 0;
	padding: 0;
	position: absolute;
	width: 100%;
	list-style-type: none;
}
.page_concept .plan .p-clinic-slider .slick-dots li{
	width: 1.8rem;
	height: 1.8rem;
	margin: 0 1rem 1.5rem;
	padding: 0;
	border-radius: 0.9rem;
	background: #666666;
	border: 2px solid #fff;
}
.page_concept .plan .p-clinic-slider .slick-dots li.slick-active{
	background: #ff6666;
}
.page_concept .plan .p-clinic-slider .slick-dots button{
	display: none;
}

@media screen and (max-width: 559px) {
	.page_concept .plan  .p-clinic-slider{
		margin: 2.7rem 0 0;
	}
	.page_concept .plan .p-clinic-slider .slick-dots{
		margin: 1.8rem 0 0;
	}
	.page_concept .plan .p-clinic-slider .slick-dots li{
		width: 1.3rem;
		height: 1.3rem;
		margin: 0 0.7rem 1.5rem;
		border: 1px solid #fff;
	}	
	
}

/* ordermade feature
------------------------------------------------------------ */
.page_concept .feature{
	max-width: 124rem;
	padding: 0 2rem;
	margin: 18rem auto 0;
}
.page_concept .feature .items{
	margin-top: 7rem;
}
.page_concept .feature .item{
	margin-top: 10rem;
	position: relative;
	min-height: 48rem;
}
.page_concept .feature .item:first-child{
	margin-top: 0;
}
.page_concept .feature .contents{
	width: 50%;
	background: #fff;
	padding: 5rem 5% 6rem;
	position: relative;
	z-index: 10;
}
.page_concept .feature .item:nth-child(2n) .contents{
	margin: 0 0 0 auto;
}
.page_concept .feature .num{
	position: absolute;
	top: -2.5rem;
	left: -1rem;
	color: #ad7f52;
	font-size: 7rem;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
	letter-spacing: 0.02em;
}
.page_concept .feature .title{
	color: #ad7f52;
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.02em;
	margin: 0 0 2rem;
}
.page_concept .feature .text{
	line-height: 2;
	letter-spacing: 0.02em;
}
.page_concept .feature .photo{
	width: 55%;
	position: absolute;
	top: 5rem;
	right: 0;
	z-index: 5;
}
.page_concept .feature .item:nth-child(2n) .photo{
	right: auto;
	left: 0;
}

@media screen and (max-width: 559px) {
	.page_concept .feature{
		padding: 0;
		margin: 8rem auto 0;
	}
	.page_concept .feature .items{
		margin-top: 3rem;
	}
	.page_concept .feature .item{
		margin-top: 5rem;
		min-height: auto;
	}
	.page_concept .feature .item:first-child{
		margin-top: 0;
	}
	.page_concept .feature .contents{
		width: 88%;
		padding: 8%;
		z-index: 4;
		left: 1.5rem;
	}
	.page_concept .feature .item:nth-child(2n) .contents{
		left: auto;
		right: 1.5rem;
	}
	.page_concept .feature .num{
		top: -1.2rem;
		left: -0.5rem;
		font-size: 3.5rem;
	}
	.page_concept .feature .title{
		font-size: 2.3rem;
		margin: 0 0 1rem;
	}
	.page_concept .feature .text{
		font-size: 1.3rem;
		line-height: 1.8;
	}
	.page_concept .feature .photo{
		width: 88%;
		position: relative;
		margin: -2rem 0 0 auto;
		top: 0;
	}
	.page_concept .feature .item:nth-child(2n) .photo{
		margin: -2rem auto 0 0;
	}

}

/* ordermade cross
------------------------------------------------------------ */
.page_concept .cross{
	margin-top: 10rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page_concept .cross .circle{
	width: 24rem;
	height: 24rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #2f2920;
	border: 0.6rem solid #c19e7c;
	border-radius: 12rem;
	color: #c19e7c;
	font-size: 2.2rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
}
.page_concept .cross .mark{
	width: 7.2rem;
	margin: auto 6rem;
}

@media screen and (max-width: 559px) {
	.page_concept .cross{
		margin-top: 5rem;
	}
	.page_concept .cross .circle{
		width: 14rem;
		height: 14rem;
		display: flex;
		border-width: 3px;
		border-radius: 7rem;
		font-size: 1.5rem;
	}
	.page_concept .cross .mark{
		width: 3.6rem;
		margin: auto 1.5rem;
	}
}

/* ordermade cross_text
------------------------------------------------------------ */
.page_concept .cross_text{
	margin-top: 3rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	line-height: 2.5;
}

@media screen and (max-width: 559px) {
	.page_concept .cross_text{
		padding: 0 1.5rem;
		margin-top: 2rem;
		font-size: 1.5rem;
	}	
}

/* ordermade banner
------------------------------------------------------------ */
.page_concept .banner{
	margin-top: 6rem;
	text-align: center;
}
.page_concept .banner a{
	transition: all 0.3s;
}
.page_concept .banner a:hover{
	opacity: 0.7;
	transition: all 0.3s;
}

@media screen and (max-width: 559px) {
	.page_concept .banner{
		margin-top: 2rem;
		padding: 0 1.5rem;
	}
}

/* plan_list
------------------------------------------------------------ */
.page_concept .plan_list{
	padding:11rem 0 10rem;
	background-image: linear-gradient(-45deg, white,#faefe6 50%, white 50%, #faefe6);
}
.page_concept .plan_list .items{
	max-width: 130rem;
	padding: 0 5rem;
	margin: 5rem auto 0;
	display: flex;
	justify-content: space-between;
}
.page_concept .plan_list .item{
	width: 31.6667%;
	border-radius: 1rem;
	padding: 3.3333%;
	text-align: center;
}
.page_concept .plan_list .title{
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
}
.page_concept .plan_list .trial{
	background: #efdccc;
}
.page_concept .plan_list .trial .title{
	color: #2f2920;
}
.page_concept .plan_list .semiorder{
	background: #c7b49d;
}
.page_concept .plan_list .semiorder .title{
	color: #2f2920;
}
.page_concept .plan_list .premium{
	background: #2f2920;
}
.page_concept .plan_list .premium .title{
	color: #c19e7c;
}

@media screen and (max-width: 559px) {
	.page_concept .plan_list{
		padding:5.5rem 0 5rem;
	}
	.page_concept .plan_list .items{
		display: block;
		padding: 0 1.5rem;
		margin: 2.5rem auto 0;
	}
	.page_concept .plan_list .item{
		width: 100%;
		border-radius: 0.5rem;
		padding: 6% 8.6957%;
		margin-top: 1.5rem;
	}
	.page_concept .plan_list .title{
		font-size: 1.4rem;
	}
}

/* list */
.page_concept .plan_list .list{
	margin: 2rem 0 0;
	padding: 0;
	list-style: none;
}
.page_concept .plan_list li{
	margin-top: 0.4rem;
}
.page_concept .plan_list a{
	display: block;
	padding: 1.7rem 1.5rem;
	font-size: 1.5rem;
	line-height: 1.2;
	text-decoration: none;
	background: #fff;
	border: 1px solid #c19e7c;
	transition: all 0.3s;
}
.page_concept .plan_list a:hover{
	background: #efe1c7;
	transition: all 0.3s;
}

@media screen and (max-width: 559px) {
	.page_concept .plan_list .list{
		margin: 1.5rem 0 0;
	}
	.page_concept .plan_list li{
		margin-top: 0.5rem;
	}
	.page_concept .plan_list a{
		padding: 1.2rem 1.5rem;
		font-size: 1.3rem;
	}
}

/* message
------------------------------------------------------------ */
.page_concept .message{
	margin-top: 13.5rem;
}
.page_concept .message .item{
	margin: 7rem auto 0;
	max-width: 120rem;
}
.page_concept .message .photo{
	width: 55%;
	position: relative;
	z-index: 5;
}
.page_concept .message .text{
	margin: -36rem 0 0 auto;
	padding: 5%;
	width: 50%;
	background: #c19e7c;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.02em;
	line-height: 2.5;
	position: relative;
	z-index: 10;
}

@media screen and (max-width: 559px) {
	.page_concept .message{
		margin-top: 6rem;
	}
	.page_concept .message .item{
		margin: 3rem auto 0;
	}
	.page_concept .message .photo{
		width: 88%;
		margin-left: 1.5rem;
	}
	.page_concept .message .text{
		margin: -2.5rem 1.5rem 0 auto;
		padding: 2rem 3rem;
		width: 88%;
		font-size: 1.4rem;
		line-height: 1.8;
	}
}

/* flow
------------------------------------------------------------ */
.page_concept .flow{
	margin: 10rem auto 0;
	padding: 8rem 6rem 6rem;
	background: #fff9f4;
	border-radius: 2rem;
	max-width: 100rem;
}
.page_concept .flow .items{
	margin-top: 7rem;
}
.page_concept .flow .item{
	margin-top: 4rem;
	display: flex;
	justify-content: space-between;
}
.page_concept .flow .photo{
	width: 34.09091%;
}
.page_concept .flow .contents{
	width: 61.36363%;
}
.page_concept .flow .items .title{
	margin: 0;
	font-size: 2.2rem;
	letter-spacing: 0.02em;
	line-height: 1;
	font-weight: 600;
	display: flex;
	align-items: baseline;
}
.page_concept .flow .items .en{
	color: #c19e7c;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-right: 1em;
}
.page_concept .flow .items .num{
	font-size: 3.6rem;
}
.page_concept .flow .text{
	font-size: 1.8rem;
	line-height: 1.8;
	margin-top: 2.5rem;
}
.page_concept .flow .contact{
	display: flex;
}
.page_concept .flow .contact a{
	color: #ad7f52;
	margin: 1rem 1rem 0 0;
	padding: 1.6rem 3.5rem;
	font-size: 1.6rem;
	line-height: 1;
	text-decoration: none;
	background: #fff;
	border: 1px solid #c19e7c;
	transition: all 0.3s;
}
.page_concept .flow .contact a:hover{
	background: #efe1c7;
	transition: all 0.3s;
}

@media screen and (max-width: 559px) {
	.page_concept .flow{
		margin: 5rem 1.5rem 0;
		padding: 4rem 2rem 3rem;
		border-radius: 1rem;
	}
	.page_concept .flow .items{
		margin-top: 3rem;
	}
	.page_concept .flow .item{
		margin-top: 3rem;
		display: block;
	}
	.page_concept .flow .photo{
		width: 49.1803%;
		float: left;
		margin: 0 1.5rem 1rem 0;
	}
	.page_concept .flow .contents{
		width: 100%;
	}
	.page_concept .flow .items .title{
		font-size: 1.5rem;
		line-height: 1.5;
		flex-direction: column;
	}
	.page_concept .flow .items .num{
		font-size: 2.4rem;
	}
	.page_concept .flow .text{
		font-size: 1.3rem;
		margin-top: 0;
		clear: both;
	}
	.page_concept .flow .contact{
		justify-content: space-between;
	}
	.page_concept .flow .contact a{
		margin: 1rem 0 0;
		padding: 1.6rem 0.5rem;
		font-size: 1.4rem;
		width: 48%;
		text-align: center;
	}
}

/* faq
------------------------------------------------------------ */
.page_concept .faq{
	margin: 8rem auto 0;
	padding: 8rem 6rem 6rem;
	background: #f7f7f7;
	border-radius: 2rem;
	max-width: 100rem;
}
.page_concept .faq .items{
	margin-top: 7rem;
}
.page_concept .faq .item{
	margin: 4rem 0 0;
}
.page_concept .faq .question,
.page_concept .faq .answer{
	display: flex;
	font-size: 2rem;
	font-weight: 600;
	align-items: baseline;
	margin: 0;
}
.page_concept .faq .answer{
	font-size: 1.6rem;
	font-weight: 400;
	align-items: baseline;
	margin-top: 1rem;
}
.page_concept .faq .question::before,
.page_concept .faq .answer::before{
	content: "Q";
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 2.4rem;
	width: 7rem;
	text-align: center;
	flex-shrink: 0;
}
.page_concept .faq .answer::before{
	content: "A";
	font-size: 2rem;
}

@media screen and (max-width: 559px) {
	.page_concept .faq{
		margin: 4rem 1.5rem 0;
		padding: 4rem 2rem 3rem;
		border-radius: 1rem;
	}
	.page_concept .faq .items{
		margin-top: 1rem;
	}
	.page_concept .faq .item{
		margin: 2rem 0 0;
	}
	.page_concept .faq .question,
	.page_concept .faq .answer{
		font-size: 1.4rem;
	}
	.page_concept .faq .answer{
		font-size: 1.3rem;
		margin-top: 0.5rem;
	}
	.page_concept .faq .question::before,
	.page_concept .faq .answer::before{
		font-size: 1.5rem;
		width: 3rem;
	}
	.page_concept .faq .answer::before{
		font-size: 1.3rem;
	}
}

