@charset "UTF-8";

/**=====================前回=====================**/
html, body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f4f4f4;
  font-optical-sizing: auto;
  line-height: 1.4;
  font-weight: 400;
}

@media screen and (max-width: 779px) {
  html, body {
    font-size: 1.3vw;
  }
}

@media screen and (min-width: 780px) {
  html, body {
    font-size: 10px;
  }
}

* {
  color: #333333;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0;
}

pre {
  margin: 0;
}

ul, ol {
  padding-left: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  display: block;
  color: #333333;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  display: block;
}

p, dl, dd {
  margin: 0;
}

button {
  border: none;
  box-shadow: none;
}

button:hover {
  cursor: pointer;
}

input:active, input:focus, input:hover,
textarea:active, textarea:focus, textarea:hover,
select:active, select:focus, select:hover,
button:active, button:focus, button:hover {
  outline: none;
}

::-ms-expand {
  display: none;
}

i {
  font-style: normal;
}

.pc {
  display: block;
}

@media only screen and (max-width: 780px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media only screen and (max-width: 780px) {
  .sp {
    display: block;
  }
}

.blank {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 780px) {
  .blank {
    display: none;
  }
}

.spblank {
  display: none;
}

@media only screen and (max-width: 780px) {
  .spblank {
    width: 100%;
    display: block;
  }
}

/**=====================前回=====================**/
.navy_figure {
  position: relative;
  z-index: 2;
}

.navy_back {
  background-color: #324063;
  position: relative;
  padding: 23.2rem 0 0;
  margin: 0 auto 5.2rem;
}

.navy_back::after {
  content: "";
  height: 0;
  display: inline-block;
  border-top: solid 5.2rem #324063;
  border-right: solid 39rem transparent;
  border-left: solid 39rem transparent;
  border-bottom: 0;
  position: absolute;
  left: 0;
  bottom: calc(-5.2rem + 1px);
  /* 1px上に調整 */

}

@media screen and (max-width: 780px) {
  .navy_back::after {
    border-right: solid 50vw transparent;
    border-left: solid 50vw transparent;
  }
}

.number_wrap {
  padding: 22.2rem 0 4rem;
}

.number_list {
  padding: 0 0 7.8rem;
}

.number_list li {
  width: 72.6rem;
  padding: 1.4rem 0;
  margin: 0 auto;
  border-bottom: solid 2px rgba(255, 255, 255, 0.4);
}

.check_wrap {
  width: 73.2rem;
  margin: 0 auto;
  position: relative;
}

.check_wrap p {
  width: 68rem;
  color: #e5395b;
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
  border: solid 7px #e5395b;
  border-radius: 2rem;
  padding: 4rem 0;
  margin: 0 0 0 auto;
}

.check_wrap::before {
  content: "";
  width: 18rem;
  height: 18rem;
  display: block;
  background-image: url(../images/trouble/red_check.png);
  background-size: contain;
  background-position: center;
  transform: translateY(-40%) translateX(-20%);
  position: absolute;
  top: 0;
  left: 0;
}

.check_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.8rem 2rem;
  justify-content: center;
}

.check_list li {
  width: 36.2rem;
}

.slick-dots {
  display: flex;
  gap: 1.8rem;
  justify-content: center;
}

.slick-dots li button {
  width: 2rem;
  height: 2rem;
  font-size: 0;
  background-color: #4f2222;
  border-radius: 100%;
}

.slick-dots li.slick-active button {
  background-color: #FFF;
}

.trouble {
  padding: 9.2rem 0 6rem;
  background-color: #ffffff;
}

.trouble_title {
  width: 66.4rem;
  margin: 0 auto;
  margin-bottom: 3.5em;

}

.trouble_title+figure {
  width: 70.2rem;
  margin: 0 auto -18.6rem;
}

.trouble_wrap .trouble_list {
  padding: 0 0 2.2rem;
}

