@charset "utf-8";

/* =============================================
	佐世保工業×日建
============================================= */

/*---------------------------------------------
	記事コンテンツ
---------------------------------------------*/
a.arrow_link{}
a.arrow_link::before{
	content: '▲';
	display: inline-block;
	font-size: 0.8em;
	margin-right: 0.25em;
	padding-right: 0.2em;
	transform: rotateZ(90deg);
}

.btn_normal::before{
	background-color: #ed7451;
}
.btn_bg_sasebo{
	background-color: #eda10e;
}

/*****
記事ヘッダー
*****/
#sasebo_header{
	font-size: 1.6rem;
	width: 94%;
	max-width: 1200px;
	min-width: 970px;
	margin: 4em auto 0 auto;
	position: relative;
}

/***タイトル見出し***/
.page_lead_ttl{
	font-size: 2.4rem;
	text-align: center;
	color: #fff;
	padding: 4px;
	border-radius: 0.25em;
	background-color: #11b2a1;
	position: absolute;
	top: 0.5em;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: 999;
}
.page_lead_ttl .lead_inner{
	display: block;
	padding: 0.5em 1em;
	border: dashed 1px #fff;
	border-radius: 0.25em;
}


.header_wrap{
	width: 100%;
	height: 0;
	padding-top: 58.3%;
	background-image: url("/nikken/interview/collaboration/sasebo/img/topimg_sasebo.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}


.school_ttl{
	width: 80%;
	margin: 0 auto;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateX(-50%) rotateZ(-8deg);
}
.school_ttl .slide_wrap{
	display: block;
	position: relative;
	overflow: hidden;
	transform: translateX(-100%);
}
.slide_wrap img{
	width: 100%;
	height: auto;
	transform: translateX(100%);
}

.anim_slide{
	animation-name: anim_slide_mask;
	animation-duration: 0.8s;
	animation-delay: 0.5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
.anim_slide img{
	animation-name: anim_slide_img;
	animation-duration: 0.8s;
	animation-delay: 0.5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}


/*****
タイトルアニメーション設定
*****/
@keyframes anim_slide_mask{
	0%{
		transform: translateX(-100%);
	}
	100%{
		transform: translateX(0%);
	}
}
@keyframes anim_slide_img{
	0%{
		transform: translateX(100%);
	}
	100%{
		transform: translateX(0%);
	}
}

.box_dot_shadow{
	position: relative;
}
.box_dot_shadow::before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	/*background-color: #ccc;*/
	background-image: radial-gradient(#866f43 30%, transparent 30%, transparent 100%);
	background-size: 6px 6px;
	background-position: right bottom;
	position: absolute;
	top: 1em;
	left: 1em;
	z-index: -1;
}


/*****
記事内容
*****/
.section_wrap{
	margin-top: 4em;
	padding: 20px 0;
	background-color: #11b2a1;
	background-image: radial-gradient(#69cdc2 30%, transparent 30%, transparent 100%);
	background-size: 6px 6px;
}
.normal_section{
 font-size: 1.6rem;
	width: 970px;
	margin: 4em auto 0 auto;
	padding: 20px;
	background-color: #fff;
	box-sizing: border-box;
}
.section_wrap .normal_section{
	margin: 0 auto;
}


/***ページリード***/
.lead_section{
 font-size: 1.6rem;
	width: 970px;
	margin: -1em auto 0 auto;
	position: relative;
	z-index: 999;
	box-sizing: border-box;
}

/*ページナビ*/
.page_nav{
	display: flex;
	justify-content: space-between;
}
.page_nav li{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	/*min-width: 10em;*/
	margin: 0 auto;
	padding: 2px;
	border-radius: 0.5em;
	transition: transform 0.5s;
}
.page_nav li#link_kenchiku{
	background-color: #9d81c3;
}
.page_nav li#link_doboku{
	background-color: #eda10e;
}
.page_nav li#link_sensei{
	background-color: #e5a0ab;
}
.page_nav li#link_video{
	background-color: #11b2a1;
}
.page_nav li:hover{
	transform: translateY(-5px);
}

.page_nav li a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0.5em;
	border: dashed 1px #fff;
	border-radius: 0.5em;
}

.icon_rotate{
	display: inline-block;
	transform: rotateZ(-90deg);
}

