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

.float {
  zoom: 1;
}

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

img {
  vertical-align: bottom !important;
}

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

#header{
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 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: 66.6666666667% sans-serif;
  font-family: "游ゴシック体", "YuGothic", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

main img{
  width: auto;
  height: auto;
}


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

#mv .inner {
  position: relative;
}

#mv h1 {
  padding-top: 20px;
  margin-bottom: 15px;
}

#mv .mv_lead {
  margin-bottom: 15px;
}

#mv .mv_before-after {
  margin-bottom: 10px;
}

#mv .mv_people {
  position: absolute;
  right: 0;
  top: 113px;
}

#mv .mv_btn {
  position: absolute;
  right: -97px;
  top: 451px;
}

#mv .note {
  font-size: 12px;
  float: right;
  padding-bottom: 10px;
}

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

#cnt01 h3 {
  margin-bottom: 55px;
  text-align: center;
}

#cnt02 {
  padding: 15px 0 132px;
}

#cnt02 h3 {
  text-align: center;
  margin-bottom: 48px;
}

#cnt02 .case {
  text-align: center;
}

#cnt02 .case h4 {
  text-align: left;
  margin-bottom: 15px;
}

#cnt02 .case p {
  text-align: left;
  font-size: 16px;
}

#cnt02 .case01 {
  max-width: 300px;
}

#cnt02 .case02 {
  max-width: 290px;
}

#cnt02 .case03 {
  max-width: 320px;
}

#cnt02 .box {
  border: 5px solid #f76c0f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}

#cnt02 .box h4 {
  background-color: #f76c0f;
  padding: 8px 0 8px 30px;
}

#cnt02 .box .inner {
  padding: 60px 30px 20px;
}

#cnt02 .box p {
  font-size: 22px;
}

#cnt02 .box .cv {
  margin-top: 25px;
  position: relative;
}

#cnt02 .box .cv a {
  position: absolute;
  display: block;
  right: 15px;
  bottom: 5px;
}

#cnt02 .case01_box {
  margin: 80px 0 38px;
}

#cnt02 .case01_box p {
  max-width: 271px;
}

#cnt02 .case02_box {
  margin-bottom: 38px;
}

#cnt02 .case02_box p {
  margin-bottom: 35px;
}

#cnt02 .case03_box p {
  max-width: 404px;
}

#cnt03 .box {
  border: 5px solid #01b866;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  margin-bottom: 96px;
}

#cnt03 .box h3 {
  font-size: 27px;
  font-weight: normal;
  background-color: #01b866;
  text-align: center;
  letter-spacing: 0.045em;
  color: #ffffff;
  padding: 28px 0 15px;
  margin-bottom: 35px;
}

#cnt03 .box h3 span {
  color: #fffe06;
  font-weight: bold;
  font-size: 40px;
}

#cnt03 .box .inner {
  max-width: 872px;
  font-size: 20px;
}

#cnt03 .box dl {
  display: table;
  margin-bottom: 55px;
}

#cnt03 .box dl dt {
  display: table-cell;
  vertical-align: middle;
}

#cnt03 .box dl dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 23px;
}

#cnt03 .box ul li {
  margin-bottom: 35px;
  display: table;
}

#cnt03 .box ul li::before {
  content: "";
  display: table-cell;
  background: url(../img/cnt03_check.png) no-repeat center left;
  background-size: 65%;
  width: 45px;
  height: 22px;
}

#cnt03 .box .arw {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;

}

#cnt04 {
  background-color: #fdf9ed;
  padding-bottom: 40px;
}

#cnt04 h3 {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  background-color: #ff6c00;
  padding: 75px 0 45px;
  color: #ffffff;
  margin-bottom: 60px;
}

#cnt04 h3 .large {
  font-size: 30px;
}

#cnt04 h3 .yellow {
  font-size: 41px;
  font-weight: bold;
  color: #fffe06;
}

#cnt04 .ttl {
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
}

