@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;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

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

.inner.secondary_cv{
  width:673px;
}
@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%;
  }
  .inner.secondary_cv{
    width: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;
  padding-top:0 !important;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

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: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  padding-top: 0;
}

#fv {
  background: url(../img/pc/fv_bg_pc.jpg) no-repeat center  / cover;
  /* background-size: cover; */
  /* padding: 40px 0 50px; */
  padding: 123px 0 50px;
}

#fv .inner {
  position: relative;
}

#fv .fv_slot {
  position: absolute;
  bottom: 205px;
  width: 628px;
}
d
#fv .txt01 {
  position: absolute;
  bottom: 40px;
}

#fv .txt02 {
  position: absolute;
  right: 55px;
  top: 270px;
}

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

/* #fv a {
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 35px;
} */

#fv .fv_formarea {
  background: url(../img/fv_formarea_bg.png) no-repeat center / cover;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0;
  /* bottom: 35px; */
  width: 330px;
  height: 100%;
}

.fv_formarea {
  position: absolute;
  right: 0;
  top: 28px;
}
.fv_formarea img {
  margin-bottom: 0;
}
.fv_formarea form {
  position: relative;
  padding-bottom: 10px;
}
.fv_formarea .form__block {
  width: 330px;
  padding: 13px 20px 0 14px; 
}
.fv_formarea .form__block .form__text {
  text-align: center;
  margin-bottom: 10px;
}
.fv_formarea .form__block .form__group {
  width: 100%;
  display: block;
  table-layout: fixed;
  padding-bottom: 0;
  margin-bottom: 23px;
  border-bottom: none;
}
.fv_formarea .form__block .form__group .hissu {
  color: #FFFFFF;
  background: #f00;
  padding: 1px 3px;
  font-size: 14px;
  font-weight: normal;
}
.fv_formarea .form__block .form__group .nini {
  color: #FFFFFF;
  background: #afafaf;
  padding: 1px 3px;
  font-size: 14px;
  font-weight: normal;
}
.fv_formarea .form__block .form__item {
  width: 100%;
  display: block;
  table-layout: fixed;
  margin-bottom: 5px;
}
.fv_formarea .form__block input[type=text], .fv_formarea .form__block textarea {
  width: 100%;
  padding: 5px 5px;
  display: inline-block;
  border: 1px solid #CCCCCC;
  background: #fff;
  max-height: 40px;
}
.fv_formarea .form__block input[type=text]::-moz-placeholder, .fv_formarea .form__block textarea::-moz-placeholder {
  color: #ccc;
  font-weight: 300;
}
.fv_formarea .form__block input[type=text]::placeholder, .fv_formarea .form__block textarea::placeholder {
  color: #ccc;
  font-weight: 300;
}
.fv_formarea .form__block input[type=email]::-moz-placeholder, .fv_formarea .form__block textarea::-moz-placeholder {
  color: #ccc;
  font-weight: 300;
}
.fv_formarea .form__block input[type=email]::placeholder, .fv_formarea .form__block textarea::placeholder {
  color: #ccc;
  font-weight: 300;
}
.fv_formarea .form__block input[type=url], .fv_formarea .form__block input[type=email], .fv_formarea .form__block input[type=tel] {
  direction: ltr;
}
.fv_formarea .form__block select {
  width: 100%;
  padding: 5px 5px;
  display: inline-block;
  border: 1px solid #CCCCCC;
  background: #fff;
  max-height: 40px;
  font-size: 16px;
}
.fv_formarea .form__block input[type=name] {
  width: 100%;
  padding: 5px 5px;
  display: inline-block;
  border: 1px solid #CCCCCC;
  max-height: 40px;
}
.fv_formarea .form__block input[type=email] {
  width: 100%;
  padding: 5px 5px;
  display: inline-block;
  border: 1px solid #CCCCCC;
  max-height: 40px;
}

/* ▼▼▼（20210814）add marukin ▼▼▼ */
#fv .fv_slot_inner {
  position: relative;
}

#fv .fv_slot_inner img.num {
  width: 78px;
  position: absolute;
  top: 66px;
}

#fv .fv_slot_inner img.num_r1 {
  right: 173px;
}

#fv .fv_slot_inner img.num_r2 {
  right: 281px;
}

#fv .fv_slot_inner img.num_r3 {
  right: 393px;
}

#fv .fv_slot_inner img.num_r4 {
  right: 495px;
}

/* ▲▲▲（20210814）add marukin ▲▲▲ */
.cv {
  text-align: center;
  padding: 70px 0;
}

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

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

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

#cnt02 {
  background: url(../img/pc/cnt02_bg_pc.jpg) bottom center;
  background-size: cover;
}

