@charset "UTF-8";
.sp {
  display: none !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.flex_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.float {
  zoom: 1;
}

.float:after, .float:before {
  content: "";
  clear: both;
  display: block;
}

img {
  vertical-align: bottom;
}

a {
  color: #000000;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-family: "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

#fv {
  background: url(../img/fv_bg.jpg) no-repeat center/cover;
  padding: 45px 0 45px;
  height: auto!important;
}

#fv .fv_txt {
  padding-left: 30px;
}

#fv #fv_form {
  background-color: rgba(255, 255, 255, 0.65);
  width: 382px;
  margin-top: 35px;
  border: 3px solid #fb6e11;
  border-radius: 10px;
  font-size: 18px;
}

#fv #fv_form .inner {
  width: 93%;
  border-radius: 10px;
}

#fv #fv_form h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  padding: 20px 0;
  margin: 0 auto;
  background-color: #fb6e11;
}

#fv #fv_form input[type="text"], #fv #fv_form input[type="email"] {
  background-color: #fff;
  height: 60px;
  border-radius: 10px;
}

#fv #fv_form input[type="text"], #fv #fv_form input[type="company"] {
  background-color: #fff;
  height: 60px;
  border-radius: 10px;
}

#fv #fv_form input[type="text"] {
  width: 147px;
}

#fv #fv_form input[type="email"] {
  width: 310px;
  padding: 0 10px;
  display: inline-block;
  border: 1px solid #CCCCCC;
  max-height: 100px;
}

#fv #fv_form .company input{
  width: 310px;
  padding: 0 10px;
  display: inline-block;
  border: 1px solid #CCCCCC;
  max-height: 100px;
}

#fv #fv_form .policy {
  text-align: center;
  margin: 15px 0;
}

#fv #fv_form .policy a {
  border-bottom: 1px solid #006eeb;
  color: #006eeb;
}

#fv #fv_form .policy label {
  padding-left: 20px;
}

#fv #fv_form form {
  padding: 20px 35px 30px;
}

#fv #fv_form .form__block:not(:last-child) {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

#fv #fv_form .form__group:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: none;
  margin-bottom: 0px;
}

#fv #fv_form label + label {
  margin-left: 15px;
}

#cnt01 {
  background: url(../img/cnt01_bg.jpg) bottom center;
  background-size: cover;
  padding-top: 37px;
  padding-bottom: 70px;
  margin-bottom: 65px;
}

#cnt02 {
  margin-bottom: 60px;
}

#cnt02 #cnt02_form {
  background-color: rgba(255, 255, 255, 0.65);
  width: 100%;
  margin-top: 35px;
  border: 3px solid #fb6e11;
  border-radius: 10px;
  font-size: 18px;
}

#cnt02 #cnt02_form h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  padding: 35px 0;
  margin: 0 auto;
  background-color: #fb6e11;
}

#cnt02 #cnt02_form input[type="text"], #cnt02 #cnt02_form input[type="email"] {
  background-color: #fff;
  height: 30px;
  border-radius: 0;
}

#cnt02 #cnt02_form input[type="text"] {
  width: 296px;
}

#cnt02 #cnt02_form input[type="email"] {
  width: 100%;
  padding: 0 10px;
  display: inline-block;
  border: 1px solid #CCCCCC;
  max-height: 100px;
}

#cnt02 #cnt02_form input[type="company"] {
  width: 100%;
  padding: 0 10px;
  display: inline-block;
  border: 1px solid #CCCCCC;
  max-height: 100px;
}

#cnt02 #cnt02_form .form__titArea {
  width: 253px;
  margin-right: 0;
}

#cnt02 #cnt02_form .policy {
  text-align: center;
  margin: 30px 0 45px;
}

#cnt02 #cnt02_form .policy a {
  border-bottom: 1px solid #006eeb;
  color: #006eeb;
}

#cnt02 #cnt02_form .policy label {
  padding-left: 20px;
}

#cnt02 #cnt02_form form {
  padding: 50px 30px;
}

#cnt02 #cnt02_form .form__block:not(:last-child) {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

#cnt02 #cnt02_form .form__group:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: none;
  margin-bottom: 30px;
  border-bottom: #dcdcdc 2px solid;
}

#cnt02 #cnt02_form .form__group:last-child {
  margin-top: 0;
}

#cnt02 #cnt02_form .form__btn {
  text-align: center;
}

#cnt02 #cnt02_form .form__cont {
  width: 100%;
}

#cnt02 #cnt02_form .form__cont span {
  display: inline-block;
}

#cnt02 #cnt02_form .form__cont .email {
  width: 100%;
}

#cnt02 #cnt02_form .form__cont .company {
  width: 100%;
}

.form__cont.text {
  margin-right: 0;
}

label + label {
  margin-left: 0;
}

footer {
  background-color: #FDF9EC;
}

.form_error_text_front{
	font-size:14px;
	color:#eb0606;
}

.red_input{
  background: antiquewhite!important;
}

