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

/*----- PAGE-HEADER -----*/

.page-header{
	background-image: url("../../../images/_assets-page/aboutus/img-cover-sp.webp");
}

@media screen and (min-width: 768px) {
	
	.page-header{
		background-image: url("../../../images/_assets-page/aboutus/img-cover-pc.webp");
	}
	
}

/*----- PAGE-CONTENT -----*/

#aboutus div.content{
	width:100%;
	
	background-color:#F8F8F8;
}

#aboutus div.post-content{
	width:100%;
	margin-bottom:25px;
}

#aboutus div.post-content:last-child{
	margin-bottom:0;
}

@media screen and (min-width: 768px) {
	
	#aboutus div.post-content{
		margin-bottom:50px;
	}
	
}

/*----- SUMMARY -----*/

#summary{
	width:100%;
	
	background-color:#f0f0f0;
	background-image: url("../../../images/_assets-page/aboutus/bg-design.webp");
	background-repeat: repeat;
	background-size:216px;
	background-position: center;
	
	box-sizing: border-box;
	padding:20px 10px;
}

#summary div.inner{
	display:flex;
	align-items: center;
	justify-content: flex-start;
	
	width:100%;
	margin:0 auto;
	max-width: 960px;
}

#summary div.inner-block{
	width:100%;
}

#summary h4{
	font-size:1.25rem;
	line-height:40px;
	
	text-align: center;
	
	color:#5f161d;
	
	margin-bottom:10px;
}

#summary h4 span.note{
	display:inline-block;
	
	box-sizing: border-box;
	padding:0 40px;
	
	position: relative;
}

#summary h4 span.note::before{
	display:block;
	content:"";
	
	width:30px;
	height:1px;
	
	background-color:#5f161d;
	
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	
	margin:auto 0;
}

#summary h4 span.note::after{
	display:block;
	content:"";
	
	width:30px;
	height:1px;
	
	background-color:#5f161d;
	
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	
	margin:auto 0;
}

#summary p{
	text-align: left;
}

#summary p br{
	display:none;
}

@media screen and (min-width: 768px) {
	
	#summary{
		padding:40px 20px;
	}
	
	#summary h4{
		font-size:1.5rem;
		line-height:50px;
		
		margin-bottom:20px;
	}
	
	#summary h4 span.note{
		padding:0 60px;
	}
	
	#summary h4 span.note::before{
		width:40px;
	}
	
	#summary h4 span.note::after{
		width:40px;
	}
	
	#summary p{
		text-align: center;
	}
	
	#summary p br{
		display:inline-block;
	}
	
}

/*----- FORGENTLEMAN -----*/

#forgentleman{
	width:100%;
	
	background-image: url("../../../images/_assets-page/aboutus/bg-design-gentleman.webp");
	background-repeat: repeat;
	background-size:216px;
	background-position: center;
}

#forgentleman div.inner{
	width:100%;
	margin:0 auto;
	max-width: 1080px;
	
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
}

#forgentleman p.thumbnail{
	width:100%;
	position: relative;
	
	order:2;
}

#forgentleman p.thumbnail::before{
	display:block;
	content:"";
	
	width:100%;
	
	box-sizing: border-box;
	padding-top:50%;
}

#forgentleman p.thumbnail img{
	width:100%;
	height:100%;
	
	position: absolute;
	top:0;
	left:0;
	
	object-fit: cover;
	object-position: center;
}

#forgentleman div.text{
	background-color:#001c58;
	color:#fff;
	
	width:100%;
	
	box-sizing: border-box;
	padding:40px 20px;
	
	display:flex;
	align-items: center;
	justify-content: center;
	
	order:1;
}

#forgentleman div.text-block{
	width:100%;
	
	font-size:0.8rem;
	line-height:1.75em;
}

#forgentleman div.text-block h4{
	font-size:1.25rem;
	line-height:20px;
	
	box-sizing: border-box;
	padding-left:30px;
	
	position: relative;
	
	margin-bottom:20px;
}

#forgentleman div.text-block h4::before{
	display:block;
	content:"";
	
	width:20px;
	height:1px;
	
	background-color:#fff;
	
	position: absolute;
	top:10px;
	left:0;
}

#forgentleman div.text-block h4 span.note{
	font-size:0.8rem;
	line-height:20px;
}

#forgentleman div.text-block p{
	margin-bottom:10px;
}

#forgentleman div.text-block p:last-of-type{
	margin-bottom:0;
}

#forgentleman div.text-block span.note{
	display:block;
	
	box-sizing: border-box;
	padding:10px 0;
	
	font-size:1.0rem;
	line-height:30px;
}

@media screen and (min-width: 768px) {
	
	#forgentleman p.thumbnail{
		width:50%;
		
		order:1;
	}
	
	#forgentleman div.text{
		width:50%;
		
		order:2;
	}
	
}

@media screen and (min-width: 960px) {
	
	#forgentleman div.text{
		padding:40px;
	}
	
}

/*----- FORLADIES -----*/

#forladies{
	width:100%;
	
	background-image: url("../../../images/_assets-page/aboutus/bg-design-ladies.webp");
	background-repeat: repeat;
	background-size:216px;
	background-position: center;
}

#forladies div.inner{
	width:100%;
	margin:0 auto;
	max-width: 1080px;
	
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
}

#forladies p.thumbnail{
	width:100%;
	position: relative;
	
	order:2;
}

