/* -------------- 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-contact.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 289px;
  padding-bottom: 278px;
  padding-right: 200px;
  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: 52px;
}
/* -------------- /kv ----------------- */


/* -------------- contact-text ----------------- */
.contact-text-wrapper{
  max-width: 756px;
  margin: 0 auto;
}
.contact-subtitle{
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: solid 2px #080F73;
  max-width: 450px;
}
.contact-subtitle2{
  max-width: 350px;
}
.contact-text{
  margin-bottom: 40px;
}
.contact-text:last-of-type{
  margin-bottom: 50px;
}
.link a{
  color: #EC8A2F;
}
/* -------------- /contact-text ----------------- */







/* -------------- contact-form ----------------- */
.form-item-heading{
  margin-bottom: 15px;
}
.form-item-field{
  margin-bottom: 40px;
}
.form-item-field:last-of-type{
  margin-bottom: 50px;
}
.form-inner{
  max-width: 756px;
  margin: 0 auto;
}
.input_text{
  width: 100%;
  border-radius: 6px;
  line-height: 40px;
  box-sizing: border-box;
  border: 2px solid #080F73;
  background-color: #F3F8FF;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
.textarea{
  box-sizing: border-box;
}
.form-item-heading{
  color: #333333;
  font-weight: bold;
}
textarea{
  border: 2px solid #080F73;
  background-color: #F3F8FF;
  outline: none;
  resize: none;
}
.textarea{
  width: 100%;
  height: 200px;
  border-radius: 6px;
}
.submit-btn{
  font-size: 2.0rem;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.submit-btn-wrapper{
  background-color: #EC8A2F;
  display: block;
  width: 245px;
  margin: 0 auto;
  line-height: 63px;
  border: 0;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
  text-align: center;
}
.submit-btn-wrapper:hover{
  box-shadow: 10px 10px 24px rgba(0,0,0,0.2);
}
.submit-btn-wrapper::after{
  content: ">";
  position: absolute;
  right: 30px;
  transform: translate(0,0%);
  transition: .3s;
}
.submit-btn-wrapper:hover::after{
  transform: translate(8px,0%);
  transition: .3s;
}
/* -------------- /contact-form ----------------- */

.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-contact-tab.jpg);
    padding-top: 302px;
    padding-bottom: 281px;
    padding-right: 100px;
  }
  .section-inner{
    max-width: 668px;
    margin: 0 auto;
  }
  .form-wrapper{
    max-width: 668px;
    margin: 0 auto;
  }

  /*---------- ハンバーガーボタンン ----------*/
  .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-contact-sp.jpg);
    padding: 252px 0 231px;
  }
  .kv-copy{
    text-align: center;
  }
  .kv-text{
    margin-right: 0;
  }
  .site-title{
    width: 160px;
  }
  .form-wrapper{
    max-width: 335px;
    margin: 0 auto;
  }
  .contact-text{
    max-width: 335px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .contact-subtitle{
    max-width: 335px;
    font-size: 1.6rem;
    margin: 0 auto;
  }
}