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

/*==============================
基本設定
==============================*/

html{
	width: 100%;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

/*ハンバーガーメニューをクリックしたとき*/
html.active{
	overflow: hidden;
}

body{
	width: 100%;
	font-size: 1.4rem;
	font-weight: 100;
	color: #231815;
	background: #FFF;
	overflow-x: clip;/*hiddenではスクロールがおかしくなるため入れた*/
	position: relative;
	-webkit-text-size-adjust: 100%;/*スマホで横持ちした時フォントサイズが変わらないように*/
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size:62.5%;
}


/*リンク設定*/
a:link,
a:visited,
a:hover,
a:active{
	color: #231815;
	text-decoration: none;
	transition: 0.3s;
}

a.active{
	opacity: 0.8;
	transition: 0.5s;
}

/*イメージ設定*/
img{
	width: 100%;
	height: auto;
}

#wrapper{
	width: 100%;
	position: relative;
}

/*==============================
共通設定
==============================*/

/*見出し装飾*/
.hl{
	margin: 0 auto;
	padding: 5px 0 10px;
	width: 270px;
	color: #FFF;
	font-size: 3rem;
	font-weight: 100;
	text-align: center;
	background: #231815;
}

/*==============================
ヘッダー設定
==============================*/

/*ヘッダー全体*/
#headerWrap{
	width: 100%;
	height: calc(100vh + 274px);
	position: relative;
}

/*ロゴ全体*/
.logoWrap{
	padding: 34px;
	display: flex;
	flex-wrap: wrap;
}

/*NEGロゴ*/
.logoWrap li{
	display: flex;
	flex-wrap: wrap;
}

/*NEGロゴ*/
.logoWrap li:first-of-type a{
	display: block;
	margin: 0 20px 0 16px;
	width: 200px;
}

/*電気硝子建材ロゴ*/
.logoWrap li:nth-of-type(2) a{
	display: block;
	margin: 0 0 0 5px;
	width: 160px;
}

/*主催、共催*/
.logoWrap li span{
	margin: 2px 0 0 0;
	font-size: 1.4rem;
	font-weight: 100;
	writing-mode: vertical-rl;
	text-orientation: upright;
}


/*==============================
NEGセミナー設定
==============================*/

/*NEGセミナー全体*/
#about{
	padding: 100px 0;
	width: 100%;
	background: #E1E2E0;
}

/*NEGセミナー中身*/
#about .inner{
	margin: 0 auto;
	width: 960px;
}

/*NEGセミナー 見出し*/
#about .inner h2{
	padding: 0 0 20px 0;
	color: #231815;
	font-size: 3.4rem;
	font-weight: 100;
	text-align: center;
	border-bottom: 1px #231815 solid;
}

/*NEGセミナー 説明*/
#about .inner .desc{
	margin: 75px auto 0;
	color: #231815;
	font-size: 2.2rem;
	line-height: 42px;
	font-weight: 100;
	text-align: justify;
}

/*NEGセミナー 強調部分*/
#about .inner .desc em{
	font-style: normal;
	text-decoration: underline;
}

/*NEGセミナー コメ注*/
#about .inner .desc span{
	font-size: 1.6rem;
}

/*NEGセミナー 注釈*/
#about .inner small{
	display: block;
	margin: 30px auto 0;
	color: #231815;
	font-size: 1.6rem;
	line-height: 30px;
	font-weight: 100;
	text-align: justify;
}

/*==============================
アーカイブ設定
==============================*/

/*アーカイブ全体*/
#archive{
	padding: 200px 0;
	width: 100%;
	background: #FFF;
}

/*アーカイブ中身*/
#archive .inner{
	margin: 0 auto;
	width: 960px;
	background: #FFF;
}

/*アーカイブリスト全体*/
#archive .inner ul{
	margin: 100px auto 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/*アーカイブリスト*/
#archive .inner ul li{
	width: 450px;
}

/*セミナー情報*/
#archive .inner ul li dl{
	margin: 20px 0 0 0;
	font-family:"Noto Sans JP","ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
}

/*講師*/
#archive .inner ul li dl dt{
	color: #231815;
	font-size: 2.2rem;
}

/*肩書き*/
#archive .inner ul li dl dd{
	margin: 10px 0 0 0;
	color: #231815;
	font-size: 2rem;
	line-height: 28px;
	text-align: justify;
}

/*詳細はこちら*/
#archive .inner ul li .more{
	margin: 15px 0 0 0;
	width: 160px;
	height: 28px;
	text-align: center;
}

/*詳細はこちら リンク*/
#archive .inner ul li .more a{
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
	font-size: 1.6rem;
	line-height: 28px;
	font-family:"Noto Sans JP","ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background: #231815;
}

/*詳細はこちら リンク 装飾*/
#archive .inner ul li .more a::after{
	content: "";
	display: inline-block;
	width: 12px;
	height: 17px;
	background: url(../img/ico_arrow_right.svg) no-repeat center center / cover;
	position: relative;
	top: 2px;
	left: 5px;
}

/*==============================
フッター設定
==============================*/