#cnt04 .box {
  max-width: 480px;
  border: 4px solid #01b866;
  border-radius: 5px;
  padding: 28px 25px;
  margin-bottom: 40px;
  background-color: #ffffff;
  -webkit-filter: drop-shadow(1px 2px 2px rgba(155, 93, 4, 0.2));
  -moz-filter: drop-shadow(1px 2px 2px rgba(155, 93, 4, 0.2));
  -ms-filter: drop-shadow(1px 2px 2px rgba(155, 93, 4, 0.2));
  filter: drop-shadow(1px 2px 2px rgba(155, 93, 4, 0.2));
}

#cnt04 .box p {
  font-size: 18px;
}

#cnt04 .box p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fffe06));
  background: linear-gradient(transparent 60%, #fffe06 0%);
}

#cnt04 .box dl {
  display: table;
  font-weight: bold;
  margin-bottom: 25px;
}

#cnt04 .box dl dt {
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  font-size: 30px;
  line-height: 1;
  padding: 30px 15px;
  background-color: #01b866;
  vertical-align: middle;
}

#cnt04 .box dl dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  font-size: 28px;
  line-height: 1.2;
}

#cnt04 .box dl dd span {
  color: #01b866;
}

#cnt04 .point {
  text-align: center;
}

#cnt04 .point img {
  margin-bottom: 65px;
}

#cnt04 .point p {
  margin-bottom: 35px;
  font-size: 24px;
}

#cnt04 .box05 {
  max-width: 100%;
  width: 100%;
}

#cnt04 .box06 {
  max-width: 100%;
  padding: 57px 50px;
}

#cnt04 .box06 dl {
  font-weight: normal;
}

#cnt04 .box06 dl:not(:last-child) {
  margin-bottom: 35px;
}

#cnt04 .box06 dl:last-child {
  margin-bottom: 0;
}

#cnt04 .box06 dl dt {
  width: 272px;
  font-size: 25px;
  line-height: 1;
  padding: 15px 0;
  text-align: center;
}

#cnt04 .box06 dl dd {
  font-size: 18px;
  line-height: 1.5;
}

#cnt05 {
  text-align: center;
  padding: 45px 0;
}

#cnt06 {
  background: url(../img/cnt06_bg.png) no-repeat center;
  background-size: cover;
  padding: 45px 0 80px;
}

#cnt06 h3 {
  text-align: center;
  margin-bottom: 35px;
}

#cnt06 .box {
  text-align: center;
}

#cnt06 .box01 {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 30px 0;
  margin-bottom: 60px;
  -webkit-filter: drop-shadow(1px 2px 2px rgba(155, 93, 4, 0.2));
  -moz-filter: drop-shadow(1px 2px 2px rgba(155, 93, 4, 0.2));
  -ms-filter: drop-shadow(1px 2px 2px rgba(155, 93, 4, 0.2));
  filter: drop-shadow(1px 2px 2px rgba(155, 93, 4, 0.2));
}

#cnt06 .box01 img {
  margin-bottom: 45px;
}

#cnt06 .box01 p {
  max-width: 787px;
  margin: 0 auto;
  text-align: left;
}

#cnt06 .box02 {
  margin-bottom: 55px;
}

#cnt06 .box03 {
  position: relative;
}

#cnt06 .box03 .txt {
  position: absolute;
  width: 536px;
  text-align: center;
  top: 82px;
  left: 112px;
}

#cnt06 .box03 .txt .txt01 {
  color: #f76c0f;
  margin-bottom: 70px;
  font-size: 29px;
  font-weight: bold;
}

#cnt06 .box03 .txt .txt02 {
  font-size: 18px;
}

#flow {
  padding: 77px 0 90px;
}

#flow h3 {
  text-align: center;
  font-size: 40px;
  color: #01b866;
  margin-bottom: 85px;
}

#flow dl {
  border: 2px solid #01b866;
  border-radius: 5px;
  margin-bottom: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

#flow dl dt {
  background-color: #01b866;
  color: #ffffff;
  font-size: 22px;
  position: relative;
  padding: 20px 0 20px 112px;
}

#flow dl dt img {
  position: absolute;
  bottom: -11px;
  left: -33px;
}