#cnt03{
  margin-bottom: 88px;
}

#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;
}

#cnt04 {
  background-color: #fdf9ec;
  padding-bottom: 80px;
}

#cnt04 h3 {
  text-align: center;
}

#cnt05 {
  margin: 80px 0 50px;
  text-align: center;
}

.h3 {
  text-align: center;
  color: #fb6e11;
  font-size: 50px;
  margin-bottom: 30px;
}

/*-------------------------------------------
swiper
-------------------------------------------*/
.swiper {
  padding: 80px 0;
}

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

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

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 40%;
  width: 30px;
  height: 62px;
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  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: 20px;
  font-weight: 700;
}

.swiper-button-next::after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  color: #fff;
  background: #000;
  border-radius: 50%;
  line-height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 20px;
  height: 30px;
  text-align: center;
  font-weight: 900;
}

#step {
  margin-top: 80px;
  margin-bottom: 85px;
}

#step h3 {
  text-align: center;
}

#step .step_box {
  position: relative;
}

#step .step_box img {
  position: absolute;
  max-width: 79px;
}

#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: 48px;
}

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

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

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

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

#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;
  font-weight: bold;
}

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

#qa dl dl {
  padding-bottom: 20px;
}

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

#qa dl dd.oneline {
  margin-bottom: 52px;
}

#qa dl dd {
  margin-left: 82px;
  margin-bottom: 20px;
  position: relative;
}

#qa dl dd::before {
  content: "";
  background: url("../img/pc/a_icon.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 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 input[type="date"],
#form select,
#form input[type="email"] {
  width: 100%;
  padding: 5px 5px 5px 10px;
  display: inline-block;
  border: 1px solid #CCCCCC;
  max-height: 100px;
}

#form select,
#form input[type="date"]{
  background-color:#fff;
}

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

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

#form.form-thanks h3 {
  margin-bottom: 10px;
}

#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;
}

.mb30{
  margin-bottom: 30px;
}

.top-back-btn{
  transition: .3s;
  padding: 15px;
  width: 303px;
  height: 111px;
  margin: 0 auto 10px auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .inner {
    width: 98%;
  }
  #fv .inner {
    width: 100%;
    position: relative;
  }
  #fv .fv_slot {
    position: absolute;
    bottom: 24.3vw;
    width: 68vw;
    left: 5vw;
  }
  #fv .satei-btn {
    width: 36vw;
  }
  #fv .txt01 {
    position: absolute;
    bottom: 4vw;
    width: 57.1vw;
  }
  #fv .txt02 {
    position: absolute;
    right: 5.5vw;
    top: 20.7vw;
    width: 30.3vw;
  }
  #fv .txt03 {
    position: absolute;
    right: 20vw;
    bottom: 20vw;
    width: 19.8vw;
  }
  #fv a {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 3.5vw;
    width: 36.7vw;
  }
  /* ▼▼▼（20210814）add marukin ▼▼▼ */
  #fv .fv_slot_inner img.num {
    width: 7.5vw;
    top: 11.4vw;
  }
  #fv .fv_slot_inner img.num_r1 {
    right: 18.30vw;
  }
  #fv .fv_slot_inner img.num_r2 {
    right: 29.76vw;
  }
  #fv .fv_slot_inner img.num_r3 {
    right: 41.25vw;
  }
  #fv .fv_slot_inner img.num_r4 {
    right: 52.23vw;
  }
  /* ▲▲▲（20210814）add marukin ▲▲▲ */
  .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;
  } */
  /* #cnt01 .swiper {
    margin: 5.333vw 0;
  } */
  #cnt02 {
    padding-bottom: 7vw;
  }
  #cnt03 {
    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;
  }
  .h3 {
    text-align: center;
    color: #fb6e11;
    font-size: 5vw;
    margin-bottom: 3vw;
  }
  /*-------------------------------------------
swiper
-------------------------------------------*/
  /* 全体のスタイル */
  .swiper-wrapper {
    width: 100%;
    height: 25vw;
  }
  /* 全スライド共通スタイル */
  .swiper-slide {
    color: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 25vw;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 57%;
    width: 4vw;
    height: 4vw;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    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:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    color: #fff;
    background: #000;
    border-radius: 50%;
    width: 4vw;
    height: 4vw;
    display: inline-block;
    font-size: 2.533vw;
    text-align: center;
    font-weight: 900;
    line-height: 1.6;
  }
  #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 {
    font-size: 2.6vw;
    border-bottom: 1px solid;
    padding-bottom: 1vw;
    display: inline-block;
    line-height: 1.1;
    margin-bottom: 2vw;
  }
  #step .step_box dl dd {
    font-size: 1.6vw;
  }
  #step .step01 {
    padding-bottom: 5vw;
  }
  #step .step02 {
    padding-bottom: 6.5vw;
  }
  #step .step03 {
    padding-bottom: 5.3vw;
  }
  #step .step04 {
    padding-bottom: 5.3vw;
  }
  #step .step05 {
    padding-bottom: 7.4vw;
  }
  #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: 8vw;
    margin-bottom: 2vw;
    position: relative;
    vertical-align: middle;
  }
  #qa dl dt::before {
    content: "";
    background: url("../img/pc/q_icon.png") no-repeat;
    background-size: cover;
    display: inline-block;
    width: 5vw;
    height: 5vw;
    text-align: center;
    position: absolute;
    left: -7vw;
  }
  #qa dl dt.oneline::before {
    top: -0.8em;
  }
  #qa dl dd {
    margin-left: 8vw;
    margin-bottom: 3.7vw;
    position: relative;
  }
  #qa dl dd::before {
    content: "";
    background: url("../img/pc/a_icon.png") no-repeat;
    background-size: cover;
    display: inline-block;
    width: 5vw;
    height: 5vw;
    position: absolute;
    left: -7vw;
  }
}

