@charset "utf-8";
/* =============================================
	建築士講座
============================================= */
.bg_gold{
	background-color: #b78b16;
}

.under_yell{
	display: inline;
	padding: 0 0.15em;
	background-image: linear-gradient(to top,#ffde00 0, #ffde00 40%, transparent 40%);
}

.font_yell{
	color: #ffde00;
}

/*---------------------------------------------
	page_header
---------------------------------------------*/
#page_header{
	background-image: linear-gradient(to bottom,#dedede 0,#fff 100%);
	border-bottom: solid 2px #282828;
	overflow: hidden;
}

.page_header{
	display: flex;
	flex-direction: column-reverse;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

.page_header h1{
	color: #282828;
	text-align: center;
}

.header_h1{
	padding-top: 2em;
}

.header_koshi{
	display: flex;
	justify-content: space-between;
	/*margin-bottom: 0.5em;*/
}
.header_koshi li{
	max-width: 400px;
}

.header_cap{
	text-align: right;
	width: 94%;
	margin: 0.5em auto 1em auto;
}

.anim01,
.anim02,
.anim03,
.anim04{
	opacity: 0;
	animation-name: anim_effect;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.anim01{
	animation-delay: 0.5s;
	animation-duration: 0.5s;
}
.anim02{
	animation-delay: 0.8s;
	animation-duration: 0.5s;
}
.anim03{
	animation-delay: 1.1s;
	animation-duration: 0.5s;
}
.anim04{
	animation-delay: 1.4s;
	animation-duration: 0.5s;
}


.anim_effect{
	opacity: 0;
	animation-name: anim_effect;
	animation-duration: 0.35s;
	animation-delay: 1.2s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

/*****
タイトルアニメーション設定
*****/
@keyframes anim_effect{
	0%{
		opacity: 0;
		transform: translateX(50%);
	}
	100%{
		opacity: 1;
		transform: translateX(0);
	}
}


.header_bar{
	text-align: center;
	padding: 0.5em;
	background-color: #282828;
}
.header_bar_apply{
	max-width: 782px;
	margin: 0 auto;
}

/*****
講座一覧へのリンク
*****/
.course_btn_area{
	width: 94%;
	max-width: 970px;
	margin: 0 auto;
	padding: 1em 0;
}

.btn_1q{
	text-shadow: none;
}
.btn_1q a{
	color: #db2929;
	border: solid 2px #db2929;
	background-image: url("../img/icon_arrow1q.png");
}
.btn_2q{
	text-shadow: none;
}
.btn_2q a{
	color: #4b7cb2;
	border: solid 2px #4b7cb2;
	background-image: url("../img/icon_arrow2q.png");
}


/*---------------------------------------------
	section
---------------------------------------------*/
.section_wrap{
	margin: 0 auto;
	padding: 4em 0;
	background-image: url("../img/section_bg.jpg");
	background-position: center top;
	background-size: 100% auto;
}

.section_area{}

.ttl_type01_wrap{
	display: flex;
	margin-bottom: 3em;
}
.ttl_type01_wrap::before{
	content: '';
	display: block;
	flex-grow: 1;
	width: auto;
	height: auto;
	background-color: #282828;
}
.ttl_type01_wrap::after{
	content: '';
	display: block;
	flex-grow: 1;
	width: auto;
	height: 100%;
}
.ttl_type01{
	flex-shrink: 0;
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
}
.ttl_type01_inner{
	display: block;
	max-width: 500px;
	padding: 2em 0;
	background-color: #282828;
	position: relative;
}
.ttl_type01_inner::after{
	content: '';
	display: block;
	width: 20%;
	height: 100%;
	background-image: linear-gradient(to right bottom,#282828 0,#282828 50%,transparent calc(50% + 1px),transparent 100%);
	position: absolute;
	top: 0;
	left: 100%;
}


.normal_section{
	font-size: 1.8rem;
	line-height: 1.6;
 width: 94%;
	max-width: 1000px;
	margin: 0 auto;
}

/*****
01
*****/
.detail01_box{
	font-size: 0.85em;
	margin-top: 2em;
	padding: 1em 1em 0 1em;
	border: solid 1px #282828;
	box-shadow: 0 0 4px 4px rgba(0,0,0,0.2);
}

/*****
02
*****/
/***1級建築士　講座の特長　流用調整***/
.original-text__detail-info{
	font-size: 1.4rem;
 margin: 40px 0 0;
 counter-reset: li;
}
.original-text__detail-info li{
	margin: 0 0 20px;
 padding: 0 15px 15px;
 position: relative;
 border: 1px solid #dfdfdf;
}
.original-text__detail-info li:before{
	content: counter(li);
 margin: 0 auto;
 padding: 3px 6px;
 display: flex;
 justify-content: center;
 align-items: center;
 box-sizing: border-box;
 position: absolute;
 z-index: 10;
 top: -15px;
 right: 0;
 left: 0;
 width: 2em;
 height: 2em;
 border: 1px solid var(--nikken-red);
 border-radius: 30px;
 background-color: #fff;
 color: var(--nikken-red);
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1.5rem;
 font-weight: bold;
 text-align: center;
 line-height: 2em;
 counter-increment: li;
}
.original-text__detail-info h3{
 margin: 30px 0 10px;
 padding: 0 0 10px;
 border-bottom: 1px solid var(--nikken-red);
 font-size: 1.6rem;
 text-align: center;
}
/***end 1級建築士　講座の特長　流用***/


.circle_section{
	margin-top: 3em;
}

.circle_card_area{
	text-align: center;
	width: 100%;
	max-width: 750px;
	margin: 2em auto 0 auto;
	position: relative;
}

/*****
03
*****/
.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_type02{
	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%);
}

.ex_schedule{
	margin-top: 3em;
}

.ex_schedule_wrap{
	padding: 1em;
	border: solid 4px #282828;
}
.ttl_ex_schedule{
	display: inline-block;
	font-size: 2.4rem;
	color: #fff;
	margin: 0 0 1em -2em;
	padding: 0.5em 1em 0.5em 3em;
	background-color: #282828;
}
.ttl_ex_schedule_caption{
	font-size: 0.85em;
	margin: 0 0 1.2em 2em;
}

/***製図は日建バナーボタン***/
.bn_seizu_btn{
	max-width: 100%;
	margin: 1em auto;
}
.bn_seizu_btn a .bn_seizu_img{
	flex-shrink: 0;
	/*width: 20%;*/
	width: 26%;
	margin-right: 1em;
}
.bn_seizu_btn a .bn_seizu_txt{
	flex-grow: 1;
	text-align: center;
}
.bn_seizu_txt .bn_seizu_cpbox{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(1.8rem,2.8vw,2.8rem);
	margin-bottom: 0.5em;
}
.bn_seizu_cpbox .bn_seizu_icon{
	flex-shrink: 0;
	display: inline-block;
	width: 2.6em;
	margin-right: 1em;
}
/***end 製図は日建バナーボタン***/

/*****
講座一覧
*****/
.ttl_type03{
	font-size: clamp(1.6rem,2.2vw,2.2rem);
	color: #fff;
	text-align: center;
	margin-bottom: 1em;
	padding: 0.5em;
	background-color: #282828;
}

/***タブ***/
.course_tab{
	display: flex;
	margin-top: 1em;
}
.course_tab li{
	font-size: 1.8rem;
	font-weight: bold;
	margin-right: 1em;
}
.course_tab li a{
	display: block;
	color: #333;
	padding: 0.5em 1em;
	background-color: #ccc;
	border-radius: 0.5em 0.5em 0 0;
}
.course_tab li a:hover{
	text-decoration: none;
}
.course_tab li a.show_box{
	cursor: default;
	color: #fff;
	background-color: #273949;
}

.tab_box .course_list_table{
	margin-top: 0;
	border-top: none;
}

/*------------------------------
タブ表示用のクラス
------------------------------*/
/*** タブにする ***/
.tab_nav{}

/*** 表示中のタブ ***/
.show_box{
 cursor: default;
}

/*** タブで表示するエリア ***/
.tab_box{}
/*------------------------------
end タブ表示用のクラス
------------------------------*/



/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media (min-width: 768px){
	/*---------------------------------------------
		page_header
	---------------------------------------------*/
	.page_header h1{
		font-size: clamp(2.4rem,3.25vw,5.2rem);
	}
	
	.header_koshi{}
	.header_koshi li{
		width: 25%;
	}
	
	.header_bar_apply{
		width: 49%;
	}
	
	/*****
	講座一覧へのリンク
	*****/
	.course_btn_area{
		display: flex;
		justify-content: space-around;
	}
	.course_btn_area .btn_normal{
		width: 30%;
	}
	
	/*---------------------------------------------
		section
	---------------------------------------------*/
	.ttl_type01_inner{
		width: 50%;
	}
	
	/*****
	01
	*****/
	.detail01_box{
		width: 44%;
	}
	
	/*****
	02
	*****/
	/***1級建築士　講座の特長　流用調整***/
	.original-text__detail-info{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}
	.original-text__detail-info li{
		margin: 0;
		padding: 0 0.5em 0.5em;
		position: relative;
		width: 23%;
	}
	.original-text__detail-info h3{
		font-size: 1.4rem;
	}
	/***end 1級建築士　講座の特長　流用調整***/
	
	/*****
	03
	*****/
	.detail03_box{
		width: 44%;
	}
	
}

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
 
	/*---------------------------------------------
		page_header
	---------------------------------------------*/
	#page_header{}
	.page_header{}
	
	.page_header h1{
		font-size: 5vw;
	}
	
	.header_h1{
		padding: 1em 0;
	}
	
	.header_koshi{
		flex-wrap: wrap;
	}
	.header_koshi li{
		width: 50%;
	}
	
	.header_cap{
		font-size: 1.2rem;
		line-height: 1.4;
		text-align: left;
	}
	
	.header_bar_apply{
		width: 70%;
	}
	
	
	/*---------------------------------------------
		section
	---------------------------------------------*/
	.section_wrap{
		padding: 3em 0;
	}
	.normal_section{
		font-size: 1.4rem;
	}
	
	.ttl_type01_inner{
		width: 65%;
		padding: 1em 0;
	}
	
	/*****
	01
	*****/
	
	/*****
	02
	*****/
	/***1級建築士　講座の特長　流用調整***/
	.original-text__detail-info li{}
	/***end 1級建築士　講座の特長　流用調整***/
	
	/*****
	03
	*****/
	.detail03_box{}
	
	.ttl_ex_schedule{
		font-size: 1.6rem;
		margin: 0 0 1em -1em;
		padding: 0.5em 1em 0.5em 2em;
	}
	.ttl_ex_schedule_caption{
		margin: 0 0 1.5em 0;
	}
	
	/***製図は日建バナーボタン***/
	.bn_seizu_btn{}
	.bn_seizu_btn a{
		display: block;
	}
	.bn_seizu_btn a .bn_seizu_img{
		width: 65%;
		margin: 0 auto;
	}
	.bn_seizu_btn a .bn_seizu_txt{
		margin-top: 0.5em;
	}
/***end 製図は日建バナーボタン***/
	
	
	/*****
	コース一覧
	*****/
	/***タブ***/
	.course_tab{
		flex-wrap: wrap;
	}
	.course_tab li{
		font-size: 1.4rem;
	}
	
	
	
}
