@charset "utf-8";
/* CSS Document */
/* ------------------------------
  メイン画像
-------------------------------- */
#wrapper article section div.main-catch {
  position: relative;
  height: 100vh;
}
#wrapper article section div.main-catch div.catch {
  position: relative;
  top: 40%;
  transform: translateY(-40%);
  color: #fff;
  font-size: 32px;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 1.6;
}
.catch-img {
  width: 20%;
  margin: 0 auto 30px auto;
}
/* ------------------------------
  共通パーツ
-------------------------------- */
/* flexbox　子要素
-------------------------------------------- */
.box-s {
  width: 100%;
  margin: 0 0px 20px 0px;
}
/* ------------------------------
  事業内容パーツ
-------------------------------- */
.business-box {
  width: 100%;
  margin: 0 0px 20px 0px;
	position: relative;

}
.business-name{
	position: absolute;
	top: 0px;
	left: 30px;
	z-index: 100;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	background: #fff;
	padding: 20px 10px;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.business-box a:hover {
	color: #000;
}
.ImgBox {
  width: 100%;
  height: 240px;
  background: #000;
  overflow: hidden;
  margin: 0 0 10px 0;
  position: relative;
	
}
.ImgBox img{
    display: block;
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.ImgBox-Img {
  transition-duration: 0.3s;
	}
.ImgBox-Img:hover {
  transform: scale(1.2);
  transition-duration: 0.3s;
  opacity: 0.6;
}
/* ラベル部分 右下に表示 */
.ImgBox::before {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 5em solid transparent;
  border-right: 6em solid #103669; /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 100;
}
.ImgBox::after {
  content: "→";
  display: block;
  bottom: 0px;
  transform: rotate(-0deg);
  color: #fff; /* 文字色はここで変更 */
  font-weight: bold;
  font-size: 25px;
  right: 18px;
  position: absolute;
  z-index: 101;
}
/* ------------------------------
  ブログ　共通
-------------------------------- */
.works-list {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center; /*左右中央寄せ*/
  justify-content: center; /*左右中央寄せ*/
  text-align: center;
}
.works-list-img {
  margin: 0 0 10px 0;
}


/* ------------------------------
  ブログ
-------------------------------- */
.works-list-title{
  margin: 0px 0 0px 0;
  font-weight: 600;
  color: #000;
  font-size: 17px;
}
.works-item {
  background-color: #fff;
  margin: 0 10px 20px 10px;
  display: flex;
  flex-direction: column;
  width: 38%;
  border-bottom: 2px solid #E5B605;
  box-shadow: 0 0 1px #1b1310;
  padding: 10px;
	text-align: left;
}
.works-list-day {
  padding: 0;
  font-size: 11px;
}
/* ------------------------------
  お客様の声パーツ
-------------------------------- */
.balloon,.balloon02{
  position: relative;
  width: 80%;
  padding: 15px 15px;
  margin:0 auto 25px auto;
  border-radius:10px;
	border: 1px solid #ccc;
  filter: drop-shadow(3px 4px 2px rgba(153, 153, 153, 0.7));
}
.balloon:after,.balloon02:after {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-top: 14px solid #fff;
}
.balloon:after {
  top: 100%;
  left: 36px;
}
.balloon02:after {
  top: 100%;
  right: 36px;
}
/*以下カラーバリエーション用*/
.white{
  background: #FFF;
  color: #000;
}

.white:after {
border-top-color: #FFF;
}
/* ------------------------------
  バナー
-------------------------------- */
.seko-box-sp{
	display: block;
	width: 90%;
	margin: 20px auto 40px auto;
}
.seko-box-pc{
	display: none;
}
@media print, screen and (min-width : 768px) {
  /* ------------------------------
  メイン画像
-------------------------------- */
  #wrapper article section div.main-catch {
    position: relative;
    height: 100vh;
  }
  #wrapper article section div.main-catch div.catch {
    position: relative;
    top: 30%;
    left: 50%;
	 margin-left: -600px;
    width: 1200px;
    font-size: 46px;
    line-height: 1.6;
  }
  .catch-img {
    width: 100%;
    margin: 0 auto 20px auto;
  }
	.catch-img img {
    width: 80px;
  }
  /* ------------------------------
  共通パーツ
-------------------------------- */
  /* flexbox　子要素
-------------------------------------------- */
  .box-s {
    width: 25%;
    margin: 0 0px 40px 0px;
  }
  /* ------------------------------
  事業内容パーツ
-------------------------------- */
.business-box {
    width: 23.5%;
    margin: 0 0px 40px 0px;
  }	
  .ImgBox {
    width: 100%;
    height: auto;
    background: #000;
    overflow: hidden;
    margin: 0 0 20px 0;
  }
	.ImgBox img{
    display: block;
    height: 420px;
    object-fit: cover;
    width: 100%;
	object-position: right 45% bottom 0%;
}

/* ------------------------------
  ブログ　共通
-------------------------------- */
.works-list {
  width: 1100px;
  margin: 0 auto;
  padding: 0px;
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}	
  /* ------------------------------
  ブロヅ
-------------------------------- */
  .works-list-title{
  margin: 0px 0 0px 0;
  font-size: 17px;
}
	.works-item {
  margin: 0 0 20px 0;
  width: 21%;
  padding: 10px 10px 20px 10px;
}
/* ------------------------------
  お客様の声パーツ
-------------------------------- */
.balloon,.balloon02{
  position: relative;
  width: 25%;
  padding: 25px 25px;
  margin:0 10px 40px 10px;
}

/* ------------------------------
  バナー
-------------------------------- */
.seko-box-sp{
	display: none;
	
}
.seko-box-pc{
	display: block;
	width: 100%;
	margin: 20px auto 40px auto;
}

}