@charset "UTF-8";
/*////////////////////////

hokkaido.damihclele.jp
home.css

///////////////////////*/
/*
swiper slide
*/
.swiper-container{
    width: 100%;
    height: 80vh;
    margin: 0 auto;
    padding: 0 ;
}
.swiper-wrapper{
    margin-top:-30px;
    border-bottom: 1px #fff solid;
    border-top: 1px #fff solid;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 767px) {
.swiper-container{
    width: 100%;
    height: 50vh;
}
}



.top_content{
    width: 100%;
    position: relative;
  }

.top_content h2{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  /*font-family: 'Nothing You Could Do', cursive;*/
  font-size: 5em;
  font-weight: bold;
  line-height: 1.2em;
  color: #eeeeee;
  }
.pageCopy{
    width: 80%;
    margin: 5% auto;
    
}
.pageCopy .homecatch{
    font-size: 1.8em;
    letter-spacing: .1em;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 1em;
}
.pageCopy .homecatch span{
  display: block;
  font-size: .65em;
  letter-spacing: .1em;

}
.pageCopy .homecopy{
  font-size: 1.3em;
  letter-spacing: .1em;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 1em;
}
.pageCopy .homeopen{
  font-size: 2em;
  line-height: 1.6em;
  font-weight: bold;
  text-align: center;;
}
.info_txt{
    font-size: .9em;
    text-align: center;
    margin-bottom: 2em;
}
@media screen and (max-width: 767px){
  
 .top_content{
    width: 100%;
    position: relative;
     margin-top: 10px;
  }
    .top_content h2{
       font-size: 2.8em; 
    }
    
  .top_content img{
    width: 100%;
    height: auto;
  }  
 .top_content p{
    font-size: 2em;
    line-height: 1.5em;
    }

.pageCopy{
    width: 100%;
    margin: 10% auto;
    
}
.pageCopy .homecatch{
  font-size: 1.8em;
  letter-spacing: .1em;
  line-height: 1.3em;
  text-align: center;
  margin-bottom: 1em;
}
.pageCopy .homecatch span{
  display: block;
  font-size: .45em;
  letter-spacing: .1em;

}
.pageCopy .homecopy{
font-size: 1.3em;
letter-spacing: .1em;
line-height: 1.6em;
text-align: center;
}
.pageCopy .homeopen{
  font-size: 1.3em;
  letter-spacing: .1em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
  
}

/*
top content
*/
.top_content_wrap{
    width: 100%;
    display: flex;
    background: url(../images/bg2.gif);
}

.top_content_img{
    width: calc(100%/2);
}
.top_content_img img{
    width: 100%;
    height: auto;
}
.top_content_detail{
    width: calc(100%/2);
    padding: 5%;
    box-sizing: border-box;
    align-self: center
    
}
.top_content_detail h2{
    font-size: 2.4em;
    margin-bottom: 1em;
}
.top_content_detail p.copytxt{
  font-size: .9em;
  line-height: 1.4em;
  letter-spacing: .1em;
  margin-bottom: 1.5em;
}
.top_content_detail p.top_cont_txt{
    font-size: .9em;
    line-height: 1.75em;
    letter-spacing: .1em;

}


@media screen and (max-width: 767px) {
.top_content_wrap{
    flex-direction: column;
    }
.top_content_img{
    width: calc(100%/1);
    order: 1;
}
.top_content_detail{
    width: calc(100%/1);
    padding: 5%;
    box-sizing: border-box;
    align-self: center;
    order: 2; 
} 
.top_content_detail h2{
    padding-top: -80px;
    font-size: 1.75em;
    margin-bottom: 1em;
}
.top_content_detail p{
    font-size: .9em;
    line-height: 1.4em;
    letter-spacing: .1em;
}    
}

/*------------------------------
news
-------------------------------*/
#news{
  width: 80%;
  margin: 5% auto;
}
#news h2{
  font-size: 3em;
  text-align: center;
  letter-spacing: 0.1em;
    margin-bottom: 30px;
}

#newsList{
  list-style: none;
        width: 100%;

}
#newsList li a{
        width: 100%;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
}
#newsList .newsPh{
  width: 20%;
  padding: 3%;
  box-sizing: border-box;
}
#newsList .newsPh img{
  width: 100%;
  height: auto;
}

#newsList li a{
  text-decoration: none;
}
#newsList .data{
  width: 80%;
  padding:2%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
#newsList .data .date{
  font-size: 1.3em;
  margin-bottom: 20px;
  padding-top: 3%;
}
#newsList .data .ttl{
  font-size: .85em;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

/*------------------------------
recruit
-------------------------------*/
.recruit_cont{
    width: 100%;
    height: auto;
    background: url(../images/bg2.gif);
}
.recruit_cont h2{
    text-align: center;
    font-size: 3em;
    padding: 2em 0 1em;
}
.recruit-txt {
    font-size: .9em;
    line-height: 30px;
    text-align: center;
}
.rec_flex {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 50px auto;
}
.rec_cont {
    width: calc(100% / 3);
    height: auto;
    padding: 15px;
    position: relative;
}
.rec_cont p {
    display: block;
    color: #000;
    z-index: 99;
    text-align: center;
    width: 94.5%;
    /* margin: 10px; */
    padding: 20px 10px;
    position: absolute;
    left: 10px;
    bottom: 10%;
    background: rgba(225,225,225,0.7);
    font-size: .9em;
    line-height: 2.4em;
    font-weight: bold;
}
.rec_cont p a {
    text-decoration: none;
    color: #ac1e1e;
}
.rec_cont p a:hover {
    color: #fff;
    background-color: #ac1e1e;
}
.rec_cont img {
    width: 100%;
    height: auto;
    border: solid 5px #eaeaea;
    z-index: 1;
}
.btn-flat-border {
    display: inline-block;
    padding: 2px 10px;
    text-decoration: none;
    border: solid 1px #444;
    background: rgba(255,255,255,0.8);
    transition: .4s;
    font-size: .8em;
}


@media screen and (max-width: 767px) {
#news{
  width: 100%;
  margin: 8% auto;
}
#news h2{
  font-size: 2em;
  text-align: center;
  letter-spacing: 0.1em;
    margin-bottom: 30px;
}

#newsList .newsPh{
  width: 30%;
}

#newsList .data{
  width: 70%;
  padding:2%;
  box-sizing: border-box;
  
}
#newsList .data .day{
  font-size: .8em;
}
#newsList .data .ttl{
  font-size: .75em;
  letter-spacing: 0.1em;
    line-height: 1.4em;
}

.recruit-txt {
    margin: 1em 3em;
    text-align: center;
}
.rec_flex {
    flex-direction: column;
    width: 100%;
}
.rec_cont {
    width: calc(100% / 1);
}


}


.access{
  text-align: center;
  margin: 20px;
}


/*------------------------------
message
-------------------------------*/

.top_message{
  width: 100%;
  height: auto;
  background: url(../images/bg2.gif);
}

.message_cont{
  padding: 3% 5%;
}
.message_txt{
  text-align: center;
  font-size: 1em;
  letter-spacing: .1em;
  line-height: 2em;
  padding-bottom: 10px;
}
.message_ttl{
  font-weight: bold;
  text-align: center;
  font-size: 1em;
  letter-spacing: .1em;
  line-height: 2em;
  padding-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .message_txt{
    font-size: .8em;
    text-align: left;
  }
  .message_ttl{
    text-align: center;
    font-size: .8em;
  }

}