@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  topページ
* --------------------------------------------------------------------------------------------------*/

.ttl{
  line-height: 1.75;
}

@media screen and (max-width : 768px){
  .intro_img{
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .intro_img img{
    width: 100%;
  }
}

/* ------------------------------
    mv
------------------------------ */
#mv{
	width: 100%;
	margin: 0 auto;
}
#mv .bx-wrapper {
  position: relative;
  margin: 0 auto 0;
  padding: 0;
}
#mv .bx-wrapper .bx-viewport {
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0 ;
  box-shadow: 0 ;
  border: none;
  left: 0;
}
#mv #slider li{
	position: relative;
	width: 100%;
	height: calc(100vh - 106px);
}
#mv #slider li.slider01{
	background: url(../img/index/img_slider01.jpg) center top no-repeat;
	background-size: cover;
}
#mv #slider li.slider02{
	background: url(../img/index/img_slider02.jpg) center top no-repeat;
	background-size: cover;
}
#mv #slider li.slider03{
	background: url(../img/index/img_slider03.jpg) center top no-repeat;
	background-size: cover;
}
#mv #slider li.slider04{
	background: url(../img/index/img_slider04.jpg) center top no-repeat;
	background-size: cover;
}
#mv #slider li .box_slider {
	position: absolute;
	top:0;
	right:0;
	bottom: 0;
	left:0;
	width: auto;
	margin: auto;
}
#mv #slider li .box_slider div{
	width: 100%;
  height: 100%;
  position: relative;
}
#mv #slider li .box_slider p{
/*  width: 100%;*/
  height: auto;
  white-space: nowrap;
	color: #fff;
  text-shadow: -4px 2px 3px #000;
	-webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
	top:50%;
	left:50%;
  transform: translate(-50%,-50%);
}
#mv #slider li .box_slider p{
	font-size: 4vh;
	line-height: 1.58;
}
#mv .bx-wrapper .bx-pager{
  bottom: 0;
  right: 0;
  text-align: right;
  padding: 0 30px 100px 0;
  font-size: 0;
}
#mv .bx-wrapper .bx-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 17px;
	height: 17px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

#mv .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #9e7f13;
}




@media screen and (max-width : 768px){
  #mv #slider li{
    height: calc(100vh - 210px);
  }
  #mv .bx-wrapper,
  #mv .bx-viewport{
    height: calc(100vh - 210px)!important;
  }
  #mv .bx-wrapper .bx-pager{
    bottom: 0;
    right: 0;
    text-align: right;
    padding: 0 5% 5% 0;
    font-size: 0;
  }
  #mv .bx-wrapper .bx-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    outline: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  
}
/* ------------------------------
    about
------------------------------ */
#about{
/*  height: 439px;*/
  background: url(../img/index/bg_about.png) no-repeat;
  background-position: left top;
  background-size: auto 100%;
  padding: 45px 0 3%;
  margin-bottom: 75px;
}

#about .box{
  width: 460px;
  margin-left: auto;
}
#about .box .ttl{
  margin-right: -8px;
  font-size: 2.8rem;
}
#about .box .txt{
  width: 305px;
}

@media screen and (max-width : 768px){
  #about{
    height: auto;
    background: none;
    padding: 0;
    margin-bottom: 30px;
    position: relative;
  }
  #about .wrap{
    padding: 0;
  }
  #about .box{
    width: 100%;
    padding: 0;
  }
  #about .box .ttl{
    width: 100%;
    float: none;
    position: relative;
    background: url(../img/index/bg_about_sp.png) no-repeat;
    background-position: right top;
    background-size: 100% auto;
    padding: 14% 8% 28%;
    margin-right: 0;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  #about .box .txt{
    width: 100%;
    padding: 0 5%;
  }

}
/* ------------------------------
    service
------------------------------ */
#service{
  margin-bottom: 114px;
}
#service .box{
  width: 100%;
  height: 256px;
  border: 1px solid #000;
  padding: 6px;
  background: url(../img/index/bg_service.png) no-repeat;
  background-position: left 6px top 6px;
  background-size: auto 244px;
  position: relative;
}
#service .box .ttl{
  font-size: 2.4rem;
  margin-bottom: 5px;
}
#service .box .txt{
  width: 540px;
  margin-right: 25px;
  margin-left: auto;
  padding: 36px 0 0 0;
}
#service .box .service_cate{
  justify-content: center;
}
#service .box .service_cate li{
  width: 127px;
  height: 32px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 32px;
  background: #9e7f13;
  margin-top: 34px;
}
#service .box .service_cate li + li{
  margin-left: 10px;
}
#service .box .btn_more{
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}


