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

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

#recruit div.cover h2 span.eng{
	color:#039790;
	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, #006cb3 0%, #039790 100%);
	background: -webkit-linear-gradient(left, #006cb3 0%, #039790 100%);
	background: -moz-linear-gradient(left, #006cb3 0%, #039790 100%);
	background: -o-linear-gradient(left, #006cb3 0%, #039790 100%);
	background: -ms-linear-gradient(left, #006cb3 0%, #039790 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 a{
		background-size:30px;
	}
	
}

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

.summary div.post-content{
	display:flex;
	flex-flow: row wrap;
	align-items: center;
	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;
}

@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.post-content div.text p:nth-child(2){
		/*margin-bottom:15px;*/
	}
	
}

/*//////////----- EXTERIOR-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:15px 5px;
	
	margin-bottom:15px;
	
	font-size:14px;
	line-height:24px;
}

.management div.todo div.row h6{
	font-weight:bold;
	
	font-size:20px;
	line-height:20px;
	color:#039790;
	
	margin-bottom:10px;
	
	text-align: center;
}

@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% - 25px);
		
		padding:20px 15px;
		margin-bottom:40px;
		
		font-size:16px;
		line-height:24px;
	}
	
	.management div.todo div.row:nth-child(odd){
		margin-right:25px;
	}
	
	.management div.todo div.row:nth-child(even){
		margin-left:25px;
	}
	
}

/*//////////----- EXTERIOR-MANAGEMENT -----//////////*/

.content-child div.content-inner.extra{
	background-color:#039790;
	color:#fff;
}

.extra div.post-content{
	position: relative;
	
	box-sizing: border-box;
	padding-top:180px;
}

.extra p.thumbnail{
	width:320px;
	
	position: absolute;
	top:-50px;
	left:-15px;
}

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

@media only screen and (min-width: 960px){
	
	.extra p.thumbnail{
		width:350px;
		height:500px;
		
		left:-20px;
		top:-150px;
	}
	
	.extra p.thumbnail img{
		width:100%;
		height:100%;
		
		object-fit: cover;
		object-position: center;
	} 
	
	.extra div.post-content{
		padding-top:0;
		padding-left:400px;
		padding-bottom:0;
	}
	
	.extra div.caption{
		font-size:20px;
		line-height:40px;
	}
	
}

/*//////////----- EXTERIOR-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-exterior-personal-thumbnail01.webp");
}

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

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

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

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

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

.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 p br{
		display:inline-block;
	}
	
}

/*//////////----- EXTERIOR-CAREERPATH -----//////////*/

.careerpath h3.rec-header{
	box-sizing: border-box;
	padding-left:15px;
	padding-right:15px;
}

.careerpath h3.rec-header:before{
	left:15px;
}

.careerpath div.caption{
	font-size:14px;
	line-height:28px;
	
	box-sizing: border-box;
	padding:0 10px;
	
	margin-bottom:30px;
}

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

.careerpath div.stepup div.row{
	width:100%;
	
	box-sizing: border-box;
	padding:20px 10px;
	
	font-size:14px;
	line-height:28px;
}

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

.careerpath div.stepup div.row h6 br{
	display:none;
}

.careerpath div.stepup div.row:nth-child(1){
	background-color:#006cb3;
	color:#fff;
	
	order: 1;
}

.careerpath div.stepup div.row:nth-child(2){
	background-color:#007cb3;
	color:#fff;
	
	order: 2;
}

.careerpath div.stepup div.row:nth-child(3){
	background-color:#008ab3;
	color:#fff;
	
	order: 3;
}

.careerpath div.stepup div.row:nth-child(4){
	background-color:#057b97;
	color:#fff;
	
	order: 4;
}

.careerpath div.stepup div.row:nth-child(5){
	background-color:#038c97;
	color:#fff;
	
	order: 5;
}

.careerpath div.stepup div.row:nth-child(6){
	background-color:#039790;
	color:#fff;
	
	order: 6;
}

@media only screen and (min-width: 960px){
	
	.careerpath div.caption{
		font-size:18px;
		line-height:32px;
	}
	
	.careerpath div.stepup div.row{
		padding:30px;
		
		display:flex;
		flex-flow: row wrap;
		align-items: stretch;
		justify-content: flex-start;
		
		width:100%;
		
		font-size:18px;
		line-height:32px;
	}
	
	.careerpath div.stepup div.row h6{
		width:200px;
		
		font-size:24px;
		line-height:32px;
	}
	
	.careerpath div.stepup div.row h6 br{
		display:inline-block;
	}
	
	.careerpath div.stepup div.row div.text{
		width:calc(100% - 200px);
	}
	
	.careerpath div.stepup div.row:nth-child(1){
		order: 6;
	}
	
	.careerpath div.stepup div.row:nth-child(2){
		order: 5;
		
		width:calc(100% - 5%);
		margin-left:5%;
	}
	
	.careerpath div.stepup div.row:nth-child(3){
		order: 4;
		
		width:calc(100% - 10%);
		margin-left:10%;
	}
	
	.careerpath div.stepup div.row:nth-child(4){
		order: 3;
		
		width:calc(100% - 15%);
		margin-left:15%;
		
		position: relative;
	}
	
	.careerpath div.stepup div.row:nth-child(4)::before{
		display:block;
		content:"";
		
		width:125px;
		height:100%;
		
		position: absolute;
		top:0;
		left:-15%;
		
		/*background-color:#fff;*/
		
		background-image: url("../img-add202506/img-exterior-careerpath-arrow.webp");
		background-repeat: no-repeat;
		background-size:100px;
		background-position: bottom 20px left;
	}
	
	.careerpath div.stepup div.row:nth-child(5){
		order: 2;
		
		width:calc(100% - 20%);
		margin-left:20%;
	}
	
	.careerpath div.stepup div.row:nth-child(6){
		order: 1;
		
		width:calc(100% - 25%);
		margin-left:25%;
	}
	
}

/*//////////----- EXTERIOR-TRAINING -----//////////*/

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

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

.training div.row div.text{
	width:100%;
	
	font-size:14px;
	line-height:32px;
	
	margin-bottom:20px;
}

.training div.row div.text h6{
	font-size:20px;
	line-height:32px;
	font-weight:bold;
	
	box-sizing: border-box;
	padding-left:17.5px;
	
	position: relative;
	
	margin-bottom:10px;
}

.training div.row div.text h6:before{
	display:block;
	content:"";
	
	width:12.5px;
	height:7.5px;
	
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	
	margin:auto 0;
	
	background:linear-gradient(left, #006cb3 0%, #039790 100%);
	background: -webkit-linear-gradient(left, #006cb3 0%, #039790 100%);
	background: -moz-linear-gradient(left, #006cb3 0%, #039790 100%);
	background: -o-linear-gradient(left, #006cb3 0%, #039790 100%);
	background: -ms-linear-gradient(left, #006cb3 0%, #039790 100%);
	
	transform:skewX(-30deg);
}

.training div.row p.thumbnail{
	width:100%;
	
	position: relative;
}

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

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

@media only screen and (min-width: 960px){
	
	.training div.caption{
		font-size:18px;
		line-height:32px;
	}
	
	.training div.row div.text{
		width:calc(100% - 280px);
		
		box-sizing: border-box;
		padding-right:40px;
		
		font-size:16px;
		line-height:32px;
	}
	
	.training div.row div.text h6{
		font-size:20px;
		line-height:32px;
		
		padding-left:35px;
		margin-bottom:20px;
	}
	
	.training div.row div.text h6:before{
		width:25px;
		height:12.5px;
	}
	
	.training div.row p.thumbnail{
		width:280px;
	}
	
}

/*//////////----- EXTERIOR-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:#039790;
	
	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:#039790;
	
	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:#039790;
	
	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;
	}
	
}
