/* -------------- 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-top.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 280px;
  padding-bottom: 92px;
  padding-right: 50px;
  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);
  text-decoration: underline;
  margin-bottom: 60px;
  margin-right: 51px;
}

/*----- ボタンの見た目と動き ------*/
.cta-btn-kv{
  display: inline-block;
  width: 199px;
  line-height: 50px;
  background-color: #EC8A2F;
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
  margin-right: 287px;
  position: relative;
}
.cta-btn-kv:hover{
  box-shadow: 10px 10px 24px rgba(0,0,0,0.8);
}
.cta-btn-kv::after{
  content: ">";
  position: absolute;
  right: 30px;
  transform: translate(0,0%);
  transition: .3s;
}
.cta-btn-kv:hover::after{
  transform: translate(8px,0%);
  transition: .3s;
}
/* -------------- /kv ----------------- */

/* -------------- about ----------------- */
.section-inner{
  display: flex;
  max-width: 1040px;
  margin: 0 auto;
  align-items: center;
}
.about-text-wrapper{
  max-width: 556px;
  margin-left: 34px;
}
.about-img{
  max-width: 450px;
}
.about-title{
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 28px;
}
.cta-btn-about{
  width: 222px;
  display: inline-block;
  line-height: 50px;
  background-color: #080F73;
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
}
.cta-btn-about-wrapper{
  text-align: center;
}
.about-text{
  margin-bottom: 20px;
}
.cta-btn-about:hover{
  box-shadow: 10px 10px 24px rgba(0,0,0,0.2);
}
.cta-btn-about::after{
  content: ">";
  position: absolute;
  right: 30px;
  transform: translate(0,0%);
  transition: .3s;
}
.cta-btn-about:hover::after{
  transform: translate(8px,0%);
  transition: .3s;
}
/* -------------- /about ----------------- */

/* -------------- service ----------------- */
.service-wrapper{
  background-color: #F3F8FF;
  padding: 50px;
}
.service-item{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.service-item:last-of-type{
  margin-bottom: 0;
}
.icon{
  max-width: 60px;
  margin-right: 20px;
}
.mock-imack{
  max-width: 411px;
}
.service-inner{
  text-align: center;
}
.service-list-wrapper{
  background-color: #ffffff;
  border: 3px solid #999999;
  padding: 20px;
  margin-right: -50px;
}
.cta-btn-service{
  width: 222px;
  display: inline-block;
  line-height: 50px;
  background-color: #080F73;
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
}
.cta-btn-service:hover{
  box-shadow: 10px 10px 24px rgba(0,0,0,0.2);
}
.cta-btn-service::after{
  content: ">";
  position: absolute;
  right: 25px;
  transform: translate(0,0%);
  transition: .3s;
}
.cta-btn-service:hover::after{
  transform: translate(8px,0%);
  transition: .3s;
}
/* -------------- /service ----------------- */


/* -------------- news ----------------- */
.news-list{
  display: flex;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.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);
}
.cta-btn-news{
  display: inline-block;
  width: 222px;
  line-height: 50px;
  background-color: #080F73;
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
}
.cta-btn-news-wrapper{
  text-align: center;
}
.cta-btn-news:hover{
  box-shadow: 10px 10px 24px rgba(0,0,0,0.2);
}
.cta-btn-news::after{
  content: ">";
  position: absolute;
  right: 30px;
  transform: translate(0,0%);
  transition: .3s;
}
.cta-btn-news:hover::after{
  transform: translate(8px,0%);
  transition: .3s;
}
/* -------------- /news ----------------- */

/* -------------- cobtact ----------------- */
.contact-wrapper{
  background-color: #F4F4F4;
  padding-top: 50px;
}
.contact-img{
  max-width: 492px;
  margin-right: 66px;
}
.cta-btn-contact{
  width: 492px;
  display: inline-block;
  line-height: 50px;
  background-color: #080F73;
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 68px;
  position: relative;
}
.contact-btn-wrpper{
  display: flex;
  align-items: center;
}
.cta-btn-contact:hover{
  box-shadow: 10px 10px 24px rgba(0,0,0,0.2);
}
.cta-btn-contact::after{
  content: ">";
  position: absolute;
  right: 170px;
  transform: translate(0,0%);
  transition: .3s;
}
.cta-btn-contact:hover::after{
  transform: translate(8px,0%);
  transition: .3s;
}

.cta-btn-contact2{
  display: inline-block;
  width: 199px;
  line-height: 50px;
  background-color: #EC8A2F;
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
}
.contact-text{
  margin-bottom: 15px;
}
.contact-btn-wrpper{
  justify-content: space-between;
}
.cta-btn-contact2:hover{
  box-shadow: 10px 10px 24px rgba(0,0,0,0.2);
}
.cta-btn-contact2::after{
  content: ">";
  position: absolute;
  right: 30px;
  transform: translate(0,0%);
  transition: .3s;
}
.cta-btn-contact2:hover::after{
  transform: translate(8px,0%);
  transition: .3s;
}

/* -------------- /cobtact ----------------- */

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


/* ----------------　メディアクエリ ---------------- */
@media screen and (max-width:768px){
  .header-nav{
    display: none;
  }
  .kv-wrapper{
    background-image: url(../images/kv-top-tab.png);
  }
  .section-inner{
    max-width: 668px;
  }

  /* --- about --- */
  .about-img{
    max-width: 300px;
  }
  .service-section-inner{
    display: block;
  }
  .service-list-wrapper{
    max-width: 668px;
    margin: 0 auto;
  }
  .service-inner{
    display: flex;
  }
  .cta-btn-service{
    height: 50px;
    margin-top: 155px;
  }
  .mock-text{
    margin-top: 50px;
  }

  /* --- news --- */
  .news-item{
    width: 48%;
    margin-bottom: 20px;
  }
  .news-item:last-of-type{
    margin-bottom: 0;
  }
  .news-list{
    flex-wrap: wrap;
  }

  /* --- contact --- */
  .cta-btn-contact{
    width: 222px;
  }
  .contact-img{
    max-width: 300px;
  }
  .contact-btn-wrpper{
    display: block;
    margin-bottom: 20px;
  }
  .contact-btn-text{
    margin-bottom: 15px;
  }
  .cta-btn-contact{
    margin-bottom: 50px;
  }
  .contaci-inner{
    text-align: center;
  }
  .cta-btn-contact::after{
    right: 30px;
  }


  /*---------- ハンバーガーボタンン ----------*/
  .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;
  }
  .site-title{
    width: 160px;
  }
  .kv-wrapper{
    background-image: url(../images/kv-top-sp.png);
    width: 375px;
    padding-right: 0;
  }
  .kv-copy{
    text-align: center;
  }
  .kv-title{
    font-size: 3.2rem;
    text-align: center;
    margin: 0 auto;
  }
  .kv-text{
    font-size: 2.0rem;
    margin-right: 0;
  }
  .cta-btn-kv{
    margin: 0 auto;
  }

  /* --- about --- */
  .section-inner{
    display: block;
  }
  .about-img{
    max-width: 333px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .about-text-wrapper{
    max-width: 335px;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  /* --- service --- */
  .service-text{
    font-size: 1.4rem;
  }
  .service-list-wrapper{
    padding: 15px;
    margin: 0 auto
  }
  .service-wrapper{
    padding: 20px;
  }
  .service-inner{
    display: block;
  }
  .mock-imack{
  margin-bottom: -105px;
  }
  .cta-btn-service{
    margin-bottom: 30px;
  }

  /* ---  news --- */
  .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;
  }
}



