@charset "UTF-8";
/*--------------------------------------------------------------------
=== [共通レイアウト] ====================================
 -------------------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  font-weight: 500;
  color: #3B4043;
  background-color: #FCE8E4;

}
#colWrap {
display: flex;
  justify-content: center;
  gap:30px;
	}
a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}
#wrapper {
  width: min(393px, 100%);
  background-color: #fff;
  box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.08);
  position: relative;
}
#pcFv {
  position: sticky;
  top: 50px;
  width: min(40.365vw, 775px);
  height: 100%;
}
#pcFv .cont {
  width: 100%;
}
#pcFv .cont img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 750px) {
  #pcFv {
    display: none;
  }
}
#pcFv .btnCta {
  display: block;
  width: min(19.635vw, 377px);
  margin: max(-2.083vw, -40px) 0 0 min(8.333vw, 160px);
}
img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
pointer-events: none;	
}
header a {
  display: block;
  padding: min(17.812vw, 70px) min(10.178vw, 40px) min(7.634vw, 30px);
}
.l-footer {
  background-color: var(--color_footer_bg);
  color: var(--color_footer_text);
  position: relative;
  z-index: 0
}
.l-footer a, .l-footer span {
  color: inherit
}
.l-footer .copyright {
  font-size: 12px;
  text-align: center
}
.l-footer .copyright a {
  color: var(--color_link)
}
.l-footer__nav {
  color: inherit;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: .5em 0 1em
}
.l-footer__nav a {
  color: inherit;
  display: block;
  font-size: 12px;
  padding: .25em .5em;
  text-decoration: none
}
.l-footer__nav a:hover {
  text-decoration: underline
}
.l-footer .l-footer__foot {
  padding: 35px 0 45px;
}
.pagetop{
  width: 52px;
  height: 52px;
  border: 1px solid #e85832;
  color: #e85832;
  background: #fff;

  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 1000;

  text-decoration: none;
  box-sizing: border-box;

  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease,
              background .2s ease, color .2s ease;
}

.pagetop::before{
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  transform: rotate(45deg);
  margin-top: 4px;
}

/* 表示状態 */
.pagetop.is-show{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* マウスオーバーで反転 */
.pagetop:hover{
  background: #e85832;
  color: #fff;
}

#sec02 {
  margin: -80px 0 40px;
  position: relative;
}
#sec02 #btnCta {
  width: min(95.929vw, 377px);
}
#sec02 #btnCta.btnCtaFloat {
  position: absolute;
  bottom: 50px;
  right: 15px;
}

#btnCta img {
  display: block;
}


#btnCtaFloat img { display:block; }
#btnCtaFloat {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.4s ease;
}

#btnCtaFloat.is-visible {
  display: block;
  opacity: 1;
}
#sec03 {
  margin-bottom: 30px;
}
#sec05 {
  max-width: 370px;
  margin: 40px 0;
}
#sec06 {
  max-width: 363px;
  margin: 0 auto;
}
#sec07 {
  max-width: 363px;
  margin: 30px auto;
}
#sec08 {
  background-color: #FCE8E4;
}
#sec08:after {
  content: "";
  background-size: cover;
  display: inline-block;
  background-image: url("../img/sec08_bg.jpg");
  width: 100%;
  height: 15px;
  background-repeat: no-repeat;
  vertical-align: bottom;
}
#sec08 .step01, #sec08 .step02 {
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 15px;
}
#sec08 .step01 .subttl img, #sec08 .step02 .subttl img {
  margin-top: -20px;
}
#sec08 .step01 .subttl {
  width: min(88.041vw, 346px);
  margin-left: 10px;
}
#sec08 .step02 .subttl {
  width: min(82.952vw, 326px);
  margin-left: 10px;
}
#sec08 .stepSlider {
  width: 100%;
  overflow: hidden;
  padding-left: 15px;
}
#sec08 .stepSlider .swiper-slide {
  text-align: center;
}
#sec08 .stepSlider .swiper-slide {
  flex: 0 0 250px;
  width: 250px;
  cursor: pointer;
}
#sec08 .stepSlider img {
  width: 100%;
  height: auto;
  display: block;
}
#sec08 .stepSlider .swiper-pagination {
  position: relative;
  margin-top: 12px;
}
#sec08 .stepSlider .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #B8B8B8;
  opacity: 1;
}
#sec08 .stepSlider .swiper-pagination-bullet-active {
  background: #E85832;
}

#sec09 .ttl {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  color: #E85832;
  margin: 40px auto 30px;
  text-align: center;
}
#sec09 .faq {
  border-radius: 20px;
  box-shadow: 0px 4px 4px 4px rgba(232, 88, 50, 0.15);
  margin: 0 15px;
}
#sec09 .faq .q {
  font-size: 23px;
  font-weight: bold;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.1;
  text-indent: -1.2em;
  padding-left: 1.2em;
  padding: 20px 40px;
  border-bottom: solid 1px #EAEAEA;
  cursor: pointer;
  position: relative;
}
#sec09 .faq .q:before {
  content: "Q.";
  color: #E85832;
}
#sec09 .faq .q:after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-image: url("../img/sec09_arw.png");
  height: 18px;
  width: 17px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#sec09 .faq .open .q:after {
  transform: scale(1, -1);
}
#sec09 .faq .a {
  font-size: 16px;
  background-color: #FFEBE6;
  padding: 15px;
  font-weight: 400;
  border-bottom: dashed 1px #707070;
  display: none;
}
#sec09 .faq li.open .a {
  display: block;
}
@media (max-width: 750px) {
  #wrapper {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
.pagetop{
  position: fixed;
  bottom: 15px;
  right:  15px;
}	
}