@media screen and (max-width : 768px){
  #service{
    margin-bottom: 30px;
  }
  #service .box{
    width: 100%;
    height: auto;
    border: none;
    background:none;
    position: relative;
    padding: 0;
  }
  #service .box .ttl{
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  #service .box .txt{
    width: inherit;
    margin-right: 0;
    margin-left: auto;
    padding: 0;
  }
  #service .box .service_cate li{
    width: 40%;
    max-width: 220px;
    height: 27px;
    font-size: 1.3rem;
    line-height: 27px;
    background: #9e7f13;
    margin-top: 14px;
  }
  #service .box .btn_more{
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ------------------------------
    case
------------------------------ */
#case{
  margin-bottom: 134px;
}
#case .box{
  width: 543px;
  height: auto;
  background: rgba(231,231,231,0.8);
  padding: 35px 30px 30px;
  position: absolute;
  right: 0;
  top: 55px;
}
#case .box .txt .ttl{
  font-size: 2.4rem;
  margin-bottom: 24px;
}
#case .box .btn_more a{
  margin-top: 38px;
}

@media screen and (max-width : 768px){
  #case{
    margin-bottom: 50px;
  }
  #case .img{
    float: none;
  }
  
  #case .box{
    float: none;
    width: inherit;
    height: auto;
    padding: 0;
    position: static;
  }
  #case .box .txt{
    padding: 18px 4%;
  }
  #case .box .txt .ttl{
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  #case .box .btn_more a{
    margin-top: 16px;
  }

}
/* ------------------------------
    flow
------------------------------ */
#flow{
  margin-bottom: 147px;
  width: 100%;
  height: 265px;
  background-image: 
    url(../img/index/bg_flow_left.png),
    url(../img/index/bg_flow_right.png);
  background-repeat: no-repeat;
  background-position: 
    left top,
    right top;
  background-size: auto 100%;
  background-color: #eae9e7;
}
#flow .txt{
  width: 400px;
  height: 265px;
  padding: 40px 0 0;
  position: relative;
}
#flow .txt .ttl{
  font-size: 2.4rem;
  margin-bottom: 20px;
}
#flow .btn_more{
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
}


@media screen and (max-width : 768px){
  #flow{
    margin-bottom: 50px;
    width: 100%;
    height: auto;
    background-image: url(../img/index/bg_flow_right_sp.png);
    background-repeat: no-repeat;
    background-position: right -12vw top;
    background-size: 100% auto;
    padding: 45% 0 30px;
  }
  #flow .txt{
    width: inherit;
    height: auto;
    padding: 0;
  }
  #flow .txt .ttl{
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  #flow .btn_more{
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }  
}
/* ------------------------------
    blog
------------------------------ */
#blog {
  margin-bottom: 70px;
}
#blog .blog_list{
  flex-wrap: wrap;
  justify-content: flex-start;
}
#blog .blog_list .box{
  width: 460px;
  margin-bottom: 65px;
  background: #eae9e7;
  position: relative;
}
#blog .blog_list .box:nth-child(odd){
  margin-right: 20px;
}
#blog .blog_list .box .txt{
  padding: 15px 24px 32px;
/*  position: relative;*/
}
#blog .blog_list .box .txt .blog_ttl{
  font-size: 2.2rem;
  line-height: 1.4;
}
#blog .blog_list .box .txt .btn_more{
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
}


@media screen and (max-width : 768px){
  #blog {
    margin-bottom: 40px;
  }
  #blog .blog_list .box{
    width: 100%;
    max-width: 460px;
    margin:0 auto 50px!important;
    background: #eae9e7;
    position: relative;
  }
  #blog .blog_list .box .txt{
    padding: 10px 3% 30px;
    min-height: 80px;
  /*  position: relative;*/
  }
  #blog .blog_list .box .txt .blog_ttl{
    font-size: 1.45rem;
    line-height: 1.4;
  }
  #blog .blog_list .box .txt .btn_more{
    width: 100%;
    position: absolute;
    bottom: -13.5px;
    left: 50%;
    transform: translateX(-50%);
  }
  #blog .btn_more.big{
    display: block;
    width: 100%;
  }
  #blog .btn_more.big a{
    width: 100%;
    max-width: 460px;
    height: 44px;
    line-height: 44px;
    font-size: 1.6rem;
    padding-right: 12px;
     margin: 0 auto;
  }
  #blog .btn_more.big a::after{
    content: "";
    position: absolute;
    top: 16px;
    right: 12px;
    width: 12px;
    height: 12px;
  }
}
