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

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

.sp_only {
  display: none !important;
}

.inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

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

header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: #fff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
header .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
header .logo {
  width: 224px;
}
header .btn {
  width: 340px;
}

#fv {
  background: url(../img/fv_bg.jpg) no-repeat center 0;
  height: 670px;
}
#fv .inner {
  padding: 80px 0 0;
}
#fv h1 {
  width: 582px;
  margin: 0 0 36px 10px;
}
#fv .award {
  width: 783px;
  margin: 0 0 0 10px;
}
#fv .award_note {
  margin: 0 0 19px 35px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 400;
}
#fv .btn {
  width: 600px;
  margin: 0 0 64px 10px;
}
#fv .txt_wrap {
  background: #fff;
  width: 980px;
  height: 280px;
  border-radius: 20px;
  margin-inline: auto;
  text-align: center;
  padding: 20px 0 0;
}
#fv .txt_wrap p {
  font-size: 21px;
  line-height: 46px;
  letter-spacing: 0.02em;
  color: #2E355B;
}

#sv {
  background: url(../img/sv_bg.jpg) no-repeat center 0;
  height: 1050px;
  color: #fff;
  margin-bottom: -148px;
}
#sv .inner {
  padding: 273px 0 0 384px;
}
#sv .catch {
  font-size: 42px;
  line-height: 55px;
  letter-spacing: 0.1em;
  margin: 0 0 62px;
}
#sv .txt {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.14em;
}

#worries {
  background: url(../img/worries_bg.png) no-repeat center 0;
  height: 909px;
  padding: 115px 0 0;
  position: relative;
  z-index: 2;
}
#worries .sect_ttl {
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin: 0 0 57px;
}
#worries .worries_list {
  width: 820px;
  margin-inline: auto;
  display: flex;
  flex-flow: row wrap;
  gap: 9px;
}
#worries .worries_list li {
  border-radius: 100vh;
  background: #FFF url(../img/chk.png) no-repeat 44px center/20px;
  width: 100%;
  height: 70px;
  border: 1px solid #2E355B;
  padding: 22px 0 0 84px;
  font-size: 23px;
  letter-spacing: 0.1em;
  font-weight: 700;
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.1);
}
#worries .txt {
  background: url(../img/moya_img.png) no-repeat center 0/100%;
  width: 875px;
  height: 324px;
  margin-inline: auto;
  text-align: center;
  color: #fff;
  padding: 57px 0 0;
}
#worries .txt p {
  font-size: 26px;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}
#worries .txt h3 {
  font-size: 32px;
  line-height: 50px;
  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: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  margin-inline: auto;
}

#reason {
  background: #F2F2F2 url(../img/reason_bg.jpg) no-repeat center 0;
  padding: 100px 0 90px;
}
#reason .sect_title {
  color: #fff;
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin: 0 0 75px;
}
#reason .sect_title span {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 30px;
  letter-spacing: 0.1em;
  gap: 25px;
  margin: 0 0 22px;
}
#reason .sect_title span::before, #reason .sect_title span::after {
  content: "";
  display: block;
  width: 2px;
  height: 38px;
  background: #fff;
}
#reason .sect_title span::before {
  rotate: -20deg;
}
#reason .sect_title span::after {
  rotate: 20deg;
}
#reason .sect_title img {
  display: inline;
  margin: 0 10px;
}
#reason .sect_title .img01 {
  width: 294px;
}
#reason .sect_title .img02 {
  width: 26px;
}
#reason .sect_title strong {
  font-weight: 700;
  font-size: 52px;
  letter-spacing: 0.1em;
}
#reason .reason_block {
  width: 1000px;
  margin: 0 auto 20px;
  border-radius: 30px;
  background: #fff;
  display: flex;
  gap: 40px;
  padding: 50px 0 45px 80px;
}
#reason .reason_block .num {
  width: 180px;
}
#reason .reason_block .txt_wrap {
  margin-top: -2px;
}
#reason .reason_block .txt_wrap h3 {
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #A00000;
  margin: 0 0 40px;
}
#reason .reason_block .txt_wrap h3 span {
  display: block;
  font-size: 26px;
  letter-spacing: 0.1em;
  color: #2E355B;
  margin: 14px 0 0;
}
#reason .reason_block .txt_wrap p {
  color: #2E355B;
  font-size: 17px;
  line-height: 30px;
}
#reason .btn {
  width: 510px;
  margin: 60px auto 0;
}

#voice {
  background: #fafafa;
  padding: 92px 0 80px;
}
#voice .sect_title {
  font-size: 36px;
  line-height: 52px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}
#voice .note {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.1em;
  margin: 40px 0 54px;
}
#voice .voice_block {
  width: 980px;
  margin: 0 auto 20px;
  padding: 50px 0 45px 60px;
  border-radius: 31px;
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 50px;
}
#voice .user {
  width: 110px;
}
#voice .user img {
  width: 110px;
}
#voice .user .name {
  width: fit-content;
  width: -moz-fit-content;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  text-align: center;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  margin-block-start: 10px;
}
#voice .comment {
  width: 700px;
  margin-top: -14px;
}
#voice .comment p {
  font-size: 17px;
  line-height: 35px;
  letter-spacing: 0.1em;
}
#voice .comment strong {
  background: #F1D9D9;
  padding: 0 3px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; /* Safari用 */
}
#voice .comment span {
  letter-spacing: 0.08em;
}

