@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: 700px;
	background-image: url(../web/works/mimg.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.txtBox1 {
	width: 100%;
	margin-top: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 80px;
	line-height: 80px;
	letter-spacing: 5px;
	font-weight: 600;
	color: #fff;
	float: left;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.txtBox1 rt {
  font-size: 25px;
  text-align: center;
}
.txtBox2 {
	width: 100%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #fff;
	float: left;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

/*--------------------------------------------------------------------------コンテンツ*/

#Pl {
	width: 100%;
	height: 30px;
	margin: 0 auto;
}
.breadcrumb {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 20px;
  list-style: none;
  text-align: left;
}

.breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 13px;
  line-height: 30px;
  font-weight: 500;
}

.breadcrumb li:after {
  content: '>';
  padding: 0 5px;
  font-size: 13px;
  line-height: 30px;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
	color: #000;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li:first-child a:before {
  content: url(../web/object/plhome.png);
  padding-right: 5px;
  line-height: 30px;
}

#container {
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #CCCCCC;
}
#contents01 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	width: 100%;
	text-align: left;
	font-size: 50px;
	line-height: 50px;
	font-weight: 600;
	letter-spacing: 3px;
	float: left;
}
#coment {
    width: 100%;
    height: auto;
	margin-top: 20px;
	float: left;
	margin-left: auto;
	margin-right: auto;
}
#coment .style {
    width: auto;
    height: auto;
    float: left;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0px;
	text-align: left;
	font-weight: 500;
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 10px;
	padding: 4px 10px 4px 10px;
	background-color: #518295;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#section02 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 50px;
}
#contents02 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}

#Wex {
	position: relative;
	width: 340px;
	float: left;
	margin-top: 70px;
	margin-left: 15px;
	margin-right: 15px;
}
#Wex img {
	width: 340px;
	height: 255px;
	transition: 0.4s;
	object-fit: cover;
}
#Wex img:hover {
	transform: scale(0.98);
}

#Wex .ac1{
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 2px 7px 2px 7px;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	color: #FFF;
	background-color: #666;
	font-weight: 500;
	letter-spacing: 1px;
}
#Wex .ac2{
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 2px 7px 2px 7px;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	color: #FFF;
	background-color: #369;
	font-weight: 500;
	letter-spacing: 1px;
}

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

}
