@charset "UTF-8";

/*
================================================================
body
================================================================
*/
* {
  box-sizing: border-box;

}


body{
  overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6,p,a,li {
  line-height: 1.2;
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}

a:hover {
  opacity: .5;
  transition: .3s;
}


.wrap {
  overflow: hidden;
}

/*
================================================================
header
================================================================
*/
.header-wrap{
  background-image: url(../images/main.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height:80vh;
  position:relative;
}

.header-container{
  max-width:1100px;
  margin:0 auto;
}

.header-logo{
  height:60px;
}

/* ヘッダーナビ */
.header{
  display:flex;
  justify-content: space-between;
  align-items:center;
  padding-top:30px;
}

.header-nav ul{
  display: flex;
}

.header-nav ul li{
  list-style: none;
  margin:0 30px;
  font-family:'Yu Mincho Light' ;
}

.header-nav ul li a{
  text-decoration:none;
  color:#000;
  font-size:18px;

}

.header-main_text{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%);
  width:100%;
  text-align:center;
  font-size: 48px;
  font-family:'Yu Mincho Light' ;
}

.header-icon{
  display: none;
}

.toggle_btn {
  display: block;
  position: relative;
  width: 2rem;
  height: 1.5rem;
  position: absolute;
  z-index: 999;
  right:30px;
  display: none;
  }
  .toggle_btn:hover {
  cursor: pointer;
  }
  .toggle_btn i {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #6e6666;
  position: absolute;
  transition: all 0.5s;
  }
  .toggle_btn i:nth-child(1) {
  top: 0;
  }
  .toggle_btn i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  }
  .toggle_btn i:nth-child(3) {
  bottom: 0;
  }
  .toggle_btn.show i:nth-child(1) {
  transform: translateY(10px) rotate(-145deg);
  }
  .toggle_btn.show i:nth-child(2) {
  opacity: 0;
  }
  .toggle_btn.show i:nth-child(3) {
  transform: translateY(-10px) rotate(145deg);
  }
  
  .sp__menu{
    width: 70%;
    right:-70%;
    background-color: rgba(255,255,255,.8);
    text-align: center;
    transition:all .8s;
    height:100%;
    position: absolute;
    top:0;
    /* display: none; */
  }
  
  .sp__menu ul{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    display: inline-block;
  }
  
  .sp__menu a{
    text-decoration: none;
    color:#333;
    margin-bottom: 50px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  
  
  .sp__menu.active{
    /* display: block; */
    position: fixed;
    transition: all 0.5s ;
    right:0;
  }


@media(max-width: 960px){

.header-wrap{
  height:50vh;
}

.header{
  padding:15px 20px;
}

.header-logo{
  height:40px;
}

.header-icon{
  display: block;

}

.header-icon img{
  width:20px;
  height:15px
}

.header-nav{
  display: none;
}

.header-main_text{
  font-size:24px;
}

.toggle_btn{
  display: block;
}


}



/*
================================================================
ニュース
================================================================
*/
.news{
  padding:90px 0;
  max-width: 1100px;
  margin:0 auto;
 
}

.news-title{
  text-align:center;
  font-size:38px;
  margin-bottom:60px;
  font-family:'Yu Mincho Light' ;
}

.news-list{
  max-width: 700px;
  margin:0 auto;
}

.news-list li{
  padding:30px 0;
  border-bottom:1px solid #000;
}

.news-list li a{
  display: block;
  text-decoration: none;
  color:#000;
  font-size: 18px;
  
  font-family:'Yu Mincho Light' ;
}

.news-list_border{
  display: inline-block;
  border:1px solid #000;
  padding:5px 8px;
  margin:0 30px;
  font-size: 11px;
}

@media screen and (max-width:960px) {

.news{
  padding:50px 20px;
  max-width: 1100px;
  margin:0 auto;
}

.news-title{
  font-size:24px;
  margin-bottom: 0px;
}

.news-list{
  margin-top: 0;
}

.news-list_block{
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
}

.news-list{
  max-width: 100%;
}

  
}


/*
================================================================
ブログ
================================================================
*/

.case{
  padding:90px 0;
  max-width:1100px;
  margin:0 auto;
  font-family: 'Yu Mincho Light' ;
}

.flexbox{
  display: flex;
}

.case-content{
  width:50%;
  text-align: center;
}

.case-title{
  text-align: center;
  font-size: 38px;
  margin-bottom:90px;
}

.case-content_title{
  font-size:24px;
  margin-top:30px;
}

.case-content_text{
  font-size: 14px;
  margin-top:15px;
}

.case-content_btn{
  display: block;
  margin-top:15px;
}


.case-content_btn img{
  width:300px;
}


.case-btn{
  text-align: center;
  margin-top:80px;
 
}

.case-content_btn{
  display:block;
  margin-top:15px;
}

.case-content_img{
  max-width:430px;
  margin:0 auto;
}


.case-content_img img{
  width:100%;
}

.case-btn a{
  text-decoration: none;
  border: 1px solid #000;
  display: inline-block;
  padding:12px 40px;
  color: #000;
  font-size: 20px;
}

.case-content__title{
  margin-top:30px;
  font-size: 23px;

}

.case-content_text{
  padding-top:15px;
  font-size: 13px;

}

@media  screen and (max-width: 960px){
  .case{
padding:50px 20px;
  }  

  
.flexbox{
  margin-top:30px;
  flex-direction: column;
}

.case-content{
  width:100%;
  text-align: center;
  margin: bottom 50px;
}

.case-title{
  font-size:24px;
  margin-bottom: 0;
}

.case-btn{
  margin-top: 50px;
}

.case-content_img{
  max-width: 700px;
  margin:0 auto;
}


}


/*
================================================================
links
================================================================
*/
.links{
  display: flex;
  padding-top: 90px;
}

.link-img{
  display: flex;
  width: calc(100%/3);
}

.link-img img{
 width:100%;
}

@media  screen and (max-width:960px){

.links{
  padding-top:50px;
  flex-direction: column;
}

.link-img{
  width:100%;
}


}
/*
================================================================
footer
================================================================
*/
.footer{
  background-color: #000;
}

.footer-logo{
  height:40px;
}

.footer-contnet{
  max-width:1100px;
  margin:0 auto;
}

.footer-nav{
  display: flex;
  justify-content: space-between;
  align-items:center;
  padding-top:30px;
  margin-bottom: 60px;
}


.footer-nav_list ul {
  display: flex;
}

.footer-nav_list ul  li{
  margin:0 30px;
  
}

.footer-nav_list ul li a{
  color: #fff;
  font-size:18px;
  text-decoration: none;
}

.copyright{
  color:#fff;
  font-size:12px;
  text-align: center;
  padding-bottom: 10px;
}

@media screen and (max-width:960px){


.footer{
  text-align: center;
  font-family:'Yu Mincho Light' ;
}

.footer-nav_list{
  margin-bottom:20px;
}


.footer-nav_list ul{
flex-direction: column;
}

.footer-nav_list ul li{
 margin-bottom: 30px;
}

.footer-nav{
  flex-direction: column-reverse;
}

.copyright{
  margin-top: 0;
}


  
}