#flow {
  background: #F2F2F2;
  padding: 92px 0 58px;
}
#flow .sect_title {
  font-size: 36px;
  line-height: 52px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 64px;
}
#flow .steps {
  width: 1000px;
  margin-inline: auto;
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
}
#flow .steps li {
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
}
#flow .steps li::after {
  content: "";
  display: block;
  height: 15px;
  width: 30px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -15px;
  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: 10px;
}
#flow .steps .num {
  width: 70px;
}
#flow .steps .txt {
  display: flex;
  align-items: center;
  gap: 25px;
}
#flow .steps .txt p {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.08em;
}
#flow .steps .txt span {
  display: block;
  height: 30px;
  background: #F2F2F2;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding: 4px 15px;
}
#flow .steps .txt span i {
  font-style: normal;
}

#faq {
  background: #F2F2F2;
  padding: 92px 0 80px;
}
#faq .sect_title {
  font-size: 36px;
  line-height: 52px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px;
}
#faq .qa_block {
  width: 1000px;
  margin: 0 auto 20px;
  padding: 30px 0 28px;
  border-radius: 31px;
  background: #fff;
}
#faq .qa_block dt {
  background: url(../img/q.png) no-repeat 0 0/40px;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.1em;
  height: 40px;
  padding: 5px 0 0 70px;
  margin: 0 0 13px 30px;
}
#faq .qa_block dd {
  background: url(../img/a.png) no-repeat 0 0/40px;
  width: 860px;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.1em;
  min-height: 40px;
  padding: 0 0 0 60px;
  margin: 0 0 0 70px;
}

#contact {
  background: url(../img/contact_bg.jpg) no-repeat center 0;
  height: 1119px;
  color: #fff;
  padding: 95px 0 0;
  text-align: center;
}
#contact .sect_title {
  font-size: 45px;
  line-height: 55px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 51px;
}
#contact .txt {
  margin-bottom: 180px;
}
#contact .txt p {
  font-size: 23px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
#contact .btn_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 27px;
  letter-spacing: 0.1em;
  gap: 25px;
  margin: 0 0 26px;
  color: #2E355B;
  font-weight: 700;
}
#contact .btn_txt::before, #contact .btn_txt::after {
  content: "";
  display: block;
  width: 2px;
  height: 38px;
  background: #2E355B;
}
#contact .btn_txt::before {
  rotate: -20deg;
}
#contact .btn_txt::after {
  rotate: 20deg;
}
#contact .btn {
  width: 510px;
  margin-inline: auto;
}

footer {
  background: #333333;
  height: 160px;
  padding: 40px 0 0;
}
footer .logo {
  width: 179px;
  margin: 0 auto 34px;
}
footer small {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 15px;
  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: 1000px;
  display: none;
}

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

.modal_ttl {
  background: #A00000;
  width: 554px;
  height: 85px;
  position: absolute;
  top: -85px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 30px 30px 0 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.modal_ttl span {
  background: #fff;
  color: #A00000;
  border-radius: 100vh;
  width: 130px;
  height: 38px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  padding: 5px 0 0;
}
.modal_ttl p {
  font-size: 36px;
  letter-spacing: 0.1em;
}

.modal_box {
  background: #fff;
  border-radius: 35px;
  overflow: hidden;
}

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

.modal {
  display: flex;
  flex-shrink: 0;
  padding: 54px 0 60px;
  max-height: 770px;
  height: 70vh;
  width: 25%;
  color: #333333;
}

.modal_progress {
  width: 780px;
  margin: 0 auto 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal_progress .num {
  width: 61px;
}
.modal_progress .bar {
  width: 700px;
  height: 12px;
  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: 28px;
  color: #A00000;
  letter-spacing: 0.1em;
  margin: 0 0 53px 100px;
}
.modal_question.modal05_q {
  margin: 0 0 20px 100px;
}

.modal_answer {
  width: 750px;
  margin-inline: auto;
}
.modal_answer li {
  margin-bottom: 15px;
}
.modal_answer input[type=radio] {
  display: none;
}
.modal_answer input[type=radio] + label {
  display: block;
  border: 1px solid #2E355B;
  color: #2E355B;
  font-weight: 700;
  font-size: 23px;
  width: 750px;
  height: 70px;
  border-radius: 100vh;
  cursor: pointer;
  padding: 22px 0 0 55px;
}
.modal_answer input[type=radio]:checked + label {
  background: #2E355B;
  color: #fff;
  transition: all 0.3s;
}
.modal_answer .modal_answer_text {
  color: #2E355B;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.modal_answer .input_list {
  margin: 25px 0 30px;
}
.modal_answer .input_list li {
  display: flex;
  align-items: center;
}
.modal_answer .input_list li:not(:first-child) {
  margin-top: 15px;
}
.modal_answer .input_list li .tit {
  color: #2E355B;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 200px;
}
.modal_answer .input_list li .input_text {
  font-size: 23px;
  width: 550px;
  height: 70px;
  padding: 0 35px;
  border-radius: 40px;
  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: 23px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}
.modal_answer .privacy a {
  color: #2E355B;
  text-decoration: underline;
}

.modal_btn_wrap {
  width: 750px;
  margin: 30px auto 0;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.modal_send {
  width: 160px;
  height: 60px;
  outline: none;
  border: 1px solid #A00000;
  border-radius: 100vh;
  background: #fff;
  color: #A00000;
  font-size: 20px;
  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-direction: column;
  justify-content: center;
  gap: 45px;
}

.modal_end_ttl {
  text-align: center;
  color: #A00000;
  font-weight: 700;
  font-size: 52px;
  letter-spacing: 0.1em;
}

.modal_end_txt {
  text-align: center;
  font-size: 28px;
  line-height: 49px;
  letter-spacing: 0.1em;
  color: #2E355B;
}

.btn_line {
  width: 511px;
  margin-inline: auto;
}

.modal_notice, .overlay-guide {
  display: none !important;
}

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