@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 {
  align-items: center;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

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

.mb30{
  margin-bottom: 30px;
}

.float {
  zoom: 1;
}

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

img {
  vertical-align: bottom;
}

a {
  color: #000000;
}

.pc_only {
  display: block;
}

.tb_only {
  display: none;
}

.sp_only {
  display: none;
}

body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  padding-top: 0 !important;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

main {
  flex: 1;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

#mv {
  background: url(../img/mv_bg.jpg) center no-repeat;
  background-size: cover;
  padding: 123px 0 0;
}

#mv .inner {
  position: relative;
  height: 900px;
}

#mv h1 {
  position: absolute;
  top: 30px;
}

#mv .countdown_box {
  position: absolute;
  top: 446px;
}

#mv .countdown_box .Timer {
  position: absolute;
  top: 46px;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

#mv .countdown_box .Timer img {
  vertical-align: bottom;
  width: auto;
}

#mv .txt01 {
  width: 564px;
  position: absolute;
  bottom: 40px;
}

#mv .txt02 {
  position: absolute;
  right: 55px;
  top: 444px;
}

#mv .txt03 {
  position: absolute;
  right: 200px;
  bottom: 200px;
}

#mv a {
  display: inline-block;
  position: absolute;
  right: -40px;
  bottom: 35px;
}

/*-------------------------------------------
swiper
-------------------------------------------*/
/* 全体のスタイル */
.swiper-wrapper {
  width: 100%;
  height: 25vw;
}

/* 全スライド共通スタイル */
.swiper-slide {
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 12vw;
}

/* .swiper-button-next, .swiper-button-prev {
  top: 57%;
  width: 4vw;
  height: 4vw;
  width: 44px;
  height: 44px;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2vw;
  font-weight: 700;
} */

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background-image: none;
  color: #0000;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background-image: none;
  color: #0000;
}

.swiper-button-next:after {
  content: "";
  background: url(../img/slide_btn_right.png) no-repeat center/cover;
  width: 28px;
  height: 28px;
  display: inline-block;
  color: #0000;
}

.swiper-button-prev:after {
  content: "";
  background: url(../img/slide_btn_left.png) no-repeat center/cover;
  width: 28px;
  height: 28px;
  display: inline-block;
  color: #0000;
}

/* .swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
} */

#cnt02 {
  margin-bottom: 75px;
}

.cv02 {
  background: url(../img/pc/cv02_bg_pc.jpg) center no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}

.cv02 .inner {
  padding: 0 40px;
}

#cnt01 {
  background: url(../img/cnt01_bg.jpg) bottom center;
  background-size: cover;
}

.cnt03 {
  padding: 75px 0;
}

#cnt03 {
  background-color: #fdf9ec;
}

#cnt03 h3 {
  text-align: center;
  background: url("../img/cnt03_ttl_bg.jpg") center;
}

#cnt03 .box01 {
  margin-top: 50px;
}

#cnt03 .box02 {
  margin-top: 40px;
}

#cnt03 .box03 {
  margin-top: 40px;
}

.fv_formarea {
  position: absolute;
  right: 0;
  top: 28px;
}

.fv_formarea img {
  margin-bottom: 0;
}

.fv_formarea form {
  background: #FFFFFF;
  padding-bottom: 10px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.19);
}

.fv_formarea .form__block_fv {
  width: 353px;
  background: #FFFFFF;
  padding: 10px 28px 0 28px;
}

.fv_formarea .form__block_fv .form__text {
  text-align: center;
  margin-bottom: 10px;
}

.fv_formarea .form__block_fv .form__group {
  width: 100%;
  display: block;
  table-layout: fixed;
  padding-bottom: 0;
  margin-bottom: 10px;
  border-bottom: none;
}

.fv_formarea .form__block_fv .form__group .hissu {
  color: #FFFFFF;
  background: #f00;
  padding: 1px 3px;
  font-size: 14px;
  font-weight: normal;
}