/*フッター全体*/
#footerWrap{
	padding: 44px 0;
	width: 100%;
	background: #E1E2E0;
}

/*フッター中身*/
#footerWrap .inner{
	margin: 0 auto;
	width: 1100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/*ロゴ*/
#footerWrap .inner p{
	width: 475px;
}

/*コピーライト*/
#footerWrap .inner small{
	margin: 30px 0 0 0;
	display: block;
	color: #231815;
	font-size: 1.3rem;
}

/*==============================
お申し込みはこちら設定
==============================*/

/*お申し込みはこちら*/
.contact{
	width: 100px;
	position: fixed;
	top: 35%;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

/*お申し込みはこちら リンク*/
.contact a{
	display: block;
	padding: 40px;
	width: 100%;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 100;
	writing-mode: vertical-rl;
	text-orientation: upright;
	text-align: center;
	background: #C9321D;
}

/*==============================
レスポンシブ設定
==============================*/

/*1650pxの場合*/
@media screen and (max-width:1650px){

	/*==============================
	ヘッダー設定
	==============================*/

	/*ヘッダー全体*/
	#headerWrap{
		height: calc(100vh + 224px);
	}
}

/*1300pxの場合*/
@media screen and (max-width:1300px){

	/*==============================
	ヘッダー設定
	==============================*/

	/*ヘッダー全体*/
	#headerWrap{
		height: calc(100vh + 214px);
	}
}

/*1160pxの場合*/
@media screen and (max-width:1160px){

	/*==============================
	共通設定
	==============================*/

	/*見出し装飾*/
	.hl{
		font-size: 2.4rem;
	}


	/*==============================
	ヘッダー設定
	==============================*/

	/*ロゴ全体*/
	.logoWrap{
		padding: 25px;
	}

	/*==============================
	NEGセミナー設定
	==============================*/

	/*NEGセミナー中身*/
	#about .inner{
		width: 760px;
	}

	/*NEGセミナー 説明*/
	#about .inner .desc{
		margin: 40px auto 0;
	}

	/*NEGセミナー 見出し*/
	#about .inner h2{
		font-size: 3rem;
	}

	/*NEGセミナー 説明*/
	#about .inner .desc{
		margin: 20px auto 0;
		font-size: 1.6rem;
		line-height: 32px;
	}

	/*NEGセミナー コメ注*/
	#about .inner .desc span{
		font-size: 1.4rem;
	}

	/*NEGセミナー 注釈*/
	#about .inner small{
		margin: 20px auto 0;
		font-size: 1.4rem;
		line-height: 28px;
	}

	/*==============================
	アーカイブ設定
	==============================*/

	/*アーカイブ全体*/
	#archive{
		padding: 120px 0;
	}

	/*アーカイブ中身*/
	#archive .inner{
		width: 760px;
	}

	/*アーカイブリスト*/
	#archive .inner ul li{
		width: calc(50% - 50px);
	}

	/*講師*/
	#archive .inner ul li dl dt{
		font-size: 1.8rem;
	}

	/*肩書き*/
	#archive .inner ul li dl dd{
		font-size: 1.6rem;
		line-height: 22px;
	}

	/*詳細はこちら*/
	#archive .inner ul li .more{
		margin: 10px 0 0 0;
		width: 140px;
	}

	/*詳細はこちら リンク*/
	#archive .inner ul li .more a{
		font-size: 1.4rem;
	}

	/*詳細はこちら リンク 装飾*/
	#archive .inner ul li .more a::after{
		width: 11px;
		height: 16px;
	}

	/*==============================
	フッター設定
	==============================*/

	/*フッター中身*/
	#footerWrap .inner{
		width: calc(100% - 80px);
	}

	/*ロゴ*/
	#footerWrap .inner p{
		width: 350px;
	}

	/*コピーライト*/
	#footerWrap .inner small{
		margin: 20px 0 0 0;
		font-size: 1.2rem;
	}

	/*==============================
	お申し込みはこちら設定
	==============================*/

	/*お申し込みはこちら*/
	.contact{
		width: 80px;
		top: 20%;
	}

	/*お申し込みはこちら リンク*/
	.contact a{
		padding: 30px;
	}

}

/*960pxの場合*/
@media screen and (max-width:960px){

	/*==============================
	ヘッダー設定
	==============================*/

	/*ヘッダー全体*/
	#headerWrap{
		height: calc(100vh + 233px);
	}

	/*NEGロゴ*/
	.logoWrap li:first-of-type a{
		margin: 2px 12px 10px 8px;
		width: 150px;
	}

	/*電気硝子建材ロゴ*/
	.logoWrap li:nth-of-type(2) a{
		width: 120px;
	}


	/*主催、共催*/
	.logoWrap li span{
		margin: 1px 0 0 0;
		font-size: 1.2rem;
	}

}

