@charset "utf-8";
/* CSS Document */
.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);
}

/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	position: relative;
	width: 100%;
	height: 400px;
	margin-top: 90px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../web/corporate/mimg.webp);
	background-position: center;
}
#mimg .slidecover {
	position: absolute;
    width: 100%;
    height: 100%;
	z-index: 500;
	background-color: rgba(0,0,0,0.3);
}
#mimg .txtBox {
	position: absolute;
	width: 100%;
	height: auto;
	display:inline-block;
	z-index: 1000;
	top: 140px;
	left: 0;
}
#mimg .p1 {
	width: 100%;
	height: auto;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 3px;
	font-weight: 600;
	color: #fff;
    text-align: center;
}
#mimg .p2 {
	width: 100%;
	height: auto;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 300;
	color: #fff;
    text-align: center;
	margin-top: 30px;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
	background-color: #FFF;
}
#cnv {
	position: relative;
	width: 1100px;
	height: 40px;
	margin: 0 auto;
	display: flex;
	justify-content:;
}
#cnv .btn01{
	position: relative;
	display:block;
	width: 245px;
	height: 40px;
	border-radius: 20px;
	background-color: #333;
	color: #fff;
	transition: 0.4s;
	text-align: center;
	font-size: 17px;
	line-height: 36px;
	letter-spacing: 1px;
	outline: 1px solid #333;
	outline-offset: -1px;
	margin-right: 40px;
}
#cnv .btn01::before {
    content: attr(data-hover);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: transparent;
    text-align: center;
    white-space: nowrap;
    transition: 0.4s;
}
#cnv .btn01:hover {
	background-color: #FFF;
	outline: 1px solid #333;
	outline-offset: -1px;
}
#cnv .btn01:hover::before {
	color: #000;
}


#section01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 50px;
}
#contents01 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
.h2ac {
	position: relative;
	width: auto;
	height: auto;
	font-size: 20px;
	line-height: 21px;
	text-align: left;
	float: left;
}
.h2ac::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 130%;
  width: 150px;
  height: 1px;
  background-color: black;
}
h2 {
	width: 100%;
	font-size: 35px;
	line-height: 36px;
	text-align: left;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	float: left;
	margin-top: 35px;
}
#c01box {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
	display:flex;
	justify-content:space-between;
}
#c01boxtxt {
	width: 650px;
	height: auto;
}
#c01boxtxt .t1{
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	letter-spacing: 1px;
}
#c01boxtxt .t2{
	width: 100%;
	height: auto;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 40px;
	float: left;
}
#c01boxtxt .t3{
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 20px;
	float: left;
}
#c01boxservice{
	width: 100%;
	height: 34px;
	margin-top: 20px;
	float: left;
	border-bottom: 1px solid #000;
}
#c01boxservice .p1{
	width:100%;
	height: 34px;
	float: left;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	letter-spacing: 1px;
}

#c01boximg {
	width: 360px;
	height: auto;
}
#c01boximg .imgpc{
	width: 360px;
	height: auto;
}


#section02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 200px;
	z-index: 0;
	border-top: 1px dotted #CCCCCC;
}
#contents02 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
#contents02 .txt{
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 15px;
	float: left;
}
#contents02 .txt2{
	width: 100%;
	height: auto;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 40px;
	float: left;
}

#contents02 .tablebox01{
	width: auto;
	height: auto;
	float: left;
	margin-top: 15px;
	clear: both;
	word-break: break-all;
	text-align: left;
	background-color: #FFF;
}
#contents02 .tablebox01 table {
	width: 100%;
	text-align: center;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0px;
	clear:both;
}
#contents02 .tablebox01 td {
	min-width: ;
	border: 1px solid #333;
	border-bottom: 0;
	border-right: 0;
	padding: 8px 20px 8px 20px;
}


@media screen and (min-width:768px){
#c01boximg .imgsp{ display:none;}

}