.fv_formarea .form__block_fv .form__group .nini {
  color: #FFFFFF;
  background: #afafaf;
  padding: 1px 3px;
  font-size: 14px;
  font-weight: normal;
}

.fv_formarea .form__block_fv .form__item {
  width: 100%;
  display: block;
  table-layout: fixed;
  margin-bottom: 5px;
}

.fv_formarea .form__block_fv input[type="text"], .fv_formarea .form__block_fv textarea {
  width: 100%;
  padding: 5px 5px;
  display: inline-block;
  border: 1px solid #CCCCCC;
  max-height: 40px;
}

.fv_formarea .form__block_fv input[type="text"]::-webkit-input-placeholder, .fv_formarea .form__block_fv textarea::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

.fv_formarea .form__block_fv input[type="text"]:-ms-input-placeholder, .fv_formarea .form__block_fv textarea:-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

.fv_formarea .form__block_fv input[type="text"]::placeholder, .fv_formarea .form__block_fv textarea::placeholder {
  color: #ccc;
  font-weight: 300;
}

.fv_formarea .form__block_fv input[type="email"]::-webkit-input-placeholder, .fv_formarea .form__block_fv textarea::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

.fv_formarea .form__block_fv input[type="email"]:-ms-input-placeholder, .fv_formarea .form__block_fv textarea:-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

.fv_formarea .form__block_fv input[type="email"]::placeholder, .fv_formarea .form__block_fv textarea::placeholder {
  color: #ccc;
  font-weight: 300;
}

.fv_formarea .form__block_fv input[type="url"], .fv_formarea .form__block_fv input[type="email"], .fv_formarea .form__block_fv input[type="tel"] {
  direction: ltr;
}

.fv_formarea .form__block_fv select {
  width: 100%;
  padding: 5px 5px;
  display: inline-block;
  border: 1px solid #CCCCCC;
  max-height: 40px;
  font-size: 16px;
}

.fv_formarea .form__block_fv input[type="name"] {
  width: 100%;
  padding: 5px 5px;
  display: inline-block;
  border: 1px solid #CCCCCC;
  max-height: 40px;
}

.fv_formarea .form__block_fv input[type="email"] {
  width: 100%;
  padding: 5px 5px;
  display: inline-block;
  border: 1px solid #CCCCCC;
  max-height: 40px;
}

#step {
  margin-bottom: 85px;
}

#step h3 {
  text-align: center;
}

#step .step_box {
  position: relative;
}

#step .step_box img {
  position: absolute;
  width: 80px;
}

#step .step_box dl {
  padding-left: 103px;
}

#step .step_box dl dt {
  font-size: 26px;
  color: #fb6e11;
  font-weight: bold;
}

#step .step_box dl dt span {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 20px;
}

#step .step_box dl dd {
  font-size: 18px;
}

#step .step01 {
  padding-bottom: 39px;
}

#step .step02 {
  padding-bottom: 45px;
}

#step .step03 {
  padding-bottom: 45px;
}

#step .step04 {
  padding-bottom: 45px;
}

#step .step05 {
  padding-bottom: 39px;
}

#step .step06 {
  padding-bottom: 75px;
}

#qa {
  padding: 0 0 90px;
  background-color: #eeeeee;
}

#qa dl {
  font-size: 20px;
  border-bottom: 2px solid #d2d2d2;
  margin-bottom: 50px;
}

#qa dl dt {
  margin-left: 82px;
  margin-bottom: 20px;
  position: relative;
  vertical-align: middle;
  color: #fb6e11;
  font-weight: bold;
}

#qa dl dt::before {
  content: "";
  background: url("../img/qa_icon01.png") no-repeat;
  background-size: cover;
  display: inline-block;
  width: 64px;
  height: 60px;
  text-align: center;
  position: absolute;
  left: -74px;
}

#qa dl dt.oneline::before {
  top: -0.8em;
}

#qa dl dd {
  margin-left: 97px;
  margin-bottom: 37px;
  position: relative;
}

