@charset "utf-8";
/* =============================================
	施工管理まとめ
============================================= */
:root{
	--sekou-color: #fccf00;
	--const-color: #ED7D31;
	--engin-color: #ec46cb;
	--pipe-color: #1342c8;
	--garde-color: #00ad6f;
	--const-subcolor: #f6b78c;
	--engin-subcolor: #eca5de;
	--pipe-subcolor: #9dabd0;
	--garde-subcolor: #9ad8c2;
}

.font_const{
	color: var(--const-color);
}
.font_engin{
	color: var(--engin-color);
}
.font_pipe{
	color: var(--pipe-color);
}
.font_garde{
	color: var(--garde-color);
}

.font_orange{
	color: #ED7D31;
}

/*---------------------------------------------
	ページヘッダー
---------------------------------------------*/
#page_header{
	background-image: url("../img/page_header_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.page_header{
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 4em 0 0 0;
}
.page_ttl{
	max-width: 898px;
}
.header_check{
	max-width: 640px;
}
.header_img{
	max-width: 492px;
	position: absolute;
	bottom: 0;
	right: 0;
}

/*****
スクロール画像
*****/
.header_scroll{
	background-color: var(--sekou-color);
}
.img_scroll_area{
	width: 94%;
	max-width: 1600px;
	margin: 0 auto;
}
.img_scroll{}
.img_scroll li{}


/*---------------------------------------------
固定ナビバー
---------------------------------------------*/
/*****
固定用のCSS
*****/
.fixed_nav{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
/*****
end 固定用のCSS
*****/

.page_nav{
	width: 100%;
	padding: 0.5em;
	border-top: solid 2px #000;
}

.page_nav_inner{
	font-size: clamp(1.4rem,1.47vw,1.6rem);
	width: 100%;
	max-width: 1088px;
	margin: 0 auto;
}
.nav_btn_area{
	position: relative;
}

.nav_btn{
	text-align: center;
	padding: 0.5em;
	border-bottom: solid 4px #000;
	background-color: var(--sekou-color);
	cursor: pointer;
	transition: background 0.35s;
}
.nav_btn a{
	display: block;
}

.nav_ancbox{
	min-width: 100%;
	border: solid 1px #000;
	background-color: #eee;
	/*position: absolute;
	top: 100%;
	left: 0;*/
}
.nav_ancbox li{
	border-bottom: dashed 1px #888;
	white-space: nowrap;
}
.nav_ancbox li a{
	display: block;
	color: #333;
	padding: 0.5em;
}


/*---------------------------------------------
	section
---------------------------------------------*/
.section_wrap{
	padding: 6em 0;
}

.normal_section{
	font-size: clamp(1.4rem,1.8vw,1.8rem);
	line-height: 1.6;
	width: 94%;
	max-width: 1000px;
	margin: 6em auto 0 auto;
}
.section_wrap .normal_section:first-of-type{
	margin: 0 auto;
}


/*****
リード
*****/
.ttl_lead{
	font-size: clamp(1.6rem,2.6vw,2.6rem);
	margin: 1em 0 0.5em 0;
	padding-left: 1.5em;
	background-image: url("../img/icon_ttl_lead.png");
	background-repeat: no-repeat;
	background-size: 1em auto;
	background-position: 0 0.25em;
}
.normal_section .ttl_lead:first-of-type{
	margin-top: 0;
}

.lead_check_box{
	width: 100%;
	max-width: 760px;
	margin: 2em auto 0 auto;
	padding: 1em;
	border: solid 4px var(--sekou-color);
	border-radius: 1em;
	position: relative;
}
.icon_lead_check{
	width: 29%;
	max-width: 216px;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-25%,-25%) rotateZ(-10deg);
}


/*****
試験日程
*****/
.ttl_type01{
	font-size: clamp(1.6rem,2.8vw,2.8rem);
	padding: 0.25em 1em;
	border-bottom: solid 1px #858585;
	background-color: #f3f5f6;
}
#const .ttl_type01{
	border-left: solid 6px var(--const-color);
}
#engin .ttl_type01{
	border-left: solid 6px var(--engin-color);
}
#pipe .ttl_type01{
	border-left: solid 6px var(--pipe-color);
}
#garde .ttl_type01{
	border-left: solid 6px var(--garde-color);
}

