@charset "utf-8";
/* CSS Document */

/*ナビゲーションエリア*/

.main_logo{
	position:absolute;
	z-index: 10;
	top: 0;
	left: 0;
}

header nav{
	text-align: center;
	max-width: 1920px;
	height: 85px;
	border-bottom: 1.5px solid #6c6c6c;
	background-color: #212121;
	display: flex;
	justify-content: right;
	align-items:center;
}

header nav ul:nth-child(2){
	margin-left: auto;
}

header a{
	text-decoration: none;
	color: #fff;
	/*font-family: "Shrikhand", serif;
  	font-weight: 400;
  	font-style: normal;*/

	font-family: "ltc-broadway", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
	padding-left: 15px;
	padding-right: 15px;
}

header ul{
	display: flex;
}



/*ファーストビュー画像エリア*/
.firstview{
	height:100vh;
	background-image: url("../img//com_top.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


/*導入文エリア*/
.top{
	text-align: center;
	padding-top: 100px;
}

.top h2 {
	color: #212121;
	font-family: "ltc-broadway", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 50px;
	margin-top: 150px;
	margin-bottom: 20px;
}

.top p:first-of-type{
	color: #212121;
	font-family: "BIZ UDGothic", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 15px;
	margin-bottom: 180px;
}
/*
.top p:nth-of-type(2){
	color: #212121;
	font-family: "BIZ UDGothic", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 100px;
}

.btn{
	font-family: "filson-soft", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	background-color: #212121;
	padding: 35px 130px;
	border-radius: 10px;
}

.top a{
	color: #fff;
	text-decoration: none;
}
*/
/*ハンバーガーエリア

.burger{
	text-align: center;
}


.burger h2{
	font-size: 28px;
	margin-top: 30px;
}

.burger p{
	font-size: 20px;
}

.burger h3{
	font-size: 17px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.hb_01{
	color: #eee;
	width: 381px;
	height: 616px;
	border: 2px solid #eee;
	padding: 20px 15px;
}
*/

/*内容*/

#middle{
	font-family: "BIZ UDGothic", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 17px;
	line-height: 30px;
	text-align: center;
	color: #212121;
}

.concept,.concept2,.concept3,.concept4
,.concept5,.concept6{
	display: flex;
	justify-content:center;
	align-items:center;
	margin-bottom: 100px;
}

.concept_text,.concept_text3,
.concept_text5{
	padding-left: 50px;
}

.concept_text2,.concept_text4,
.concept_text6{
	padding-right: 50px;
}





















/*フッターエリア*/

footer{
	text-align: center;
	max-width: 1920px;
	height: 400px;
	background-color: #212121;
	padding-top: 60px;
}

footer nav ul{
	display: flex;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 50px;
}

footer a{
	text-decoration: none;
	color: #fff;
	font-family: "ltc-broadway", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
	padding-left: 15px;
	padding-right: 15px;
}

.copyright{
	color: #ffff;
}