/*リード文*/
.page_lead{}

.page_lead .page_lead_sub{
	text-align: center;
	margin: 2em 0.5em;
}
.page_lead_sub .sub_inner{
	display: inline-block;
	padding: 1em 4em;
	position: relative;
}
.sub_inner::before,
.sub_inner::after{
	content: '';
	display: block;
	width: 3em;
	height: 3em;
	position: absolute;
}
.sub_inner::before{
	border-top: solid 2px #333;
	border-left: solid 2px #333;
	top: 0;
	left: 0;
}
.sub_inner::after{
	border-bottom: solid 2px #333;
	border-right: solid 2px #333;
	bottom: 0;
	right: 0;
}


/***個別記事***/
.gakka_ttl_area{
	margin-top: 6em;
}
.gakka_ttl{
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	width: 100%;
	padding: 4px 0;
	background-color: #858585;
	box-sizing: border-box;
}
.gakka_ttl_inner{
	display: block;
	width: 94%;
	margin: 0 auto;
	padding: 0.5em 0;
	border-top: dashed 1px #fff;
	border-bottom: dashed 1px #fff;
	box-sizing: border-box;
}

#sasebo_kenchiku{}
#sasebo_doboku{}
#sasebo_sensei{}
.sasebo_kenchiku{}
.sasebo_doboku{}
.sasebo_sensei{}

.single_wrap{
	margin: 0 1em 1.5em 0;
	position: relative;
}
.single_wrap::before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	/*background-color: #ccc;*/
	background-image: radial-gradient(#866f43 20%, transparent 20%, transparent 100%);
	background-size: 6px 6px;
	background-position: right bottom;
	position: absolute;
	top: 1em;
	left: 1em;
}
.single_comment{
	padding: 1em;
	background-color: #fffade;
	position: relative;
}
.single_comment::after{
	content: '';
	display: block;
	clear: both;
}
.float_type01{}
.float_type02{}

.face{
	width: 200px;
	transition: transform 0.5s;
}
.face:hover{
	transform: scale(1.05) translateY(-10px);
}
.face img{
	width: 100%;
	height: auto;
}

.float_type01 .face{
	float: right;
	margin: -1.5em -1.5em 0.5em 1em;
}
.float_type02 .face{
	float: left;
	margin: -1.5em 1em 0.5em -1em;
}

.m_name{
	font-size: 1.8rem;
	margin: 0 0 1em 0;
}
.m_name .icon_name{
	font-size: 1.2em;
	margin-right: 1em;
}
.sasebo_kenchiku .icon_name{
	color: #9d81c3;
}
.sasebo_doboku .icon_name{
	color: #eda10e;
}
.sasebo_sensei .icon_name{
	color: #e5a0ab;
}

.single_ttl{
	text-align: center;
	margin-bottom: 0.5em;
	padding: 0 0.5em 0.5em 0.5em;
	border-bottom: solid 2px #11b2a1;
}

.p_text p{
	margin-top: 1em;
}
.p_text p:first-of-type{
	margin-top: 0;
}

.message_area{
	width: 80%;
	padding: 0.5em;
	margin: 0 auto;
	border-radius: 0.75em;
	position: relative;
}
.sasebo_kenchiku .message_area{
	background-color: #9d81c3;
}
.sasebo_doboku .message_area{
	background-color: #eda10e;
}
.sasebo_sensei .message_area{
	background-color: #e5a0ab;
}

.message_area::before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0.5em 2.5em 2em;
	position: absolute;
	bottom: 100%;
	left: 70%;
}
.sasebo_kenchiku .message_area::before{
	border-color: transparent transparent #9d81c3 transparent;
}
.sasebo_doboku .message_area::before{
	border-color: transparent transparent #eda10e transparent;
}
.sasebo_sensei .message_area::before{
	border-color: transparent transparent #e5a0ab transparent;
}

.message_comment{
	color: #fff;
	padding: 0.5em 1em;
	border: dashed 1px #fff;
	border-radius: 0.5em;
}

.message_ttl{
	text-align: center;
}
.message_ttl img{
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
	border-bottom: solid 2px #ffebc3;
}

/***学校紹介エリア***/
.prog_img{
	width: 100%;
	position: relative;
	z-index: 999;
}
.prog_img img{
	width: 50%;
	height: auto;
	background-color: #222;
}