/*768pxの場合*/
@media screen and (max-width:768px){

	/*==============================
	共通設定
	==============================*/

	/*見出し装飾*/
	.hl{
		width: 220px;
		font-size: 2rem;
	}

	/*==============================
	ヘッダー設定
	==============================*/

	/*ヘッダー全体*/
	#headerWrap{
		height: 100vh;
	}

	/*ロゴ全体*/
	.logoWrap{
		padding: 20px;
	}

	/*==============================
	NEGセミナー設定
	==============================*/

	/*NEGセミナー全体*/
	#about{
		padding: 100px 0;
	}

	/*NEGセミナー中身*/
	#about .inner{
		width: calc(100% - 80px);
	}

	/*==============================
	アーカイブ設定
	==============================*/

	/*アーカイブ全体*/
	#archive{
		padding: 60px 0;
	}

	/*アーカイブ中身*/
	#archive .inner{
		width: calc(100% - 80px);
	}


	/*アーカイブリスト全体*/
	#archive .inner ul{
		margin: 60px auto 0;
	}

	/*==============================
	フッター設定
	==============================*/

	/*ロゴ*/
	#footerWrap .inner p{
		margin: 0 auto;
		width: 300px;
	}

	/*コピーライト*/
	#footerWrap .inner small{
		margin: 20px auto 0;
		line-height: 18px;
	}

	/*==============================
	お申し込みはこちら設定
	==============================*/

	/*お申し込みはこちら*/
	.contact{
		width: 60px;
	}

	/*お申し込みはこちら リンク*/
	.contact a{
		padding: 20px;
		font-size: 2rem;
	}

}

/*480pxの場合*/
@media screen and (max-width:480px){

	/*==============================
	共通設定
	==============================*/

	/*見出し装飾*/
	.hl{
		width: 180px;
		font-size: 1.8rem;
	}

	/*==============================
	ヘッダー設定
	==============================*/

	/*ヘッダー全体*/
	#headerWrap{
		height: 100vh;
		height: 100dvh;
	}

	/*ロゴ全体*/
	.logoWrap{
		flex-direction: column;
	}

	/*主催、共催*/
	.logoWrap li span{
		margin: 0;
	}

	/*==============================
	NEGセミナー設定
	==============================*/

	/*NEGセミナー全体*/
	#about{
		padding: 60px 0;
	}

	/*NEGセミナー中身*/
	#about .inner{
		width: calc(100% - 40px);
	}

	/*NEGセミナー 見出し*/
	#about .inner h2{
		font-size: 2rem;
	}

	/*NEGセミナー 説明*/
	#about .inner .desc{
		margin: 20px auto 0;
		font-size: 1.4rem;
		line-height: 26px;
	}

	/*NEGセミナー コメ注*/
	#about .inner .desc span{
		font-size: 1.2rem;
	}


	/*NEGセミナー 注釈*/
	#about .inner small{
		margin: 10px auto 0;
		font-size: 1.2rem;
		line-height: 20px;
	}

	/*==============================
	アーカイブ設定
	==============================*/

	/*アーカイブ全体*/
	#archive{
		padding: 60px 0;
	}

	/*アーカイブ中身*/
	#archive .inner{
		width: calc(100% - 40px);
	}

	/*アーカイブリスト全体*/
	#archive .inner ul{
		margin: 40px auto 0;
	}

	/*アーカイブリスト*/
	#archive .inner ul li{
		margin: 0 auto;
		width: 320px;
	}

	/*セミナー情報*/
	#archive .inner ul li dl{
		margin: 15px 0 0 0;
	}

	/*講師*/
	#archive .inner ul li dl dt{
		font-size: 1.6rem;
		ine-height: 30px;
	}

	/*肩書き*/
	#archive .inner ul li dl dd{
		margin: 5px 0 0 0;
		font-size: 1.4rem;
		line-height: 20px;
	}

	/*詳細はこちら*/
	#archive .inner ul li .more{
		width: 120px;
		height: 24px;
	}

	/*詳細はこちら リンク*/
	#archive .inner ul li .more a{
		font-size: 1.2rem;
		line-height: 24px;
	}

	/*詳細はこちら リンク 装飾*/
	#archive .inner ul li .more a::after{
		width: 9px;
		height: 14px;
	}


	/*==============================
	フッター設定
	==============================*/

	/*フッター全体*/
	#footerWrap{
		padding: 40px 0 140px;
	}

	/*フッター中身*/
	#footerWrap .inner{
		width: calc(100% - 40px);
	}

	/*ロゴ*/
	#footerWrap .inner p{
		width: 240px;
	}

	/*コピーライト*/
	#footerWrap .inner small{
		text-align: center;
	}

	/*==============================
	お申し込みはこちら設定
	==============================*/

	/*お申し込みはこちら*/
	.contact{
		width: 100%;
		bottom: 0;
		left: 0;
		top: auto;
	}

	/*お申し込みはこちら リンク*/
	.contact a{
		padding: 20px;
		font-size: 2rem;
		writing-mode: horizontal-tb;
	}

}


/*375pxの場合*/
@media screen and (max-width:375px){

	/*==============================
	ヘッダー設定
	==============================*/

	/*ヘッダー全体*/
	#headerWrap{
		height: 110vh;
	}


}













