@charset "utf-8";
/*
font-family: "Noto Serif JP";
font-weight: 700;
sans:400=Regular,700=Bold
*/
#keyview{
  width: 100%;
  position: relative;
  height: 434px;
}
.bg_keyview{
  width: 100%;
  height: 434px;
  position: relative;
  overflow: hidden;
}
.bg_keyview img{
  width: 100%;
  height: auto;
  min-width: 1366px;
  position: absolute;
  top:0;
  left: 0;
  z-index: -1;
}
#keyview h2{
  position: absolute;
  top: 184px;
  left:30px;
  width: 344px;
  background-color: #00008B;
  font-size: 48px;
  line-height: 90px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  z-index: 11;
}
#keyview p{
  position: absolute;
  top: 284px;
  left:30px;
  width: 161px;
  background-color: #00008B;
  font-size: 22px;
  line-height: 52px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  z-index: 11;
}
#cont_contact{
  margin:100px auto 0;
  padding:0 0 160px;
  width: 1024px;
  overflow: auto;
}
.txt_read{
  margin:0 auto 0;
  width: 800px;
  font-size:18px;
  line-height: 27px;
}
#page_ad{
  position: relative;
  margin:60px auto 0;
  width: 500px;
  height: 52px;
}
#page_ad::after{
  content: "";
  position: absolute;
  top:50%;
  left:0;
  background-color: #707070;
  width: 100%;
  height: 1px;
  z-index: 1;
}
#page_ad ol{
  display: flex;
  width: 500px;
  z-index: 10;
}
#page_ad ol li{
  margin:0 37px 0 0;
  border:1px solid #707070;
  background-color: #FFF;
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 10;
}
#page_ad ol li:last-child{
  margin:0;
}
#page_ad ol li.now{
  background-color: #B3DFFC;
}
#form_box{
  margin:60px auto 0;
  border-top:1px solid #CCCCCC;
  border-bottom:1px solid #CCCCCC;
  background-color: #F5F6FA;
  width: 1000px;
  height: 1140px;
}
.form_area{
  margin:50px;
  background-color: #FFF;
  width: 900px;
  height: auto;
}
.form_area iframe {
  margin:30px 0 0;
  width: 100%;
  height: 900px;
}
.form_item{
  display: flex;
  margin:0 65px;
  border-bottom:1px solid #707070;
  width: 770px;
  min-height: 104px;
}
.item_head{
  display: flex;
  padding:0 50px 0 0;
  width: 260px;
}
.item_head label{
  width: 180px;
  font-size:18px;
  line-height: 104px;
}
.item_head span{
  display: block;
  margin:32px 0 0;
  background-color:#000;
  width: 80px;
  height: 40px;
  color:#FFF;
  font-size:14px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}
