@charset "UTF-8";
body {
  width: 100%;
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-style: normal;
  font-size: 3.4666666667vw;
  line-height: 1em;
  color: #2E355B;
}
body.is-modal-open {
  overflow: hidden;
  height: 100%;
}
body * {
  box-sizing: border-box;
  line-height: 1em;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  display: block;
  width: 100%;
  vertical-align: bottom;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.pc_only {
  display: none !important;
}

.inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.btn {
  filter: drop-shadow(0.6666666667vw 0.6666666667vw 1.3333333333vw rgba(0, 0, 0, 0.2));
}
@media (any-hover: hover) {
  .btn:hover {
    filter: drop-shadow(0.6666666667vw 0.6666666667vw 1.3333333333vw rgba(0, 0, 0, 0.2)) brightness(120%);
    transition: all 0.3s;
  }
}

header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 14.6666666667vw;
  background: #fff;
  box-shadow: 0vw 1.3333333333vw 1.3333333333vw rgba(0, 0, 0, 0.1);
  z-index: 9;
}
header .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4.6666666667vw 0 6.1333333333vw;
}
header .logo {
  width: 30vw;
}
header .btn {
  width: 53.3333333333vw;
}

#fv {
  background: url(../img/fv_bg_sp.jpg) no-repeat center 0/100% 100%;
  height: 140vw;
}
#fv .inner {
  padding: 10.4vw 0 0;
}
#fv h1 {
  width: 61.0666666667vw;
  margin: 0 0 8.5333333333vw 4.6666666667vw;
}
#fv .award {
  width: 88.9333333333vw;
  margin: 0 auto 7.4666666667vw;
}
#fv .award_note {
  position: absolute;
  top: 96vw;
  right: 8vw;
  font-size: 2.6666666667vw;
  letter-spacing: 0.06em;
  color: #fff;
  font-weight: 400;
}
#fv .btn {
  width: 88vw;
  margin: 0 auto 9.3333333333vw;
}
#fv .txt_wrap {
  background: #fff;
  width: 90.6666666667vw;
  height: 85.3333333333vw;
  border-radius: 2.6666666667vw;
  margin-inline: auto;
  text-align: center;
  padding: 8vw 0 0;
}
#fv .txt_wrap p {
  font-size: 4vw;
  line-height: 8.5333333333vw;
  letter-spacing: 0.02em;
  color: #2E355B;
  font-weight: 400;
}

#sv {
  background: url(../img/sv_bg_sp.jpg) no-repeat center 0/100% 100%;
  height: 306.6666666667vw;
  color: #fff;
  margin-bottom: -22.6666666667vw;
}
#sv .inner {
  padding: 155.2vw 0 0;
}
#sv .catch {
  width: 88vw;
  font-size: 6vw;
  line-height: 9.3333333333vw;
  letter-spacing: 0.12em;
  margin: 0 auto 5.4666666667vw;
  padding: 0 0 5.7333333333vw;
  text-align: center;
  border-bottom: 1px solid #FFF;
}
#sv .txt {
  width: 84vw;
  margin-inline: auto;
  font-size: 3.8666666667vw;
  line-height: 8.5333333333vw;
  letter-spacing: 0.14em;
  font-weight: 400;
}

#worries {
  background: url(../img/worries_bg_sp.png) no-repeat center 0/100% 100%;
  height: 202.6666666667vw;
  padding: 15.3333333333vw 0 0;
  position: relative;
  z-index: 2;
}
#worries .sect_ttl {
  text-align: center;
  font-size: 6.6666666667vw;
  line-height: 10.6666666667vw;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin: 0 0 6vw;
}
#worries .worries_list {
  width: 80vw;
  margin-inline: auto;
  display: flex;
  flex-flow: row wrap;
  gap: 2.5333333333vw;
}
#worries .worries_list li {
  border-radius: 2.6666666667vw;
  background: #FFF url(../img/chk.png) no-repeat 6.5333333333vw 5.3333333333vw/4vw;
  width: 100%;
  border: 1px solid #2E355B;
  padding: 3.7333333333vw 0 4vw 13.3333333333vw;
  font-size: 4vw;
  line-height: 6.1333333333vw;
  letter-spacing: 0.1em;
  font-weight: 700;
  box-shadow: 0.9333333333vw 0.9333333333vw 0.6666666667vw rgba(0, 0, 0, 0.1);
}
#worries .txt {
  background: url(../img/moya_img_sp.png) no-repeat center 0/100%;
  width: 94.1333333333vw;
  height: 60vw;
  text-align: center;
  color: #fff;
  padding: 6vw 0 0;
  margin: -1.3333333333vw auto 0;
}
#worries .txt p {
  font-size: 4vw;
  line-height: 5.4666666667vw;
  letter-spacing: 0.1em;
  margin: 0 0 2.6666666667vw;
}
#worries .txt h3 {
  font-size: 4.8vw;
  line-height: 7.4666666667vw;
  letter-spacing: 0.1em;
  font-weight: 700;
}
#worries .txt h3 strong {
  display: inline-block;
  font-weight: 700;
  position: relative;
}
#worries .txt h3 strong::after {
  content: "";
  display: block;
  width: calc(100% - 1em);
  height: 0.2666666667vw;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.6vw;
  margin-inline: auto;
}