#qa dl dd::before {
  content: "";
  background: url("../img/qa_icon02.png") no-repeat;
  background-size: cover;
  display: inline-block;
  width: 48px;
  height: 48px;
  position: absolute;
  left: -55px;
}

#form {
  font-size: 18px;
}

#form.form-block-top {
  padding-top: 0!important;
}

#form .inner {
  width: 93%;
}

#form.form-block-top{
  padding-top: 0;
}

#form h3 {
  color: #FFFF00;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  padding: 30px 0;
  background-color: #fb6e11;
}

#form .lead {
  color: #00B964;
  text-align: center;
  font-weight: 600;
  font-size: 25px;
}

#form input[type="url"], #form input[type="email"], #form input[type="tel"] {
  direction: ltr;
}

#form select {
  width: 100%;
  padding: 10px 10px;
  display: inline-block;
  border: 1px solid #CCCCCC;
  max-height: 100px;
  font-size: 14px;
}

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

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

#form .form__group > p {
  display: none;
}

#form.form-thanks {
  text-align: center;
  padding-bottom: 0!important;
}

#form.form-block-addition {
  padding-top: 27px!important;
}

/* #form.form-thanks h3 {
  margin-bottom: 50px;
} */

#form.form-thanks .lead {
  color: #000000;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.8;
}

#form.form-thanks a {
  display: inline-block;
  color: #000000;
}

footer {
  background-color: #FDF9EC;
}

@media screen and (max-width: 1080px) {
  #mv a {
    right: 0;
  }
  #mv a img {
    width: 404px;
  }
}

.cv {
  padding: 0 0 6vw;
}