.trouble_fukidashi {
  width: calc(100% - 8.6rem);
  height: 27.6rem;
  background-image: url(../images/trouble/fukugyo_trouble_images02.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0 auto 3.8rem;
  position: relative;
}

.trouble_fukidashi p {
  font-size: 3.4rem;
  font-weight: 500;
  position: absolute;
  transform: translateX(70%) translateY(-60%);
  top: 50%;
}

.trouble_fukidashi p span {
  position: relative;
}

.trouble_fukidashi p span b {
  color: #c40505;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.trouble_fukidashi p span b:nth-of-type(1) {
  font-size: 5rem;
  padding: 0 0 0 0.5rem;
}

.trouble_fukidashi p span b:nth-of-type(2) {
  font-size: 3.4rem;
}

.trouble_fukidashi p span::before {
  content: "";
  width: 100%;
  height: 1.8rem;
  display: block;
  background-color: #cccccc;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.trouble_text {
  padding: 0 4.3rem 4rem;
  margin: 0 auto;
}

.trouble_text p {
  color: #FFFFFF;
  font-size: 3rem;
}

.trouble_text p:nth-of-type(1), .trouble_text p:nth-of-type(2) {
  text-align: center;
  margin: 0 0 2rem;
}

.trouble_text p span {
  color: #FFFFFF;
}

.trouble_text p span:nth-of-type(1) {
  text-align: center;
}

.trouble_text p b {
  color: #fcee21;
  font-size: 4.4rem;
  font-weight: 500;
  border-bottom: dotted 4px #fcee21;
}

.trouble_resolve {
  padding: 13.2rem 0 8rem;
}

.trouble_resolve h2 {
  font-size: 4rem;
  text-align: center;
  font-weight: 600;
  margin: 0 0 5.4rem;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.05em;
}

.trouble_resolve h2+img {
  width: 73.2rem;
  margin: 0 auto 8rem;
}

.trouble_resolve h3 {
  width: 64.1rem;
  margin: 0 auto 4rem;
}

.trouble_resolve p {
  width: 73.2rem;
  font-size: 3rem;
  line-height: 1.7;
  border-top: solid 1.6px #c9c9c9;
  padding: 4rem 0 0;
  margin: 0 auto;
}

.trouble_resolve p b {
  color: #e5395b;
}

.repayment {
  padding: 8.2rem 0 0;
  background-color: #ffffff;

}

.repayment h3 {
  width: 72.3rem;
  margin: 0 auto 3.2rem;
}

.repayment h3+figure {
  width: 70.2rem;
  margin: 0 auto -18.6rem;
}

.repayment_comment {
  width: 67.6rem;
  font-size: 3.2rem;
  font-weight: 500;
  background-color: #FFFFFF;
  border-radius: 10rem;
  text-align: center;
  padding: 2rem 0;
  margin: 0 auto 2.5rem;
}

.repayment_comment b {
  color: #e5395b;
}

.repayment_comment+p {
  color: #FFFFFF;
  font-size: 3rem;
  line-height: 1.6;
  text-align: center;
}

.repayment_fukidashi {
  width: calc(100% - 11.2rem);
  background-color: #FFFFFF;
  border-radius: 10rem;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 3.6rem 0;
  margin: 0 auto 5.2rem;
}

.repayment_fukidashi span {
  color: #e5395b;
}

.repayment_text {
  color: #FFFFFF;
  font-size: 3rem;
  line-height: 1.6;
  text-align: center;
  padding: 0 0 4.4rem;
}

.repayment_change {
  background-image: url(../images/repayment/repayment_back.png);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 6rem 0 26.6rem;
}

.repayment_change img {
  width: 59.9rem;
  margin: 0 auto 4rem;
}

.repayment_change p {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04rem;
  padding: 0 5rem;
  /* yellow border */
}

.repayment_change p span {
  position: relative;
}

.repayment_change p span b {
  color: #e5395b;
  font-size: 3.4rem;
  position: relative;
  z-index: 2;
}

.repayment_change p span::before {
  content: "";
  width: 100%;
  height: 1.8rem;
  display: block;
  background-color: #fff6bf;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.clue {
  padding: 8.4rem 0 8rem;
  background-color: #F9F9F9;
}

.clue h2 {
  width: 59.9rem;
  margin: 0 auto 6rem;
}

.clue .check_list {
  margin: 0 auto 12rem;
}

.debtsolution {
  background-image: url(../images/debtsolution/debtsolution_bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}

.debtsolution h2 {
  margin: 0 0 12rem;
}

.debtsolution h2+p {
  width: 72.8rem;
  font-size: 3rem;
  margin: 0 auto 12rem;
  letter-spacing: 0.07em;
  line-height: 1.6;
}

.debtsolution h2+p b {
  color: #e5395b;
  font-weight: 400;
  letter-spacing: 0.07em;
}

.debtsolution dl {
  width: calc(100% - 2.6rem);
  background-color: #FFFFFF;
  border-radius: 0 4.8rem 4.8rem 0;
  padding: 21.6rem 4.4rem 8rem 2.4rem;
  box-shadow: 4px 4px 8px 0px rgba(139, 131, 121, 0.2);
  margin: 0 2.6rem 14rem 0;
  position: relative;

}

.debtsolution dl::before {
  content: "";
  width: 100%;
  height: 37.9rem;
  display: block;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: -10.6rem;
  right: -2.3rem;
}

.debtsolution dl:nth-of-type(1) {
  margin: 0 2.6rem 14rem 0;
}

.debtsolution dl:nth-of-type(1)::before {
  background-image: url(../images/debtsolution/debtsolution_solution01.png);
}

.debtsolution dl:nth-of-type(2) {
  margin: 0 2.6rem 11.6rem 0;
}

.debtsolution dl:nth-of-type(2)::before {
  background-image: url(../images/debtsolution/debtsolution_solution02.png);
}

.debtsolution dl dt {
  font-size: 4.6rem;
  font-weight: 500;
  margin: 0 0 4rem;
}

.debtsolution dl dd {
  font-size: 3rem;
  line-height: 1.7;
}

.debtsolution dl dd b {
  color: #e5395b;
  font-weight: 400;
}

.debtsolution_change img {
  width: 71.1rem;
  margin: 0 auto;
}

.debtsolution_change p {
  background-image: url(../images/debtsolution/debtsolution_bg.png);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  font-size: 3.4rem;
  line-height: 1.7;
  font-weight: 500;
  padding: 0 5rem 20.4rem;
  margin: 0 auto;
  letter-spacing: 0.1em;
  /* yellow border */

}

.debtsolution_change p span {
  position: relative;
}

.debtsolution_change p span b {
  color: #e5395b;
  font-size: 4rem;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

.debtsolution_change p span::before {
  content: "";
  width: 100%;
  height: 1.8rem;
  display: block;
  background-color: #fff6bf;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.solutioncase {
  background-image: url(../images/solutioncase/solutioncase_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.solutioncase h3 {
  margin: 0 0 5.4rem;
}

.solutioncase_list {
  padding: 0 0 15.8rem;
}

.solutioncase_list li {
  width: 73rem;
  padding: 0 0 4.8rem;
  margin: 0 auto 8.8rem;
  position: relative;
}

.solutioncase_list li:nth-last-of-type(1) {
  margin: 0 auto;
}

.solutioncase_list li::before {
  content: "";
  width: 100%;
  height: calc(100% - 6rem);
  background-color: #FFFFFF;
  border-radius: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08);

}

.solutioncase_list div {
  display: flex;
  margin: -6rem 0 0;
  position: relative;
  z-index: 2;
}

.solutioncase_list div figure {
  width: 25.5rem;
}

.solutioncase_list div p {
  width: 43.4rem;
  color: #e5395b;
  font-size: 3rem;
  line-height: 1.7;
  padding: 10rem 0 0;
}

.solutioncase_list div+p {
  width: 69rem;
  font-size: 3rem;
  border-top: solid 1.6px #c9c9c9;
  padding: 3.4rem 0 0;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  /* yellow border */
  letter-spacing: 0.06em;
  line-height: 1.5;

}

.solutioncase_list div+p span {
  position: relative;
}

.solutioncase_list div+p span b {
  color: #e5395b;
  font-weight: 400;
  position: relative;
  z-index: 2;
}

.solutioncase_list div+p span::before {
  content: "";
  width: 100%;
  height: 1.8rem;
  display: block;
  background-color: #fff6bf;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.pr {
  background-image: url(../images/pr/pr_point_bg.png);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 0 0 68rem;
}

.pr h4 {
  margin: 0 0 2rem;
}

.pr_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pr_list li {
  width: 36.9rem;
}



.reason {
  background-color: #fff;
}

.reason_wrap {
  background-image: url(../images/reason/reason_bottom.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom left;
  padding: 0 0 10.4rem;
  margin-top: 7rem;
}

.reason_wrap dl {
  width: 73rem;
  margin: 0 auto;
  margin-top: 2rem;

}

.reason_wrap dl:not(:nth-last-of-type(1)) {
  border-bottom: solid 1.6px #c9c9c9;
}

.reason_wrap dl dd {
  padding: 2rem 2rem 4.8rem;
}

.reason_wrap dl dd p {
  width: 73rem;
  font-size: 3rem;
  line-height: 1.7;
  margin: 0 auto;
}

.lawyer {
  background-image: linear-gradient(40deg, #7A2423 0%, #C64445 100%);
  padding: 0 0 9.6rem;
}

.lawyer_list {
  margin: 0 0 13.2rem;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

.media_wrap {
  background-color: #FFFFFF;
  padding: 0.5rem 0 4.2rem;
  position: relative;
  margin-top: 5em;
}

.media_wrap::before {
  content: "";
  width: 100%;
  height: 1rem;
  background-image: radial-gradient(#D7D7D7 2px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 1rem 1rem;
  position: absolute;
  top: -0.5rem;
  left: 0;
}

.media_wrap::after {
  content: "";
  width: 100%;
  height: 1rem;
  background-image: radial-gradient(#D7D7D7 2px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 1rem 1rem;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
}

.media_list_wrap {
  display: flex;
  overflow: hidden;
  margin-top: 5em;
}

.media_list_wrap:nth-of-type(1) .media_list {
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}

.media_list_wrap:nth-of-type(2) .media_list {
  animation: infinity-scroll-right 40s infinite linear 0.5s both;
}

.media_list {
  display: flex;
  padding: 0;
}

.media_list li {
  width: 39rem;
}

.media_text {
  width: 53.6rem;
  padding: 3.2rem 0 0;
  margin: 0 auto;
}

.review {
  background-image: url(../images/review/review_bg.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 0 9.6rem;
}

.flow {
  background-image: url(../images/flow/flow_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 0 0 15.4rem;
}

.flow h3 {
  margin: 0 auto 7rem;
}

.flow_list {
  position: relative;
}

.flow_list::after {
  content: "";
  width: 0.4rem;
  height: 129.7rem;
  display: block;
  background-image: url(../images/flow/flow_border.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 1;
  top: 10rem;
  left: 5.4rem;
}

.flow_list_item {
  position: relative;
  z-index: 2;
}

.flow_list_item::before {
  content: "";
  width: 8.1rem;
  height: 10rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -1.6rem;
  left: -0.6rem;
}

.flow_list_item:not(:nth-of-type(4)) {
  width: 73.3rem;
  height: 32.1rem;
  background-size: 100% auto;
  border-radius: 1rem;
  box-shadow: 4px 4px 4px 0px rgba(215, 215, 215, 0.4);
  margin: 0 auto 4.6rem;
}

.flow_list_item:nth-of-type(4) {
  width: 75.5rem;
  height: 25.9rem;
  margin: 0 0.9rem 4.6rem auto;
}

.flow_list_item dl {
  width: 46rem;
  padding: 4.6rem 0 0;
  margin: 0 3.6rem 0 auto;
}

.flow_list_item dl dt {
  color: #e5395b;
  font-size: 3rem;
  margin: 0 0 2rem;
  font-weight: 600;
}

.flow_list_item dl dd {
  font-size: 2.8rem;
  line-height: 1.7;
}

.flow_list_item:nth-of-type(1) {
  background-image: url(../images/flow/flow_img01.png);
}

.flow_list_item:nth-of-type(1)::before {
  background-image: url(../images/flow/flow_tag01.png);
}

.flow_list_item:nth-of-type(2) {
  background-image: url(../images/flow/flow_img02.png);
}

.flow_list_item:nth-of-type(2)::before {
  background-image: url(../images/flow/flow_tag02.png);
}

.flow_list_item:nth-of-type(3) {
  background-image: url(../images/flow/flow_img03.png);
}

.flow_list_item:nth-of-type(3)::before {
  background-image: url(../images/flow/flow_tag03.png);
}

.flow_list_item:nth-of-type(4)::before {
  background-image: url(../images/flow/flow_tag_hand.png);
  left: 0.6rem;
}

.flow_list_item:nth-of-type(5) {
  background-image: url(../images/flow/flow_img04.png);
  margin: 0 auto;
}

.flow_list_item:nth-of-type(5)::before {
  background-image: url(../images/flow/flow_tag04.png);
}

.red_wrap {
  background-image: linear-gradient(40deg, #7A2423 0%, #C64445 100%);
}

.insight {
  padding: 8.8rem 0 11.8rem;
}

.insight h3 {
  width: 70.5rem;
  margin: 0 auto;
}

.qa {
  background-image: url(../images/qa/q&a_bottom.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 0 0 26.2rem;
  background-color: #fff;
}

.qa h3 {
  margin: 0 auto 7.2rem;
}

.qa h3+p {
  width: 72rem;
  font-size: 3rem;
  margin: 0 auto 8rem;
}

.qa_list {
  border-top: solid 1px #c9c9c9;
}

.qa_list:hover {
  cursor: pointer;
}

.qa_list .question {
  border-bottom: solid 1px #c9c9c9;
  font-size: 3rem;
  position: relative;
}

.qa_list .question::before {
  content: "";
  width: 7.3rem;
  height: 7.3rem;
  display: block;
  background-image: url(../images/qa/Q.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 2.75rem;
}

.qa_list .question::after {
  content: "";
  width: 3.2rem;
  height: 0.4rem;
  display: block;
  background-color: #D7D7D7;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 2.4rem;
}

.qa_list .question span {
  display: flex;
  align-items: center;
  min-height: 12.3rem;
  padding: 4.5rem 9.2rem 4.5rem 13.8rem;
  position: relative;
  letter-spacing: 0.08em;
  line-height: 1.３;


}

.qa_list .question span::after {
  content: "";
  width: 0.4rem;
  height: 3.2rem;
  display: block;
  background-color: #D7D7D7;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  right: 3.6rem;
}

.qa_list .answer {
  height: 0;
  min-height: 0;
  background-color: #F7F6F6;
  font-size: 0px;
  padding: 0;
  position: relative;
}

.qa_list .answer:nth-last-of-type(1) {
  border-bottom: solid 1px #c9c9c9;
}

.qa_list .answer::before {
  content: "";
  width: 7.3rem;
  height: 7.3rem;
  display: none;
  background-image: url(../images/qa/A.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 4rem;
  left: 2.75rem;
}

.qa_list .qa_item.open>.question span::after {
  display: none;
}

.qa_list .qa_item.open>.answer {
  min-height: 12.3rem;
  height: auto;
  font-size: 3rem;
  padding: 4.5rem 9.2rem 4.5rem 13.8rem;
  letter-spacing: 0.08em;
  line-height: 1.３;
}

.qa_list .qa_item.open>.answer::before {
  display: block;
}

.profile {
  background-image: linear-gradient(40deg, #7A2423 0%, #C64445 100%);
  padding: 10.4rem 0 10.2rem;
}

.profile h4 {
  width: 33.4rem;
  margin: 0 auto 5.8rem;
}

.profile_wrap {
  width: 73rem;
  background-color: #FFFFFF;
  border-radius: 2rem;
  padding: 6.2rem 2rem 3rem;
  margin: 0 auto;
}

.profile_wrap .name {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  padding: 0 0 3.2rem;
  border-bottom: solid 1.6px #c9c9c9;
}

.profile_wrap dl {
  padding: 3.4rem 0;
}

.profile_wrap dl:not(:nth-last-of-type(1)) {
  border-bottom: solid 1.6px #c9c9c9;
}

.profile_wrap dl dt {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 500;
  margin: 0 0 1.8rem;
}

.profile_wrap dl dd {
  font-size: 3rem;
  text-align: center;
  font-weight: 300;
  line-height: 1.7;
}

.thanks_wrap {
  background: ##f4f4f4 !important;
  box-shadow: none !important;
}

.thanks_wrap p {
  font-size: 2.8rem;
  line-height: 1.4;
  padding: 10.4rem 3.6rem 12.6rem;
}

.thanks_wrap a {
  width: 34rem;
  margin: 0 auto;
}

.cta {
  position: relative;
}

.cta div {
  width: 78rem;
  margin: 0 auto;
}

.cta_list {
  width: 70.8rem;
  position: absolute;
  transform: translateX(-50%);
  top: 52%;
  left: 50%;
}

.cta_red {
  padding: 8.8rem 0 0;
}

.cta_red .cta_list {
  top: 45%;
}

@keyframes kirari {
  0% {
    -webkit-transform: scale(0) rotate(25deg);
    opacity: 0;
  }

  75% {
    -webkit-transform: scale(0) rotate(25deg);
    opacity: 0.5;
  }

  76% {
    -webkit-transform: scale(4) rotate(25deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}

.cta_fv {
  position: relative;
}

.cta_fv .fv_line_btn {
  width: 67.6rem;
  transform: translateX(-50%);
  position: absolute;
  top: 32%;
  left: 52%;
}

.cta_fv .fv_line_btn .fv_cta_bubble {
  width: 13.8rem;
  height: 14.1rem;
  position: absolute;
  top: -1.4rem;
  left: -1.8rem;
  z-index: 2;
}

.cta_fv .fv_line_btn .fv_cta_wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.cta_fv .fv_line_btn .fv_cta_wrap>img {
  margin-bottom: 0;
}

.cta_fv .fv_line_btn .fv_cta_wrap::before {
  content: "";
  height: 100%;
  width: 3rem;
  position: absolute;
  top: -18rem;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: kirari 2.5s ease-in-out infinite;
}

@keyframes kachikachi {
  0% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(0);
  }

  81% {
    transform: translateY(1rem);
  }

  87% {
    transform: translateY(0);
  }

  93% {
    transform: translateY(1rem);
  }

  99% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

.cta_fv .fv_cta_bottom {
  position: relative;
}

.cta_fv .fv_cta_bottom::before {
  content: "";
  width: 66.5rem;
  height: 16rem;
  display: block;
  background-image: url(../images/fv/cta_main_bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  bottom: -1rem;
  right: 1rem;
}

@media (max-width: 768px) {

  .cta_fv .fv_cta_bottom::before {
    content: "";
    width: 66.4rem;
    height: 14rem;
    display: block;
    background-image: url(../images/fv/cta_main_bottom.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    bottom: -1rem;
    right: 1rem;
    border-radius: 2rem;
  }

  .cta_fv .fv_line_btn .fv_cta_wrap>img {
    position: relative;
    left: -0.9rem;
    margin-bottom: 0;
  }

  .cta_fv .fv_cta_wrap::before {
    top: -14rem;
    left: 0;
    height: 100%;
    width: 3rem;
    opacity: 0.5;
    transform: rotate(45deg);
    animation: kirari 2.5s ease-in-out infinite;
    z-index: 3;
  }
}


.cta_fv .fv_cta_bottom_animation {
  -webkit-animation: kachikachi 2.5s ease-in-out infinite;
}

.cta_2 .cta_list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  top: 34%;
}

header {
  width: 780px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 780px) {
  header {
    width: 100%;
  }
}

@media only screen and (min-width: 1600px) {
  header {
    transform: translateX(-98px);
  }
}

.footer {
  width: 100%;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 100;
}

@media screen and (min-width: 1440px) {
  .footer {
    position: fixed;
    width: auto;
    top: auto;
    left: auto;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1599px) {
  .footer {
    bottom: 11rem;
    right: calc(50vw - 720px);
  }

}

@media screen and (min-width: 1600px) {
  .footer {
    bottom: 4rem;
    right: calc(50vw - 785px);
  }
}

.footer_cta {
  background-color: #fff9d4;
  padding: 1rem 3.6rem 2.2rem;
}

.footer_cta_1 {
  display: none;
}

@media screen and (max-width: 899px) {
  .footer_cta_1 {
    display: block;
  }
}

.footer_cta_2 {
  display: none;
}

@media screen and (min-width: 900px) and (max-width: 1439px) {
  .footer_cta_2 {
    display: block;
  }
}

.footer_cta_2 .footer_cta_list {
  gap: 2rem;
  justify-content: center;
  margin: 0 auto;
}

.footer_cta_3 {
  display: none;
  background-color: transparent;
}

@media screen and (min-width: 1440px) and (max-width: 1599px) {
  .footer_cta_3 {
    display: block;
  }

  .footer_cta_3 .footer_cta_list {
    width: 28rem;
    flex-direction: column;
    gap: 1.5rem;

  }
}

.footer_cta_4 {
  width: 55.7rem;
  display: none;
  background: none;
  position: relative;
  left: 10%;
}

@media screen and (min-width: 1600px) {
  .footer_cta_4 {
    display: block;
  }

  .footer_cta_4 .footer_cta_list {
    width: 43rem;
    flex-direction: column;
    margin: 0 auto;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    gap: 0.8rem;
  }

  .footer_cta_4 .footer_cta_list li {
    width: auto;
  }
}

.footer_cta_list {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin: 0 0 0.8rem;
}

.footer_cta_list li {
  width: 25.5rem;
}

.footer_cta_text {
  background-color: #FFFFFF;
  border-radius: 5rem;
  text-align: center;
  font-size: 2.3rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  padding: 1rem 0;
}

.footer_cta_text b {
  color: #e5395b;
}

body {
  margin: 0;
  letter-spacing: 0.07em;
  scroll-behavior: smooth;
}

main {
  width: 78rem;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 780px) {
  main {
    width: 100%;
  }
}

@media only screen and (min-width: 1600px) {
  main {
    transform: translateX(-98px);
  }
}

@media only screen and (min-width: 750px) {
  main {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
}

#contact {
  background-color: #fff;
}

#contact .contact_text {
  width: 72.4rem;
  font-size: 2.8rem;
  margin: 0 auto;

}

#contact .contact_detail {
  width: 73rem;
  font-size: 2.8rem;
  margin: 0 auto 8rem;
}

#contact form {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 8rem 3rem 3rem;
  margin: 0 auto;
  padding-top: 6em;
}

@media only screen and (max-width: 750px) {
  #contact form {
    padding: 0 3vw 10vw;
  }
}

#contact form dl {
  width: 100%;
  border-bottom: 1px solid #dddddd;
}

#contact form dl dt {
  padding: 1.5rem 0;
}

@media only screen and (min-width: 1800px) {
  #contact form dl dt {
    padding: 0.83vw 0;
  }
}

#contact form dl dt .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  line-height: 1.5;
}

#contact form dl dt .inner .name {
  font-size: 16px;
  font-weight: bold;
}

#contact form dl dt .inner .require {
  padding: 0.4rem 0.8rem;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  background-color: #ff3f00;
  border-radius: 0.4rem;
  white-space: nowrap;
}

@media only screen and (min-width: 1800px) {
  #contact form dl dt .inner .require {
    padding: 0.16vw 0.4vw;
  }
}

#contact form dl dt .inner .any {
  padding: 0.4rem 0.8rem;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  background-color: #007fff;
  border-radius: 0.4rem;
  white-space: nowrap;
}

@media only screen and (min-width: 1800px) {
  #contact form dl dt .inner .any {
    padding: 0.16vw 0.4vw;
  }
}

#contact form dl dd {
  padding: 0 0 2rem;
  font-size: 16px;
  vertical-align: middle;
}

@media only screen and (min-width: 1800px) {
  #contact form dl dd {
    padding: 0 0 1vw;
  }
}

#contact form dl dd input[type=text],
#contact form dl dd input[type=email],
#contact form dl dd input[type=tel],
#contact form dl dd input[type=number],
#contact form dl dd select {
  width: 100%;
  height: 3.2rem;
  padding: 0.5rem 2rem;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  border: 3px solid #dddddd;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-text-size-adjust: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media only screen and (min-width: 1800px) {

  #contact form dl dd input[type=text],
  #contact form dl dd input[type=email],
  #contact form dl dd input[type=tel],
  #contact form dl dd input[type=number],
  #contact form dl dd select {
    height: 2vw;
    font-size: 1vw;
  }
}

#contact form dl dd input[type=number] {
  width: 24.6rem;
  margin-right: 0.6rem;
}

#contact form dl dd input[type=number]+span {
  font-weight: 700;
}

#contact form dl dd select {
  height: 5rem;
  padding: 0.5rem 1rem;
}

@media only screen and (min-width: 1800px) {
  #contact form dl dd select {
    height: 4vw;
  }
}