#reason {
  background: #F2F2F2 url(../img/reason_bg_sp.jpg) no-repeat center 0/100%;
  padding: 16.4vw 0 16vw;
}
#reason .sect_title {
  color: #fff;
  text-align: center;
  font-size: 6vw;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin: 0 0 11.7333333333vw;
}
#reason .sect_title span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.8vw;
  letter-spacing: 0.1em;
  gap: 3.3333333333vw;
  margin: 0 0 5.3333333333vw;
}
#reason .sect_title span::before, #reason .sect_title span::after {
  content: "";
  display: block;
  width: 0.2666666667vw;
  height: 6.1333333333vw;
  background: #fff;
}
#reason .sect_title span::before {
  rotate: -20deg;
}
#reason .sect_title span::after {
  rotate: 20deg;
}
#reason .sect_title img {
  display: inline;
  margin: 0 1.3333333333vw;
}
#reason .sect_title .img01 {
  width: 45.3333333333vw;
}
#reason .sect_title .img02 {
  width: 4vw;
  margin-top: 3.0666666667vw;
}
#reason .sect_title strong {
  font-weight: 700;
  font-size: 8vw;
  letter-spacing: 0.1em;
}
#reason .reason_block {
  width: 90.6666666667vw;
  margin: 0 auto 4vw;
  border-radius: 4vw;
  background: #fff;
  display: flex;
  flex-flow: row wrap;
  gap: 5.3333333333vw;
  padding: 6.4vw 0 7.4666666667vw 5.3333333333vw;
}
#reason .reason_block .num {
  width: 77.6vw;
}
#reason .reason_block .txt_wrap {
  margin-top: 0.6666666667vw;
}
#reason .reason_block .txt_wrap h3 {
  font-size: 6.6666666667vw;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #A00000;
  margin: 0 0 5.0666666667vw;
}
#reason .reason_block .txt_wrap h3 span {
  display: block;
  font-size: 4.5333333333vw;
  line-height: 7.2vw;
  letter-spacing: 0.1em;
  color: #2E355B;
  margin: 2.9333333333vw 0 0;
}
#reason .reason_block .txt_wrap p {
  width: 80vw;
  font-size: 3.6vw;
  line-height: 2;
  font-weight: 400;
}
#reason .btn {
  width: 88vw;
  margin: 9.3333333333vw auto 0;
}

#voice {
  background: #fafafa;
  padding: 14.6666666667vw 0 12vw;
}
#voice .sect_title {
  font-size: 5.8666666667vw;
  line-height: 9.3333333333vw;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin: 0 0 0 11.2vw;
}
#voice .note {
  font-size: 2.6666666667vw;
  letter-spacing: 0.1em;
  margin: 4vw 0 7.2vw 11.2vw;
}
#voice .voice_block {
  width: 90.6666666667vw;
  margin: 0 auto 4vw;
  padding: 6.6666666667vw 0 6vw;
  border-radius: 4.1333333333vw;
  box-shadow: 0.9333333333vw 0.9333333333vw 0.6666666667vw rgba(0, 0, 0, 0.1);
  display: flex;
  flex-flow: row wrap;
  gap: 8vw;
}
#voice .user {
  width: 100%;
}
#voice .user img {
  width: 24vw;
  margin: 0 auto 1.8666666667vw;
}
#voice .user .name {
  text-align: center;
  font-size: 3.6vw;
  font-weight: 700;
}
#voice .comment {
  width: 80vw;
  margin: 0 auto;
}
#voice .comment p {
  font-size: 3.6vw;
  line-height: 2;
  letter-spacing: 0.1em;
}
#voice .comment strong {
  background: #F1D9D9;
  padding: 0 0.4vw;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; /* Safari用 */
}
#voice .comment span {
  letter-spacing: 0.08em;
}

