@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  width: 100%;
}

@media (any-hover: hover) {
  a:hover {
    opacity: .8;
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  color: #333;
  font-size: 26px;
}
body * {
  box-sizing: border-box;
  color: #1a1a1a;
}

.background-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/pc_bg.jpg") no-repeat center center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .background-fixed {
    display: none;
  }
}

.wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrap {
    width: 100%;
    overflow-x: hidden;
  }
}

.pc_contents {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1250px) {
  .pc_contents {
    display: none;
  }
}
.pc_contents .ttl {
  width: calc((100% - 750px) / 2);
  position: absolute;
  left: calc(50% - 884px);
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 1820px) {
  .pc_contents .ttl {
    left: 0;
    width: calc((100% - 750px)/2);
  }
}
.pc_contents .ttl img {
  width: 231px;
  margin-inline: auto;
}
@media screen and (max-width: 1500px) {
  .pc_contents .ttl img {
    width: 15vw;
  }
}
.pc_contents .btn_area {
  width: calc((100% - 850px) / 2);
  position: absolute;
  right: calc(50% - 884px);
  height: 483px;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 1820px) {
  .pc_contents .btn_area {
    right: 0;
    width: calc((100% - 750px)/2);
  }
}
.pc_contents .btn_area p {
  width: 377px;
  margin-inline: auto;
}
@media screen and (max-width: 1600px) {
  .pc_contents .btn_area p {
    width: 21vw;
  }
}
@media screen and (max-width: 1400px) {
  .pc_contents .btn_area p {
    width: 20vw;
  }
}
.pc_contents .btn_area ul {
  width: 310px;
  margin-inline: auto;
  margin-top: -75px;
}
@media screen and (max-width: 1600px) {
  .pc_contents .btn_area ul {
    width: 18vw;
    margin-top: -4.5vw;
  }
}
@media screen and (max-width: 1400px) {
  .pc_contents .btn_area ul {
    width: 17vw;
  }
}
.pc_contents .btn_area ul li {
  margin: 0 0 20px;
}
@media screen and (max-width: 1600px) {
  .pc_contents .btn_area ul li {
    margin: 0 0 1vw;
  }
}
.pc_contents .btn_area a {
  display: block;
  filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.3));
}

.contents {
  width: 750px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .contents {
    width: 100vw;
    overflow-x: hidden;
  }
}

#fv {
  background: url(../img/fv_bg.jpg) no-repeat center 0/100%;
  height: 1610px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #fv {
    height: 214.6666666667vw;
  }
}
#fv .fv_read {
  position: absolute;
  top: 80px;
  right: 0;
  width: 250px;
}
@media screen and (max-width: 767px) {
  #fv .fv_read {
    top: 10.6666666667vw;
    width: 33.3333333333vw;
  }
}

.sec01 {
  background: url(../img/bg01.jpg) no-repeat center 0/100%;
  height: 4190px;
}
@media screen and (max-width: 767px) {
  .sec01 {
    height: 558.6666666667vw;
  }
}
.sec01 .offer_list li {
  width: 600px;
  margin: 0 auto;
  filter: drop-shadow(3px 4px 4px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 767px) {
  .sec01 .offer_list li {
    width: 80vw;
    filter: drop-shadow(0.4vw 0.4vw 0.5333333333vw rgba(0, 0, 0, 0.3));
  }
}
.sec01 .offer_list li:nth-of-type(2) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .sec01 .offer_list li:nth-of-type(2) {
    margin-top: 6.6666666667vw;
  }
}

.promise {
  background: url("../img/promise_bg.jpg") no-repeat center 0/100%;
  height: 1970px;
}
@media screen and (max-width: 767px) {
  .promise {
    height: 262.6666666667vw;
  }
}

.support {
  background: url("../img/support_bg.jpg") no-repeat center 0/100%;
  height: 1809px;
}
@media screen and (max-width: 767px) {
  .support {
    height: 241.2vw;
  }
}

.flow {
  background: url("../img/flow_bg.jpg") no-repeat center 0/100%;
  height: 2290px;
}
@media screen and (max-width: 767px) {
  .flow {
    height: 305.3333333333vw;
  }
}

.faq {
  background: #FFF;
  padding-bottom: 136px;
}
@media screen and (max-width: 767px) {
  .faq {
    padding-bottom: 18.1333333333vw;
  }
}
.faq dl {
  width: 670px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .faq dl {
    width: 89.3333333333vw;
  }
}
.faq dt {
  background: url("../img/faq_q_bg.png") no-repeat center 0/100%;
  height: 140px;
  padding-left: 86px;
  margin-top: 50px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .faq dt {
    height: 18.6666666667vw;
    padding-left: 11.4666666667vw;
    margin-top: 6.6666666667vw;
  }
}
.faq dt:hover {
  opacity: 0.9;
  cursor: pointer;
}
.faq dt::after {
  content: "";
  display: block;
  width: 31px;
  height: 30px;
  background: url("../img/faq_arrow.png") no-repeat center/100%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 10px;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .faq dt::after {
    width: 4.1333333333vw;
    height: 4vw;
    right: 1.3333333333vw;
  }
}
.faq dt.active::after {
  transform: translate(0%, -50%) rotate(180deg);
}
.faq dt:first-of-type {
  margin-top: 0;
}
.faq dt p {
  color: #fff;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 0.04em;
  width: 530px;
}
@media screen and (max-width: 767px) {
  .faq dt p {
    font-size: 4.2666666667vw;
    line-height: 5.8666666667vw;
    width: 70.6666666667vw;
  }
}
.faq dt.active + dd {
  display: block;
}
.faq dd {
  position: relative;
  margin-top: 30px;
  margin-bottom: 84px;
  display: none;
}
@media screen and (max-width: 767px) {
  .faq dd {
    margin-top: 4vw;
    margin-bottom: 11.2vw;
  }
}
.faq dd::after {
  content: "";
  display: block;
  width: 60px;
  height: 80px;
  background: url("../img/faq_a.png") no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .faq dd::after {
    width: 8vw;
    height: 10.6666666667vw;
  }
}
.faq dd p {
  font-size: 28px;
  line-height: 52px;
  letter-spacing: 0.04em;
  width: 540px;
  margin-left: 76px;
}
@media screen and (max-width: 767px) {
  .faq dd p {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
    width: 72vw;
    margin-left: 10.1333333333vw;
  }
}

