@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 50px;
	height: 40px;
	z-index: 5000;
}
.pagetop img {
	transition: 0.5s;
}
.pagetop img:hover {
	transform: rotate(360deg);
}

/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	width: 100%;
	height: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
	background-image: url(../web/about/mimg.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#mimg .txtBox {
	position: absolute;
	width: 100%;
	height: auto;
	top: 380px;
	z-index: 1000;
	font-size: 80px;
	line-height: 80px;
	letter-spacing: 3px;
	font-weight: 500;
	color: #fff;
    text-align: center;
}


/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#section01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 70px;
}
#contents01 {
	position: relative;
	width: 1200px;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1000;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
#c01Img {
	width: 500px;
	height: 600px;
	float: left;
}
#c01Txt {
	width: 600px;
	height: auto;
	margin-top: 50px;
	margin-left: 100px;
	float: left;
}
h2 {
	width: 600px;
	height: auto;
	text-align: left;
	font-size: 30px;
	line-height: 50px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
	float: left;
	margin-top: 10px;
}
.h2ac {
	width: 600px;
	height: auto;
	text-align: left;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #bdb08e;
	float: left;
}
#c01Txt .st1{
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #FFF;
	margin-top: 30px;
	float: left;
}

#section02 {
	position: relative;
	width: 100%;
	min-height: 70vh;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../web/about/sec02.webp);
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
}

#section03 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #e4ddd0;
}
#contents03 {
	position: relative;
	width: 1200px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents03:after{
	content: "";
	clear: both;
	display: block;
}
h3 {
	width: 100%;
	text-align: center;
	font-size: 60px;
	line-height: 60px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #123149;
	float: left;
}
#contents03 .st1{
	width: 100%;
	text-align: center;
	font-size: 17px;
	line-height: 35px;
	letter-spacing: 1px;
	color: #000;
	margin-top: 60px;
	float: left;
}

#section04 {
	position: relative;
	width: 100%;
	min-height: 70vh;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../web/about/sec04.webp);
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
}

#section05 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 120px;
}
#contents05 {
	position: relative;
	width: 1200px;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents05:after{
	content: "";
	clear: both;
	display: block;
}
h4 {
	width: 100%;
	text-align: center;
	font-size: 60px;
	line-height: 60px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
	float: left;
}
#name {
	width: 400px;
	height: auto;
	float: left;
	margin-left: 400px;
	margin-top: 60px;
}
#name .logo{
	width: 54px;
	height: 60px;
	float: left;
}
#name .logo img{
	width: 54px;
	height: 60px;
}

#name .t1{
	width: auto;
	height: 40px;
	float: left;
	font-size: 40px;
	line-height: 40px;
	text-align: left;
	letter-spacing: 1px;
	color: #FFF;
	margin-left: 20px;
	margin-top: 10px;
}
#name .t2{
	width: auto;
	height: 20px;
	float: left;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	color: #FFF;
	margin-left: 15px;
	margin-top: 30px;
}
#cp {
	width: 900px;
	height: auto;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	float: left;
	margin-top: 30px;
	margin-left: 150px;
}
#cp.first {
	margin-top: 60px;
}
#cp .t1{
	width: 150px;
	height: 30px;
	float: left;
	margin-left: 250px;
	text-align: left;
	font-size: 17px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
}
#cp .t2{
	width: 450px;
	height: auto;
	float: left;
	margin-left: 50px;
	text-align: left;
	font-size: 17px;
	line-height: 30px;
	color: #FFF;
	padding-bottom: 10px;
}

@media screen and (min-width:768px){

}