#flow {
  background: #F2F2F2;
  padding: 13.7333333333vw 0 7.7333333333vw;
}
#flow .sect_title {
  font-size: 5.8666666667vw;
  line-height: 9.3333333333vw;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin: 0 0 7.7333333333vw 15.0666666667vw;
}
#flow .steps {
  width: 85.3333333333vw;
  margin-inline: auto;
  display: flex;
  flex-flow: row wrap;
  gap: 4vw;
}
#flow .steps li {
  background: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#flow .steps li::after {
  content: "";
  display: block;
  height: calc(5.3333333333vw / 2);
  width: 8vw;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -2.6666666667vw;
  left: 0;
  right: 0;
  margin-inline: auto;
}
#flow .steps li:nth-child(1)::after {
  background: #ABAEBD;
}
#flow .steps li:nth-child(2)::after {
  background: #969AAD;
}
#flow .steps li:nth-child(3)::after {
  background: #7E83A0;
}
#flow .steps li:nth-child(4)::after {
  background: #6D728C;
}
#flow .steps li:nth-child(5)::after {
  background: #585D7C;
}
#flow .steps li:nth-child(6)::after {
  background: #43496B;
}
#flow .steps li:last-child::after {
  display: none;
}
#flow .steps li:last-child .txt {
  gap: 1.3333333333vw;
}
#flow .steps .num {
  width: 12vw;
}
#flow .steps .txt {
  width: 66.6666666667vw;
  padding: 4.2666666667vw 0 3.3333333333vw;
}
#flow .steps .txt p {
  font-weight: 700;
  font-size: 4.4vw;
  letter-spacing: 0.08em;
}
#flow .steps .txt span {
  display: block;
  font-size: 3.6vw;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-top: 4vw;
}
#flow .steps .txt span i {
  width: fit-content;
  width: -moz-fit-content;
  display: block;
  font-style: normal;
  background: #F2F2F2;
  padding: 0.6666666667vw 1.0666666667vw;
  height: 5.3333333333vw;
  margin-bottom: 1.3333333333vw;
}
#flow .steps .txt span i:nth-last-of-type(1) {
  margin-bottom: 0;
}

#faq {
  background: #F2F2F2;
  padding: 12.2666666667vw 0 12vw;
}
#faq .sect_title {
  font-size: 5.8666666667vw;
  line-height: 6.9333333333vw;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 7.3333333333vw;
}
#faq .qa_block {
  width: 90.6666666667vw;
  margin: 0 auto 4vw;
  padding: 5.4666666667vw 0 6.4vw;
  border-radius: 4.1333333333vw;
  background: #fff;
}
#faq .qa_block dt {
  background: url(../img/q.png) no-repeat 0 0/8vw;
  font-weight: 700;
  font-size: 4.2666666667vw;
  line-height: 5.4666666667vw;
  min-height: 8vw;
  padding: 0.6666666667vw 0 0 12vw;
  margin: 0 0 2.6666666667vw 5.3333333333vw;
}
#faq .qa_block dd {
  background: url(../img/a.png) no-repeat 0 0/8vw;
  width: 80vw;
  font-size: 3.6vw;
  line-height: 2;
  min-height: 8vw;
  padding: 0.6666666667vw 0 0 12vw;
  margin: 0 0 0 5.3333333333vw;
}

#contact {
  background: url(../img/contact_bg_sp.jpg) no-repeat center 0/100% 100%;
  height: 276vw;
  color: #fff;
  padding: 17.0666666667vw 0 0;
}
#contact .sect_title {
  font-size: 6vw;
  line-height: 9.3333333333vw;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin: 0 0 7.7333333333vw 8.6666666667vw;
}
#contact .txt {
  margin: 0 0 80.6666666667vw 6.6666666667vw;
}
#contact .txt p {
  font-size: 4vw;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}