#flow dl dd {
  padding: 40px 32px 40px 112px;
  font-size: 16px;
}

#flow dl dd .right {
  background-color: #fdf9ed;
  border-radius: 5px;
  padding: 10px 15px;
}

#flow dl.step06 dd span {
  color: #01b866;
  padding: 0 40px;
}

#flow dl:not(:last-child)::after {
  content: "";
  display: inline-block;
  background: url(../img/flow_arw.png) center;
  background-size: cover;
  width: 47px;
  height: 23px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

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

#qa h3 {
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 80px;
}

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

#qa dl dt {
  margin-left: 4em;
  text-indent: -4em;
  margin-bottom: 44px;
}

#qa dl dt::before {
  content: "Q";
  background-color: #ffa02b;
  color: #ffffff;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 28px;
  line-height: 2.3;
  border-radius: 50%;
  margin-right: 20px;
  text-indent: initial;
}

#qa dl dd {
  margin-left: 4em;
  text-indent: -4em;
  margin-bottom: 44px;
}

#qa dl dd::before {
  content: "A";
  background-color: #959595;
  color: #ffffff;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 28px;
  line-height: 2.3;
  border-radius: 50%;
  margin-right: 20px;
  text-indent: initial;
}

#form {
  font-size: 18px;
}

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

#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="email"] {
  width: 100%;
  padding: 0 10px;
  display: inline-block;
  border: 1px solid #CCCCCC;
  max-height: 100px;
}

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

#form.form-thanks {
  text-align: center;
}

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

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

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

/*
footer {
  background-color: #FDF9EC;
}
*/

@media screen and (max-width: 1200px) {
  #mv .mv_btn {
    position: absolute;
    right: 0;
    top: 485px;
    width: 444px;
  }
}