#form {
  background: #edede8 url(../img/form_bg.jpg) no-repeat center 0/100%;
  padding-bottom: 147px;
}
@media screen and (max-width: 767px) {
  #form {
    padding-bottom: 19.6vw;
  }
}
#form .lead {
  margin-top: 31px;
  text-align: center;
  font-size: 28px;
  line-height: 50px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #form .lead {
    margin-top: 4.1333333333vw;
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
  }
}
#form form {
  margin-top: 33px;
}
#form #form_table {
  border: none;
  border-collapse: collapse;
  display: block;
  width: 650px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #form #form_table {
    width: 86.6666666667vw;
  }
}
#form #form_table tr {
  width: 650px;
  display: block;
}
@media screen and (max-width: 767px) {
  #form #form_table tr {
    width: 86.6666666667vw;
  }
}
#form #form_table tr:nth-last-of-type(1) th::after {
  content: none;
}
#form #form_table th {
  width: 100%;
  display: block;
  text-align: left;
  color: #1A1A1A;
  font-size: 30px;
  position: relative;
  height: 72px;
  padding: 19px 0 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #form #form_table th {
    font-size: 4vw;
    height: 9.6vw;
    padding: 2.5333333333vw 0 0;
    margin-bottom: 1.0666666667vw;
  }
}
#form #form_table th::after {
  content: "";
  display: block;
  background: url(../img/require.png) no-repeat center 0/100%;
  width: 58px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 22px;
}
@media screen and (max-width: 767px) {
  #form #form_table th::after {
    width: 7.7333333333vw;
    height: 4.2666666667vw;
    top: 2.9333333333vw;
  }
}
#form #form_table td {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #form #form_table td {
    margin-bottom: 4vw;
  }
}
#form #form_table input[type="text"], #form #form_table input[type="name"], #form #form_table input[type="tel"], #form #form_table textarea {
  background: #fff;
  width: 650px;
  height: 90px;
  border: 1px solid #DEDDDB;
  outline: none;
  font-size: 28px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  #form #form_table input[type="text"], #form #form_table input[type="name"], #form #form_table input[type="tel"], #form #form_table textarea {
    width: 86.6666666667vw;
    height: 12vw;
    font-size: 3.7333333333vw;
    padding: 0 5.3333333333vw;
  }
}
#form #form_table textarea {
  padding: 20px 40px;
  height: 300px;
}
@media screen and (max-width: 767px) {
  #form #form_table textarea {
    padding: 2.6666666667vw 5.3333333333vw;
    height: 40vw;
  }
}
#form .form_btn {
  display: block;
  width: 600px;
  height: 140px;
  cursor: pointer;
  text-indent: -999em;
  filter: drop-shadow(8px 8px 6px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 767px) {
  #form .form_btn {
    width: 80vw;
    height: 18.6666666667vw;
    filter: drop-shadow(1.0666666667vw 1.0666666667vw 0.8vw rgba(0, 0, 0, 0.3));
  }
}
@media (any-hover: hover) {
  #form .form_btn:hover {
    opacity: .8;
  }
}
#form .btn_confirm {
  background: url(../img/btn_confirm.png) no-repeat center 0/100%;
  margin: 42px auto 0;
}
@media screen and (max-width: 767px) {
  #form .btn_confirm {
    margin: 5.6vw auto 0;
  }
}
#form .btn_submit {
  background: url(../img/btn_send.png) no-repeat center 0/100%;
  margin: 30px auto 47px;
}
@media screen and (max-width: 767px) {
  #form .btn_submit {
    margin: 4vw auto 6.2666666667vw;
  }
}
#form .btn_back {
  background: url(../img/btn_back.png) no-repeat center 0/100%;
  margin: 0 auto;
}
#form .btn_end {
  text-indent: 0;
  margin-inline: auto;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #form .btn_end {
    margin-top: 13.3333333333vw;
  }
}
#form.form_confirm .lead {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #form.form_confirm .lead {
    margin-bottom: 4.6666666667vw;
  }
}
#form.form_confirm #form_table tr {
  border-bottom: 1px solid #AA8C50;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #form.form_confirm #form_table tr {
    margin-bottom: 4vw;
  }
}
#form.form_confirm #form_table td {
  padding-left: 1em;
  margin-bottom: 45px;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  #form.form_confirm #form_table td {
    margin-bottom: 6vw;
    line-height: 6.4vw;
  }
}
#form.thanks {
  text-align: center;
  height: 100vh;
  height: 100dvh;
}
#form.thanks .end_txt {
  margin-top: 25px;
  font-size: 28px;
  line-height: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #form.thanks .end_txt {
    margin-top: 3.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}

/*# sourceMappingURL=style.css.map */
