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

.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: flex;
  flex-flow: column;
  min-height: 100vh;
}

#header{
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


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

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

#mv .inner {
  position: relative;
  height: 762px;
  max-width: 1400px;
}

#mv h1 {
  position: absolute;
  top: 16px;
  left: 185px;
}

#mv .lead {
  position: absolute;
  top: 150px;
  left: 173px;
}

#mv .img01 {
  position: absolute;
  bottom: 20px;
  left: 190px;
}

#mv .img02 {
  position: absolute;
  top: 54px;
  right: 7px;
}

#mv .img03 {
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

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

#cnt02 .box01 {
  margin-bottom: 70px;
}

#cnt02 .box02 {
  margin-bottom: 70px;
}

#cnt02 .cv {
  position: relative;
}

#cnt02 .cv a {
  position: absolute;
  display: inline-block;
  right: 55px;
  bottom: 40px;
}

#cnt03 {
  background-color: #fdf9ed;
}

#cnt03 h3 {
  background-color: #fb6e11;
  margin-bottom: 50px;
}

#cnt03 .img {
  margin-bottom: 60px;
}

#cnt03 .box01 {
  margin-bottom: 30px;
}

#cnt03 .box02 {
  margin-bottom: 30px;
}

#cnt04 {
  background-color: #fdf9ed;
}

#cnt05 {
  background-color: #fdf9ed;
}

#cnt05 .box01 {
  margin-bottom: 20px;
}

#cnt05 .box02 {
  margin-bottom: 20px;
}

#cnt06 {
  background-color: #FAFBFD;
}

#cnt06 h3 {
  background: url("../img/cnt06_h3_bg.png") center bottom;
  background-size: cover;
}

#cnt07 {
  background-color: #FAFBFD;
  margin-bottom: 60px;
}

#cnt07 .box01 {
  margin-bottom: 20px;
}

#cnt07 .box02 {
  margin-bottom: 20px;
}

#cnt07 .box03 {
  padding-bottom: 60px;
}

#jyosou .jyosou_btn {
  text-align: center;
  margin-bottom: 80px;
}

#jyosou .jyosou_btn a {
  display: inline-block;
}

#flow h3 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 35px;
  font-weight: normal;
}

#flow .flow_box {
  margin-bottom: 30px;
}

#flow .flow07 {
  margin-bottom: 80px;
}

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

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

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

#qa dl dt::before {
  content: "Q";
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 2.8;
  text-align: center;
  position: absolute;
  left: -74px;
  background-color: #ea6a42;
}

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

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

#qa dl dd::before {
  content: "A";
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 2.8;
  text-align: center;
  position: absolute;
  left: -74px;
  background-color: #eab267;
}

#form {
  font-size: 18px;
}

#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: #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: 1400px) {
  #mv .inner {
    position: relative;
    height: 54.42vw;
    width: 100%;
  }
  #mv h1 {
    position: absolute;
    width: 60.64vw;
    top: 1.14vw;
    left: 13.21vw;
  }
  #mv .lead {
    position: absolute;
    top: 10.71vw;
    left: 12.35vw;
    width: 58.57vw;
  }
  #mv .img01 {
    position: absolute;
    bottom: 1.42vw;
    left: 13.57vw;
    width: 39.71vw;
  }
  #mv .img02 {
    position: absolute;
    top: 3.85vw;
    right: 0.5vw;
    width: 37.14vw;
  }
  #mv .img03 {
    width: 95.85vw;
    top: 1.14vw;
  }
  #mv a {
    display: inline-block;
    position: absolute;
    right: 7.14vw;
    bottom: 1.42vw;
    width: 38.35vw;
  }
}

@media screen and (max-width: 1000px) {
  .inner {
    width: 98%;
  }
  .cnt02 .cv a {
    width: 30.8vw;
    right: 5.5vw;
    bottom: 4vw;
  }
  #jyosou .jyosou_btn {
    width: 92vw;
    margin: 0 auto 80px;
  }
}

@media screen and (max-width: 750px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  .inner {
    width: 100%;
  }
  #mv {
    position: relative;
  }
  #mv a {
    bottom: 4.8vw;
    left: 0;
    right: 0;
    width: 86.66vw;
    margin: 0 auto;
  }
  #cnt02 .box01 {
    margin-bottom: 0;
  }
  #cnt02 .box02 {
    margin-bottom: 0;
  }
  #cnt02 .cv a {
    width: 63.2vw;
    bottom: 13.33vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #cnt03 h3 {
    background: none;
    margin-bottom: 0;
  }
  #cnt03 .box01 {
    margin-bottom: 0;
  }
  #cnt03 .box02 {
    margin-bottom: 0;
  }
  #cnt03 .box03 {
    margin-bottom: 0;
  }
  #cnt05 .box01 {
    margin-bottom: 0;
  }
  #cnt05 .box02 {
    margin-bottom: 0;
  }
  #cnt07 {
    margin-bottom: 4.53vw;
  }
  #cnt07 .box01 {
    margin-bottom: 0;
  }
  #cnt07 .box02 {
    margin-bottom: 0;
  }
  #cnt07 .box03 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #cnt07 .cnt07_btn {
    width: 93.73vw;
    margin: 0 auto 11.33vw;
  }
  #jyosou .jyosou_btn {
    width: 92vw;
    margin: 0 auto 80px;
  }
  #flow h3 {
    font-size: 4.26vw;
    margin-bottom: 2.66vw;
  }
  #flow .flow_box {
    margin-bottom: 0;
  }
  #flow .flow07 {
    margin-bottom: 0;
  }
  #qa {
    padding: 9.06vw 0 13.33vw;
  }
  #qa h3 {
    font-size: 5.33vw;
  }
  #qa .inner {
    width: 93%;
  }
  #qa dl {
    font-size: 3.2vw;
    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 {
    display: inline-block;
    width: 8vw;
    height: 8vw;
    font-size: 3.75vw;
    line-height: 2.3;
    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 {
    display: inline-block;
    width: 8vw;
    height: 8vw;
    font-size: 3.75vw;
    line-height: 2.3;
    text-align: center;
    position: absolute;
    left: -11.73vw;
  }
  #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 ▲ */