.prog_text_wrap{
	width: 80%;
	padding: 0.5em;
	margin: -2em auto 0 auto;
	border-radius: 0.75em;
	background-color: #e5a0ab;
	position: relative;
	z-index: 9999;
}
.prog_text{
	color: #fff;
	padding: 0.5em 1em;
	border: dashed 1px #fff;
	border-radius: 0.5em;
}
.prog_text p{
	margin-top: 1em;
}
.prog_text p:first-of-type{
	margin-top: 0;
}
.prog_text a{
	color: #fff;
	text-decoration: underline;
}
.prog_text a:hover{
	text-decoration: none;
}

.school_text_wrap{
	width: 100%;
	margin: 2em auto 0 auto;
	padding: 0.5em;
	border-radius: 0.75em;
	background-color: #11b2a1;
	box-sizing: border-box;
}
.school_text{
	display: flex;
	align-items: center;
	color: #fff;
	padding: 0.5em 1em;
	border: dashed 1px #fff;
	border-radius: 0.5em;
}
.school_text .school_outer{
	flex-shrink: 0;
	width: 50%;
	margin-right: 1em;
}
.school_text .school_outer img{
	width: 100%;
	height: auto;
}
.school_text a{
	font-size: 1.2em;
	color: #fff;
	text-decoration: underline;
}


.linkbtn_area{
	display: flex;
	justify-content: center;
	margin: 2em auto;
}

.linkbtn_area li{
	margin: 0 1em;
}



/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media screen and (min-width: 768px){
}

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	
	
	/*---------------------------------------------
	記事コンテンツ
	---------------------------------------------*/
	/*****
	記事ヘッダー
	*****/
	#sasebo_header{
		min-width: auto;
		margin: 1em auto 0 auto;
	}
	
	/***タイトル見出し***/
	.page_lead_ttl{
		font-size: 1.6rem;
		width: 90%;
		margin: 0 auto 0.5em auto;
		position: static;
		transform: translateX(0);
		white-space: normal;
	}
	
	/*****
	記事内容
	*****/
	.normal_section{
		font-size: 1.4rem;
		width: 94%;
		padding: 0.5em;
	}
	
	/***ページリード***/
	.lead_section{
		font-size: 1.4rem;
		width: 94%;
		margin: 1.5em auto 0 auto;
	}
	
	/*ページナビ*/
	.page_nav{
		flex-wrap: wrap;
	}
	.page_nav li{
		font-size: 1.4rem;
		width: 47%;
		margin-bottom: 0.5em;
	}
	
	/*リード文*/
	
	.page_lead .page_lead_sub{}
	.page_lead_sub img{
		max-height: 3.4em;
	}
	.page_lead_sub .sub_inner{
		display: block;
		padding: 1em 1em;
	}
	.sub_inner::before,
	.sub_inner::after{
		width: 1.5em;
		height: 1.5em;
	}
	.sub_inner::before{
		border-top: solid 2px #333;
		border-left: solid 2px #333;
	}
	.sub_inner::after{
		border-bottom: solid 2px #333;
		border-right: solid 2px #333;
	}
	
	/***個別記事***/
	.gakka_ttl{
		font-size: 1.8rem;
	}
	
	.sasebo_sensei{
		margin-top: 2em;
	}
	
	.face{
		width: 50%;
	}
	.float_type01 .face{
		float: none;
		margin: 0 0 0.5em auto;
	}
	.float_type02 .face{
		float: none;
		margin: 0 0 0.5em 0;
	}
	
	.single_ttl{}
	.single_ttl img{
		max-height: 3.2em;
	}
	
	.message_area{
		width: 100%;
		box-sizing: border-box;
	}
	.message_ttl img{
		max-height: 2em;
	}
	
	
	/***学校紹介エリア***/
	.prog_text_wrap{
		width: 90%;
		box-sizing: border-box;
	}
	
	.school_text{
		display: block;
	}
	.school_text .school_outer{
		width: 100%;
		margin: 0 0 0.5em 0;
	}
	
	.linkbtn_area{
		display: block;
	}
	.linkbtn_area li{
		margin: 1em auto;
	}
	
	.btn_normal{
		font-size: 1.6rem;
	}
	
}