@charset "utf-8";
/*
font-family: "Noto Serif JP";
font-weight: 700;
sans:400=Regular,700=Bold
*/
.br_sp{
  display: none;
}

#keyview{
  position: relative;
  width: 100%;
  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:100px;
  left: 0;
  z-index: -1;
}
#keyview h2{
  position: absolute;
  top: 50%;
  left:83px;
  font-size: 42px;
  font-family: "Noto Serif JP";
  font-weight: 700;
  transform:translateY(50%);
  z-index: 11;
  color: #2e7d32;
  text-shadow:
     2px 0 0 #FFF, -2px 0 0 #FFF,
     0 -2px 0 #FFF, 0 2px 0 #FFF,
     2px 2px 0 #FFF, -2px 2px 0 #FFF,
     2px -2px 0 #FFF, -2px -2px 0 #FFF;
}
#keyview span{
  display: block;
  margin: 25px 0 0;
  padding-left: 55px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
  text-shadow:none;
}
#keyview span::before{
  content: '';
  position: absolute;
  top: 40%;
  left: 0;
  transform:translateY(40%);
  background-color: #FFF;
  width: 40px;
  height: 4px;
}
#cont_contact{
  margin:160px 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 #D9E2D9;
  border-bottom:1px solid #D9E2D9;
  background-color: #F7F9F7;
  width: 1000px;
  height: auto;
}
.form_area{
  margin:50px;
  background-color: #FFF;
  width: 900px;
  height: auto;
}
.form_area iframe {
  margin:30px 0 0;
  width: 100%;
  height: 1250px;
}
.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){
  #keyview{
    width: 100%;
    position: relative;
    height: 394px;
  }
  #keyview .bg_keyview{
    width: 100%;
    height: 394px;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 50;
  }
  .bg_keyview img{
    width: 100%;
    height: auto;
    min-width: 1366px;
    position: absolute;
    top: 60px;
    left: -190%;
  }
  #keyview h2{
    position: absolute;
    top: 45%;
    left:3%;
    font-size: 32px;
    font-family: "Noto Serif JP";
    font-weight: 700;
    transform:translateY(45%);
    z-index: 60;
    color: #2e7d32;
    text-shadow:
       2px 0 0 #FFF, -2px 0 0 #FFF,
       0 -2px 0 #FFF, 0 2px 0 #FFF,
       2px 2px 0 #FFF, -2px 2px 0 #FFF,
       2px -2px 0 #FFF, -2px -2px 0 #FFF;
  }
  #keyview span{
    display: block;
    margin: 15px 0 0;
    padding-left: 30px;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    text-shadow:none;
  }
  #keyview span::before{
    content: '';
    position: absolute;
    top: 40%;
    left: 0;
    transform:translateY(40%);
    background-color: #FFF;
    width: 20px;
    height: 2px;
  }
  .br_sp{
    display: block;
  }

  #cont_contact{
    margin:80px 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 #D9E2D9;
    border-bottom:1px solid #D9E2D9;
    background-color: #F7F9F7;
    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: 1350px;
  }
  .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{
    position: relative;
    background-color:#FFF;
    width: 100%;
    height: 316px;
  }
  #keyview .bg_keyview{
    position: relative;
    top:0;
    right:0;
    width: 100%;
    height: 316px;
    overflow: hidden;
    z-index: 0;
  }
  #keyview .bg_keyview img{
    width: 100%;
    height: auto;
    min-width: 1366px;
    position: absolute;
    top: 40px;
    left: -50%;
  }
  #keyview h2{
    position: absolute;
    top: 45%;
    left:3%;
    font-size: 32px;
    font-family: "Noto Serif JP";
    font-weight: 700;
    transform:translateY(45%);
    z-index: 60;
    color: #2e7d32;
    text-shadow:
       2px 0 0 #FFF, -2px 0 0 #FFF,
       0 -2px 0 #FFF, 0 2px 0 #FFF,
       2px 2px 0 #FFF, -2px 2px 0 #FFF,
       2px -2px 0 #FFF, -2px -2px 0 #FFF;
  }
  #keyview span{
    display: block;
    margin: 15px 0 0;
    padding-left: 30px;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    text-shadow:none;
  }
  #keyview span::before{
    content: '';
    position: absolute;
    top: 40%;
    left: 0;
    transform:translateY(40%);
    background-color: #FFF;
    width: 20px;
    height: 2px;
  }

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