.ttl_type02{
	font-size: clamp(1.5rem,2.6vw,2.6rem);
	line-height: 1;
	text-align: center;
	color: #fff;
	margin: 2.5em 0 1em 0;
	padding: 0.5em 1em;
	border-radius: 1em;
	text-shadow: 0 0 4px rgba(0,0,0,0.65);
}
#const .ttl_type02{
	background-color: var(--const-color);
}
#engin .ttl_type02{
	background-color: var(--engin-color);
}
#pipe .ttl_type02{
	background-color: var(--pipe-color);
}
#garde .ttl_type02{
	background-color: var(--garde-color);
}

.ttl_type03{
	font-size: clamp(1.5rem,2.6vw,2.6rem);
	line-height: 1;
	text-align: center;
	color: #fff;
	margin: 2.5em 0 1em 0;
	padding: 0.5em 1em;
	border-radius: 1em;
	text-shadow: 0 0 4px rgba(0,0,0,0.85);
}
#const .ttl_type03{
	background-color: var(--const-subcolor);
	border: solid 2px var(--const-color);
}
#engin .ttl_type03{
	background-color: var(--engin-subcolor);
	border: solid 2px var(--engin-color);
}
#pipe .ttl_type03{
	background-color: var(--pipe-subcolor);
	border: solid 2px var(--pipe-color);
}
#garde .ttl_type03{
	background-color: var(--garde-subcolor);
	border: solid 2px var(--garde-color);
}

.ttl_hq{
	font-size: clamp(1.4rem,2.4vw,2.4rem);
	margin-bottom: 1em;
	border-bottom: dashed 1px #858585;
}
#const .ttl_hq{
	color: var(--const-color);
}
#engin .ttl_hq{
	color: var(--engin-color);
}
#pipe .ttl_hq{
	color: var(--pipe-color);
}
#garde .ttl_hq{
	color: var(--garde-color);
}

/*****
試験日程表組
*****/
.tbl_sche{
	font-size: clamp(1.4rem,1.6vw,1.6rem);
	width: 100%;
	margin-bottom: 1em;
}
.tbl_sche th,
.tbl_sche td{
	padding: 0.5em;
	vertical-align: middle;
}
.tbl_sche th.sche_th{
	text-align: center;
}
.tbl_sche th.sche_blank{
	background-color: #efefef;
}
.tbl_sche th.tbl_th{
	text-align: center;
	background-color: #efefef;
}

.kanrenlink{
	display: inline-block;
	margin: 1em 0 0.5em 0;
	padding: 0.25em 1em;
	border-radius: 0.5em;
	border: solid 1px #858585;
	background-color: #efefef;
}

/*****
受検対策講座
*****/
.btn_course_area{
	padding-bottom: 1em;
}

.btn_course{
	display: flex;
	margin: 1em 0;
	border-radius: 0.5em;
	position: relative;
}
#const .btn_course{
	border: solid 2px var(--const-color);
}
#engin .btn_course{
	border: solid 2px var(--engin-color);
}
#pipe .btn_course{
	border: solid 2px var(--pipe-color);
}
#garde .btn_course{
	border: solid 2px var(--garde-color);
}

/*リンク無しの時*/
.btn_course_nolink::after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
}
/*end リンク無しの時*/

.btn_course a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000;
	width: 100%;
	padding: 0.5em 0.5em 0.5em 2.5em;
	border-radius: 0.5em;
	background-color: #fff;
	position: relative;
	transition: background 0.5s;
}
.btn_course a::before{
	content: '';
	display: block;
	width: 1em;
	height: 1em;
	background-color: #555;
	clip-path: polygon(0 0,100% 50%,0 100%);
	position: absolute;
	top: 50%;
	left: 0.5em;
	transform: translateY(-50%);
}

.btn_course a:hover{
	text-decoration: none;
	background-color: #fcf4d0;
}

.btn_course .course_name{
	font-weight: bold;
	width: 58%;
}