@media screen and (max-width: 1000px) {
  .inner {
    width: 98%;
  }
  #fv {
    background: url(../img/fv_bg.jpg) no-repeat center/cover;
    padding: 4.5vw 0 0;
  }
  #fv .fv_txt {
    padding-left: 3vw;
  }
  #fv #fv_form {
    background-color: rgba(255, 255, 255, 0.65);
    width: 38.2vw;
    margin-top: 3.5vw;
    border: 3px solid #fb6e11;
    border-radius: 1vw;
    font-size: 1.8vw;
  }
  #fv #fv_form .inner {
    width: 93%;
    border-radius: 1vw;
  }
  #fv #fv_form h3 {
    color: #fff;
    font-size: 2vw;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    padding: 2vw 0;
    margin: 0 auto;
    background-color: #fb6e11;
  }
  #fv #fv_form input[type="text"], #fv #fv_form input[type="email"] {
    background-color: #fff;
    height: 6vw;
    border-radius: 1vw;
  }
  #fv #fv_form input[type="text"], #fv #fv_form input[type="company"] {
    background-color: #fff;
    height: 6vw;
    border-radius: 1vw;
  }
  #fv #fv_form input[type="text"] {
    width: 14.7vw;
  }
  #fv #fv_form input[type="email"] {
    width: 31vw;
    padding: 0 1vw;
    display: inline-block;
    border: 1px solid #CCCCCC;
  }
  #fv #fv_form input[type="company"] {
    width: 31vw;
    padding: 0 1vw;
    display: inline-block;
    border: 1px solid #CCCCCC;
  }
  #fv #fv_form .policy {
    text-align: center;
    margin: 1.5vw 0;
  }
  #fv #fv_form .policy a {
    border-bottom: 1px solid #006eeb;
    color: #006eeb;
  }
  #fv #fv_form .policy label {
    padding-left: 2vw;
  }
  #fv #fv_form form {
    padding: 2vw 3.5vw 3vw;
  }
  #fv #fv_form .form__block:not(:last-child) {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  #fv #fv_form .form__group:not(:last-child) {
    padding-bottom: 2vw;
    border-bottom: none;
    margin-bottom: 0px;
  }
  #fv #fv_form .form__group {
    display: block;
  }
  #fv #fv_form label + label {
    margin-left: 0;
  }
  #cnt01 {
    background: url(../img/cnt01_bg.jpg) bottom center;
    background-size: cover;
    padding-top: 3.7vw;
    padding-bottom: 7vw;
    margin-bottom: 6.5vw;
  }
  #cnt02 {
    margin-bottom: 6vw;
  }
  #cnt02 #cnt02_form {
    background-color: rgba(255, 255, 255, 0.65);
    width: 100%;
    margin-top: 3.5vw;
    border: 3px solid #fb6e11;
    border-radius: 1vw;
    font-size: 1.8vw;
  }
  #cnt02 #cnt02_form h3 {
    color: #fff;
    font-size: 3vw;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    padding: 3.5vw 0;
    margin: 0 auto;
    background-color: #fb6e11;
  }
  #cnt02 #cnt02_form input[type="text"], #cnt02 #cnt02_form input[type="email"] {
    background-color: #fff;
    height: 3vw;
    border-radius: 0;
  }
  #cnt02 #cnt02_form input[type="text"] {
    width: 28.6vw;
  }
  #cnt02 #cnt02_form input[type="email"] {
    width: 100%;
    padding: 0 1vw;
    display: inline-block;
    border: 1px solid #CCCCCC;
  }
  #cnt02 #cnt02_form input[type="company"] {
    width: 100%;
    padding: 0 1vw;
    display: inline-block;
    border: 1px solid #CCCCCC;
  }
  #cnt02 #cnt02_form .form__titArea {
    width: 25.3vw;
    margin-right: 0;
  }
  #cnt02 #cnt02_form .policy {
    text-align: center;
    margin: 3vw 0 4.5vw;
  }
  #cnt02 #cnt02_form .policy a {
    border-bottom: 1px solid #006eeb;
    color: #006eeb;
  }
  #cnt02 #cnt02_form .policy label {
    padding-left: 2vw;
  }
  #cnt02 #cnt02_form form {
    padding: 5vw 3vw;
  }
  #cnt02 #cnt02_form .form__block:not(:last-child) {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  #cnt02 #cnt02_form .form__group:not(:last-child) {
    padding-bottom: 3vw;
    border-bottom: none;
    margin-bottom: 0px;
    border-bottom: #dcdcdc 2px solid;
  }
  #cnt02 #cnt02_form .form__group:first-child {
    margin-bottom: 3vw;
  }
  #cnt02 #cnt02_form .form__btn {
    text-align: center;
    width: 80vw;
    margin: 0 auto;
  }
  #cnt02 #cnt02_form .form__cont {
    width: 100%;
  }
  #cnt02 #cnt02_form .form__cont span {
    display: inline-block;
  }
  #cnt02 #cnt02_form .form__cont .email {
    width: 100%;
  }
  #cnt02 #cnt02_form .form__cont .company {
    width: 100%;
  }
  .nameInput {
    display: inline-block;
    width: auto;
  }
  .nameInput + .nameInput {
    margin-top: 0;
    margin-left: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  img {
    max-width: 100%;
  }
  .inner {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
  }
  #fv {
    background: url(../img/fv_bg_sp.jpg) no-repeat center/cover;
    padding: 0;
  }
  #fv .fv_txt {
    padding-left: 3vw;
  }
  #fv #fv_form {
    width: 93.333vw;
    font-size: 3.2vw;
    margin: 0 auto 8vw;
  }
  #fv #fv_form .inner {
    width: 93%;
    border-radius: 1vw;
  }
  #fv #fv_form h3 {
    font-size: 4.267vw;
    padding: 4vw 0;
    margin: 0 auto;
    background-color: #fb6e11;
  }
  #fv #fv_form .form__titArea {
    width: 100%;
    display: block;
  }
  #fv #fv_form .form__tit {
    margin-bottom: 2vw;
  }
  #fv #fv_form input[type="text"], #fv #fv_form input[type="email"] {
    background-color: #fff;
    height: 12vw;
    border-radius: 1vw;
  }
  #fv #fv_form input[type="text"], #fv #fv_form input[type="company"] {
    background-color: #fff;
    height: 12vw;
    border-radius: 1vw;
  }
  #fv #fv_form input[type="text"] {
    width: 100%;
  }
  #fv #fv_form input[type="email"] {
    width: 100%;
    padding: 0 1vw;
    display: inline-block;
    border: 1px solid #CCCCCC;
  }
  #fv #fv_form input[type="company"] {
    width: 100%;
    padding: 0 1vw;
    display: inline-block;
    border: 1px solid #CCCCCC;
  }
  #fv #fv_form .policy {
    text-align: center;
    margin: 3.333vw 0;
  }
  #fv #fv_form .policy a {
    border-bottom: 1px solid #006eeb;
    color: #006eeb;
  }
  #fv #fv_form .policy label {
    padding-left: 2vw;
  }
  #fv #fv_form form {
    padding: 4vw 3.333vw 6vw;
  }
  #fv #fv_form .form__block:not(:last-child) {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  #fv #fv_form .form__group:not(:last-child) {
    padding-bottom: 2vw;
    border-bottom: none;
    margin-bottom: 0px;
  }
  #fv #fv_form .form__group {
    display: block;
  }
  #cnt01 {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 9.333vw;
  }
  #cnt02 {
    margin-bottom: 6vw;
  }
  #cnt02 #cnt02_form {
    width: 93.333vw;
    font-size: 3.2vw;
    margin: 0 auto 8vw;
  }
  #cnt02 #cnt02_form .inner {
    width: 93%;
    border-radius: 1vw;
  }
  #cnt02 #cnt02_form h3 {
    font-size: 4.267vw;
    padding: 4vw 0;
    margin: 0 auto;
    background-color: #fb6e11;
  }
  #cnt02 #cnt02_form .form__titArea {
    width: 100%;
    display: block;
  }
  #cnt02 #cnt02_form .form__tit {
    margin-bottom: 2vw;
  }
  #cnt02 #cnt02_form input[type="text"], #cnt02 #cnt02_form input[type="email"] {
    background-color: #fff;
    height: 12vw;
    border-radius: 1vw;
  }
  #cnt02 #cnt02_form input[type="text"] {
    width: 100%;
  }
  #cnt02 #cnt02_form input[type="email"] {
    width: 100%;
    padding: 0 1vw;
    display: inline-block;
    border: 1px solid #CCCCCC;
  }
  #cnt02 #cnt02_form input[type="company"] {
    width: 100%;
    padding: 0 1vw;
    display: inline-block;
    border: 1px solid #CCCCCC;
  }
  #cnt02 #cnt02_form .policy {
    text-align: center;
    margin: 3.333vw 0;
  }
  #cnt02 #cnt02_form .policy a {
    border-bottom: 1px solid #006eeb;
    color: #006eeb;
  }
  #cnt02 #cnt02_form .policy label {
    padding-left: 2vw;
  }
  #cnt02 #cnt02_form form {
    padding: 4vw 3.333vw 6vw;
  }
  #cnt02 #cnt02_form .form__block:not(:last-child) {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  #cnt02 #cnt02_form .form__group:not(:last-child) {
    padding-bottom: 2vw;
    border-bottom: none;
    margin-bottom: 0px;
  }
  #cnt02 #cnt02_form .form__group {
    display: block;
  }
  .nameInput {
    display: block;
    width: auto;
  }
  .nameInput + .nameInput {
    margin-top: 0;
    margin-left: 0;
  }
  .form__cont .text {
    margin-right: 10px;
    width: 100%;
    display: block;
  }
  .form__item.form__cont {
    width: 100%;
    display: block;
    margin-top: 5px;
  }
  .form__item.form__cont span {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */