@charset "utf-8";
/* CSS Document */
@media screen and (max-width:767px){
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1500;
	cursor: pointer;
}
.pagetop img{
	width: 0;
	height: 0;
}
/*--------------------------------------------------------------------------メインイメージ*/
#Bcmb { display:none}
#mimg {
	width: 100%;
	height: 200px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
}
#slider {
    width: 100%;
    height: 200px;
	background-image: url(../web/company_greeting/mimgsp.webp);
}
#mimg .txtBox {
	position: absolute;
	width: auto;
	height: auto;
	display:inline-block;
	top: 75px;
	left: 5%;
	z-index: 1000;
}
#mimg .p1 {
	width: auto;
	height: auto;
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: 600;
    text-align: left;
}
#mimg .p2 {
	width: auto;
	height: auto;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 1px;
	font-weight: 600;
    text-align: left;
	margin-top: 10px;
	margin-left: 3px;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 30px;
}
#contents01 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	width: 100%;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0px;
	float: left;
}
.h2ac {
	width: 100%;
	font-size: 13px;
	line-height: 13px;
	text-align: left;
	margin-top: 7px;
	font-weight: bold;
	text-align: center;
	float: left;
	color: #0064c8;
	letter-spacing:0px;
}
#contents01 .Img {
	width: 320px;
	height: 145px;
	float: left;
	margin-top: 20px;
}
#contents01 .Img img{
	width: 320px;
	height: 145px;
}

#contents01 .txt {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	letter-spacing: 0px;
}
#contents01 .txt2 {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	letter-spacing: 0px;
	font-weight: bold;
}

#section02 {
	width: 100%;
	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
#contents02 {
	position: relative;
	width: 320px;
	height: auto;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
h3 {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: bold;
    position: relative;
    display: inline-block;
}
h3:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 50px;
  height: 2px;
  left: 160px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0064c8;
}

#contents02 .ttl {
	position: relative;
	width: 100%;
	height: 20px;
	float: left;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 2px solid #CCC;
	transition: 0.4s;
	margin-top: 20px;
}
#contents02 .ttl:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #0064c8;
  bottom: -2px;
  width: 15%;
}
#contents02 .t1 {
	width: 320px;
	height: auto;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	letter-spacing: 0px;
	float: left;
	margin-top: 10px;
}
#contents02 .t2 {
	width: 320px;
	height: auto;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	letter-spacing: 0px;
	float: left;
	margin-top: 10px;
}

#sectionGM {
	width: 100%;
	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
#contentsGM {
	position: relative;
	width: 320px;
	height: auto;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#cmenu {
	position: relative;
	width: 320px;
	height: 181px;
	float: left;
	transition: 0.4s;
}
#cmenu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}
#cmenu:hover {
	transform: scale(1.00);
}
#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: 20px;
	background-image: url(../web/company_top/img1.jpg);
	z-index: 1;
	background-size:contain;
}
#cmenu.c02 {
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../web/company_top/img2.jpg);
	background-size:contain;
}
#cmenu.c03 {
	margin-top: 20px;
	margin-left: 0px;
	background-image: url(../web/company_top/img3.jpg);
	background-size:contain;	
}
#cmenu.c04 {
	margin-top: 20px;
	margin-left: 0px;
	background-image: url(../web/company_top/img4.jpg);
	background-size:contain;
}
#cmenu.c05 {
	margin-top: 20px;
	margin-left: 0px;
	background-image: url(../web/company_top/img5.jpg);
	background-size:contain;
}
#cmenu .ttl{
	position: relative;
	width: auto;
	height: 23px;
	float: left;
	font-size: 23px;
	line-height: 23px;
	font-weight: bold;
	padding-right: 30px;
	background-image: url(../web/company_top/ac.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
	margin-top: 145px;
	margin-left: 15px;
	color: #FFF;
	z-index: 100;
}
#cmenu .ttl a{
	color: #FFF;
}

.c01_txt {
	width: 310px;
	height: auto;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	letter-spacing: 0px;
	margin-top: 15px;
	margin-right: 0px;
	float: left;
	font-family: 'Noto Serif JP', serif;
    position: relative;
}
#contents01 .st1 {
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	float: left;
}
#contents01 .st2 {
	width: 100%;
	font-size: 12px;
	line-height: 15px;
	float: left;
	margin-top: 15px;
}
#contents01 .st3 {
	width: 100%;
	font-size: 12px;
	line-height: 15px;
	margin-top: 20px;
	float: left;
	text-align: right !important;
}
.c01_Img {
	width: 310px;
	height: 465px;
	margin-top: 20px;
	float: left;
}
.c01_Img img{
	width: 310px;
	height: 465px;
}

}