#contact form dl dd textarea {
  width: 100%;
  min-height: 10rem;
  border: solid 2px #D7D7D7;
  padding: 0.6rem;
}

#contact form dl dd input::placeholder {
  color: #B8B8B8;
  font-weight: 400;
}

#contact form dl .radioList {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}

#contact form dl .radioList label {
  font-weight: 700;
}

#contact form dl .radioList label:hover {
  cursor: pointer;
}

#contact form dl .checkList {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}

@media only screen and (max-width: 750px) {
  #contact form dl .checkList {
    flex-direction: column;
  }
}

#contact form dl .checkList label {
  font-weight: 700;
}

#contact form dl .checkList label:hover {
  cursor: pointer;
}

#contact form dl .checkList_2 {
  margin-bottom: 2rem;
}

#contact form .iframe {
  width: 100%;
  height: 10rem;
  border: 2px solid #dddddd;
  font-size: 16px;
  padding: 1rem;
  overflow: scroll;
  margin-bottom: 25px;
}

@media only screen and (min-width: 1800px) {
  #contact form .iframe {
    height: 6vw;
  }
}

#contact form .iframe_wrap {
  border-bottom: none;
  text-align: center;
  padding: 25px 0;
}

@media only screen and (min-width: 1800px) {
  #contact form .iframe_wrap {
    padding: 2.2vw 0;
  }
}

