@charset "utf-8";

/* MainImage
-------------------- */
#SliderBox {
	width: 1000px;
	margin: 0 auto 30px;
}
#SliderWrap {
	position: relative;
}
#SliderBox .bx-prev {
	position: absolute;
	left: -30px;
	top: calc(calc((100% - 25px) / 2) - 30px);
	display: block;
	width: 60px;
	height: 60px;
	background: url(../img/slider/btn_prev.svg) no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}
#SliderBox .bx-next {
	position: absolute;
	right: -30px;
	top: calc(calc((100% - 25px) / 2) - 30px);
	display: block;
	width: 60px;
	height: 60px;
	background: url(../img/slider/btn_next.svg) no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}
#SliderBox .bx-pager {
	text-align: center;
}
#SliderBox .bx-pager-item {
	display: inline;
	margin: 10px 0;
}
#SliderBox .bx-pager-item a.bx-pager-link {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	background: url(../img/slider/btn_pager.png) bottom no-repeat;
	text-indent: 9999em;
	overflow: hidden;
}
#SliderBox .bx-pager-item a.active {
	background: url(../img/slider/btn_pager.png) top no-repeat;
}


@media screen and (max-width: 1080px) {
	#SliderBox .bx-prev,
	#SliderBox .bx-next {
		display: none;
	}
}
@media screen and (max-width: 1000px) {
	#SliderBox {
		width: auto;
	}
}

/* Content
-------------------- */
h2 {
	font-size: 26px; font-size: 2.6rem;
	font-family: 'Roboto',san-serif;
}
h2 a:hover, h2 a:active {
}

h3 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: url(../img/top/bg_ttl_line.png) left bottom no-repeat;
	font-size: 17px; font-size: 1.7rem;
	font-family: 'Roboto',san-serif;
}
#Information h3 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: none;
	font-size: 17px; font-size: 1.7rem;
	font-family: 'Roboto',san-serif;
	border-bottom: 1px rgba(12, 136, 82,.8) solid;
}
h2 a, h3 a {
	color: #333 !important;
}
.wrap {
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 1000px) {
	.wrap {
		width: auto;
	}
}


/* information */
#Information {
	margin-bottom: 30px;
}
#News {
	float: left;
	width: 470px;
}
#Blog {
	float: right;
	width: 470px;
}
.info_content {
  overflow-x: scroll;
  white-space: nowrap;
}

.feed li {
	margin-bottom: 5px;
	font-size: 13px; font-size: 1.3rem;
}
.feed .date {
	margin-right: 20px;
	padding: 4px 10px;
	background: #43A075;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 3px;
}
.feed li a,
.feed li a:hover {
	text-decoration: none;
}
.feed .title {
}

@media screen and (max-width: 1000px) {
	#News {
		float: none;
		width: auto;
		margin-bottom: 30px;
	}
	#Blog {
		float: none;
		width: auto;
	}
}

	/* about */
#About {
	margin-bottom: 30px;
	padding: 30px 0;
	background: url(../img/common/bg_g.jpg) no-repeat;
	background-position-x: center;
	background-position-y: 20%;
	background-size: cover;
}
#About .left {
	width: 650px;
}
#About .right {
width: 650px;
}
#About .more-link {
	margin: 20px 0;
}

@media screen and (max-width: 640px) {
	#About {
		margin-left: -10px;
		margin-right: -10px;
		padding: 30px 10px;
		background: url(../img/common/bg_s.jpg) no-repeat;
		background-position-x: center;
		background-position-y: top;
		background-size: cover;

	}
	#About .left {
		float: none;
		width: auto;
	}
	#About .right {
		float: none;
		text-align: center;
	}
}


	/* works */
#Works {
	margin-bottom: 30px;
}
#Works li img.lastChild {
	display: none;
}
#Works li img.firstChild {
	display: block;
}
#Works li .eye-catch img {
	width: 300px;
	height: 240px;
	object-fit: cover;
}
#Works li h3 {
	margin: 10px 0;
	background: none;
	text-align: center;
}
#Works li h3 a {
	color: #333;
	font-size: 13px; font-size: 1.3rem;
}
#WorksWrap {
	position: relative;
	width: 930px;
	margin: 0 auto;
}
#Works .bx-prev {
	position: absolute;
	left: -20px;
	top:  calc((240px / 2) - 20px);
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/slider/btn_prev.svg) no-repeat;
	text-indent: -9999em;
	overflow: hidden;
	background-size: cover;
}
#Works .bx-next {
	position: absolute;
	right: -20px;
	top: calc((240px / 2) - 20px);
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/slider/btn_next.svg) no-repeat;
	text-indent: -9999em;
	overflow: hidden;
	background-size: cover;
}
.bx-caption {
	text-align: center;
}

@media screen and (max-width: 1000px) {
#Works.slider_container{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
 
#Works.slider_wrap{
    width: 100%;
}
 
#Works.slider_img{
    display: block;
    object-fit: cover;
    width: 100%;
    height: auto;
}

#WorksWrap {
		width: auto;
	}
	
#Works.bx-wrapper{
    position: relative;
}
	#Works.bx-viewport{
    overflow: visible !important; /* これを追加しないとうまくいかない */
}

#Works .bx-wrapper .bx-prev {
	left: 0px;
}
#Works .bx-wrapper .bx-next {
	right: 0px;
}
#Works.bx-wrapper .bx-pager{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}
 
#Works.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    border-radius: 1000px;
    display: block;
    opacity: 0.5;
    text-indent: -9999px;
    width: 15px;
    height: 15px;
}
#Works.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    opacity: 1;
}

#Works li img {
	margin: 0 auto;
    }
}