.item_data{
  width: 460px;
}
.item_data input{
  margin:22px 0;
  width: 100%;
  height: 58px;
}
.item_data p{
  margin:22px 0;
  width: 100%;
  font-size:18px;
  line-height: 27px;
}
.item_data textarea{
  margin:22px 0;
  width: 100%;
  height: 180px;
}
.submit_area{
  display: flex;
  justify-content: center;
  margin:36px auto;
  width: 770px;
  height: 104px;
}
.submit_area input{
  margin:0 10px 0;
  border-radius: 20px;
  background-color: #0071BC;
  width: 200px;
  height: 40px;
  color:#FFF;
  font-size:14px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.submit_area input:hover{
  background-color: #000;
}
.submit_area input[type="button"]{
  background-color: #CCC;
}
.form_end{
  display: inline-block;
  margin:60px;
  width: calc(100% - 120px);
}
.form_end h3{
  margin:0 0 1em;
  color:#0071BC;
  font-size:18px;
  font-weight: 700;
  line-height: 27px;
}
.form_end p{
  font-size:18px;
  line-height: 27px;
}
.form_end .btn_top{
  margin:60px auto 0;
  border-radius: 20px;
  background-color: #0071BC;
  width: 200px;
  height: 40px;
}
.form_end .btn_top a{
  display: block;
  width: 200px;
  height: 40px;
  color:#FFF;
  font-size:14px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}
.form_end .btn_top a:hover{
  border-radius: 20px;
  background-color: #000;
}
@media (max-width: 767px){
  /* keyveiw */
  #keyview{
    width: 100%;
    height: 395px;
  }
  .bg_keyview{
    position: relative;
    width: 100%;
    height: 395px;
    overflow: hidden;
  }
  .bg_keyview img{
    width: 100%;
    height: auto;
    min-width: 1366px;
    position: absolute;
    top:-10%;
    left: -100%;
  }
  #keyview h2{
    position: absolute;
    top: 184px;
    left:10px;
    width: 150px;
    background-color: #00008B;
    font-size: 24px;
    line-height: 45px;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    z-index: 11;
  }
  #keyview p{
    position: absolute;
    top: 234px;
    left:10px;
    width: 85px;
    background-color: #00008B;
    font-size: 14px;
    line-height: 26px;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    z-index: 11;
  }

  #cont_contact{
    margin:50px 5px 0;
    padding:0 0 80px;
    width: calc(100% - 10px);
    overflow: auto;
  }
  .txt_read{
    margin:0 auto 0;
    width: 100%;
    font-size:18px;
    line-height: 27px;
  }
  #page_ad{
    position: relative;
    margin:30px auto 0;
    width: 100%;
    height: 52px;
  }
  #page_ad::after{
    content: "";
    position: absolute;
    top:50%;
    left:50%;
    transform:translateX(-50%);
    background-color: #707070;
    width: 240px;
    height: 1px;
    z-index: 1;
  }
  #page_ad ol{
    display: flex;
    margin:0 auto 0;
    width: 240px;
    z-index: 10;
  }
  #page_ad ol li{
    margin:0 15px 0 0;
    border:1px solid #707070;
    background-color: #FFF;
    width: 68px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 10;
  }
  #page_ad ol li:last-child{
    margin:0;
  }
  #page_ad ol li.now{
    background-color: #B3DFFC;
  }
  #form_box{
    margin:30px auto 0;
    border-top:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    background-color: #F5F6FA;
    width: 100%;
    height: auto;
  }
  .form_area{
    margin:25px 10px 25px;
    background-color: #FFF;
    width: calc(100% - 20px);
    height: auto;
  }
  .form_area iframe {
    width: 100%;
    height: 950px;
  }
  .form_item{
    display: block;
    margin:0 20px;
    border-bottom:1px solid #707070;
    width: calc(100% - 40px);
    min-height: auto;
  }
  .item_head{
    display: static;
    position: relative;
    padding:0 0px 0 0;
    width: 100%;
    height: 80px;
  }
  .item_head label{
    width: 180px;
    font-size:18px;
    line-height: 80px;
  }
  .item_head span{
    display: block;
    position: absolute;
    top:20px;
    right:0;
    margin:0px 0 0;
    background-color:#000;
    width: 80px;
    height: 40px;
    color:#FFF;
    font-size:14px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
  }
  .item_data{
    width: 100%;
  }
  .item_data input{
    margin:0px 0 22px;
    width: 100%;
    height: 58px;
  }
  .item_data textarea{
    margin:0px 0 22px;
    width: 100%;
    height: 180px;
  }
  .item_data p{
    margin:0px 0 22px;
    width: 100%;
    font-size:18px;
    line-height: 27px;
  }
  .submit_area{
    display: block;
    margin:20px auto;
    width: 100%;
    height: 104px;
  }
  .submit_area input{
    display: block;
    margin:0 auto 10px;
    border-radius: 20px;
    background-color: #0071BC;
    width: 200px;
    height: 40px;
    color:#FFF;
    font-size:14px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
  }
  .submit_area input:hover{
    background-color: #000;
  }

}

@media (max-width: 767px) and (orientation:landscape){
  #keyview{
    width: 100%;
    height: 316px;
  }
  #keyview .bg_keyview{
    position: relative;
    width: 100%;
    height: 316px;
    overflow: hidden;
  }
  #keyview .bg_keyview img{
    width: 100%;
    height: auto;
    min-width: 1366px;
    position: absolute;
    top: -10%;
    left: -90%;
  }
  #keyview h2{
    position: absolute;
    top: 154px;
    left:10px;
    width: 150px;
    background-color: #00008B;
    font-size: 24px;
    line-height: 45px;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    z-index: 11;
  }
  #keyview p{
    position: absolute;
    top: 204px;
    left:10px;
    width: 85px;
    background-color: #00008B;
    font-size: 14px;
    line-height: 26px;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    z-index: 11;
  }
}
