@charset "utf-8";
/* CSS Document */



/*==============================
共通
==============================*/

.titleBox{
  margin-bottom: 30px;
}
.titleBox h3{
  font-weight: bold;
  margin-bottom: 10px;
}

.titleBox hr{
  border: none;
  width: 40px;
  height: 3px;
  background-color: #292e3a;
  margin-bottom: 10px;
}
.titleBox h2{
  font-weight: bold;
}

#headWrap{
  position: relative;
  background-color: #fff;
  background-image: url("../img/headBack.jpg");
  background-size: cover;
  background-position: center center;
  border: 100px solid #fff;
  border-bottom: none;
  height: 400px;
}

#headWrap > .slider-pro{
  margin-right: 0;
}

#headWrap > h1{
  position: absolute;
  font-size: 28px;
  letter-spacing: 8px;
  font-weight: 500;
  top: 50px;
  left: -100px;
  padding: 15px;
  padding-left: 115px;
  z-index: 11;
  background-color: rgba(45,54,121,.5);
  color: #fff;
}

@media screen and (max-width: 1000px){
  #headWrap{
    border: none;
    height: 300px;
  }

  #headWrap > h1{
    top: 80px;
    left: 0px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 600px){
}

/*==============================
メイン
==============================*/


#conttactWrap{
  text-align: center;
  padding: 100px 20px 100px;
}

#conttactWrap > h2{
  color: #2d3679;
  margin-bottom: 10px;
}

#conttactWrap > h3{
  margin-bottom: 30px;
}

.telBox,
.formBox{
  width: 100%;
  max-width: 800px;
  margin: 0 auto 50px;
  background-color: #edeef7;
  padding: 50px 20px;
  text-align: center;
}

.hissu{
  color: firebrick;
}

.formBox{
  margin-bottom: 0;
}

.telBox > h4,
.formBox > h4{
  font-size: 18px;
  color: #2d3679;
  margin-bottom: 10px;
  font-weight: 500;
}

.telBox > p,
.formBox > p{
  margin-bottom: 10px;
}

.telBox a{
  display: inline-block;
  padding: 20px 30px;
  margin-bottom: 10px;
  max-width: 600px;
  font-size: 28px;
  font-weight: 600;
  color: #2d3679;
  border: 1px solid #2d3679;
}

.telBox a i{
  margin-right: 10px;
}

.formBox > form{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.formBox > form p{
  text-align: left;
  margin-bottom: 5px;
}

.formBox > form input[type="text"],
.formBox > form textarea{
  border: none;
  padding: 10px;
  background-color: #fff;
  font-weight: normal;
  width: 100%;
  margin-bottom: 15px;
}

.formBox > form input[type="submit"]{
  width: 100%;
  max-width: 200px;
  padding: 10px 20px;
  background-color: #2d3679;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 4px;
  font-weight: bold;
}

/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 800px) {  
}

@media screen and (max-width: 600px){
  .telBox a{
    font-size: 22px;
  }
}

@media screen and (max-width: 414px){
}