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

.page-header{
	display:none;
}
	
.page-caption-sp{
	display:none;
}
	
#recruit div.cover{
	background-image: url("../../_assets/img-add202506/building_top.webp");
	background-color:rgba(0,30,60,0.50);
}

#recruit div.cover h2 span.eng{
	color:#FF934C;
	text-shadow:1px 1px 0 #FFF,-1px -1px 0 #FFF,-1px 1px 0 #FFF,1px -1px 0 #FFF,0px 1px 0 #FFF,0-1px 0 #FFF,-1px 0 0 #FFF,1px 0 0 #FFF;
}

@media only screen and (min-width: 960px){
	
	#recruit div.cover{
		background-color:rgba(255,255,255,0.25);
		background-blend-mode:soft-light;
	}
	
	#recruit div.cover h2 span.note{
		text-shadow: 0px 3px 6px #000;
	}
	
}

.content-child h3.rec-header{
	font-size:20px;
	line-height:24px;
	font-weight:700;
}

.content-child h3.rec-header:before{	
	background:linear-gradient(left, #fc686f 0%, #ff934c 100%);
	background: -webkit-linear-gradient(left, #fc686f 0%, #ff934c 100%);
	background: -moz-linear-gradient(left, #fc686f 0%, #ff934c 100%);
	background: -o-linear-gradient(left, #fc686f 0%, #ff934c 100%);
	background: -ms-linear-gradient(left, #fc686f 0%, #ff934c 100%);
}

.content-child div.nopadding-side{
	padding:30px 0;
}

@media only screen and (min-width: 960px){
	
	.content-child h3.rec-header{
		font-size:24px;
		line-height:40px;
	}
	
}

.inner-scroll{
	width:100%;
	
	background-color:#fafafa;
	color:#212121;
}

.inner-scroll div.wrap{
	width:100%;
	margin:0 auto;
	max-width:480px;
	
	box-sizing: border-box;
	padding:40px 15px;
}

.inner-scroll h6{
	font-size:16px;
	line-height:20px;
	font-weight:bold;
}

.inner-scroll ul{
	box-sizing: border-box;
	padding:30px;
	
	font-size:14px;
	line-height:20px;
	
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
}

.inner-scroll ul li{
	width:100%;
}

.inner-scroll ul li a{
	display:block;
	
	background-image: url("../img-add202506/icon-arrow-index.webp");
	background-repeat: no-repeat;
	background-size:15px;
	background-position: center right;
	
	box-sizing: border-box;
	padding-bottom:5px;
	border-bottom:solid 1px #a2a2a2;
	margin-bottom:20px;
}

.inner-scroll ul li a:hover{
	text-decoration: none;
}

@media only screen and (min-width: 960px){
	
	.inner-scroll div.wrap{
		max-width: 1020px;
		padding-bottom:0;
	}
	
	.inner-scroll h6{
		font-size:24px;
		line-height:40px;
		
		padding-left:20px;
	}
	
	.inner-scroll ul{
		padding-bottom:0;
		
		font-size:16px;
		line-height:40px;
	}
	
	.inner-scroll ul li{
		width:calc(100%/3 - 20px);
		margin:0 10px;
	}
	
	.inner-scroll ul li:nth-child(1){
		margin-left:0;
		margin-right:20px;
	}
	
	.inner-scroll ul li:nth-child(3){
		margin-left:20px;
		margin-right:0;
	}
	
	.inner-scroll ul li:nth-child(4){
		margin-left:0;
		margin-right:20px;
	}
	
	.inner-scroll ul li:nth-child(6){
		margin-left:20px;
		margin-right:0;
	}
	
	.inner-scroll ul li:nth-child(7){
		margin-left:0;
		margin-right:20px;
	}
	
	.inner-scroll ul li a{
		background-size:30px;
	}
	
}

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

.summary div.post-content{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
}

.summary div.post-content p.thumbnail{
	width:100%;
	margin-bottom:30px;
}

.summary div.post-content p.thumbnail img{
	width:100%;
	vertical-align: bottom;
}

.summary div.post-content div.text{
	width:100%;
	
	font-size:14px;
	line-height:28px;
}

.summary div.post-content div.text p:nth-child(1){
	margin-bottom:15px;
}

.summary div.post-content div.text p:nth-child(2){
	margin-bottom:15px;
}

.summary div.detail{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	
	margin-bottom:20px;
}

.summary div.detail div.row{
	width:100%;
	margin-bottom:10px;
	
	font-size:14px;
	line-height:28px;
	
	box-sizing: border-box;
	padding:20px 5px;
	border:solid 2px #d3d3d3;
	
	background-color:#fff;
}

.summary div.detail div.row h6{
	font-size:20px;
	line-height:16px;
	font-weight:bold;
	
	color:#ff934c;
	
	text-align: center;
	
	margin-bottom:20px;
}

@media only screen and (min-width: 960px){
	
	.summary div.post-content p.thumbnail{
		width:290px;
		margin-bottom:0;
		
		position: relative;
	}
	
	.summary div.post-content img{
		width:100%;
		height:100%;
		
		object-fit: cover;
		object-position: center;
	}
	
	.summary div.post-content div.text{
		width:calc(100% - 290px);
		
		box-sizing: border-box;
		padding-left:50px;
		
		font-size:16px;
		line-height:24px;
	}
	
	.summary div.detail div.row{
		width:calc(50% - 20px);
		
		margin-bottom:20px;
		
		font-size:16px;
		line-height:22px;
		
		padding:20px 10px;
	}
	
	.summary div.detail div.row:nth-child(odd){
		margin-right:20px;
	}
	
	.summary div.detail div.row:nth-child(even){
		margin-left:20px;
	}
	
	.summary div.detail div.row h6{
		font-size:20px;
		line-height:32px;
	}
	
}

/*//////////----- BUILDING-MANAGEMENT -----//////////*/

.management div.caption{
	font-size:14px;
	line-height:28px;
	
	margin-bottom:30px;
}

.management div.todo{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
}

.management div.todo div.row{
	width:100%;
	
	background-color:#fff;
	box-sizing: border-box;
	padding:10px;
	
	margin-bottom:15px;
	
	font-size:14px;
	line-height:24px;
}

.management div.todo div.row p.thumbnail{
	width:100%;
	position: relative;
	
	margin-bottom:10px;
}

.management div.todo div.row p.thumbnail::before{
	display:block;
	content:"";
	
	width:100%;
	box-sizing: border-box;
	padding-top:50%;
}

.management div.todo div.row p.thumbnail img{
	width:100%;
	height:100%;
	
	position: absolute;
	top:0;
	left:0;
	
	object-fit: cover;
	object-position: center;
}

.management div.todo div.row h6{
	font-weight:bold;
	
	font-size:20px;
	line-height:20px;
	
	margin-bottom:10px;
}

@media only screen and (min-width: 960px){
	
	.management div.caption{
		font-size:16px;
		line-height:24px;
		
		margin-bottom:50px;
	}
	
	.management div.todo div.row{
		width:calc(50% - 15px);
		
		padding:20px;
		margin-bottom:30px;
		
		font-size:16px;
		line-height:24px;
	}
	
	.management div.todo div.row:nth-child(odd){
		margin-right:15px;
	}
	
	.management div.todo div.row:nth-child(even){
		margin-left:15px;
	}
	
	.management div.todo div.row p.thumbnail{
		margin-bottom:15px;
	}
	
}

/*//////////----- BUILDING-MANAGEMENT -----//////////*/

.extra div.caption{
	font-size:16px;
	line-height:32px;
	
	margin-bottom:20px;
}

.extra div.caption br{
	display:none;
}

.extra ul{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
}

.extra ul li{
	display:block;
	
	width:50%;
}

.extra ul li::before{
	display:block;
	content:"";
	
	box-sizing: border-box;
	padding-top:75%;
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.extra ul li:nth-child(1)::before{
	background-image: url("../img-add202506/img-building-extra-thumbnail01.webp");
}

.extra ul li:nth-child(2)::before{
	background-image: url("../img-add202506/img-building-extra-thumbnail02.webp");
}

@media only screen and (min-width: 960px){
	
	.extra div.caption{
		font-size:20px;
		line-height:40px;
		
		margin-bottom:30px;
	}
	
	.extra div.caption br{
		display:inline-block;
	}
	
	.extra ul li{
		width:calc(50% - 30px);
	}
	
	.extra ul li:nth-child(1){
		margin-right:30px;
	}
	
	.extra ul li:nth-child(2){
		margin-left:30px;
	}
	
}

/*//////////----- BUILDING-RECOMMEND -----//////////*/

.recommend h4{
	font-size:24px;
	line-height:20px;
	
	font-weight:bold;
	
	text-align: center;
	margin-bottom:20px;
}

.recommend p.caption{
	font-size:14px;
	line-height:28px;
	
	margin-bottom:20px;
}

.recommend p.caption br{
	display:none;
}

.recommend div.personal{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
}

.recommend div.personal div.row{
	width:100%;
	
	margin-bottom:10px;
	
	box-sizing: border-box;
	padding:15px 0;
	padding-left:70px;
	
	background-color:#fff;
	color:#212121;
	
	font-size:14px;
	line-height:24px;
	
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: left 15px top 20px;
}

.recommend div.personal div.row:nth-child(1){
	background-image: url("../img-add202506/img-building-personal-thumbnail01.webp");
}

.recommend div.personal div.row:nth-child(2){
	background-image: url("../img-add202506/img-building-personal-thumbnail02.webp");
}

.recommend div.personal div.row:nth-child(3){
	background-image: url("../img-add202506/img-building-personal-thumbnail03.webp");
}

.recommend div.personal div.row:nth-child(4){
	background-image: url("../img-add202506/img-building-personal-thumbnail04.webp");
}

.recommend div.personal div.row:nth-child(5){
	background-image: url("../img-add202506/img-building-personal-thumbnail05.webp");
}

.recommend div.personal div.row:nth-child(6){
	background-image: url("../img-add202506/img-building-personal-thumbnail06.webp");
}

.recommend div.personal div.row:nth-child(7){
	background-image: url("../img-add202506/img-building-personal-thumbnail07.webp");
}

.recommend div.personal div.row:nth-child(8){
	background-image: url("../img-add202506/img-building-personal-thumbnail08.webp");
}

.recommend div.personal div.row h6{
	font-size:16px;
	line-height:12px;
	
	font-weight:bold;
	color:#ff934c;
	
	margin-bottom:10px;
}

.recommend div.personal div.row h6 br{
	display:none;
}

.recommend div.personal div.row p br{
	display:none;
}

@media only screen and (min-width: 960px){
	
	.recommend h4{
		font-size:28px;
		line-height:40px;
		
		margin-bottom:30px;
	}
	
	.recommend p.caption{
		font-size:18px;
		line-height:32px;
		
		margin-bottom:35px;
		text-align: center;
	}
	
	.recommend p.caption br{
		display:inline-block;
	}
	
	.recommend div.personal{
		justify-content: center;
		
		margin:0 auto;
		max-width: 850px;
	}
	
	.recommend div.personal div.row{
		width:calc(100%/3 - 20px);
		margin:10px;
		
		box-sizing: border-box;
		padding:15px 10px;
		padding-top:150px;
		
		text-align: center;
		
		background-size: 80px;
		background-position: center top 35px;
		
		font-size:16px;
		line-height:24px;
	}
	
	.recommend div.personal div.row h6{
		font-size:20px;
		line-height:24px;
		
		text-align: center;
	}
	
	.recommend div.personal div.row h6 br{
		display:inline-block;
	}
	
	.recommend div.personal div.row p br{
		display:inline-block;
	}
	
}

/*//////////----- BUILDING-FLOW -----//////////*/

.flow div.caption{
	font-size:16px;
	line-height:32px;
	
	margin-bottom:20px;
}

.flow div.caption br{
	display:none;
}

.flow div.post-content{
	width:100%;
	margin:0 auto 30px;
	max-width: 760px;
}

.flow div.row{
	margin-bottom:50px;
	position: relative;
}

.flow div.row:last-child{
	margin-bottom:0;
}

.flow div.row:after{
	display:block;
	content:"";
	
	width: 0;
	height: 0;

	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	
	border-top: 15px solid #ff934c;
	border-bottom: 0;
	
	position: absolute;
	bottom:-30px;
	left:0;
	right:0;
	
	margin:0 auto;
}

.flow div.row:last-child:after{
	display:none;
}

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

.flow div.row h5{
	width:100%;
	
	font-size:16px;
	line-height:50px;
	
	text-align: center;
	
	background-color:#ff934c;
	color:#fff;
	
	position: relative;
}

.flow div.row p{
	width:100%;
	
	box-sizing: border-box;
	padding:15px 10px;
	
	background-color:#FFFFFF;
	color:#212121;
	
	font-size:16px;
	line-height:32px;
}

.flow div.row p span.note{
	display:block;
	
	box-sizing: border-box;
	padding:5px;
	border:solid 2.5px #ff934c;
	
	margin-top:5px;
	
	font-weight:normal;
}

@media only screen and (min-width: 960px){
	
	.flow div.caption{
		font-size:20px;
		line-height:40px;
		
		margin-bottom:30px;
	}
	
	.flow div.caption br{
		display:inline-block;
	}
	
	.flow div.row h5{
		width:120px;
		min-height: 200px;
		
		font-size:18px;
		line-height:22px;
		
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	
	.flow div.row h5 span.note{
		display:block;
		width:20px;
		
		position: absolute;
		top:0;
		left:0;
		bottom:0;
		right:0;
		
		margin:auto;
	}
	
	.flow div.row p{
		width:calc(100% - 120px);
		
		box-sizing: border-box;
		padding:40px;
		
		font-size:16px;
		line-height:32px;
	}
	
	.flow div.row p span.note{
		margin-top:10px;
		
		font-weight: 400;
	}
	
}

/*//////////----- BUILDING-CATEGORY -----//////////*/

.category div.post-content{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	margin:0 auto;
	max-width: 760px;
}

.category div.row{
	width:100%;
	
	margin-bottom:10px;
	background-color:#fff;
}

.category div.row:last-child{
	margin-bottom:0;
}

.category div.row h5{
	font-size:20px;
	line-height:38px;
	
	text-align: center;
	color:#ff934c;
}

.category div.row p{
	box-sizing: border-box;
	padding:10px;
	
	font-size:16px;
	line-height:32px;
}

@media only screen and (min-width: 960px){
	
	.category div.row{
		width:calc(50% - 20px);
		
		margin-bottom:0;
		box-sizing: border-box;
		padding:30px;
	}
	
	.category div.row:nth-child(odd){
		margin-right:20px;
	}
	
	.category div.row:nth-child(even){
		margin-left:20px;
	}
	
	.category div.row h5{
		font-size:36px;
		line-height:38px;
		
		margin-bottom:30px;
	}
	
	.category div.row p{
		font-size:16px;
		line-height:32px;
		
		padding:0;
	}
	
}

/*//////////----- BUILDING-SUPPORT -----//////////*/

.support div.caption{
	font-size:16px;
	line-height:32px;
	
	margin-bottom:20px;
}

.support div.caption br{
	display:none;
}

.support ul{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	
	margin-bottom:20px;
}

.support ul li{
	display:block;
	
	width:50%;
}

.support ul li::before{
	display:block;
	content:"";
	
	box-sizing: border-box;
	padding-top:75%;
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.support ul li:nth-child(1)::before{
	background-image: url("../img-add202506/img-building-support-thumbnail01.webp");
}

.support ul li:nth-child(2)::before{
	background-image: url("../img-add202506/img-building-support-thumbnail02.webp");
}

.support div.lineup{
	width:100%;
	margin:0 auto;
	max-width: 600px;
	
	box-sizing: border-box;
	padding:30px 15px;
	
	background-color:#fff;
}

.support div.lineup h6{
	font-size:20px;
	line-height:16px;
	
	text-align: center;
	
	margin-bottom:20px;
}

.support div.lineup p{
	font-size:14px;
	line-height:28px;
	
	box-sizing: border-box;
	padding-left:15px;
	
	position: relative;
}

.support div.lineup p::before{
	display:block;
	content:"・";
	
	position: absolute;
	top:0;
	left:0;
}

@media only screen and (min-width: 960px){
	
	.support div.caption{
		font-size:20px;
		line-height:40px;
		
		margin-bottom:30px;
	}
	
	.support div.caption br{
		display:inline-block;
	}
	
	.support ul{
		margin-bottom:30px;
	}
	
	.support ul li{
		width:calc(50% - 15px);
	}
	
	.support ul li:nth-child(1){
		margin-right:15px;
	}
	
	.support ul li:nth-child(2){
		margin-left:15px;
	}
	
	.support div.lineup{
		padding:45px 35px;
	}
	
	.support div.lineup h6{
		font-size:24px;
		line-height:32px;
		
		margin-bottom:30px;
	}
	
	.support div.lineup p{
		font-size:16px;
		line-height:32px;
	}
	
}

/*//////////----- BUILDING-FAQ -----//////////*/

.faq div.row{
	margin-bottom:15px;
	
	box-sizing: border-box;
	padding:15px;
	
	background-color:#fff;
	color:#212121;
	
	position: relative;
}

.faq div.row:last-child{
	margin-bottom:0;
}

.faq div.row input[type="checkbox"]{
	display:none;
}

.faq div.row label{
	display:block;
	width:100%;
	
	position: relative;
	
	box-sizing: border-box;
	padding:0 25px;
	padding-right:40px;
	
	font-size:20px;
	line-height:28px;
	color:#FF934C;
	
	z-index: 10;
}

.faq div.row label:hover{
	cursor: pointer;
}

.faq div.row label:after{
	display:block;
	content:"Q";
	
	width:30px;
	height:40px;
	
	/*background-color:#f00;*/
	
	text-align: left;
	
	position: absolute;
	top:0;
	left:0;
}

.faq div.row span.icon{
	display:block;
	
	width:40px;
	height:40px;
	
	position: absolute;
	top:10px;
	right:10px;
	
	/*background-color:#000;*/
}

.faq div.row span.icon:before{
	display:block;
	content:"";
	
	width:20px;
	height:2px;
	
	background-color:#ff934c;
	
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	
	margin:auto;
	
	transition:0.25s;
}

.faq div.row span.icon:after{
	display:block;
	content:"";
	
	width:2px;
	height:20px;
	
	background-color:#ff934c;
	
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	
	margin:auto;
	
	transition:0.25s;
}

.faq div.row input[type="checkbox"]:checked ~ span.icon:after{
	transform: rotate(-90deg);
}

.faq div.row div.ac_content{
	height:0;
	
	font-size:18px;
	line-height:0;
	
	overflow: hidden;
	opacity: 0;
	
	transition:0.25s;
}

.faq div.row input[type="checkbox"]:checked ~ div.ac_content{
	height:auto;
	line-height:28px;
	
	overflow: visible;
	opacity: 1;
	
	box-sizing: border-box;
	padding:5px 0;
}

@media only screen and (min-width: 960px){
	
	.faq div.row label{
		font-size:20px;
		line-height:32px;
	}
	
	.faq div.row div.ac_content{
		font-size:18px;
		line-height:28px;
	}
	
}
