@charset "utf-8";
/* CSS Document */

#adminBox{
	margin-left:170px;
}

.container{
	padding-left:0;
}

.footer{
	margin-left:0;
}

/* ---------------------------------------------
　keyvisual
------------------------------------------------ */

.keyvisual {
	width:100%;
	height:100%;
	position:relative;
}

.keyvisual .photo .slide {
	text-indent:100%;
	width:100%;
	height:100vh;
	white-space:nowrap;
	overflow:hidden;
}
.keyvisual .photo .slide#slide01 { background:url(../images/img_keyvisual_001.jpg) 50% 50% / cover no-repeat; }
.keyvisual .photo .slide#slide02 { background:url(../images/img_keyvisual_002.jpg) 50% 50% / cover no-repeat; }
.keyvisual .photo .slide#slide03 { background:url(../images/img_keyvisual_003.jpg) 50% 50% / cover no-repeat; }
.keyvisual .photo .slide#slide04 { background:url(../images/img_keyvisual_004.jpg) 50% 50% / cover no-repeat; }
.keyvisual .photo .slide#slide05 { background:url(../images/img_keyvisual_005.jpg) 50% 50% / cover no-repeat; }
.keyvisual .photo .slide#slide06 { background:url(../images/img_keyvisual_006.jpg) 50% 50% / cover no-repeat; }

.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  width:100%;
  display: block;
	margin:0 auto;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  -webkit-transform: translatez(0);
}
.bx-wrapper .bx-loading {
  min-height:50px;
  background:url(../../images/bx_loader.gif) center center no-repeat #fff;
  height:100%;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:2000;
}
.bx-wrapper .bx-pager {
  font-size:.85em;
  font-family:Arial;
  font-weight:bold;
	text-align:center;
	position:absolute;
	top:21px;
	left:0;
	right:0;
	margin:0;
	z-index:999;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	border:1px solid #333;
  text-indent:-9999px;
  display:block;
  width:10px;
  height:10px;
  margin:0 8px;
  outline:0;
  border-radius:50%;
}
.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 {
  background:#333;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display:inline-block;
  vertical-align:bottom;
  *zoom:1;
  *display:inline;
}
.bx-wrapper .bx-pager-item {
  font-size:0;
  line-height:0;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display:none;
}

.keyvisual .news{
	background:rgba(255,255,255,0.8);
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:999;
}

.keyvisual .news h2{
	display:table-cell;
	font-size:125%;
	position:relative;
	vertical-align:top;
	margin:0;
	padding:12px 47px 11px 49px;
}

.keyvisual .news a:link,
.keyvisual .news a:visited { text-decoration:none; opacity:1; }
.keyvisual .news a:hover,
.keyvisual .news a:active{ text-decoration:none; opacity:0.5; }

.keyvisual .news ul{
	display:table-cell;
	vertical-align:top;
	margin:0;
	padding:13px 0 10px;
}

.keyvisual .news ul dl{
	color:#333;
	display:table;
	text-align:left;
}

.keyvisual .news ul dl dt{
	font-size:113%;
	display:table-cell;
	width:5.3em;
	vertical-align:top;
	padding-top:1px;
}

.keyvisual .news ul dl dd{
  font-family: "メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka ;
	display:table-cell;
	vertical-align:top;
}

.keyvisual .news ul dl dd.category{
	font-size:88%;
	white-space:nowrap;
	padding:5px 1.3em 0 0;
}

.keyvisual .news ul dl dd.title{
	padding:3px 0 0;
}

/* ---------------------------------------------
　content
------------------------------------------------ */

.works-area-01{
	position:relative;
	margin:45px 0 0;
}

.works-area-01 h2,
.works-area-02 h2{
	font-size:188%;
	font-weight:lighter;
	text-align:center;
	position:relative;
	margin:0;
}

.works-area-01 h2{
	letter-spacing:6px;
}