@media screen and (max-width: 1000px) {
  .inner {
    width: 98%;
  }
  #mv h1 {
    padding-top: 2vw;
    margin-bottom: 1.5vw;
    width: 100%;
  }
  #mv .mv_lead {
    margin-bottom: 1.5vw;
  }
  #mv .mv_lead img {
    width: 70.2vw;
  }
  #mv .mv_before-after {
    margin-bottom: 1vw;
  }
  #mv .mv_before-after img {
    width: 52.9vw;
  }
  #mv .mv_icon img {
    width: 54.4vw;
  }
  #mv .mv_people {
    position: absolute;
    right: 0;
    top: 11.3vw;
    width: 32.1vw;
  }
  #mv .mv_btn {
    position: absolute;
    right: 0;
    top: 49vw;
    width: 43vw;
  }
  #mv .note {
    font-size: 1.2vw;
    padding-bottom: 1vw;
  }
  #cnt01 {
    padding: 3.5vw 0 13.7vw;
  }
  #cnt01 h3 {
    margin-bottom: 5.5vw;
  }
  #cnt01 h3 img {
    width: 77.7vw;
  }
  #cnt01 p img {
    width: 100%;
  }
  #cnt02 {
    padding: 1.5vw 0 13.2vw;
  }
  #cnt02 h3 {
    margin-bottom: 4.8vw;
  }
  #cnt02 h3 img {
    width: 69.1vw;
  }
  #cnt02 .case p {
    font-size: 1.6vw;
  }
  #cnt02 .case01 {
    max-width: 30vw;
  }
  #cnt02 .case01 img {
    width: 20.2vw;
  }
  #cnt02 .case01 h4 {
    margin-bottom: 1.5vw;
  }
  #cnt02 .case01 h4 img {
    width: 20.4vw;
  }
  #cnt02 .case02 {
    max-width: 29vw;
  }
  #cnt02 .case02 img {
    width: 20.2vw;
  }
  #cnt02 .case02 h4 {
    margin-bottom: 1.5vw;
  }
  #cnt02 .case02 h4 img {
    width: 24.7vw;
  }
  #cnt02 .case03 {
    max-width: 32vw;
  }
  #cnt02 .case03 img {
    width: 20.2vw;
  }
  #cnt02 .case03 h4 {
    margin-bottom: 1.5vw;
  }
  #cnt02 .case03 h4 img {
    width: 30.4vw;
  }
  #cnt02 .box h4 {
    padding: 0.8vw 0 0.8vw 3vw;
  }
  #cnt02 .box .inner {
    padding: 6vw 3vw 2vw;
    width: auto;
  }
  #cnt02 .box p {
    font-size: 2.2vw;
  }
  #cnt02 .box .cv a {
    width: 20.5vw;
    right: 1.5vw;
    bottom: 0.5vw;
  }
  #cnt02 .case01_box {
    margin: 8vw 0 3.8vw;
  }
  #cnt02 .case01_box h4 img {
    width: 40.1vw;
  }
  #cnt02 .case01_box p {
    max-width: 27.1vw;
  }
  #cnt02 .case01_box p + img {
    width: 59.8vw;
  }
  #cnt02 .case02_box {
    margin-bottom: 3.8vw;
  }
  #cnt02 .case02_box h4 img {
    width: 80vw;
  }
  #cnt02 .case02_box p {
    margin-bottom: 3.5vw;
  }
  #cnt02 .case03_box h4 img {
    width: 88.6vw;
  }
  #cnt02 .case03_box p {
    max-width: 39vw;
  }
  #cnt02 .case03_box p + img {
    max-width: 50.7vw;
  }
  #cnt03 .box {
    margin-bottom: 9.6vw;
  }
  #cnt03 .box .inner {
    width: 95%;
    font-size: 2vw;
  }
  #cnt03 .box h3 {
    padding: 2.8vw 0 1.5vw;
    margin-bottom: 3.5vw;
    font-size: 2.7vw;
  }
  #cnt03 .box h3 span {
    font-size: 4vw;
  }
  #cnt03 .box dl {
    margin-bottom: 5.5vw;
  }
  #cnt03 .box dl dd {
    padding-left: 2.3vw;
  }
  #cnt03 .box ul li {
    margin-bottom: 3.5vw;
  }
  #cnt03 .box ul li::before {
    width: 4.5vw;
    height: 2.2vw;
  }
  #cnt04 {
    padding-bottom: 4vw;
  }
  #cnt04 h3 {
    font-size: 2.2vw;
    padding: 7.5vw 0 4.5vw;
    margin-bottom: 6vw;
  }
  #cnt04 h3 .large {
    font-size: 3vw;
  }
  #cnt04 h3 .yellow {
    font-size: 4.1vw;
  }
  #cnt04 .ttl {
    font-size: 3.6vw;
    margin-bottom: 5vw;
  }
  #cnt04 .box {
    max-width: 100%;
    padding: 2.8vw 2.5vw;
    margin-bottom: 4vw;
  }
  #cnt04 .box dl {
    margin-bottom: 2.5vw;
    width: 100%;
  }
  #cnt04 .box dl dt {
    width: 27.2vw;
    font-size: 2.5vw;
    padding: 3vw 1.5vw;
  }
  #cnt04 .box dl dd {
    padding-left: 3vw;
    font-size: 2.8vw;
  }
  #cnt04 .box .box06 dl dt {
    width: 27.2vw;
  }
  #cnt04 .box:not(.box06) {
    width: 100%;
  }
  #cnt04 .box:not(.box06) dl dt {
    width: 7vw;
  }
  #cnt04 .point img {
    margin-bottom: 6.5vw;
    width: 72.1vw;
  }
  #cnt04 .point p {
    margin-bottom: 3.5vw;
    font-size: 2.4vw;
  }
  #cnt04 .box06 dl:not(:last-child) {
    margin-bottom: 3.5vw;
  }
  #cnt05 {
    padding: 4.5vw 0;
  }
  #cnt05 a img {
    width: 82.1vw;
  }
  #cnt06 {
    padding: 4.5vw 0 8vw;
  }
  #cnt06 h3 {
    margin-bottom: 3.5vw;
  }
  #cnt06 h3 img {
    width: 66.3vw;
  }
  #cnt06 .box01 {
    padding: 3vw 0;
    margin-bottom: 6vw;
  }
  #cnt06 .box01 img {
    width: 60.5vw;
    margin-bottom: 4.5vw;
  }
  #cnt06 .box01 p {
    max-width: 78.7vw;
    font-size: 1.6vw;
  }
  #cnt06 .box02 {
    margin-bottom: 5.5vw;
  }
  #cnt06 .box02 img {
    width: 85.7vw;
  }
  #cnt06 .box03 .txt {
    width: 53.6vw;
    top: 8.2vw;
    left: 11.2vw;
  }
  #cnt06 .box03 .txt .txt01 {
    margin-bottom: 7vw;
    font-size: 2.9vw;
  }
  #cnt06 .box03 .txt .txt02 {
    font-size: 1.8vw;
  }
  #flow {
    padding: 7.7vw 0 9vw;
  }
  #flow h3 {
    font-size: 4vw;
    margin-bottom: 8.5vw;
  }
  #flow dl {
    margin-bottom: 6vw;
  }
  #flow dl dt {
    font-size: 2.2vw;
    position: relative;
    padding: 2vw 0 2vw 15vw;
  }
  #flow dl dt img {
    width: 12.5vw;
    left: 0;
  }
  #flow dl dd {
    padding: 4vw 8vw;
    font-size: 1.6vw;
  }
  #flow dl.step06 dd span {
    padding: 0 3vw;
  }
  #flow dl:not(:last-child)::after {
    content: "";
    display: inline-block;
    background: url(../img/flow_arw.png) center;
    background-size: cover;
    width: 6.26vw;
    height: 3.06vw;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #qa {
    padding: 7.5vw 0 9vw;
  }
  #qa h3 {
    font-size: 4vw;
    margin-bottom: 8vw;
  }
  #qa dl {
    font-size: 2vw;
  }
  #qa dl dt::before {
    width: 6vw;
    height: 6vw;
    font-size: 2.8vw;
    margin-right: 2vw;
    margin-bottom: 2vw;
  }
  #qa dl dd::before {
    width: 6vw;
    height: 6vw;
    font-size: 2.8vw;
    line-height: 2.3;
    margin-right: 2vw;
    margin-bottom: 4.4vw;
  }
}