@media screen and (max-width: 750px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }

  .inner {
    width: 100%;
  }

  #fv {
    background: none;
    /* padding: 0; */
  }

  #fv {
    position: relative;
    padding: 100px 0 0;
  }

  #fv a {
    right: 0.7vw;
    width: 93.86vw;
  }
  #fv .fv_slot {
    position: absolute;
    top: 60.133vw;
    left: 0;
    right: 0;
    width: 99.467vw;
    margin: 0 auto;
  }
  /* ▼▼▼（20210814）add marukin ▼▼▼ */
  #fv .fv_slot_inner img.num {
    width: 10vw;
    top: 13.8vw;
  }
  #fv .fv_slot_inner img.num_r1 {
    right: 27.65vw;
  }
  #fv .fv_slot_inner img.num_r2 {
    right: 46.36vw;
  }
  #fv .fv_slot_inner img.num_r3 {
    right: 63.97vw;
  }
  #fv .fv_slot_inner img.num_r4 {
    right: 79.1vw;
  }


  .fv_formarea {
    position: static;
    right: 0;
    background: url(../img/fv_formarea_bg_sp.png) no-repeat center / cover;
    padding: 0 0 5% 0;
  }
  .fv_formarea img {
    margin-bottom: 0;
  }
  .fv_formarea form {
    background: none;
    padding: 0 6%;
    box-shadow: none;
  }
  .fv_formarea .form__block{
    width: 100%;
    padding: 4vw 0 0 0;
  }
  .fv_formarea .form__block.form__text {
    text-align: center;
    margin-bottom: 10px;
  }
  .fv_formarea .form__block.form__group {
    width: 100%;
    display: block;
    table-layout: fixed;
    padding-bottom: 0;
    margin-bottom: 10px;
    border-bottom: none;
  }
  .fv_formarea .form__block.form__group .hissu {
    color: #FFFFFF;
    background: #f00;
    padding: 1px 3px;
    font-size: 14px;
    font-weight: normal;
  }
  .fv_formarea .form__block.form__group .nini {
    color: #FFFFFF;
    background: #afafaf;
    padding: 1px 3px;
    font-size: 14px;
    font-weight: normal;
  }
  .fv_formarea .form__block.form__item {
    width: 100%;
    display: block;
    table-layout: fixed;
    margin-bottom: 5px;
  }
  .fv_formarea .form__blockinput[type=text], .fv_formarea .form__blocktextarea {
    width: 100%;
    padding: 5px 5px;
    display: inline-block;
    border: 1px solid #CCCCCC;
    max-height: 40px;
  }
  .fv_formarea .form__blockinput[type=text]::-moz-placeholder, .fv_formarea .form__blocktextarea::-moz-placeholder {
    color: #ccc;
    font-weight: 300;
  }
  .fv_formarea .form__blockinput[type=text]::placeholder, .fv_formarea .form__blocktextarea::placeholder {
    color: #ccc;
    font-weight: 300;
  }
  .fv_formarea .form__blockinput[type=email]::-moz-placeholder, .fv_formarea .form__blocktextarea::-moz-placeholder {
    color: #ccc;
    font-weight: 300;
  }
  .fv_formarea .form__blockinput[type=email]::placeholder, .fv_formarea .form__blocktextarea::placeholder {
    color: #ccc;
    font-weight: 300;
  }
  .fv_formarea .form__blockinput[type=url], .fv_formarea .form__blockinput[type=email], .fv_formarea .form__blockinput[type=tel] {
    direction: ltr;
  }
  .fv_formarea .form__blockselect {
    width: 100%;
    padding: 5px 5px;
    display: inline-block;
    border: 1px solid #CCCCCC;
    max-height: 40px;
    font-size: 16px;
  }
  .fv_formarea .form__blockinput[type=name] {
    width: 100%;
    padding: 5px 5px;
    display: inline-block;
    border: 1px solid #CCCCCC;
    max-height: 40px;
  }
  .fv_formarea .form__blockinput[type=email] {
    width: 100%;
    padding: 5px 5px;
    display: inline-block;
    border: 1px solid #CCCCCC;
    max-height: 40px;
  }


  .swiper{
    padding: 40px 0 110px;
    /* margin-bottom: 40px; */
  }

    /*-------------------------------------------
   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; */
    }

  /* ▲▲▲（20210814）add marukin ▲▲▲ */
  .h3 {
    text-align: center;
    color: #fb6e11;
    font-size: 6.667vw;
    margin-bottom: 4vw;
  }
  #cnt01 {
    background: none;
  }
  #cnt01 h3 img {
    width: 100%;
  }
  #cnt02 {
    padding-bottom: 0;
  }
  #cnt03{
    margin-bottom: 0;
  }
  #cnt03 h3 {
    background: none;
  }
  #cnt03 .box01 {
    margin-top: 0;
  }
  #cnt03 .box02 {
    margin-top: 0;
  }
  #cnt03 .box03 {
    margin-top: 0;
  }
  