.btn_course .course_price{
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	color: #fff;
	padding: 0.5em;
	width: 40%;
	border-radius: 0.5em;
}
#const .btn_course .course_price{
	background-color: var(--const-subcolor);
}
#engin .btn_course .course_price{
	background-color: var(--engin-subcolor);
}
#pipe .btn_course .course_price{
	background-color: var(--pipe-subcolor);
}
#garde .btn_course .course_price{
	background-color: var(--garde-subcolor);
}

.icon_course{
	font-size: 0.85em;
	display: inline-block;
	color: var(--nikken-red);
	margin-right: 0.5em;
	padding: 0.25em 0.5em;
	border: solid 1px var(--nikken-red);
	border-radius: 0.25em;
}

/*****
POINT解説
*****/
.ttl_type04{
	font-size: clamp(1.6rem,2.8vw,2.8rem);
	color: #000;
	margin-bottom: 1.5em;
	border: solid 4px #000;
	clip-path: polygon(0 0,100% 0,100% calc(100% - 1em),calc(100% - 1em) 100%,0 100%);
	background-color: #f9f2b9;
	background-image: url("../img/ttl_type04_bg.png");
	background-repeat: no-repeat;
	background-size: auto 1em;
	position: relative;
}
.ttl_type04::before,
.ttl_type04::after{
	content: '';
	display: block;
}
.ttl_type04::before{
	width: calc(1em + 4px);
	height: calc(1em + 4px);
	background-color: #000;
	position: absolute;
	bottom: -4px;
	right: -4px;
}
.ttl_type04::after{
	width: 1em;
	height: 1em;
	background-image: linear-gradient(135deg,var(--sekou-color) 0,var(--sekou-color) calc(50% - 4px),#000 calc(50% - 4px),#000 100%);
	position: absolute;
	bottom: -4px;
	right: -4px;
}

.detail03_box{
	font-size: 0.85em;
	margin-top: 2em;
	padding: 1em;
	border: solid 1px #282828;
	box-shadow: 0 0 4px 4px rgba(0,0,0,0.2);
}

/*****
制度の見直し 改正概要
*****/
.ttl_detail{
	font-size: clamp(1.6rem,3.2vw,3.2rem);
	font-weight: bold;
	color: #A70081;
	margin-bottom: 0.5em;
	border-bottom: solid 4px #A70081;
}

.detail_area{
	padding: 1em;
	margin: 2em 0 0 0;
	border: solid 1px #f6b78c;
}
.detail_area .ttl_detail_sub{
	font-size: clamp(1.4rem,2.6vw,2.6rem);
	font-weight: bold;
	margin-bottom: 1em;
	padding: 0.25em 0 0.25em 1em;
	border-bottom: solid 2px #A70081;
	border-left: solid 6px #A70081;
}

.tbl_detail{
	width: 100%;
	margin-bottom: 1em;
	border-top: solid 1px #858585;
	border-left: solid 1px #858585;
}

.tbl_detail th,
.tbl_detail td{
	padding: 0.5em;
	border-bottom: solid 1px #858585;
	border-right: solid 1px #858585;
}

.tbl_detail th{
	background-color: #ffeb8e;
	white-space: nowrap;
}
.tbl_detail td{}

.tbl_detail .th_wide1ji{}
.tbl_detail .th_wide2ji{}
.tbl_detail .td_wide01{
	white-space: nowrap;
}
.tbl_detail .td_wide02{
	width: 6em;
}


/* ===========================================
	MediaQueries
=========================================== */
/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	/*---------------------------------------------
	ページヘッダー
	---------------------------------------------*/
	#page_header{
		font-size: 1.3vw;
	}
	.header_sp{
		aspect-ratio: 352 / 158;
		margin-top: 1em;
		position: relative;
	}
	.header_check{
		width: 70%;
		position: absolute;
		bottom: 6em;
		left: 0;
		z-index: 1;
	}
	.header_img{
		width: 40%;
		z-index: 0;
	}
	
	/*****
	スクロール画像
	*****/
	.header_scroll{
		padding: 0.5em 0;
	}
	
	/*---------------------------------------------
	固定ナビバー
	---------------------------------------------*/
	.page_nav{
		background-color: #fff;
	}
	
	.nav_btn.btn_open{
		background-color: #f9f2b9;
	}
	
	.nav_btn img{
		width: 100%;
		max-width: 260px;
	}
	
	/*---------------------------------------------
	section
	---------------------------------------------*/
	.section_wrap{
		padding: 4em 0;
	}
	
	.normal_section{
		margin: 4em auto 0 auto;
	}
	
	/*****
	試験日程表組
	*****/
	.tbl_sche{
		border: solid 1px #858585;
	}
	.tbl_sche th,
	.tbl_sche td{
		display: block;
		width: 100%;
		border-bottom: solid 1px #858585;
	}
	.tbl_sche td:last-of-type{
		border-bottom: none;
	}
	.tbl_sche th.sche_th,
	.tbl_sche th.sche_blank{
		display: none;
	}
	
	.tbl_sche td{
		display: flex;
		align-items: center;
	}
	.tbl_sche td::before{
		content: attr(data-label);
		display: flex;
		justify-content: center;
		align-items: center;
		align-self: stretch;
		font-weight: bold;
		width: 7em;
		margin-right: 0.5em;
		padding: 0.25em 0.5em;
		background-color: #d9d9d9;
	}
	
	/*****
	受検対策講座
	*****/
	.btn_course_area{}
	.btn_course{}
	
	
	/*****
	POINT解説
	*****/
	.ttl_type04{
		padding: 1.75em 1em 0.5em 0.5em;
		background-position: 0.5em 0.5em;
	}
	
	/*****
	制度の見直し
	*****/
	.minaoshi01{
		margin-bottom: 1em;
	}
	.minaoshi02{
		width: 80%;
		margin: 0 auto;
	}
	
}