#contact form .iframe>div {
  width: 100%;
  font-size: 12px;
}

#contact form .check_important {
  font-size: 16px;
}

#contact form button {
  width: 26.8rem;
  max-width: 90%;
  display: block;
  background: linear-gradient(45deg, #004f99, #0085cf);
  box-shadow: 0 4px 10px rgba(0, 72, 138, 0.4);
  border-radius: 50rem;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.07em;
  padding: 1.8rem 1.2rem;
  margin: 0 auto;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#contact form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 72, 138, 0.5);
}

@media screen and (max-width: 780px) {
  #contact form button {
    width: 38.8rem;
    font-size: 2.5rem;
    padding: 2rem 4rem;

  }
}

@media screen and (max-width: 780px) {

  #contact form dl dd textarea {
    min-height: 30rem;
  }


  #contact form dl dd input[type=text],
  #contact form dl dd input[type=email],
  #contact form dl dd input[type=tel],
  #contact form dl dd input[type=number],
  #contact form dl dd select {
    height: 8vw;
  }
}



#contact .parsley-required {
  color: #D84743;
}

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

.back-btn {
  width: 20vw;
  max-width: 200px;
  min-width: 120px;
  height: auto;
  display: block;
  margin: 8vh auto 0;
}

main.thanks-html {
  box-shadow: none;
}

main.thanks-html p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
  text-align: center;
  margin: 2em auto;
  max-width: 600px;
  padding: 0 1em;
}

/* --- スマホ用（768px以下） --- */
@media screen and (max-width: 768px) {
  main.thanks-html p {
    font-size: 2rem;
    line-height: 1.7;
    margin: 1.5em auto;
    padding: 0 1.2em;
    max-width: 90%;
  }

  .back-btn {
    width: 70vw;
    height: auto;
    display: block;
    margin: 8vh auto 0;
  }
}

/* --- さらに小さいスマホ（480px以下） --- */
@media screen and (max-width: 480px) {
  main.thanks-html p {
    font-size: 2.5rem;
    line-height: 1.6;
    margin: 1.2em auto;
  }

  .back-btn {
    width: 40vw;
    max-width: 200px;
    min-width: 120px;
    height: auto;
    display: block;
    margin: 8vh auto 0;
  }

}