/* ===========
初期設定
============== */
.pc {
  display: block;
}
.sp {
  display: none;
}

body {
  color: #333333;
  background: #def0ff;
  font-size: 14px;
  font-family: "游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif!important;
  width: 100%;
  line-height: 1.8;
  text-align:center;
}
h1, h2, h3, h4, h5, h6, .site-title {
  font-family: "游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif!important;
}
main{
  width: 100%;
  overflow: hidden;
}
h1{
  margin-bottom: 40px;
}
h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

h3 {
  font-size: 20px;
  font-weight: 700;
}
p {
  color:#333333;
  font-size: 14px;
  margin-bottom: 20px;
}

a {
  color: #333333;
  text-decoration: none;
}

img {
  width: 100%;
}

.red {
  color: #FF4D4D;
}

.b {
  font-weight: 700;
}
.inner{
  max-width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px){
  .inner{
    min-width: 0px;
  }
  h1 {
    font-size: 20px!important;
    margin-bottom: 30px;
  }
  h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  h3{
    margin-bottom: 10px;
  }
  p {}
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* ===========
 Header
============== */
header{
  width:100%;
  background: #ffffff;
  position: fixed;
  justify-content: space-between;
  width: 100%;
  display: flex;
  z-index: 999;
}
header p{
  margin-bottom: 0px;
}
header img{
  width: 20%;
  margin: 0 auto;
  padding: 15px 0;
}
header .inner{
  display: flex;
  width:100%;
  align-items: center;
}
header .inner .item{
  width: 50%;
}
header .inner .item:nth-child(2){
  text-align: right;
}
header .inner .item a{
  padding: 15px 50px;
  background: #f49449;
  border-radius: 10px;
  color: #ffffff;
}
@media screen and (max-width: 1000px){
  header .inner{
    width: 100%;
    text-align: center;
  }
  header .inner img{
    width:50%;
    padding: 10px 0;
  }
  header .inner .item{
    width: 100%;
  }
}
/* ===========
 Fv
============== */
#fv{
  margin: 69px auto 0;
  width: 100%;
}
#fv h1{
  font-size: 0;
}
#fv img{
  object-fit: cover;
  height:700px;
}
#fv h2{
  text-align: center;
  font-size: 18px;
}
#fv .box{
  max-width: 1200px;
  min-width: 1200px;
  position:relative;
  margin: 0 auto;
}
#fv .box .copy{
  position:absolute;
  bottom:50px;
  width:35%;
  left: 0px;
}
#fv .box .form{
  background: #ffffff;
  position:absolute;
  text-align: left;
  padding: 30px;
  bottom:50px;
  width:25%;
  right: 0px;
  border-radius: 10px;
}
@media screen and (max-width: 1000px){
  #fv{
    margin: 52px auto 0;
  }
  #fv .sp{
    margin-top: 30px;
  }
  #fv img{
    width: 100%;
    height:100%;
  }
  #fv h2{
    font-size: 20px;
  }
}
/* ===========
 Cont01
============== */
#cont01{
  margin: 0 auto;
  width:100%;
  padding: 100px 0;
}
@media screen and (max-width: 1000px){
  #cont01{
    padding: 80px 0 50px;
  }
  #cont01 .inner .sp{
    margin: 0 20px;
  }
  #cont01 .inner .sp p{
    margin-bottom: 50px;
  }
}
/* ===========
 footer
============== */
footer{
  background:#333333;
  text-align:left;
}
footer p{
  color:#ffffff;
  margin-bottom:0px;
}
footer .inner{
  display: flex;
  width:100%;
  align-items: center;
}
footer .inner .item{
  width: 50%;
}
footer .inner .item:nth-child(2){
  text-align: right;
}
footer .inner .item img{
  width:20%;
}
footer .copy{
  text-align: center;
  padding-bottom: 20px;
}
footer .bar{
  position: fixed;
  bottom: 0px;
  z-index: 9999;
  width: 100%;
  padding: 25px 0;
  background: rgb(255,255,255,0.8);
  margin:0 auto;
  text-align: center;
}
footer a{
  color:#ffffff;
}
footer .bar a{
  padding: 20px 80px;
  background: #f49449;
  font-size: 1.1rem;
  color: #ffffff;
  border-radius: 100px;
  box-shadow: 0px 5px rgba(0,0,0,0.5);
  /* bottom:-100px; */
}
@media screen and (max-width: 1000px){
  footer .inner{
    width: calc( 100% - 40px );
    align-items: center;
    padding: 20px;
  }
  footer p{
    font-size: 10px;
  }
  footer .inner .item img{
    width:40%;
  }
}
/* ===========
 Thanks
============== */
#thanks p{
  margin-bottom: 25px;
}
#thanks p:last-child{
  margin-bottom: 0px;
}
.bgimg {
  width: 100%;
  height:100vh;
  display: block;
  background: url(../img/back1.png) no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
}

@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .bgimg {
    width: 100%;
    height:100vh;
    display: block;
    background: url(../img/back1.png) no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 1000px){
  .bgimg {
    background: url(../img/back2.png) no-repeat;
  }
  @media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .bgimg {
      background: url(../img/back2.png) no-repeat;
    }
  }
}
/* ===========
 Input
============== */
form input{
  width: calc( 98% - 10px );
  padding: 10px 0 10px 5px;
  margin-bottom: 30px;
  font-size: 15px;
}
form input.wpcf7-not-valid{
  margin-bottom: 0px;
}
form input.wpcf7-submit{
  padding: 15px 0;
  vertical-align: middle;
  line-height: 1;
  background: #f49449;
  border: 1px solid #f49449;
  border-radius: 3px;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: 100%;
  width: 100%;
  font-weight: 700;
  margin-bottom: 0px;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color:#ffffff;
}
div.wpcf7-validation-errors{
  display:none!important;
}
@media screen and (max-width: 1000px){
  #fv form{
    width: 90%;
    margin:auto;
  }
}