/* PC----------------------------- */
@media screen and (min-width: 768px){
	/*---------------------------------------------
	ページヘッダー
	---------------------------------------------*/
	#page_header{
		font-size: 0.8vw;
	}
	.page_header{
		aspect-ratio: 1200 / 568;
		position: relative;
	}
	.page_ttl{
		width: 75%;
	}
	.header_check{
		width: 53.5%;
		position: absolute;
		bottom: 4em;
		left: 0;
	}
	.header_img{
		width: 41%;
	}
	
	/*****
	スクロール画像
	*****/
	.header_scroll{
		padding: 1em 0;
	}
	
	/*---------------------------------------------
	固定ナビバー
	---------------------------------------------*/
	.page_nav{
		background-color: var(--sekou-color);
	}
	.page_nav_inner{
		display: flex;
		justify-content: space-around;
	}
	.nav_btn_area{
		width: 32%;
	}
	.nav_btn:hover{
		background-color: #f9f2b9;
	}
	.nav_ancbox{
		position: absolute;
		top: 100%;
		left: 0;
	}
	
	/*---------------------------------------------
	section
	---------------------------------------------*/
	/*****
	試験日程表組
	*****/
	.tbl_sche{
		border-top: solid 1px #858585;
		border-left: solid 1px #858585;
	}
	.tbl_sche th,
	.tbl_sche td{
		text-align: center;
		border-bottom: solid 1px #858585;
		border-right: solid 1px #858585;
	}
	.tbl_sche th.sche_th{
		width: 28%;
		background-color: #d9d9d9;
	}
	.tbl_sche th.tbl_th,
	.tbl_sche th.sche_blank{
		width: auto;
	}
	
	/*****
	受検対策講座
	*****/
	.btn_course_area{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.btn_course{
		width: 48%;
	}
	
	/*****
	POINT解説
	*****/
	.ttl_type04{
		padding: 0.5em 1em 0.5em 6em;
		background-position: 0.5em 0.75em;
	}
	
	.detail03_box{
		width: 44%;
	}
	.detail03_ttl{
		font-size: clamp(1.6rem,2.2vw,2.2rem);
		text-align: center;
		margin-bottom: 0.5em;
		padding: 0.5em;
		background-image: linear-gradient(65deg, #f0f2f5 0%,#f0f2f5 20%, #e0e4eb 100%);
	}
	
	/*****
	制度の見直し
	*****/
	.minaoshi01{
		width: 58%;
	}
	.minaoshi02{
		width: 38%;
	}
	
}