#contact .btn_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.6666666667vw;
  letter-spacing: 0.1em;
  gap: 3.3333333333vw;
  margin: 0 0 4.5333333333vw;
  color: #2E355B;
  font-weight: 700;
}
#contact .btn_txt::before, #contact .btn_txt::after {
  content: "";
  display: block;
  width: 0.2666666667vw;
  height: 6.4vw;
  background: #2E355B;
}
#contact .btn_txt::before {
  rotate: -20deg;
}
#contact .btn_txt::after {
  rotate: 20deg;
}
#contact .btn {
  width: 88vw;
  margin-inline: auto;
}

footer {
  background: #333333;
  height: 26.6666666667vw;
  padding: 6.6666666667vw 0 0;
}
footer .logo {
  width: 34.1333333333vw;
  margin: 0 auto 5.3333333333vw;
}
footer small {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 2.6666666667vw;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  line-height: 1.2;
}
footer small:nth-of-type(2) {
  margin-bottom: 20px;
  line-height: 1;
}
footer a {
  color: #fff;
  text-decoration: underline;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.modal_viewport {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  width: 90.6666666667vw;
  display: none;
}

.modal_close {
  background: url(../img/close.png) no-repeat center 0/100%;
  width: 12vw;
  height: 12vw;
  position: absolute;
  top: -14vh;
  right: 0;
  cursor: pointer;
}

.modal_ttl {
  background: #A00000;
  width: 74.6666666667vw;
  height: 12vw;
  position: absolute;
  top: -12vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 4vw 4vw 0 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8666666667vw;
}
.modal_ttl span {
  background: #fff;
  color: #A00000;
  border-radius: 100vh;
  width: 17.3333333333vw;
  height: 5.0666666667vw;
  font-weight: 700;
  font-size: 3.2vw;
  text-align: center;
  padding: 0.6666666667vw 0 0;
}
.modal_ttl p {
  font-size: 4.8vw;
  letter-spacing: 0.1em;
}

.modal_box {
  background: #fff;
  border-radius: 4.6666666667vw;
  overflow: hidden;
}

.modal_container {
  display: flex;
  transition: transform 0.4s ease-in-out;
  width: 362.6666666667vw;
}

.modal {
  display: flex;
  flex-shrink: 0;
  padding: 6.6666666667vw 0 8vw;
  max-height: 144vw;
  height: 70vh;
  width: 25%;
  color: #333333;
}

.modal_progress {
  width: 76vw;
  margin: 0 0 6vw 8vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal_progress .num {
  width: 8.1333333333vw;
}
.modal_progress .bar {
  width: 64vw;
  height: 1.6vw;
  background: #E6E6E6;
  border-radius: 100vh;
  position: relative;
  overflow: hidden;
}
.modal_progress .bar::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #A00000;
  border-radius: 100vh;
  transition: all 0.3s;
  transform-origin: left top;
  translate: -100% 0;
}

.modal_inner {
  overflow-y: scroll;
  height: 100%;
  width: 100%;
}

.modal_question {
  font-weight: 700;
  font-size: 4.2666666667vw;
  line-height: 6.6666666667vw;
  color: #A00000;
  letter-spacing: 0.1em;
  margin: 0 0 7.0666666667vw 8vw;
}
.modal_question.modal05_q {
  margin: 0 0 2.6666666667vw 8vw;
}

.modal_answer {
  width: 80vw;
  margin-inline: auto;
}
.modal_answer li {
  margin-bottom: 2vw;
}
.modal_answer input[type=radio] {
  display: none;
}
.modal_answer input[type=radio] + label {
  display: flex;
  align-items: center;
  border: 1px solid #2E355B;
  color: #2E355B;
  font-weight: 700;
  font-size: 3.6vw;
  line-height: 4.9333333333vw;
  width: 80vw;
  height: 13.3333333333vw;
  border-radius: 100vh;
  cursor: pointer;
  padding: 0 0 0 7.3333333333vw;
}
.modal_answer input[type=radio]:checked + label {
  background: #2E355B;
  color: #fff;
  transition: all 0.3s;
}
.modal_answer .modal_answer_text {
  color: #2E355B;
  font-size: 2.9333333333vw;
  line-height: 1.59;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: 2.6666666667vw;
}
.modal_answer .input_list {
  margin: 3.3333333333vw 0 4vw;
}
.modal_answer .input_list li {
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw;
}
.modal_answer .input_list li:not(:first-child) {
  margin-top: 4.6666666667vw;
}
.modal_answer .input_list li .tit {
  color: #2E355B;
  font-size: 3.6vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: 2.6666666667vw;
}
.modal_answer .input_list li .input_text {
  font-size: 3.6vw;
  width: 80vw;
  height: 13.3333333333vw;
  padding: 0 6.6666666667vw;
  border-radius: 6.6666666667vw;
  border: 1px solid #2E355B;
  box-sizing: border-box;
}
.modal_answer .input_list li .input_text::placeholder {
  color: #ccc;
}
.modal_answer .privacy {
  color: #2E355B;
  font-size: 2.9333333333vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: 2.6666666667vw;
  margin-right: -2.6666666667vw;
  margin-bottom: 6.6666666667vw;
}
.modal_answer .privacy a {
  color: #2E355B;
  text-decoration: underline;
}

.modal_btn_wrap {
  width: 80vw;
  margin: 6.2666666667vw auto 0;
  padding-bottom: 1.3333333333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal_back {
  width: 24vw;
  height: 12vw;
  outline: none;
  border: 1px solid #666;
  border-radius: 100vh;
  background: #fff;
  color: #666;
  font-size: 3.6vw;
  letter-spacing: 0.1em;
  padding: 0;
  cursor: pointer;
}
@media (any-hover: hover) {
  .modal_back:hover {
    background: #666;
    color: #fff;
    transition: all 0.3s;
  }
}

.modal_send {
  width: 32vw;
  height: 12vw;
  outline: none;
  border: 1px solid #A00000;
  border-radius: 100vh;
  background: #fff;
  color: #A00000;
  font-size: 3.6vw;
  letter-spacing: 0.1em;
  padding: 0;
  cursor: pointer;
}
@media (any-hover: hover) {
  .modal_send:hover {
    background: #A00000;
    color: #fff;
    transition: all 0.3s;
  }
}

#modal01 .modal_progress .bar::before {
  translate: -75% 0;
}

#modal02 .modal_progress .bar::before {
  translate: -50% 0;
}

