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

/*--------------------------------------------------------------------------メインイメージ*/
#Bcmb {
	position: relative;
	width: 100%;
	height: 48px;
	border-top: 1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin-top: 101px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	font-size: 13px;
	line-height: 50px;
	text-align: left;
}
#Bcmb a{ text-decoration:none; color: #000;}
#mimg {
	position: relative;
	width: 100%;
	height: 500px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#slider {
    width: 100%;
    height: 500px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../web/company_greeting/mimg.webp);
	background-position: top center; 
	background-size: cover;
	background-repeat: no-repeat;
}

#mimg .txtBox {
	position: absolute;
	width: auto;
	height: auto;
	display:inline-block;
	top: 200px;
	left: 5%;
	z-index: 1000;
}
#mimg .p1 {
	width: auto;
	height: auto;
	font-size: 65px;
	line-height: 65px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #FFF;
    text-align: left;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
#mimg .p2 {
	width: auto;
	height: auto;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #FFF;
    text-align: left;
	margin-top: 15px;
	margin-left: 7px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}



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

#section01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 100px;
}
#contents01 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	width: 100%;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 3px;
	float: left;
}
.h2ac {
	width: 100%;
	font-size: 20px;
	line-height: 20px;
	text-align: left;
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
	float: left;
	color: #0064c8;
	letter-spacing:1px;
}

#contents01 .Img {
	width: 1100px;
	height: 500px;
	float: left;
	margin-top: 50px;
}

#contents01 .txt {
	width: 800px;
	height: auto;
	float: left;
	margin-top: 30px;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	letter-spacing: 1px;
}
#contents01 .txt2 {
	width: 750px;
	height: auto;
	float: left;
	margin-top: 40px;
	font-size: 16px;
	line-height: 25px;
	text-align: right;
	letter-spacing: 1px;
	font-weight: bold;
}



#section02 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 50px;
}
#contents02 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}

#contents02 .ttl {
	position: relative;
	width: 100%;
	height: 45px;
	float: left;
	font-size: 35px;
	line-height: 40px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 3px;
	border-bottom: 2px solid #CCC;
	transition: 0.4s;
	margin-top: 70px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#contents02 .ttl:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #0064c8;
  bottom: -2px;
  width: 20%;
}

#contents02 .t1 {
	width: 1100px;
	height: auto;
	font-size: 25px;
	line-height: 35px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 1px;
	float: left;
	margin-top: 30px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#contents02 .t2 {
	width: 1100px;
	height: auto;
	font-size: 30px;
	line-height: 35px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 1px;
	float: left;
	margin-top: 30px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#sectionGM {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 0px;
}
#contentsGM {
	position: relative;
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contentsGM:after{
	content: "";
	clear: both;
	display: block;
}
#cmenu {
	position: relative;
	width: 530px;
	height: 300px;
	float: left;
	transition: 0.4s;
}
#cmenu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.4s;
}
#cmenu:hover {
	transform: scale(1.02);
}
#cmenu:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.0);
}
#cmenu.c01 {
	margin-top: 70px;
	background-image: url(../web/company_top/img1.jpg);
	z-index: 1;
	background-size:contain;
}
#cmenu.c02 {
	margin-top: 70px;
	margin-left: 0px;
	background-image: url(../web/company_top/img2.jpg);
	background-size:contain;
}
#cmenu.c03 {
	margin-top: 70px;
	margin-left: 40px;
	background-image: url(../web/company_top/img3.jpg);
	background-size:contain;	
}
#cmenu.c04 {
	margin-top: 40px;
	margin-left: 0px;
	background-image: url(../web/company_top/img4.jpg);
	background-size:contain;
}
#cmenu.c05 {
	margin-top: 40px;
	margin-left: 40px;
	background-image: url(../web/company_top/img5.jpg);
	background-size:contain;
}
#cmenu .ttl{
	position: relative;
	width: auto;
	height: 30px;
	float: left;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	padding-right: 40px;
	background-image: url(../web/company_top/ac.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin-top: 250px;
	margin-left: 20px;
	color: #FFF;
	z-index: 100;
}
#cmenu .ttl a{
	color: #FFF;
}

.c01_txt {
	width: 800px;
	height: 750px;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 50px;
	margin-right: 100px;
	float: right;
	font-family: 'Noto Serif JP', serif;
}
#contents01 .st1 {
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	float: left;
}
#contents01 .st2 {
	width: 100%;
	font-size: 16px;
	line-height: 35px;
	float: left;
	margin-top: 30px;
}
#contents01 .st3 {
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
	float: left;
	text-align: right !important;
}
.c01_Img {
	width: 200px;
	height: 300px;
	margin-top: 50px;
	float: right;
}



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

}
