@charset "utf-8";

/*----------------------------------------------------------------------------------------------------
  main slide  
----------------------------------------------------------------------------------------------------*/

.main-slide {
	position:relative;
	width:100%;
  max-width: 1920px;
	height: 600px;
	overflow: hidden;
  margin: 0 auto;
  background: url("../image/home/mv-bg.jpg?v=2") no-repeat top center;
}

.main-slide h1 {
	font-size:0;
	line-height:0;
	background: rgba(0, 0, 0, 0) url("../image/home/mv-message-sample.png") no-repeat center center;
	position:absolute;
	width:864px;
	height:92px;
	z-index: 20;
	left:calc(50% - 432px);
	bottom:40%;
	overflow: hidden;
}

.main-slide .bx-wrapper,
.main-slide .bx-viewport {
  width: 1140px !important;
  margin: 0 auto;
}
.main-slide .slider {
  width: 1080px;
  height: 600px;
  margin: 0 auto;
}
.main-slide .slider li {
  width: 1080px;
  height: 600px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
.main-slide .bx-wrapper .bx-pager {
	text-align: center;
	color: #666;
	position:absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 2;
	width:1140px;
  margin: 0 auto;
}
.main-slide .bx-wrapper .bx-pager .bx-pager-item,
.main-slide .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  margin: 0 6px;
}
.main-slide .bx-wrapper .bx-pager-link {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #1447A0;
}
.main-slide .bx-wrapper .bx-pager-link:hover,
.main-slide .bx-wrapper .bx-pager-link.active {
  background-color: #1447A0;
}
@media screen and (max-width:1140px) {    
  .main-slide h1 {
    overflow: hidden;
    width: 1040px;
    margin:0 30px;
    left: 0;
  }    
}


/* ------------------------------------------------------------------------------------------------------------------------/
	viewing
/------------------------------------------------------------------------------------------------------------------------ */
.viewing {
	width:100%;
}

.viewing h2 {
	width:100%;
	height:27px;
	background:url(../image/home/viewing_title.png) top center no-repeat;
	padding-bottom:16px;
  margin-bottom: 40px;
	border-bottom:1px solid #000;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.viewing .caution {
  margin-top: .5em;
  font-size: 87.5%;
}



/* ------------------------------------------------------------------------------------------------------------------------/
	blog
/------------------------------------------------------------------------------------------------------------------------ */

.blog {
	width:100%;
	text-align:center;
}

.blog h2 {
	width:100%;
	height:27px;
	background:url(../image/home/news_title.png) top center no-repeat;
	padding-bottom:16px;
	border-bottom:1px solid #000;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.blog .list {
	margin-top:40px;
}

.blog ul {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	width:100%;
}

.blog li {
	float:left;
	width:23.5%;
	margin-right:2%;
	position:relative;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.blog li:last-child {
	margin-right:0;
}

.blog li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
	text-decoration:none;
	text-align:left;
    box-sizing: border-box;
    transition: 0.3s;
}

.blog li a:hover {
    color: #191919;
    background-color: #f6f6f6;
}

.blog .imgLiquid {
	width:100%;
	height:172px;
    background-color: #eee;
	margin:auto;
	text-align:center;
}

.blog .imgLiquid img {
	max-width:100%;
	max-height:100%;
}

.blog .new_icon {
	position:absolute;
	z-index:2;
	left:190px;
	top:-15px;
}

.blog .hiduke {
	color:#888888;
	margin-top:12px;
    font-size: 87.5%;
}

.blog .title {
	color:#222;
    line-height: 1.6;
}

.blog .btn {
	width:300px;
	height:40px;
	display:block;
	background:url(../image/home/news_btn.jpg) top center no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin:30px auto 0 auto;
}

.dnone {
	color:#F1345E;
	margin:24px 0;
}


/* ------------------------------------------------------------------------------------------------------------------------/
	sns
/------------------------------------------------------------------------------------------------------------------------ */

.sns {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 980px;
}
.sns img {
  width: 100%;
  height: auto;
}

.fb {
	width: calc(50% - 10px);
  max-width: 470px;
  margin-right: 20px;
}
.insta {
	width: calc(50% - 10px);
  max-width: 470px;
  margin-right: 20px;
}
.yuie {
	width: calc(50% - 10px);
  max-width: 470px;
}
.fb a,
.insta a,
.yuie a {
  display: block;
  border: 1px solid #ccc;
  box-sizing: border-box;
	transition:all .2s ease;
}
.fb a:hover,
.insta a:hover,
.yuie a:hover {
  border: 1px solid #1447a0;
}



/* ------------------------------------------------------------------------------------------------------------------------/
	works
/------------------------------------------------------------------------------------------------------------------------ */

.works {
  background-color:#efefef;
  width:100%;
  padding:40px 0 25px;
  text-align:center;
  margin-bottom: 0;
}

.works h2 {
	width:410px;
	height:33px;
	display:block;
	background:url(../image/home/works_title.png?date=0718) top center no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin:0 auto 15px auto;
}

.works .works-list {
  display: flex;
  justify-content: space-between;
	width: 1080px;
	margin: 36px auto;
}

.works .works-item {
  display: block;
  width: 23.5%;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
  transition: .3s;
}
.works .works-item:hover {
  color: #1447a0;
  border: 1px solid #1447a0;
}

.works .works-item img {
  width: 100%;
  height: 174px;
  object-fit: contain;
}

.works .works-item figcaption {
  margin-top: .5em;
  text-align: left;
}

.works .works-btn {
	width:300px;
	height:40px;
	display:block;
	background:url(../image/home/works_btn.png) top center no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin:0 auto;
}

.works .works-btn-sp {
	clear:both;
}


/* ------------------------------------------------------------------------------------------------------------------------/
	column
/------------------------------------------------------------------------------------------------------------------------ */

/*
.column {
    width: 1080px;
    margin: 40px auto 50px;
    padding: 20px;
}

.column h2 {
    font-size: 24px;
    font-weight: bold;
    color: #1447A0;
    padding-bottom: 6px;
    border-bottom: 1px dotted #a1b5d9;
    margin-bottom: 30px;
}

.column-link {
    height: 40px;
    line-height: 40px;
    background: #4a4a4a;
    color: #fff !important;
    margin: 20px auto 0;
    position: relative;
    display: block;
    max-width: 600px;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
}
*/


/* ------------------------------------------------------------------------------------------------------------------------/
	works
/------------------------------------------------------------------------------------------------------------------------ */

.banner ul {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.banner li {
    list-style: none;
    float: left;
    margin-right: 20px;
}

.banner li:last-child {
    margin-right: 0;
}

.banner li a {
    transition: 0.3s;
}

.banner li a:hover {
    opacity: 0.7;
}