.cv a img {
  width: 981px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .pc_only {
    display: none;
  }
  .tb_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
  .inner {
    width: 98%;
  }
  #mv .inner {
    position: relative;
    height: 95.4vw;
  }
  #mv h1 {
    position: absolute;
    top: 3vw;
    width: 57.3vw;
  }
  #mv .countdown_box {
    position: absolute;
    top: 45.8vw;
    width: 56.3vw;
  }
  #mv .countdown_box .Timer {
    top: 5.6vw;
    left: 0;
  }
  #mv .countdown_box .Timer img {
    width: 3vw;
  }
  #mv .countdown_box .Timer img.date {
    width: 3vw;
  }
  #mv .countdown_box .Timer img.time {
    width: 7.6vw;
  }
  #mv .countdown_box .Timer img.min {
    width: 4vw;
  }
  #mv .txt01 {
    position: absolute;
    bottom: 4vw;
    width: 57.1vw;
  }
  #mv .txt02 {
    position: absolute;
    right: 5.5vw;
    top: 20.7vw;
    width: 30.3vw;
  }
  #mv .txt03 {
    position: absolute;
    right: 20vw;
    bottom: 20vw;
    width: 19.8vw;
  }
  #mv a {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 3.5vw;
  }
  #mv a img {
    width: 41.4vw;
  }
  .fv_formarea {
    position: absolute;
    right: 0;
    top: 28px;
  }
  .fv_formarea img {
    margin-bottom: 0;
  }
  .fv_formarea form {
    background: #FFFFFF;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.19);
  }
  .fv_formarea .form__block_fv {
    width: 353px;
    background: #FFFFFF;
    padding: 10px 28px 0 28px;
  }
  .fv_formarea .form__block_fv .form__text {
    text-align: center;
    margin-bottom: 10px;
  }
  .fv_formarea .form__block_fv .form__group {
    width: 100%;
    display: block;
    table-layout: fixed;
    padding-bottom: 0;
    margin-bottom: 10px;
    border-bottom: none;
  }
  .fv_formarea .form__block_fv .form__group .hissu {
    color: #FFFFFF;
    background: #f00;
    padding: 1px 3px;
    font-size: 14px;
    font-weight: normal;
  }
  .fv_formarea .form__block_fv .form__group .nini {
    color: #FFFFFF;
    background: #afafaf;
    padding: 1px 3px;
    font-size: 14px;
    font-weight: normal;
  }
  .fv_formarea .form__block_fv .form__item {
    width: 100%;
    display: block;
    table-layout: fixed;
    margin-bottom: 5px;
  }
  .fv_formarea .form__block_fv input[type="text"], .fv_formarea .form__block_fv textarea {
    width: 100%;
    padding: 5px 5px;
    display: inline-block;
    border: 1px solid #CCCCCC;
    max-height: 40px;
  }
  .fv_formarea .form__block_fv input[type="text"]::-webkit-input-placeholder, .fv_formarea .form__block_fv textarea::-webkit-input-placeholder {
    color: #ccc;
    font-weight: 300;
  }
  .fv_formarea .form__block_fv input[type="text"]:-ms-input-placeholder, .fv_formarea .form__block_fv textarea:-ms-input-placeholder {
    color: #ccc;
    font-weight: 300;
  }
  .fv_formarea .form__block_fv input[type="text"]::placeholder, .fv_formarea .form__block_fv textarea::placeholder {
    color: #ccc;
    font-weight: 300;
  }
  .fv_formarea .form__block_fv input[type="email"]::-webkit-input-placeholder, .fv_formarea .form__block_fv textarea::-webkit-input-placeholder {
    color: #ccc;
    font-weight: 300;
  }
  .fv_formarea .form__block_fv input[type="email"]:-ms-input-placeholder, .fv_formarea .form__block_fv textarea:-ms-input-placeholder {
    color: #ccc;
    font-weight: 300;
  }
  .fv_formarea .form__block_fv input[type="email"]::placeholder, .fv_formarea .form__block_fv textarea::placeholder {
    color: #ccc;
    font-weight: 300;
  }
  .fv_formarea .form__block_fv input[type="url"], .fv_formarea .form__block_fv input[type="email"], .fv_formarea .form__block_fv input[type="tel"] {
    direction: ltr;
  }
  .fv_formarea .form__block_fv select {
    width: 100%;
    padding: 5px 5px;
    display: inline-block;
    border: 1px solid #CCCCCC;
    max-height: 40px;
    font-size: 16px;
  }
  .fv_formarea .form__block_fv input[type="name"] {
    width: 100%;
    padding: 5px 5px;
    display: inline-block;
    border: 1px solid #CCCCCC;
    max-height: 40px;
  }
  .fv_formarea .form__block_fv input[type="email"] {
    width: 100%;
    padding: 5px 5px;
    display: inline-block;
    border: 1px solid #CCCCCC;
    max-height: 40px;
  }
  .cv {
    padding: 0 0 6vw;
  }
  .cv a img {
    width: 82.1vw;
    margin: 0 auto;
  }
  #cnt01 {
    background: url(../img/cnt01_bg.jpg) bottom center;
    background-size: cover;
  }
  #cnt02 {
    padding-bottom: 7vw;
  }
  #cnt03 {
    background-color: #fdf9ec;
    /* margin-bottom: 6vw; */
  }
  #cnt03 h3 {
    text-align: center;
    background: url("../img/cnt03_ttl_bg.jpg") center;
  }
  #cnt03 .box01 {
    margin-top: 5vw;
  }
  #cnt03 .box02 {
    margin-top: 4vw;
  }
  #cnt03 .box03 {
    margin-top: 4vw;
  }
  #step h3 {
    text-align: center;
  }
  #step .step_box {
    position: relative;
  }
  #step .step_box img {
    position: absolute;
    width: 7.9vw;
  }
  #step .step_box dl {
    padding-left: 10.3vw;
  }
  #step .step_box dl dt {
    font-size: 2.6vw;
    color: #fb6e11;
  }
  #step .step_box dl dt span {
    border-bottom: 1px solid;
    padding-bottom: 1vw;
    display: inline-block;
    line-height: 1;
    margin-bottom: 2vw;
  }
  #step .step_box dl dd {
    font-size: 1.8vw;
  }
  #step .step01 {
    padding-bottom: 3.9vw;
  }
  #step .step02 {
    padding-bottom: 4.5vw;
  }
  #step .step03 {
    padding-bottom: 4.5vw;
  }
  #step .step04 {
    padding-bottom: 4.5vw;
  }
  #step .step05 {
    padding-bottom: 3.9vw;
  }
  #step .step06 {
    padding-bottom: 7.5vw;
  }
  #qa {
    padding: 0 0 9vw;
    background-color: #eeeeee;
  }
  #qa dl {
    font-size: 2vw;
    border-bottom: 2px solid #d2d2d2;
    margin-bottom: 5vw;
  }
  #qa dl dt {
    margin-left: 8.2vw;
    margin-bottom: 2vw;
    position: relative;
    vertical-align: middle;
  }
  #qa dl dt::before {
    content: "";
    background: url("../img/qa_icon01.png") no-repeat;
    background-size: cover;
    display: inline-block;
    width: 6.4vw;
    height: 6vw;
    text-align: center;
    position: absolute;
    left: -7.4vw;
  }
  #qa dl dt.oneline::before {
    top: -0.8em;
  }
  #qa dl dd {
    margin-left: 9.7vw;
    margin-bottom: 3.7vw;
    position: relative;
  }
  #qa dl dd::before {
    content: "";
    background: url("../img/qa_icon02.png") no-repeat;
    background-size: cover;
    display: inline-block;
    width: 4.8vw;
    height: 4.8vw;
    position: absolute;
    left: -5.5vw;
  }
}