#cnt04 {
  background-color: #fdf9ec;
  padding-bottom:5.333vw;
}
  #cnt05 {
    margin-top: 9.333vw;
    margin-bottom: 0;
  }
  /*-------------------------------------------
    swiper
    -------------------------------------------*/
  /* 全体のスタイル */
  .swiper-wrapper {
    width: 100%;
    height: 33.333vw;
  }
  /* 全スライド共通スタイル */
  .swiper-slide {
    color: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 33.333vw;
  }
  .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 46%;
    width: 8.267vw;
    height: 8.267vw;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    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: 2.667vw;
    font-weight: 700;
  }
  .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;
    color: #fff;
    background: #000;
    border-radius: 50%;
    line-height: 8vw;
    width: 8.267vw;
    height: 8.267vw;
    display: inline-block;
    font-size: 4.667vw;
    text-align: center;
    font-weight: 900;
  }
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: ">" !important;
    line-height: 1.8 !important;
    color: #ffffff !important;
  }
  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "<" !important;
    line-height: 1.8 !important;
    color: #ffffff !important;
  }
  #step {
    margin-top: 9.333vw;
    margin-bottom: 9.333vw;
  }
  #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 {
    font-size: 4vw;
    border-bottom: 1px solid;
    padding-bottom: 1vw;
    display: inline-block;
    line-height: 1.1;
    margin-bottom: 2vw;
  }
  #step .step_box dl dd {
    font-size: 2.667vw;
  }
  #step .step01 {
    padding-bottom: 10.933vw;
  }
  #step .step02 {
    padding-bottom: 12.267vw;
  }
  #step .step03 {
    padding-bottom: 9.067vw;
  }
  #step .step04 {
    padding-bottom: 13.6vw;
  }
  #step .step05 {
    padding-bottom: 13.867vw;
  }
  #step .step06 {
    padding-bottom: 15vw;
  }
  img.sp {
    margin: 0 auto;
  }
  /* #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/pc/q_icon.png") no-repeat;
    background-size: cover;
    display: inline-block;
    width: 7.2vw;
    height: 7.2vw;
    text-align: center;
    position: absolute;
    left: -8.5vw;
  }
  #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/pc/a_icon.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 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-top: 17.333vw!important;
    /* padding-top: 130px!important; */
    padding-bottom: 0!important;
  }

  /* #form.form-thanks02{
    padding-top: 195px!important;
  } */

  .mb30{
    margin-bottom: 1.333vw;
  }
  #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: 680px) {

  #form.form-thanks{
    padding-top:19.333vw!important;
  }
}

@media screen and (max-width: 640px) {

  .mb30{
    margin-bottom: 4.688vw;
  }
  
  .mb25{
    margin-bottom: 25px;
  }

  #form.form-thanks h3{
    margin-bottom: 8vw;
  }

}

@media screen and (max-width: 500px) {

  #form.form-thanks{
    padding-top:21.333vw!important;
  }
}

@media screen and (max-width: 440px) {

    #fv {
      position: relative;
      padding: 80px 0 0;
  }

  #form.form-thanks{
    padding-top:21.333vw!important;
  }

}


/* ▼（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;
}