.works-area-01 h2::before,
.works-area-02 h2::before{
	color:#93877c;
	content:"WORKS";
/*  font-family: "游明朝体","YuMincho","游明朝","Yu Mincho","ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝",serif ;*/
	font-size:53%;
	font-weight:normal;
	letter-spacing:0;
	position:absolute;
	top:9px;
	left:31px;
}

.works-area-01 p.btn-more,
.works-area-02 p.btn-more{
	font-size:81%;
	letter-spacing:-2px;
	position:absolute;
	top:8px;
	right:28px;
	margin:0;
}

.works-area-01 p.btn-more a,
.works-area-02 p.btn-more a{
	background:#5c4c3d;
	border:1px solid #beb7b1;
	display:block;
	font-weight:lighter;
	text-align:center;
	position:relative;
	width:82px;
	height:28px;
	line-height:28px;
	padding:0 16px 0 0;
}

.works-area-01 p.btn-more a:link,
.works-area-01 p.btn-more a:visited,
.works-area-01 p.btn-more a:hover,
.works-area-01 p.btn-more a:active,
.works-area-02 p.btn-more a:link,
.works-area-02 p.btn-more a:visited,
.works-area-02 p.btn-more a:hover,
.works-area-02 p.btn-more a:active{ color:#fff; text-decoration:none; }

.works-area-01 p.btn-more a:link,
.works-area-01 p.btn-more a:visited,
.works-area-02 p.btn-more a:link,
.works-area-02 p.btn-more a:visited { opacity:1; }
.works-area-01 p.btn-more a:hover,
.works-area-01 p.btn-more a:active,
.works-area-02 p.btn-more a:hover,
.works-area-02 p.btn-more a:active{ opacity:0.5; }

.works-area-01 p.btn-more a::before,
.works-area-02 p.btn-more a::before{
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	content:"";
	width:6px;
	height:6px;
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-4px;
	transform:rotate(45deg);
}

.works-area-01 ul,
.works-area-02 ul{
	display:flex;
	margin:37px 0 0;
}

.works-area-01 ul li,
.works-area-02 ul li{
	width:25%;
}

.works-area-01 ul li img,
.works-area-02 ul li img{
	width:100%;
	height:auto;
}

.works-area-02{
	position:relative;
	margin:93px 0 0;
}

.works-area-02 h2::before{
	top:10px;
}

.works-area-02 p.btn-more{
	top:9px;
}

.about-area{
	background:#f7f6f5;
	position:relative;
	padding:105px 0 105px;
}

.about-area h2{
	font-size:194%;
	font-weight:lighter;
	letter-spacing:-1px;
	line-height:1;
	position:absolute;
	top:102px;
	left:101px;
	margin:0;
	-webkit-writing-mode:vertical-rl;
	-ms-writing-mode:tb-rl;
	writing-mode:vertical-rl;
}

.about-area p.text{
	color:#333;
	letter-spacing:-1px;
	line-height:2.25;
	width:347px;
	position:absolute;
	top:103px;
	left:221px;
	margin:0;
}

.about-area p.photo{
	margin:0 0 0 660px;
}

.news-area{
	position:relative;
	margin:57px 0 0;
}

.news-area h2{
	font-size:188%;
	font-weight:lighter;
	position:relative;
	margin:0 0 0 41px;
}

.news-area p.btn-more{
	font-size:81%;
	letter-spacing:-2px;
	position:absolute;
	top:10px;
	right:39px;
	margin:0;
}

.news-area p.btn-more a{
	background:#5c4c3d;
	border:1px solid #beb7b1;
	display:block;
	font-weight:lighter;
	text-align:center;
	position:relative;
	width:82px;
	height:28px;
	line-height:28px;
	padding:0 16px 0 0;
}

.news-area p.btn-more a:link,
.news-area p.btn-more a:visited,
.news-area p.btn-more a:hover,
.news-area p.btn-more a:active{ color:#fff; text-decoration:none; }

.news-area p.btn-more a:link,
.news-area p.btn-more a:visited { opacity:1; }
.news-area p.btn-more a:hover,
.news-area p.btn-more a:active{ opacity:0.5; }

.news-area p.btn-more a::before{
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	content:"";
	width:6px;
	height:6px;
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-4px;
	transform:rotate(45deg);
}

.news-area ul{
	border-bottom:1px solid #eee;
	margin:14px 30px 0 31px;
}

.news-area ul li{
	border-top:1px solid #eee;
}

.news-area ul a{
	display:block;
  padding:8px 12px;
}
.news-area ul a:link,
.news-area ul a:visited {
  text-decoration:none;
  color:#333;
	opacity:1;
}
.news-area ul a:hover,
.news-area ul a:active {
  text-decoration:none;
  color:#333;
	opacity:0.5;
}

.news-area ul dl{
	display:table;
}

.news-area ul dl dt{
	font-size:113%;
	display:table-cell;
	width:5.3em;
	vertical-align:top;
	padding-top:1px;
}

.news-area ul dl dd{
  font-family: "メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka ;
	display:table-cell;
	vertical-align:top;
}

.news-area ul dl dd.category{
	font-size:88%;
	white-space:nowrap;
	padding:2px 2em 0 0;
}

.news-area ul dl dd.title{
	padding:3px 0 0;
}

.content .sdgs {
	text-align: center;
	margin-top: 100px;
}









.column-area{
	position:relative;
	margin:57px 0 0;
}

.column-area h2{
	font-size:188%;
	font-weight:lighter;
	position:relative;
	margin:0 0 0 41px;
}

.column-area p.btn-more{
	font-size:81%;
	letter-spacing:-2px;
	position:absolute;
	top:10px;
	right:39px;
	margin:0;
}

.column-area p.btn-more a{
	background:#5c4c3d;
	border:1px solid #beb7b1;
	display:block;
	font-weight:lighter;
	text-align:center;
	position:relative;
	width:82px;
	height:28px;
	line-height:28px;
	padding:0 16px 0 0;
}

.column-area p.btn-more a:link,
.column-area p.btn-more a:visited,
.column-area p.btn-more a:hover,
.column-area p.btn-more a:active{ color:#fff; text-decoration:none; }

.column-area p.btn-more a:link,
.column-area p.btn-more a:visited { opacity:1; }
.column-area p.btn-more a:hover,
.column-area p.btn-more a:active{ opacity:0.5; }

.column-area p.btn-more a::before{
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	content:"";
	width:6px;
	height:6px;
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-4px;
	transform:rotate(45deg);
}

.column-area ul{
	border-bottom:none;
	display:flex;
	flex-wrap:nowrap;
	justify-content: space-between;
	margin: 20px 30px 0 31px;
}
.column-area ul li{
	border-top:none;
	width:24%;
}
.column-area ul li a{
  padding:0;
  transition: all 0.2s ease-in 0s;
}
.column-area ul li a:link,
.column-area ul li a:visited,
.column-area ul li a:hover,
.column-area ul li a:active {
  color:#5c4c3d;
  text-decoration: none;
}
.column-area ul li a:hover {
	opacity: 0.5;
}
.column-area ul dl {
	display:block;
	position:relative;
	padding:66.6666% 0 0;
}
.column-area ul dl dt {
	font-size:100%;
	display:block;
	width:auto;
	vertical-align:top;
	padding-top:0;
	margin:5px 0 0;
	line-height: 180%;
}
.column-area ul dl dd{
    font-family: "Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka ;
	display:block;
	line-height: 180%;
}
.column-area ul dl dd.image{
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	right:0;
}
.column-area ul dl dd.image img{
	max-width:100%;
	width: 100%;
	height:auto;
}
.column-area ul dl dd.date{
	color:#999;
	font-size:88%;
	line-height:1.2;
	margin:5px 0 0;
}
.column-area ul dl dd.category span {
	background-color: #5c4c3d;
	color: #fff;
	padding: 1px 10px;
}







.sdgs a {
    display: inline-block;
    background: #fff;
    border: 2px solid #93877c;
    padding: 10px;
}

.bnr-area {
	margin: 50px auto;
	text-align: center;
}
.bnr-area h2 {
	margin-bottom: 20px;
}