/* ---------------------------------------------------------------
start TOTAL BEAUTY PRODUCE 3とは CSS
--------------------------------------------------------------- */

.col_about {
	width: 90%;
	max-width: 1076px;
	margin: 55px auto 0;
	padding: 38px 0;
	background-color: #fff;
	position: relative;
}

.cont_about1 {
	width: 93%;
	height: 95.5vw;
	max-height: 534px;
	margin: 0 auto;
	padding: 0 2% 3.2%;
	text-align: center;
	background-image: url(../img/about/bg_about1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
@media screen and ( max-width: 700px ) {
	.col_about {
		padding: 3.2vw 0;
	}
	.cont_about1 {
		padding: 8.5% 2%;
		background-image: url(../img/about/sp/bg_about1.jpg);
		background-repeat: no-repeat;
		background-size: auto 100%;
		justify-content: flex-start;
	}
}
.cont_about1 .mds_about1 {
	margin: 0 0 42px;
	padding: 0;
	padding: 0;
}

.mds_about1 .logo {
	width: 47vw;
	max-width: 278px;
	margin: 0 auto 23px;
	padding: 0;
}

.mds_about1 .submds {
	width: 32.5vw;
	max-width: 160px;
	margin: 0 auto;
	padding: 0;
}

.cont_about1 .txt {
	line-height: 2.2;
}

@media screen and ( max-width: 700px ) {
	.cont_about1 .mds_about1 { margin: 0 0 20px; }
	
	.mds_about1 .logo { margin: 0 auto 5px; }
	
	.mds_about1 .submds {
	}

	
	.cont_about1 .txt {
		font-size: min(17px, 3.3vw);
		line-height: 1.75;
	}
	
	.cont_about1 .txt .lead {
		margin: 0 auto 17px;
		font-size: min( 20px, 3.6vw );
		line-height: 1.3;
	}
	
}

.mds_about2 {
	width: 90%;
	max-width: 855px;
	margin: 50px auto 85px;
	padding: 0 0 30px;
	color: #B3945B;
	font-size: 30px;
	text-align: center;
	line-height: 1.5em;
	font-weight: 500;
	border-bottom: 1px solid #A3A3A3;
}
.mds_about2 strong {
	font-size: 50px;
	font-weight: 500;
}
@media screen and ( max-width: 700px ) {
	.mds_about2 {
		margin: 20px auto 15px;
		padding: 0 0 15px;
		font-size: 19px;
	}
	.mds_about2 strong {
		font-size: 30px;
	}
}

.col_reason {
	width: 95%;
	margin: 0 auto 40px;
	display: flex;
	justify-content: center;
	gap: 20px;
}
.item_reason {
	width: 33.3333%;
	margin: 0;
	text-align: center;
}
.item_reason img {
	width: 100%;
	max-width: 180px;
}
.item_reason h3 {
	color: #B3945B;
	margin: 35px 0 15px;
	line-height: 1.5em;
}
.deco_about1 {
	width: 175px;
	position: absolute;
	top: -40px;
	right: -100px;
}
@media screen and ( max-width: 700px ) {
	.col_reason {
		margin: 0 auto 40px;
		display: block;
	}
	.item_reason {
		width: 100%;
		margin: 0 0 35px;
		text-align: center;
	}
	.item_reason img {
		max-width: 200px;
	}
	.item_reason h3 {
		margin: 15px 0 5px;
	}
	.deco_about1 {
		width: 80px;
		top: -35px;
		right: -45px;
	}
}

.col_individual,
.col_owner {
		margin: 50px auto;
	padding: 0;
}
.mds_about3 {
	width: 90%;
	max-width: 855px;
	margin: 0 auto 50px;
	padding: 0 0 30px;
	color: #DE8684;
	font-size: 30px;
	text-align: center;
	line-height: 1.5em;
	font-weight: 500;
	border-bottom: 1px solid #A3A3A3;
}
.col_owner .mds_about3 {
	color: #9F9CC8;
}
.lead_individual {
	margin: 0 auto 50px;
	font-size: 17px;
	text-align: center;
}
a.btn_newmember {
	max-width: 367px;
	margin: 0 auto 20px;
	padding: 17px 0 15px;
	color: #FFF;
	font-size: 25px;
	text-align: center;
	line-height: 1em;
	background-color: #e27574;
	border: 1px solid #FFF;
	display: block;
	position: relative;
	transition: all 0.3s;
}
.col_owner a.btn_newmember {
	background-color: #9F9CC8;
}
a.btn_newmember::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 7%;
	width: 8px;
	height: 8px;
	margin: auto;
	content: "";
	vertical-align: middle;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.3s;
}
a.btn_newmember span {
	font-size: 15px;
}
a.btn_newmember:hover {
	color: #e27574;
	background-color: #FFF;
	border: 1px solid #e27574;
}
a.btn_newmember:hover::after {
	border-top: 2px solid #e27574;
	border-right: 2px solid #e27574;
}
.col_owner a.btn_newmember:hover {
	color: #9F9CC8;
	border: 1px solid #9F9CC8;
}
.col_owner a.btn_newmember:hover::after {
	border-top: 2px solid #9F9CC8;
	border-right: 2px solid #9F9CC8;
}
.deco_about2 {
	width: 150px;
	position: absolute;
	top: -90px;
	left: -120px;
}
.deco_about3 {
	width: 475px;
	position: absolute;
	top: -165px;
	right: -340px;
}
.deco_about4 {
	width: 175px;
	position: absolute;
	bottom: -65px;
	left: -120px;
}
@media screen and ( max-width: 700px ) {
	.col_individual,
	.col_owner {
		width: 90%;
		margin: 20px auto;
	}
	.mds_about3 {
		margin: 20px auto 15px;
		padding: 0 0 15px;
		font-size: 19px;
	}
	.lead_individual {
		margin: 0 auto 20px;
		font-size: 15px;
		line-height: 2.5em;
	}
	a.btn_newmember {
		width: 100%;
		margin: 0 auto 15px;
		padding: 15px 0 13px;
		font-size: 18px;
	}
	a.btn_newmember span {
		font-size: 12px;
	}
	.deco_about2 {
		width: 75px;
		top: -75px;
		left: -50px;
	}
	.deco_about3 {
		width: 180px;
		top: -85px;
		right: -105px;
	}
	.deco_about4 {
		width: 95px;
		bottom: -50px;
		left: -55px;
	}
}

.bnrarea_about {
	width: 90%;
	max-width: 1076px;
	margin: 90px auto 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.bnrarea_about a {
	width: 45%;
	max-width: 465px;
	margin: 0 auto;
	padding: 40px 10px;
	text-align: center;
	background-color: #FFF;
	border: 11px solid #EAE3D3;
	transition: all 0.3s;
}
.bnrarea_about a:hover {
	border: 11px solid #B3945B;
}
.mds_bnrarea {
	margin: 0 auto 30px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
.mds_bnrarea::after {
	content: "";
	width: 1px;
	height: 20px;
	margin: 0 auto;
	background-color: #A3A3A3;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px
}
.mds_bnrarea img {
	margin: 0 0 5px;
	display: block;
}
@media screen and ( max-width: 700px ) {
	.bnrarea_about {
		width: 100%;
		margin: 30px auto 0;
		display: block;
	}
	.bnrarea_about a {
		width: 90%;
		margin: 0 auto 20px;
		padding: 27px 0 24px;
		font-size: 12px;
		line-height: 1.5em;
		border: 8px solid #EAE3D3;
		display: block;
	}
	.bnrarea_about a:hover {
		border: 8px solid #B3945B;
	}
	.mds_bnrarea {
		margin: 0 auto 25px;
		font-size: 11px;
	}
	.mds_bnrarea::after {
		height: 15px;
		bottom: -20px
	}
	.mds_bnrarea img {
		margin: 0 0 4px;
	}
	.bnrarea_about a .mds_bnrarea img {
		height: 21px;
	}
	.bnrarea_about a:first-child .mds_bnrarea img {
		height: 18px;
	}
}


/* ---------------------------------------------------------------
start max 1033px
--------------------------------------------------------------- */

@media screen and ( max-width: 1033px ) {
	
}

/* ---------------------------------------------------------------
end max 1033px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
start max 850px
--------------------------------------------------------------- */

@media screen and ( max-width: 850px ) {
	
}

/* ---------------------------------------------------------------
end max 850px
--------------------------------------------------------------- */
/* ---------------------------------------------------------------
start min 701px
--------------------------------------------------------------- */

@media print,screen and ( min-width: 701px ) {
	
}

/* ---------------------------------------------------------------
end min 701px
--------------------------------------------------------------- */
/* ---------------------------------------------------------------
start max 700px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 700px ) {
	
}

/* ---------------------------------------------------------------
end max 700px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
start max 450px
--------------------------------------------------------------- */

@media screen and ( max-width: 450px ) {
	
}