@media screen and (max-width: 750px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  .pc_only {
    display: none;
  }
  .tb_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .inner {
    width: 100%;
  }
  #mv {
    position: relative;
    background-image: none;
    padding: 100px 0 0;
  }
  #mv a {
    right: 0.7vw;
  }
  #mv a img {
    width: 93.86vw;
  }
  #mv .Timer {
    position: absolute;
    top:74.8vw;
    /* top: 61.8vw; */
    left: 7.6vw;
    width: 91%;
    /* left: 5.6vw; */
  }
  #mv .Timer img {
    vertical-align: bottom;
    width: 5.5vw;
    margin: 2px -1px;
  }
  #mv .Timer img.date {
    width: 3vw;
  }
  #mv .Timer img.time {
    width: 7.6vw;
  }
  #mv .Timer img.min {
    width: 3.33vw;
  }
  .fv_formarea {
    position: static;
    right: 0;
    background-color: #FFFFFF;
    padding: 0 0 4% 0;
    border: solid 4px #4fab2e;
  }
  .fv_formarea img {
    margin-bottom: 0;
  }
  .fv_formarea form {
    background: none;
    padding: 0 4%;
    box-shadow: none;
  }
  .fv_formarea .form__block_fv {
    width: 100%;
    background: #FFFFFF;
    padding: 0 0 4% 0;
  }
  .fv_formarea .form__block_fv .form__text {
    text-align: center;
    margin-bottom: 10px;
  }
  .fv_formarea .form__block_fv .form__group {
    width: 100%;
    display: block;
    table-layout: fixed;
    padding-bottom: 0;
    margin-bottom: 10px;
    border-bottom: none;
  }
  .fv_formarea .form__block_fv .form__group .hissu {
    color: #FFFFFF;
    background: #f00;
    padding: 1px 3px;
    font-size: 14px;
    font-weight: normal;
  }
  .fv_formarea .form__block_fv .form__group .nini {
    color: #FFFFFF;
    background: #afafaf;
    padding: 1px 3px;
    font-size: 14px;
    font-weight: normal;
  }
  .fv_formarea .form__block_fv .form__item {
    width: 100%;
    display: block;
    table-layout: fixed;
    margin-bottom: 5px;
  }
  .fv_formarea .form__block_fv input[type="text"], .fv_formarea .form__block_fv textarea {
    width: 100%;
    padding: 5px 5px;
    display: inline-block;
    border: 1px solid #CCCCCC;
    max-height: 40px;
  }
  .fv_formarea .form__block_fv input[type="text"]::-webkit-input-placeholder, .fv_formarea .form__block_fv textarea::-webkit-input-placeholder {
    color: #ccc;
    font-weight: 300;
  }
  .fv_formarea .form__block_fv input[type="text"]:-ms-input-placeholder, .fv_formarea .form__block_fv textarea:-ms-input-placeholder {
    color: #ccc;
    font-weight: 300;
  }
  .fv_formarea .form__block_fv input[type="text"]::placeholder, .fv_formarea .form__block_fv textarea::placeholder {
    color: #ccc;
    font-weight: 300;
  }
  .fv_formarea .form__block_fv input[type="email"]::-webkit-input-placeholder, .fv_formarea .form__block_fv textarea::-webkit-input-placeholder {
    color: #ccc;
    font-weight: 300;
  }
  .fv_formarea .form__block_fv input[type="email"]:-ms-input-placeholder, .fv_formarea .form__block_fv textarea:-ms-input-placeholder {
    color: #ccc;
    font-weight: 300;
  }
  .fv_formarea .form__block_fv input[type="email"]::placeholder, .fv_formarea .form__block_fv textarea::placeholder {
    color: #ccc;
    font-weight: 300;
  }
  .fv_formarea .form__block_fv input[type="url"], .fv_formarea .form__block_fv input[type="email"], .fv_formarea .form__block_fv input[type="tel"] {
    direction: ltr;
  }
  .fv_formarea .form__block_fv select {
    width: 100%;
    padding: 5px 5px;
    display: inline-block;
    border: 1px solid #CCCCCC;
    max-height: 40px;
    font-size: 16px;
  }
  .fv_formarea .form__block_fv input[type="name"] {
    width: 100%;
    padding: 5px 5px;
    display: inline-block;
    border: 1px solid #CCCCCC;
    max-height: 40px;
  }
  .fv_formarea .form__block_fv input[type="email"] {
    width: 100%;
    padding: 5px 5px;
    display: inline-block;
    border: 1px solid #CCCCCC;
    max-height: 40px;
  }
  #cnt01 {
    background: none;
  }
  #cnt01 h3 img {
    width: 100%;
  }
  #cnt02 {
    padding-bottom: 0;
    margin-bottom:10.667vw;
  }
  /*-------------------------------------------
   cv02
    -------------------------------------------*/
  .cv02 {
    background: url(../img/sp/cv02_bg_sp.jpg) center no-repeat;
    text-align: center;
    padding-bottom: 13.333vw;
  }
  .cv02 .inner {
    padding: 0 20px;
  }
  .cv02 .cv02_wrap {
    display: block;
  }
  .cv02_tel {
    margin-bottom: 5.333vw;
    /* margin-bottom: 40px; */
  }

  .cnt03 {
    padding: 35px 0 0;
  }
  #cnt03 h3 {
    background: none;
  }
  #cnt03 .box01 {
    margin-top: 0;
  }
  #cnt03 .box02 {
    margin-top: 0;
  }
  #cnt03 .box03 {
    margin-top: 0;
  }
  #step  {
    margin-bottom: 9.333vw;
  }
  #step .inner {
    width: 93%;
  }
  #step .step_box img {
    width: 8.93vw;
  }
  #step .step_box dl {
    padding-left: 12.8vw;
  }
  #step .step_box dl dt {
    font-size: 4.8vw;
  }
  #step .step_box dl dt span {
    border-bottom: 2px solid;
    padding-bottom: 2vw;
    margin-bottom: 4vw;
  }
  #step .step_box dl dd {
    font-size: 3.46vw;
  }
  #step .step01 {
    padding-bottom: 7.73vw;
  }
  #step .step02 {
    padding-bottom: 6.93vw;
  }
  #step .step03 {
    padding-bottom: 7.86vw;
  }
  #step .step04 {
    padding-bottom: 5.46vw;
  }
  #step .step05 {
    padding-bottom: 7.6vw;
  }
  /* #step .step06 {
    padding-bottom: 13.86vw;
  } */
  /* #qa {
    padding: 0 0 13.33vw;
  } */
  #qa .inner {
    width: 93%;
  }
  #qa dl {
    font-size: 4vw;
    border-bottom: 2px solid #d2d2d2;
    margin-bottom: 5vw;
  }
  #qa dl dt {
    margin-left: 11.73vw;
    margin-bottom: 2vw;
    position: relative;
    vertical-align: middle;
  }
  #qa dl dt::before {
    content: "";
    background: url("../img/qa_icon01.png") no-repeat;
    background-size: cover;
    display: inline-block;
    width: 10.13vw;
    height: 9.06vw;
    text-align: center;
    position: absolute;
    left: -11.73vw;
  }
  #qa dl dt.oneline::before {
    top: 0;
  }
  #qa dl dt.oneline_sp::before {
    top: -0.5em;
  }
  #qa dl dd {
    margin-left: 11.73vw;
    margin-bottom: 3.7vw;
    position: relative;
  }
  #qa dl dd::before {
    content: "";
    background: url("../img/qa_icon02.png") no-repeat;
    background-size: cover;
    display: inline-block;
    width: 7.2vw;
    height: 7.2vw;
    position: absolute;
    left: -8.5vw;
  }
  #form {
    font-size: 4vw;
  }
  #form .inner {
    width: 100%;
  }
  #form h3 {
    font-size: 5.33vw;
    padding: 5.6vw 0;
    margin-bottom: 5.6vw;
  }
  #form .lead {
    font-size: 5.33vw;
    margin-bottom: 5.6vw;
  }
  #form.form-thanks {
    text-align: center;
    /* padding-bottom: 8vw!important; */
  }

  #form.form-thanks .lead {
    color: #000000;
    font-size: 3.2vw;
  }
  #form.form-thanks a {
    display: inline-block;
    color: #000000;
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 640px){
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  .pc_only {
    display: none;
  }
  .tb_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .inner {
    width: 100%;
  }

  #mv .Timer {
    position: absolute;
    top:75.8vw;
    left: 7.6vw;
  }

  #form.form-block-thanks2 {
    padding-bottom: 4vw!important;
  }
}