#forladies p.thumbnail::before{
	display:block;
	content:"";
	
	width:100%;
	
	box-sizing: border-box;
	padding-top:50%;
}

#forladies p.thumbnail img{
	width:100%;
	height:100%;
	
	position: absolute;
	top:0;
	left:0;
	
	object-fit: cover;
	object-position: center;
}

#forladies div.text{
	background-color:#7d0022;
	color:#fff;
	
	width:100%;
	
	box-sizing: border-box;
	padding:40px 20px;
	
	display:flex;
	align-items: center;
	justify-content: center;
	
	order:1;
}

#forladies div.text-block{
	width:100%;
	
	font-size:0.8rem;
	line-height:1.75em;
}

#forladies div.text-block h4{
	font-size:1.25rem;
	line-height:20px;
	
	box-sizing: border-box;
	padding-left:30px;
	
	position: relative;
	
	margin-bottom:20px;
}

#forladies div.text-block h4::before{
	display:block;
	content:"";
	
	width:20px;
	height:1px;
	
	background-color:#fff;
	
	position: absolute;
	top:10px;
	left:0;
}

#forladies div.text-block h4 span.note{
	font-size:0.8rem;
	line-height:20px;
}

#forladies div.text-block p{
	margin-bottom:10px;
}

#forladies div.text-block p:last-of-type{
	margin-bottom:0;
}

#forladies div.text-block span.note{
	display:block;
	
	box-sizing: border-box;
	padding:10px 0;
	
	font-size:1.0rem;
	line-height:30px;
}

@media screen and (min-width: 768px) {
	
	#forladies p.thumbnail{
		width:50%;
		
		order:2;
	}
	
	#forladies div.text{
		width:50%;
		
		order:1;
	}
	
}

@media screen and (min-width: 960px) {
	
	#forladies div.text{
		padding:40px;
	}
	
}

/*----- MESSAGE-CONTENT -----*/

#message{
	width:100%;
	
	background-color:#f8f8f8;
	background-image: url("../../../images/_assets-page/gentleman/bg-message.webp");
	background-repeat: repeat;
	background-size:216px;
	background-position: center;
	
	box-sizing: border-box;
	padding:10px;
}

#message div.post-content-inner{
	width:100%;
	margin:0 auto;
	max-width: 960px;
	
	box-sizing: border-box;
	padding:40px 30px;
	
	background-color:#fff;
	color:#222;
}

#message div.inner{
	width:100%;
	position: relative;
}

#message div.inner span.design-top-left{
	display:block;
	
	width:80px;
	height:80px;
	
	position: absolute;
	top:-30px;
	left:-20px;
	
	background-image: url("../../../images/_assets-page/gentleman/design-frame-message.webp");
	background-repeat: no-repeat;
	background-size: 80px;
	background-position: top left;
}

#message div.inner span.design-top-right{
	display:block;
	
	width:80px;
	height:80px;
	
	position: absolute;
	top:-30px;
	right:-20px;
	
	background-image: url("../../../images/_assets-page/gentleman/design-frame-message.webp");
	background-repeat: no-repeat;
	background-size: 80px;
	background-position: top left;
	
	transform: rotate(90deg);
}

#message div.inner span.design-bottom-right{
	display:block;
	
	width:80px;
	height:80px;
	
	position: absolute;
	bottom:-30px;
	right:-20px;
	
	background-image: url("../../../images/_assets-page/gentleman/design-frame-message.webp");
	background-repeat: no-repeat;
	background-size: 80px;
	background-position: top left;
	
	transform: rotate(180deg);
}

#message div.inner span.design-bottom-left{
	display:block;
	
	width:80px;
	height:80px;
	
	position: absolute;
	bottom:-30px;
	left:-20px;
	
	background-image: url("../../../images/_assets-page/gentleman/design-frame-message.webp");
	background-repeat: no-repeat;
	background-size: 80px;
	background-position: top left;
	
	transform: rotate(270deg);
}

#message h4{
	font-size:1.25rem;
	line-height:1.5em;
	
	text-align: center;
	
	margin-bottom:20px;
}

#message p{
	font-size:0.8rem;
	line-height:1.75em;
	
	margin-bottom:10px;
}

#message h5{
	font-size:1.15rem;
	line-height:1.5em;
	
	text-align: center;
	
	color:#fd5e53;
	
	text-decoration: underline;
	text-underline-offset: 0.25rem;
	
	margin-top:10px;
}

@media screen and (min-width: 768px) {
	
	#message{
		padding:20px;
	}
	
	#message div.post-content-inner{
		padding:40px;
	}
	
	#message div.inner span.design-top-left{
		top:-30px;
		left:-30px;
	}
	
	#message div.inner span.design-top-right{
		top:-30px;
		right:-30px;
	}
	
	#message div.inner span.design-bottom-left{
		bottom:-30px;
		left:-30px;
	}
	
	#message div.inner span.design-bottom-right{
		bottom:-30px;
		right:-30px;
	}
	
	#message h4{
		font-size:1.5rem;
		line-height:1.75em;
	}
	
	#message h4 br{
		display:none;
	}
	
	#message p{
		font-size:1.0rem;
		line-height:1.75em;
	}
	
	#message h5{
		font-size:1.25rem;
		line-height:1.75em;
	}
	
	#message h5 br:nth-child(1){
		display:none;
	}
	
}
