/* -------------- base ----------------- */
html{
  font-size: 62.5%;
}
body{
  font-size: 1.6rem;
  font-family: Helvetica, sans-serif;
  color: #222222;
  line-height: 1.5;
  letter-spacing: .05em;
}
h2{
  margin-bottom: 50px;
}
img{
  width: 100%;
  vertical-align: bottom;
}
a{
  text-decoration: none;
}
ul{
  list-style: none;
}
.section-wrapper{
  padding: 100px 0;
}

.section-title{
  color: #080F73;
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}
.section-subtitle{
  color: #080F73;
  font-size: 1.8rem;
  text-align: center;
}
/* -------------- /base ----------------- */

/* -------------- header ----------------- */
.burger-btn{
  display: none;
}
header{
  display: flex;
  justify-content: space-between;
  padding: 20px 50px 20px;
  width: 100%;
  background-color: #080F73;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.nav-list{
  display: flex;
  margin-bottom: 0;
}
.nav-item a{
  color: #ffffff;
  margin-left: 50px;
}
.site-title{
  width: 205.49px;
}
/* -------------- /header ----------------- */

/* -------------- kv ----------------- */
.kv-wrapper{
  background-image: url(../images/kv-news.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 289px;
  padding-bottom: 278px;
  padding-right: 320px;
  margin-bottom: 20px;
}
.kv-copy{
  text-align: right;
}
.kv-title{
  font-family: Helvetica;
  font-style: normal;
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
  margin-bottom: 15px;
  display: inline-block;
  text-align: left;
}
.kv-text{
  font-family: Helvetica;
  font-style: normal;
  font-weight: bold;
  font-size: 3.0rem;
  line-height: 1.0;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.8);
  margin-right: 23px;
}
/* -------------- /kv ----------------- */

/* -------------- news ----------------- */
.news-list{
  display: flex;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.news-item{
  width: 30%;
}
.news-text{
  background-color: #F3F8FF;
  padding: 10px;
  height: 96px;
  color: #222222;
}
.news-text:hover{
  box-shadow: 10px 10px 24px rgba(0,0,0,0.2);
}
/* -------------- /news ----------------- */

/* -------------- footer ----------------- */
.footer{
  text-align: center;
  background-color: #080F73;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 17px 0;
  line-height: 1.0;
}
/* -------------- /footer ----------------- */


/* -------------- メディアクエリ ----------------- */
@media screen and (max-width:768px){
  .header-nav{
    display: none;
  }
  .kv-wrapper{
    background-image: url(../images/kv-news-tab.jpg);
    padding-top: 302px;
    padding-bottom: 281px;
    padding-right: 100px;
  }
  .section-inner{
    max-width: 668px;
    margin: 0 auto;
  }
  .news-item{
    width: 48%;
    margin-bottom: 20px;
  }
  .news-item:last-of-type{
    margin-bottom: 0;
  }
  .news-list{
    flex-wrap: wrap;
  }

  /*---------- ハンバーガーボタンン ----------*/
  .burger-btn{
    display: block;
    width: 28px;
    height: 22px;
    position: relative;
  }
  .bar{
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    position: absolute;
    z-index: 9;
  }
  .bar_top{
    top: 0;
  }
  .bar_middle{
    top: 10px;
  }
  .bar_bottom{
    bottom: 0;
  }

  /*---------- ハンバーガーボタン（開いた時） ----------*/
  .burger-btn.cross .bar_top{
    transform: rotate(45deg);
    top: 10px;
    transition: .3s;
  }
  .burger-btn.cross .bar_middle{
    opacity: 0;
    transition: .3s;
  }
  .burger-btn.cross .bar_bottom{
    transform: rotate(-45deg);
    top: 10px;
    transition: .3s;
  }

  /*---------- ハンバーガーメニュー　開いた時 ----------*/
  .header-nav{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #080F73;
  }
  .nav-list{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
  }
  .nav-item{
    margin: 0 0 50px;
  }
  .nav-item a{
    margin-left: 0;
  }
  body.noscroll{
    overflow: hidden;
  }
}



@media screen and (max-width:375px){
  header{
    padding: 24px 30px 24px;
  }
  .kv-wrapper{
    background-image: url(../images/kv-news-sp.jpg);
    padding: 252px 0 231px;
  }
  .kv-copy{
    text-align: center;
  }
  .kv-text{
    margin-right: 0;
  }
  .site-title{
    width: 160px;
  }
  .news-list{
  display: block;
  }
  .news-item{
  width: 335px;
  margin: 0 auto;
  margin-bottom: 20px;
  }
  .news-text{
  font-size: 1.4rem;
  }
  .contact-img{
  width: 333px;
  margin: 0 auto;
  margin-bottom: 50px;
  }
}