@media screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  .pc_josou {
    display: none;
  }
  .inner {
    width: 93%;
  }
  #mv {
    position: relative;
    background: none;
  }
  #mv .bg {
    background: url(../img/mv_bg_sp.jpg) bottom center;
    background-size: cover;
  }
  #mv h1 {
    padding-top: 0;
    margin-bottom: 3.73vw;
  }
  #mv .mv_lead_sp {
    margin-bottom: 3.33vw;
  }
  #mv .mv_lead_sp img {
    width: 67.86vw;
    z-index: 1;
    position: relative;
  }
  #mv .mv_before-after_sp {
    margin-bottom: 20px;
  }
  #mv .mv_before-after_sp img {
    width: 97.2vw;
    z-index: 1;
    position: relative;
  }
  #mv .mv_icon_sp {
    padding-bottom: 11.33vw;
  }
  #mv .mv_people_sp {
    position: absolute;
    right: -3.33vw;
    top: 7.46vw;
    z-index: 0;
  }
  #mv .mv_people_sp img {
    width: 41.6vw;
  }
  #mv .cv {
    background-color: #d9eee5;
    padding-bottom: 4vw;
  }
  #mv .cv .mv_btn_lead_sp {
    margin-bottom: 2.66vw;
  }
  #cnt01 {
    background: url(../img/cnt01_bg_sp.jpg) bottom center;
    background-size: cover;
    padding: 6.26vw 0 16.8vw;
  }
  #cnt01 h3 img {
    width: 100%;
  }
  #cnt02 {
    padding: 0 0 9.86vw;
  }
  #cnt02 h3 {
    margin: 4vw 0 5.33vw;
  }
  #cnt02 h3 img {
    width: 100%;
  }
  #cnt02 .case p {
    font-size: 3.2vw;
  }
  #cnt02 .case h4 {
    text-align: center;
  }
  #cnt02 .case01 {
    max-width: 42.26vw;
    margin: 0 auto 4.66vw;
  }
  #cnt02 .case01 h4 {
    margin-bottom: 2.4vw;
  }
  #cnt02 .case01 h4 img {
    width: 32.66vw;
  }
  #cnt02 .case02 {
    max-width: 42.26vw;
    margin: 0 auto;
  }
  #cnt02 .case02 h4 {
    margin-bottom: 4.66vw;
  }
  #cnt02 .case02 h4 img {
    width: 34.66vw;
  }
  #cnt02 .case03 {
    max-width: 42.26vw;
    margin: 0 auto;
  }
  #cnt02 .case03 h4 {
    margin-bottom: 2.93vw;
  }
  #cnt02 .case03 h4 img {
    width: 36.66vw;
  }
  #cnt02 .box h4 {
    padding: 0;
  }
  #cnt02 .box .inner {
    padding: 4.66vw 2.4vw 2.66vw;
  }
  #cnt02 .box p {
    font-size: 3.46vw;
  }
  #cnt02 .box .cv {
    margin-top: 2.66vw;
  }
  #cnt02 .box .cv a {
    width: 62.93vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 2.66vw;
  }
  #cnt02 .case01_box h4 img {
    width: 100%;
  }
  #cnt02 .case01_box p {
    max-width: 100%;
    margin-bottom: 3.2vw;
  }
  #cnt02 .case01_box p + img {
    width: 100%;
  }
  #cnt02 .case02_box h4 img {
    width: 100%;
  }
  #cnt02 .case02_box p + img + img {
    margin-bottom: 5.33vw;
  }
  #cnt02 .case03_box h4 img {
    width: 100%;
  }
  #cnt02 .case03_box .flex {
    display: block;
  }
  #cnt02 .case03_box p {
    max-width: 100%;
    margin-bottom: 3.2vw;
  }
  #cnt02 .case03_box p + img + img {
    margin-bottom: 5.33vw;
  }
  #cnt03 .box {
    margin-bottom: 9.73vw;
  }
  #cnt03 .box h3 {
    padding: 3.73vw 0 2vw;
    margin-bottom: 6.66vw;
    font-size: 3.6vw;
  }
  #cnt03 .box h3 span {
    font-size: 5.33vw;
  }
  #cnt03 .box .inner {
    width: 70.4vw;
  }
  #cnt03 .box .flex {
    display: block;
  }
  #cnt03 .box .left {
    margin-bottom: 11.46vw;
  }
  #cnt03 .box .right {
    margin-bottom: 8.53vw;
  }
  #cnt03 .box dl {
    display: block;
    margin-bottom: 6.93vw;
  }
  #cnt03 .box dl dt img {
    width: 11.73vw;
  }
  #cnt03 .box dl dd {
    font-size: 4vw;
    padding-left: 3.2vw;
  }
  #cnt03 .box ul li {
    font-size: 3.2vw;
  }
  #cnt03 .box ul li::before {
    width: 6.5vw;
    background: url(../img/cnt03_check.png) no-repeat center left;
    background-size: 65%;
  }
  #cnt03 .box ul li:last-child {
    margin-bottom: 0;
  }
  #cnt03 .box .arw {
    width: 9.33vw;
  }
  #cnt04 h3 {
    font-size: 3.2vw;
    padding: 8.4vw 0 7.33vw;
    margin-bottom: 8.8vw;
  }
  #cnt04 h3 .large {
    font-size: 4.4vw;
  }
  #cnt04 h3 .yellow {
    font-size: 6.13vw;
    line-height: 1.15;
  }
  #cnt04 .ttl {
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 5.6vw;
  }
  #cnt04 .box {
    padding: 4vw;
    margin-bottom: 5.33vw;
  }
  #cnt04 .box dl {
    margin-bottom: 4vw;
  }
  #cnt04 .box dl dt {
    font-size: 4vw;
    padding: 3.33vw 2.4vw;
  }
  #cnt04 .box dl dd {
    font-size: 4vw;
  }
  #cnt04 .box p {
    font-size: 3.2vw;
  }
  #cnt04 .box05.flex {
    display: block;
  }
  #cnt04 .box05 p {
    margin-bottom: 3.6vw;
  }
  #cnt04 .point img {
    width: 100%;
    margin-bottom: 12.93vw;
  }
  #cnt04 .point p {
    font-size: 3.2vw;
    margin-bottom: 6.4vw;
  }
  #cnt04 .box06 dl {
    display: block;
  }
  #cnt04 .box06 dl dt {
    display: block;
    width: 100%;
    padding: 2vw 0;
  }
  #cnt04 .box06 dl dd {
    display: block;
    padding-left: 0;
    font-size: 3.2vw;
    padding-top: 2.66vw;
  }
  #cnt05 {
    text-align: center;
  }
  #cnt05 a {
    display: inline-block;
  }
  #cnt06 {
    background: url(../img/cnt06_bg_sp.jpg) center no-repeat;
    background-size: cover;
  }
  #cnt06 h3 {
    margin-bottom: 8.66vw;
  }
  #cnt06 h3 img {
    width: 100%;
  }
  #cnt06 .box01 {
    padding: 6.66vw 0;
  }
  #cnt06 .box01 img {
    margin: 0 auto 6vw;
    width: 57.06vw;
  }
  #cnt06 .box01 p {
    font-size: 3.2vw;
    max-width: 78.13vw;
  }
  #cnt06 .box02 {
    margin-bottom: 4.8vw;
  }
  #cnt06 .box02 img {
    width: 100%;
  }
  #cnt06 .box03 .txt {
    width: 69.6vw;
    left: 6.66vw;
  }
  #cnt06 .box03 .txt .txt01 {
    font-size: 3.86vw;
  }
  #cnt06 .box03 .txt .txt02 {
    font-size: 3.2vw;
    text-align: left;
  }
  #flow {
    padding: 9.33vw 0 3.2vw;
  }
  #flow h3 {
    font-size: 4.93vw;
    margin-bottom: 10.66vw;
  }
  #flow dl {
    margin-bottom: 8vw;
  }
  #flow dl dt {
    font-size: 3.86vw;
    text-align: center;
    padding: 4.66vw 0;
  }
  #flow dl dt img {
    left: -2.53vw;
    top: -4.66vw;
    width: 12.4vw;
  }
  #flow dl dd {
    font-size: 3.46vw;
    padding: 4vw;
  }
  #flow dl dd.flex {
    display: block;
  }
  #flow dl dd.flex span {
    display: block;
  }
  #flow dl dd.flex .left {
    margin-bottom: 3.33vw;
  }
  #flow dl dd.flex .right {
    padding: 4.66vw 3.33vw;
  }
  #flow .step06 dd {
    text-align: center;
  }
  #qa {
    padding: 9.33vw 0;
  }
  #qa h3 {
    font-size: 5.33vw;
  }
  #qa dl {
    font-size: 3.2vw;
    margin-bottom: 6.25vw;
  }
  #qa dl dt {
    text-indent: -3em;
    margin-left: 3em;
    margin-bottom: 6.25vw;
  }
  #qa dl dt::before {
    margin-bottom: 0;
    text-indent: initial;
    font-size: 3.73vw;
    width: 8vw;
    height: 8vw;
  }
  #qa dl dd {
    padding: 0;
    text-indent: -3em;
    margin-left: 3em;
    margin-bottom: 6.25vw;
  }
  #qa dl dd::before {
    margin-bottom: 0;
    text-indent: initial;
    font-size: 3.73vw;
    width: 8vw;
    height: 8vw;
  }
  #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;
  }
  #form.form-thanks h3 {
    margin-bottom: 5vw;
  }
  #form.form-thanks .lead {
    color: #000000;
    font-size: 3.2vw;
  }
  #form.form-thanks a {
    display: inline-block;
    color: #00B964;
    font-size: 3.2vw;
  }
}

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