@charset "utf-8";
/*
font-family: "Noto Serif JP";
font-weight: 700;
sans:400=Regular,700=Bold
*/
.btn{
  position: relative;
  border: 2px solid #0071BC;
  border-radius: 18px;
  background-color:#0071BC;
  width: 196px;
  height: 36px;
}
.btn::after{
  position: absolute;
  top:11.5px;
  right:11.5px;
  content: "";
  background:url(../images/icon_arrow.png) no-repeat;
  background-size: 11px 13px;
  width: 11px;
  height: 13px;
}
.btn a{
  display: block;
  color:#FFF;
  width: 196px;
  font-size:16px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
}
.btn:hover{
  background-color:#FFF;
}
.btn:hover a{
  color:#0071BC;
}
#keyview{
  width: 100%;
  position: relative;
  height: 476px;
}
.bg_keyview{
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 476px;
  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: 45%;
  left:50%;
  font-size: 48px;
  line-height: 58px;
  color: #FFF;
  font-family: "Noto Serif JP";
  font-weight: 700;
  transform:translateX(-45%) translateY(50%);
  -webkit- transform:translateX(-45%) translateY(50%);
  z-index: 11;
}
#keyview h2 span{
  display: block;
  position: relative;
  font-size: 24px;
  line-height: 29px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  z-index: 11;
}
#keyview h2 span::before{
  content: '';
  position: absolute;
  top: 15px;
  left: 50px;
  background-color: #FFF;
  width: 15px;
  height: 6px;
}
#keyview h2 span::after{
  content: '';
  position: absolute;
  top: 15px;
  right: 50px;
  background-color: #FFF;
  width: 15px;
  height: 6px;
}
#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 #707070;
  border-bottom:1px solid #707070;
  background-color: #EFEFEF;
  width: 1000px;
  height: 1340px;
}
.form_area{
  margin:50px;
  background-color: #FFF;
  width: 900px;
  height: auto;
}
.form_area iframe {
  margin:30px 0 0;
  width: 100%;
  height: 1200px;
}
.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;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 395px;
    overflow: hidden;
  }
  .bg_keyview img{
    width: 100%;
    height: auto;
    min-width: 1366px;
    position: absolute;
    top:-10%;
    left: auto;
    right:-280px
  }
  #keyview h2{
    position: absolute;
    top: 40%;
    left:50%;
    font-size: 32px;
    line-height: 1.5em;
    color: #FFF;
    white-space: nowrap;
    font-family: "Noto Serif JP";
    font-weight: 700;
    transform:translateX(-50%) translateY(40%);
    -webkit- transform:translateX(-50%) translateY(40%);
    z-index: 60;
  }
  #keyview h2 span{
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    z-index: 11;
  }
  #keyview h2 span::before{
    content: '';
    position: absolute;
    top: 13px;
    left: 45px;
    background-color: #FFF;
    width: 10px;
    height: 3px;
  }
  #keyview h2 span::after{
    content: '';
    position: absolute;
    top: 13px;
    right: 45px;
    background-color: #FFF;
    width: 10px;
    height: 3px;
  }

  #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 #707070;
    border-bottom:1px solid #707070;
    background-color: #EFEFEF;
    width: 100%;
    height: 1530px;
  }
  .form_area{
    margin:25px 10px 25px;
    background-color: #FFF;
    width: calc(100% - 20px);
    height: auto;
  }
  .form_area iframe {
    width: 100%;
    height: 1450px;
  }
  .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;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 316px;
    overflow: hidden;
  }
  #keyview .bg_keyview img{
    width: 100%;
    height: auto;
    min-width: 1366px;
    position: absolute;
    top: -40%;
    left: -50%;
  }
  #keyview h2{
    font-size: 32px;
    color: #FFF;
    font-family: "Noto Serif JP";
    font-weight: 700;
    position: absolute;
    top: 40%;
    left:50%;
    transform:translateX(-50%) translateY(40%);
    -webkit- transform:translateX(-50%) translateY(40%);
    z-index: 1;
  }

  .info_detail li:last-child p{
    margin-left: 0em;
  }
}