@media screen and (max-width: 550px){
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  .pc_only {
    display: none;
  }
  .tb_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .inner {
    width: 100%;
  }

  #mv .Timer {
    position: absolute;
    top:79.8vw;
    left: 7.6vw;
  }

}

@media screen and (max-width: 480px){
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  .pc_only {
    display: none;
  }
  .tb_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .inner {
    width: 100%;
  }

  #mv .Timer {
    position: absolute;
    top:82.8vw;
    left: 7.6vw;
  }

}

@media screen and (max-width: 440px){
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  .pc_only {
    display: none;
  }
  .tb_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .inner {
    width: 100%;
  }

  #mv{
    padding: 90px 0 0;
  }

  #mv .Timer {
    position: absolute;
    top:82.8vw;
    left: 7.6vw;
  }

}

@media screen and (max-width: 380px){
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  .pc_only {
    display: none;
  }
  .tb_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .inner {
    width: 100%;
  }

  #mv{
    padding: 80px 0 0;
  }

  #mv .Timer {
    position: absolute;
    top:82.8vw;
    left: 7.6vw;
  }

}


/* ▼（20221208）add tw ▼ */
#terms_confirm {
  margin-bottom: 59px;
  text-align: center;
}

#terms_confirm input {
  margin: 0 8px 3px 0;
}

#terms_confirm a {
  display: inline-block;
  border-bottom: 1px solid #5eb6f3;
  padding-bottom: 5px;
  color: #5eb6f3;
}

#terms_confirm a:hover {
  text-decoration: none;
}

/* ▲（20221208）add tw ▲ */

p.error{
  color:#dd0005;
}
