/* kv */
#kv{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#kv .main-copy{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  letter-spacing: .2em;
  margin-bottom: 5px;
}
#kv .sub-copy{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
#video{
  width: 100%;
  height: 100vh;
  background: url("../img/offMovie.jpg") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -10;
}
#video::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000000;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
}
#video video{
  display: none;
}

p.scroll {
    text-align: center;
    margin: 70px 0 0 0;
}
p.scroll a {
  padding-top: 60px;
}
p.scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.mainVisualArea .photoContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 490px;
    background: url("../img/IMG_0990.jpg") no-repeat center top;
    background-size: cover;
    z-index: -9999;
}
.mainVisualArea .textContainer {
position: relative;
    text-align: center;
    overflow: hidden;
    width: 87.5%;
    max-width: 1174px;
    color: #FFF;
    margin: 0 auto;
    padding-top: 105px;
}
div.textContainer h1.title {
    float: left;
    font-size: 40px;
    font-weight: bold;
    border-bottom: solid 4px #80B63F;
    margin: 0px 0 25px 0;
    line-height: 55px;
    color: #fff;
}
.MainArea .boxContainer .contents {
    width: 100%;
    background: #fff;
    padding: 70px 0 50px 0;
    margin: 0 0 -40px 0;
}
.MainArea {
    position: relative;
}
.MainArea .boxContainer {
    margin: auto auto 80px auto;
    width: 100%;
    position: relative;
}
.MainArea .boxContainer .boxContainerInner {
    width: 87.5%;
    max-width: 1174px;
    margin: auto;
    position: relative;
    z-index: 100;
    filter: drop-shadow(0px 10px 20px rgba(0,0,0,0.4));
}
.MainArea .boxContainer .contents {
    width: 100%;
    background: #fff;
    padding: 20px 0 50px 0;
    margin: 0 0 -40px 0;
}
.MainArea .boxContainer .form_wrapper{
    width: 660px;
    margin: 40px auto;
}
div.contactDescription {
    width: 85%;
    margin: 0 auto;
}
div.contactDescription p {
    width: 85%;
    margin: 39px auto;
}
div.contactDescription p.contactText {
}
div.contactDescription ul {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    padding: 0 0;
}
div.contactDescription ul li {
}
div.contactDescription p {
}
h3.H3title {
    width: 68%;
    margin: 60px auto 17px auto;
    font-size: 21px;
    border-left: 4px solid #009688;
    padding: 0 0 0 5px;
}
.subTitle {
    width: 65%;
    margin: 0px auto 17px auto;
    font-size: 14px;
}
.telBox{
    width: 600px;
    margin: 30px auto;
}
.telBox .contactTel{
    font-size: 24px;
    font-weight: bold;
    display: inline;
}
.telBox .contactFax{
    font-size: 24px;
    font-weight: bold;
    display: inline;
    margin: 0 0 0 43px;
}
input, select {
    vertical-align: middle;
    padding: 6px 0px 6px 6px;
}
@media (max-width:800px){
.mainVisualArea .textContainer {
    position: relative;
    text-align: center;
    padding-top: 50px;
    overflow: hidden;
    width: 87.5%;
    /* max-width: 380px; */
    color: #FFF;
}
.mainVisualArea .photoContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 490px;
    background: url("../img/IMG_1039.jpg") no-repeat center top;
    background-size: cover;
    z-index: -9999;
}
div.textContainer h1.title {
    float: left;
    font-size: 29px;
    font-weight: bold;
    border-bottom: solid 4px #80B63F;
    margin: 0 0 12px 0;
    line-height: 37px;
}
.MainArea .boxContainer .boxContainerInner {
    width: 96%;
    max-width: 1174px;
    margin: auto;
    position: relative;
    z-index: 100;
    filter: drop-shadow(0px 10px 20px rgba(0,0,0,0.4));
}
.MainArea .boxContainer .contents {
    width: 100%;
    background: #fff;
    padding: 1px 0 50px 0;
    margin: 0 0 -40px 0;
}
div.RecDescription {
    width: 100%;
    margin: 0 auto;
}
.MainArea .boxContainer .form_wrapper{
    width: 100%;
    margin: 0px auto 40px auto;
}
textarea {
    width: -webkit-fill-available;
    box-sizing:border-box;
    padding: 1em;
    margin:0;
}
input, select {
    vertical-align: middle;
    padding: 10px 5px;
    width: -webkit-fill-available;
}
div.contactDescription {
    width: 93%;
    margin: 0 auto;
}
h3.H3title {
    width: 88%;
    margin: 60px auto 10px auto;
    font-size: 21px;
    border-left: 4px solid #009688;
    padding: 0 0 0 5px;
}
.subTitle {
    width: 88%;
    margin: 0px auto 17px auto;
    font-size: 14px;
}
.telBox {
    width: 80%;
    margin: 20px auto;
    padding: 0 0 0 30px;
}
.telBox .contactTel {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin: 0 0 18px 0;
}
.telBox .contactFax {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin: 0 0 0 0;
}
}
@media screen and (min-width: 768px) {
#kv{
    min-width: 960px;
  }

#kv .main-copy{
    font-size: 60px;
    margin-bottom: 10px;
  }

#kv .sub-copy{
    font-size: 30px;
  }
#video{
    min-width: 960px;
  }
 #video video{
    display: block;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

}