#modal03 .modal_progress .bar::before {
  translate: -25% 0;
}

#modal04 .modal_progress .bar::before {
  translate: 0% 0;
}

#modal05 .modal_inner {
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-flow: column wrap;
  justify-content: center;
  gap: 5.3333333333vw;
}

.modal_end_ttl {
  text-align: center;
  color: #A00000;
  font-weight: 700;
  font-size: 6.4vw;
  line-height: 9.3333333333vw;
  letter-spacing: 0.1em;
}

.modal_end_txt {
  text-align: center;
  font-size: 3.6vw;
  line-height: 6.5333333333vw;
  letter-spacing: 0.1em;
  color: #2E355B;
}

.btn_line {
  width: 80.1333333333vw;
  margin-inline: auto;
}

.modal_notice {
  position: fixed;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 6.6666666667vw 0 8vw;
  z-index: 1001;
  border-radius: 4.6666666667vw;
  width: 90.6666666667vw;
  height: 70vh;
  color: #333333;
}

.modal_notice_ttl {
  text-align: center;
  color: #A00000;
  font-size: 4.2666666667vw;
  line-height: 7.7333333333vw;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 8vw;
}

.modal_notice_step {
  color: #2E355B;
  width: 72vw;
  margin-inline: auto;
  padding-bottom: 13.3333333333vw;
}
.modal_notice_step li {
  font-size: 4vw;
  line-height: 7.7333333333vw;
  letter-spacing: 0.1em;
  font-weight: 700;
  border-bottom: 1px solid #2E355B;
  padding: 5.3333333333vw 0 4vw 10vw;
}
.modal_notice_step li:nth-child(1) {
  background: url(../img/arert01.png) no-repeat 0 6vw/7.8666666667vw;
}
.modal_notice_step li:nth-child(2) {
  background: url(../img/arert02.png) no-repeat 0 6vw/7.8666666667vw;
}
.modal_notice_step i {
  background: url(../img/dots01.png) no-repeat center 0/100%;
  display: inline-block;
  width: 6.5333333333vw;
  height: 6.5333333333vw;
  vertical-align: middle;
  margin: 0 1.3333333333vw;
}
.modal_notice_step em {
  background: url(../img/dots02.png) no-repeat center 0/100%;
  display: inline-block;
  width: 6.5333333333vw;
  height: 6.5333333333vw;
  vertical-align: middle;
  margin: 0 1.3333333333vw;
}

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