@charset "UTF-8";
@font-face {
  font-family: "NotoSans";
  src: url(../webfonts/NotoSansJP-Black.otf);
  src: url(../webfonts/NotoSansJP-Bold.otf);
  src: url(../webfonts/NotoSansJP-Regular.otf);
}
/* =========================================

break point

========================================= */
/* CSS Document */
/*******************

 LP style

********************/
html, body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/* content
--------------------------------------------------*/
.lpbox, #lpfooter {
  font-size: clamp(14px, 3.7333333333vw, 28px);
  font-family: "メイリオ", "Mayryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000000;
  line-height: 1.7857142857em;
}

.lpbox .spitem {
  display: block;
}
.lpbox .pcitem {
  display: none;
}
.lpbox a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}

@media screen and (min-width: 750px) {
  .lpbox, #lpfooter {
    font-size: clamp(12px, 1.8vw, 18px);
    line-height: 2em;
    margin: 0 auto;
  }
  .lpbox .spitem {
    display: none;
  }
  .lpbox .pcitem {
    display: block;
  }
}
#lpfooter a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}

.lpbox a:hover, #lpfooter a:hover {
  text-decoration: underline;
}

.lpbox span, #lpfooter span {
  font-size: inherit;
  font-weight: inherit;
}

.lpbox img, #lpfooter img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}

.lpbox img.img-t, #lpfooter img.img-t {
  vertical-align: top;
}

/* cart css reset */
.lpbox header, .lpbox h1, .lpbox h2, .lpbox h3, .lpbox p, .lpbox dl, .lpbox dt, .lpbox dd, .lpbox div, .lpbox section, .lpbox span {
  border: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}

#lpfooter footer, #lpfooter div, #lpfooter p {
  border: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#lpfooter ul, #lpfooter li {
  border: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

/*----------------------------------------*/
.lpbox .lpheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  background: #fff;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
  border-bottom: clamp(1px, 0.2666666667vw, 2px) solid #284e80;
}
.lpbox .lpheader__box {
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  padding: 1.3333333333%;
}
@media screen and (min-width: 768px) {
  .lpbox .lpheader__box {
    justify-content: unset;
  }
}
.lpbox .lpheader__logo {
  display: block;
  width: 54.7945205479%;
  margin: 0;
}
.lpbox .lpheader__link {
  display: flex;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.lpbox .lpheader__img {
  /*   display: block; */
}
.lpbox .lpheader__btn {
  display: block;
}
.lpbox #fv {
  margin-top: 80px;
  max-width: 1450px;
  background-image: url(../img/fv_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .lpbox #fv {
    margin-top: 66px;
  }
}
.lpbox #fv h1 picture {
  position: relative;
}
.lpbox #fv h1 picture .fv-inner-1 {
  max-width: 600px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@keyframes sway-vertical {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.lpbox #fv h1 picture .fv-inner-2 {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
  /* ここで "sway" の代わりに "sway-vertical" を指定 */
  animation: sway-vertical 1s ease-in-out infinite;
}
.lpbox #fv h1 picture .fv-inner-3 {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1;
}
.lpbox .cta {
  position: relative;
  display: block;
  margin: 0 auto;
}
.lpbox .mt3 {
  margin-top: 3em;
}
.lpbox .cta__box {
  position: relative;
  display: block;
}
.lpbox .cta__date {
  position: absolute;
  top: calc(2 / var(--ctaheight-sp) * 100%);
  left: 0;
  text-align: center;
  font-size: clamp(18px, 5.3333333333vw, 40px);
  font-weight: bold;
  line-height: 1.4705882353em;
  width: 100%;
}
.lpbox .cta__tel {
  display: block;
  position: absolute;
  top: calc(170 / var(--ctaheight-sp) * 100%);
  width: 95.333333%;
  left: 0;
  right: 0;
  margin-top: 5px;
}
.lpbox .cta__web {
  position: absolute;
  bottom: calc(50 / var(--ctaheight-sp) * 100%);
  right: 5.3333333333%;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .lpbox .cta__web {
    width: 40%;
  }
}
.lpbox .trouble--01 {
  display: block;
  margin: 0 auto;
}
.lpbox .trouble--03 {
  position: relative;
  display: block;
  margin: 0 auto;
}
.lpbox .trouble__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 2.6666666667%, 20px);
}
.lpbox .trouble__item {
  display: block;
  width: 29.3333333333%;
  margin: 0 0 1em;
  position: relative;
  box-shadow: 6.889px 11.025px 4px 0px rgba(0, 0, 0, 0.3);
}
.lpbox .trouble__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 106.8181818182% 6.8181818182% 4.5454545455%;
}
.lpbox .trouble__list dt {
  font-weight: 700;
  font-size: clamp(12px, 3.2vw, 24px);
  line-height: 1.75em;
  border-bottom: 1px solid;
  margin-bottom: 0.3em;
}
.lpbox .trouble__list dd {
  font-size: clamp(8px, 2.1333333333vw, 16px);
  line-height: 1.1428571429em;
}
.lpbox .trouble__text--red {
  font-weight: 700;
  font-size: clamp(9px, 2.4vw, 18px);
  line-height: 1.75em;
  display: inline-block;
  color: #ed0c0c;
  letter-spacing: 0;
}
.lpbox .trouble__text--l {
  font-size: clamp(14px, 3.7333333333vw, 28px);
  line-height: 1.1428571429em;
  letter-spacing: 0;
}
.lpbox .relief {
  background-image: url(../img/webp/relief_bg_sp.webp);
  background-size: cover;
  background-position: bottom center;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 14.6666666667% 0 10.6666666667%;
}
.lpbox .relief__content {
  background: #fff;
  display: block;
  width: 92%;
  margin: 0 auto;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.2);
  border: clamp(2px, 0.4vw, 3px) solid #284e80;
}
.lpbox .relief__title {
  position: relative;
  display: block;
  z-index: 2;
  margin-top: -2.2em;
}
.lpbox .relief__textbox--01 {
  display: block;
  box-sizing: border-box;
  padding: 4.347826087%;
}
.lpbox .relief__image {
  display: block;
  margin-bottom: 1em;
}
.lpbox .relief__text {
  line-height: 1.7857142857em;
}
.lpbox .relief__text span {
  color: #df0808;
  font-weight: 700;
}
.lpbox .relief__textbox--02 {
  display: block;
  box-sizing: border-box;
  padding: 0 4.347826087% 4.347826087%;
}
.lpbox .relief__key {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.lpbox .relief__key + .relief__key {
  margin-top: 6.4516129032%;
}
.lpbox .relief__keyicon {
  display: block;
  width: 25.8064516129%;
  margin: 0 auto -1px;
}
.lpbox .relief__keytextbox {
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: clamp(15px, 4vw, 30px);
  width: 100%;
}
.lpbox .relief__keytextbox dt {
  background: #284e80;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.3571428571em;
  line-height: 1.2105263158em;
  box-sizing: border-box;
  padding: 0.5em 0 0.4em;
}
.lpbox .relief__keytextbox dd {
  background: #f1f5f8;
  display: flex;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: 3.2258064516% 0;
}
.lpbox .relief__keyimage {
  width: 40.3225806452%;
}
.lpbox .relief__keytext {
  width: 46.7741935484%;
}
.lpbox .strengths__content {
  display: block;
  box-sizing: border-box;
  background-repeat: repeat;
  background-position: top center;
  padding-bottom: 5.3333333333%;
}
.lpbox .strengths__check {
  display: block;
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
}
.lpbox .strengths__box {
  box-shadow: 0px 0px 25px 0px rgba(136, 98, 57, 0.5);
  box-sizing: border-box;
  display: block;
  border-radius: clamp(30px, 8vw, 60px);
  overflow: hidden;
  background-color: #fff;
  width: 94.6666666667%;
  margin: 2.6666666667% auto 8%;
}
.lpbox .strengths__boxtext {
  display: block;
  box-sizing: border-box;
  padding: 5.6338028169%;
  position: relative;
  margin: 0;
}
.lpbox .strengths__boxcontent {
  display: block;
  margin: 3.2258064516% auto;
}
.lpbox .strengths__boximg--01 {
  display: block;
  width: 103.2258064516%;
  margin-left: -3.2258064516%;
}
.lpbox .strengths__boximg--hosho {
  display: block;
  width: 109.0322580645%;
  margin-left: -4.5161290323%;
  margin-bottom: 1em;
}
.lpbox .strengths__boximg--after {
  display: block;
  width: 100.8064516129%;
  margin-left: -0.4838709677%;
  margin-bottom: 1em;
}
.lpbox .step {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background: #f2f2f2;
  box-sizing: border-box;
  padding: 8% 0 10.6666666667%;
}
.lpbox .step:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
  background: #fff;
}
.lpbox .step__content {
  position: relative;
  z-index: 3;
}
.lpbox .step__title {
  width: 90.6666666667%;
  margin: 0 auto;
}
.lpbox .step__flow {
  display: block;
  margin: 2.6666666667% auto 0;
  display: flex;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  flex-flow: column;
}
.lpbox .step__item {
  position: relative;
  background: #fff;
  border: 1px solid #9d9d9d;
  text-align: center;
  box-sizing: border-box;
  margin: 4.4117647059% auto 0;
  padding: 4.4117647059%;
  width: 90.6666666667%;
}
.lpbox .step__ic {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 29.4117647059%;
}
.lpbox .step__text {
  text-align: center;
  font-weight: 700;
  font-size: 1.1428571429em;
  box-sizing: border-box;
  padding: 3.2258064516% 0;
}
.lpbox .step__item--ar {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.lpbox .step__img--ar {
  width: 8%;
  margin: 0 auto 2.9411764706%;
}
.lpbox .step__item--05text {
  display: none;
}
.lpbox .service__title {
  display: block;
  margin: 0 auto;
}
.lpbox .service__conetnt {
  background-repeat: repeat;
  background-size: 100% auto;
  box-sizing: border-box;
  display: block;
  padding: 5.3333333333% 2.6666666667% 8%;
}
.lpbox .service__sttl {
  text-align: center;
  margin-bottom: 1em;
}
.lpbox .service__sttl h3 {
  margin: 0 auto;
}
.lpbox .service__sttl h3 span {
  background-color: #fff;
  color: #062f53;
  font-size: clamp(16px, 4.2666666667vw, 32px);
}
.lpbox .service__item {
  display: flex;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: space-between;
  box-sizing: border-box;
  background: #fff;
  border-radius: clamp(15px, 4vw, 30px);
  border: clamp(3px, 0.8vw, 6px) solid #878787;
  padding: 4.2253521127% 2.8169014085%;
  margin: 2.8169014085% auto;
}
.lpbox .service__image {
  margin: 0;
  width: 35.3846153846%;
}
.lpbox .service__textbox {
  margin: 0;
  width: 60%;
}
.lpbox .small {
  font-size: 0.7em;
  line-height: 1.25em;
}
.lpbox .service__itemtitle {
  background: #878787;
  color: #fff;
  font-size: 1.1428571429em;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 0.3em 0.3em 0.2em;
  margin-bottom: 0.5em;
}
.lpbox .service__itemic {
  display: block;
  margin: 0;
  width: 0.9642857143em;
  vertical-align: middle;
  margin-right: 0.4em;
  position: relative;
  margin-top: -0.15em;
}
.lpbox .exp {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.lpbox .exp__box {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding: 0;
}
.lpbox .voice {
  margin: 0px auto 10.6666666667%;
}
.lpbox .voice__text {
  background: #f2f2f2;
  box-sizing: border-box;
  padding: 1.3333333333% 5.3333333333% 5.3333333333%;
  position: relative;
  z-index: 3;
}
.lpbox .voice__att {
  font-size: 0.6428571429em;
  line-height: 1.5em;
  text-align: right;
  margin-top: 2em;
}
.lpbox .sameday {
  position: relative;
  margin: 0 auto;
  background: #a6e4f9;
}
.lpbox .sameday__box {
  border-width: 0px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 3px;
  border-color: rgb(255, 225, 132);
  background-color: rgba(255, 255, 255, 0.902);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 2.9197080292%;
  left: 4%;
  width: 92%;
  box-sizing: border-box;
  padding: 4% 40% 4% 4%;
}
.lpbox .sameday__image {
  position: absolute;
  bottom: 0;
  right: calc(-4% - 3px);
  width: 49.5652173913%;
}
.lpbox .sameday__title {
  font-size: 1.1428571429em;
  color: #fd5715;
  font-weight: bold;
  line-height: 1.25em;
  margin-bottom: 1em;
}
.lpbox .sameday__text {
  font-size: 0.9285714286em;
  line-height: 1.5em;
}
.lpbox .qa {
  box-sizing: border-box;
  padding: 4%;
  max-width: 900px;
  margin: 0 auto;
}
.lpbox .qa__title {
  display: block;
  box-sizing: border-box;
  width: 61.1594202899%;
  margin: 5.7971014493% auto;
}
.lpbox .qa__item {
  display: block;
  margin: 5.7971014493% auto;
}
.lpbox .qa__btn {
  position: relative;
  display: block;
  cursor: pointer;
  background: #f2f2f2;
  color: #251602;
  box-sizing: border-box;
  padding: 2.8985507246% 4.347826087%;
  font-weight: bold;
  font-size: 1.0714285714em;
}
.lpbox .qa__btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #a6846a;
  width: 2.6em;
  height: 100%;
  z-index: 2;
}
.lpbox .qa__btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/qa_ar.svg) no-repeat 50% 50%;
  background-size: 50% auto;
  width: 2.6em;
  height: 100%;
  z-index: 3;
  transition: all 0.5s ease;
  transform: rotate(0deg);
}
.lpbox .qa--open .qa__btn:before {
  content: "";
  transform: rotate(180deg);
}
.lpbox .qa__text {
  background: #f2f2f2;
  box-sizing: border-box;
  padding: 4.347826087%;
}
.lpbox .qa__text a {
  color: #239deb;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.lpbox .promise__bg {
  background: #f2f2f2;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  padding: 4% 0 8%;
}
.lpbox .promise__content {
  background-image: url(../img/webp/promise_bg_sp.webp);
  background-repeat: repeat;
  background-size: 100% auto;
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  width: 92%;
  padding: 4.347826087%;
}
.lpbox .promise__subtitle {
  display: flex;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 2px solid;
  box-sizing: border-box;
  padding: 1.4492753623% 0 2.8985507246%;
}
.lpbox .promise__icon {
  width: 20%;
  margin: 0;
  margin-right: 1em;
}
.lpbox .promise__subtitle h3 {
  margin: 0;
  font-size: clamp(21px, 5.6vw, 42px);
  line-height: 1.4285714286em;
}
.lpbox .promice__marker {
  color: #da0707;
  background: rgb(255, 238, 0);
  background: linear-gradient(0deg, rgb(255, 238, 0) 0%, rgb(255, 238, 0) 35%, rgba(255, 238, 0, 0) 35%, rgba(255, 238, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffee00",endColorstr="#ffee00",GradientType=1);
  line-height: 1.2em;
  display: inline-block;
  padding: 0 0.1em;
}
.lpbox .promise__textbox {
  display: flex;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: space-between;
  margin: 4.7619047619% auto;
}
.lpbox .promise__image {
  width: 41.2698412698%;
  margin: 0;
}
.lpbox .promise__text {
  width: 52.380952381%;
  margin: 0;
}
.lpbox .promise__content hr {
  border: none;
  background-image: url(../img/webp/promise_dotline_sp.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
  width: 100%;
  height: 0;
  padding-bottom: 0.7936507937%;
  margin: 4.7619047619% auto;
}
.lpbox .promise__paymenttitle {
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #000;
  box-sizing: border-box;
  padding: 0.3em 0 0.1em;
}
.lpbox .promise__paymenttitle h3 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #000;
  font-size: clamp(16px, 4.2666666667vw, 32px);
}
.lpbox .promise__paymenttext {
  margin: 6.3492063492% auto;
}
.lpbox .promise__service {
  border: 1px solid #000;
  box-sizing: border-box;
  display: block;
  padding: 4.7619047619%;
  background-color: #fff;
  text-align: center;
  margin: 9.5238095238% auto 0;
}
.lpbox .promise__servicetitle {
  font-weight: 500;
}
.lpbox .promise__serviceimage {
  display: block;
  width: 94.2105263158%;
  margin: 4.7619047619% auto;
}
.lpbox #fixbtn {
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 999999;
  width: 100%;
  transition: all 0.8s ease;
}
.lpbox #fixbtn.fixbtn--visible {
  bottom: 0;
}
.lpbox #fixbtn .fixbtn__box {
  position: relative;
  bottom: 0;
  display: block;
  margin: 0 auto;
  position: relative;
  max-width: 750px;
}
.lpbox .fixbtn__item a {
  display: block;
  width: 94.6666666667%;
  max-width: 710px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lpbox .fixbtn__item a {
    max-width: 366px;
  }
}

@media screen and (min-width: 750px) {
  .lpbox .lpheader__box {
    padding: 7px;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  .lpbox .lpheader__logo {
    display: block;
    width: 37%;
    max-width: 280px;
    margin: 0;
  }
  .lpbox .lpheader__link {
    display: block;
    width: 45%;
    max-width: 170px;
    margin: 0;
  }
  .lpbox .lpheader__btn {
    display: none;
  }
}
/*----------------------------------------*/
/*----------------------------------------*/
@media screen and (min-width: 750px) {
  .lpbox .cta {
    max-width: 1000px;
    margin: 40px auto 100px;
  }
  .lpbox .cta__box {
    position: relative;
    display: block;
  }
  .lpbox .cta__date {
    position: absolute;
    top: calc(4 / var(--ctaheight-pc) * 100%);
    left: 0;
    text-align: center;
    font-size: clamp(18px, 4vw, 40px);
    font-weight: bold;
    line-height: 1.4705882353em;
    width: 100%;
  }
  .lpbox .cta__tel {
    display: none;
  }
  .lpbox .cta__web {
    position: absolute;
    bottom: calc(65 / var(--ctaheight-pc) * 100%);
    right: 6.5%;
    width: 35%;
    max-width: 350px;
  }
  .lpbox .cta__date div {
    margin-right: 0;
    text-align: right;
    box-sizing: border-box;
    padding-right: clamp(10px, 5.5%, 55px);
  }
}
/*----------------------------------------*/
@media screen and (min-width: 750px) {
  .lpbox .trouble {
    /*     background: url(../img/webp/trouble_bg_pc.webp) repeat-x bottom center; */
  }
  .lpbox .trouble--01 {
    background: url(../img/webp/trouble_bg_pc_01.webp) repeat-x bottom center;
  }
  .lpbox .trouble__list {
    position: absolute;
    top: 0;
    left: 50%;
    width: 66.6666666667%;
    max-width: 1000px;
    transform: translate3d(-50%, 0, 0);
    display: flex;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .lpbox .trouble__item {
    display: block;
    width: 19%;
    max-width: 190px;
    margin: 0 0 1em;
    position: relative;
    box-shadow: 6.889px 11.025px 4px 0px rgba(0, 0, 0, 0.3);
  }
  .lpbox .trouble__text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    padding: 126.3157894737% 7.8947368421% 5.2631578947%;
  }
  .lpbox .trouble__list dt {
    font-weight: 700;
    font-size: clamp(10px, 1.9vw, 20px);
    line-height: 1.75em;
    border-bottom: 1px solid;
    margin-bottom: 10px;
  }
  .lpbox .trouble__list dd {
    font-size: clamp(8px, 1.5vw, 16px);
    line-height: 1.1428571429em;
  }
  .lpbox .trouble__text--red {
    font-weight: 700;
    font-size: clamp(8px, 1.3vw, 14px);
    line-height: 1.75em;
    display: inline-block;
    color: #ed0c0c;
    letter-spacing: 0;
  }
  .lpbox .trouble__text--l {
    font-size: clamp(12px, 2.3vw, 24px);
    line-height: 1.1428571429em;
    letter-spacing: 0;
  }
}
/*----------------------------------------*/
@media screen and (min-width: 750px) {
  .lpbox .relief {
    background-image: url(../img/webp/relief_bg_pc.webp);
    padding: 110px 0;
  }
  .lpbox .relief__content {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.2);
    border: clamp(2px, 0.4vw, 3px) solid #284e80;
  }
  .lpbox .relief__title {
    position: relative;
    display: block;
    z-index: 2;
    margin-top: -2.2em;
  }
  .lpbox .relief__textbox--01 {
    display: block;
    box-sizing: border-box;
    padding: 40px 50px;
    display: flex;
    flex-wrap: nowrap;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: space-between;
  }
  .lpbox .relief__image {
    display: block;
    margin-bottom: 0;
    width: 55.5555555556%;
    max-width: 500px;
    margin: 0;
  }
  .lpbox .relief__text {
    width: 41.1111111111%;
    margin: 0;
  }
  .lpbox .relief__text span {
    color: #df0808;
    font-weight: 700;
  }
  .lpbox .relief__textbox--02 {
    display: block;
    box-sizing: border-box;
    padding: 0 50px 80px;
    display: flex;
    flex-wrap: nowrap;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
    gap: 40px;
  }
  .lpbox .relief__key {
    display: block;
    position: relative;
    margin: 0;
    width: calc(50% - 20px);
  }
  .lpbox .relief__key + .relief__key {
    margin-top: 0;
  }
  .lpbox .relief__keyicon {
    display: block;
    width: 160px;
    margin: 0 auto -2px;
  }
  .lpbox .relief__keytextbox {
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: clamp(15px, 4vw, 30px);
    width: 100%;
  }
  .lpbox .relief__keytextbox dt {
    background: 28400000000000000000000000000000000000000000000000000000000000000000000000000000000;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 1.3571428571em;
    line-height: 1.2105263158em;
    box-sizing: border-box;
    padding: 0.5em 0 0.4em;
    height: 90px;
    display: flex;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }
  .lpbox .relief__keytextbox dd {
    background: #f1f5f8;
    display: flex;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 20px 30px;
    flex-flow: column;
    min-height: 390px;
  }
  .lpbox .relief__keyimage {
    width: 230px;
  }
  .lpbox .relief__keytext {
    width: 100%;
    margin-top: 10px;
  }
}
/*----------------------------------------*/
@media screen and (min-width: 750px) {
  .lpbox .strengths__title {
    background: url(../img/strengths_ttl_bg.png) repeat-x bottom center;
  }
  .strengths__textl {
    display: block;
    max-width: 588px;
    width: 100%;
    margin: 0 auto;
  }
  .lpbox .strengths__content {
    padding-bottom: 40px;
  }
  .lpbox .strengths__box {
    border-radius: 60px;
    width: 95%;
    max-width: 1000px;
    margin: 20px auto 70px;
  }
  .lpbox .strengths__boxtext {
    display: block;
    box-sizing: border-box;
    padding: 60px 70px;
    position: relative;
    margin: 0;
  }
  .lpbox .strengths__boxcontent {
    display: block;
    margin: 0;
  }
  .lpbox .strengths__box--01 {
    display: flex;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 40px;
  }
  .lpbox .strengths__boximg--01 {
    display: block;
    width: 56.976744186%;
    margin-left: 0;
  }
  .lpbox .strengths__box--01 .strengths__boxcontent {
    display: block;
    width: 40.6976744186%;
    margin: 0;
  }
  .lpbox .strengths__box--02 {
    display: flex;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 20px;
    flex-flow: row-reverse;
  }
  .lpbox .strengths__box--02 .strengths__boximg {
    display: block;
    width: 60.6976744186%;
    margin: -20px 0 0;
  }
  .lpbox .strengths__box--02 .strengths__boxcontent {
    display: block;
    width: 37.2093023256%;
    margin: 0;
  }
  .lpbox .strengths__box--03 {
    display: flex;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 0px;
  }
  .lpbox .strengths__box--03 .strengths__boximg {
    display: block;
    width: 54.6511627907%;
    margin: 0;
  }
  .lpbox .strengths__box--03 .strengths__boxcontent {
    display: block;
    width: 43.023255814%;
    margin: 0;
  }
  .lpbox .strengths__box--04 .strengths__boxcontent {
    margin-top: 20px;
  }
  .lpbox .strengths__box--05 {
    display: flex;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 0px;
  }
  .lpbox .strengths__box--05 .strengths__boximg {
    display: block;
    width: 55.8139534884%;
    margin: 0;
  }
  .lpbox .strengths__box--05 .strengths__boxcontent {
    display: block;
    width: 40.6976744186%;
    margin: 0;
  }
  .lpbox .strengths__boximg--hosho {
    width: 100%;
    max-width: 800px;
    margin: 40px auto 20px;
  }
  .lpbox .strengths__boximg--after {
    width: 100%;
    max-width: 849px;
    margin: 20px auto;
  }
}
/*----------------------------------------*/
@media screen and (min-width: 750px) {
  .lpbox .step {
    position: relative;
    margin: 0 auto;
    width: 100%;
    background: #f2f2f2;
    box-sizing: border-box;
    padding: 70px 0 20px;
  }
  .lpbox .step:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    padding-bottom: 240px;
    background: #fff;
  }
  .lpbox .step__content {
    position: relative;
    z-index: 3;
  }
  .lpbox .step__title {
    width: 600px;
    margin: 0 auto 40px;
  }
  .lpbox .step__flow {
    display: block;
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap !important;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: flex-start !important;
    flex-flow: row;
    width: 100%;
    max-width: 1000px;
  }
  .lpbox .step__item {
    position: relative;
    background: #fff;
    border: 1px solid #9d9d9d;
    text-align: center;
    box-sizing: border-box;
    margin: 0 0 70px;
    padding: 30px 4px 4px;
    width: 30%;
    display: flex;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    z-index: 2;
  }
  .lpbox .step__ic {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 170px;
  }
  .lpbox .step__text {
    box-sizing: border-box;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5em;
    padding: 10px 0;
  }
  .lpbox .step__item--ar {
    display: flex;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    width: 4%;
    max-width: 40px;
    padding: 10px;
  }
  .lpbox .step__img--ar {
    width: 100%;
    max-width: 20px;
    margin: 0;
  }
  .lpbox .step__item--05text {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate3d(calc(95% + 2px), -50%, 0);
    z-index: 1;
    clip-path: polygon(5% 0%, 100% 0, 100% 100%, 5% 100%);
    max-width: 336px;
  }
  .lpbox .step__item--ar03 {
    display: none;
  }
}
/*----------------------------------------*/
@media screen and (min-width: 750px) {
  .lpbox .service__conetnt {
    background-size: auto auto;
    padding: 50px 10px;
  }
  .lpbox .service__sttl {
    text-align: center;
    margin-bottom: 40px;
  }
  .lpbox .service__sttl h3 span {
    font-size: 30px;
  }
  .lpbox .service__box {
    display: flex;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: center;
    gap: 30px 40px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .lpbox .service__item {
    display: flex;
    flex-wrap: nowrap;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: flex-start;
    box-sizing: border-box;
    background: #fff;
    border-radius: clamp(15px, 4vw, 30px);
    border: 4px solid #878787;
    padding: 80px 20px 20px;
    margin: 0;
    width: calc((100% - 80px) / 3);
    position: relative;
    overflow: hidden;
    flex-flow: column;
  }
  .lpbox .service__image {
    margin: 0;
    width: 100%;
  }
  .lpbox .service__textbox {
    margin: 0;
    width: 100%;
    padding-top: 10px;
  }
  .lpbox .small {
    font-size: 0.7em;
    line-height: 1.5em;
    margin-top: 10px;
  }
  .lpbox .service__itemtitle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 1.1428571429em;
    font-weight: bold;
    display: flex;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0.3em 0.3em 0.2em;
    margin-bottom: 0.5em;
  }
  .lpbox .service__itemic {
    display: block;
    margin: 0;
    width: 0.9642857143em;
    vertical-align: middle;
    margin-right: 0.4em;
    position: relative;
    margin-top: -0.15em;
  }
}
/*----------------------------------------*/
@media screen and (min-width: 750px) {
  .lpbox .exp {
    background-color: #5fa6e8;
  }
  .lpbox .exp:after {
    content: "";
    display: block;
    width: 100%;
    height: 650px;
    background-color: #ffe184;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .lpbox .professional__image {
    display: block;
    margin: 50px auto 70px;
  }
  .lpbox .diff {
    background: #eae7e3;
  }
}
/*----------------------------------------*/
@media screen and (min-width: 750px) {
  .lpbox .voice {
    max-width: 1000px;
    margin: 90px auto 40px;
  }
  .lpbox .voice__box {
    display: flex;
    flex-wrap: nowrap;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
    margin: 30px auto 10px;
  }
  .lpbox .voice__item {
    width: calc((100% - 60px) / 3);
    margin: 0;
    position: relative;
  }
  .lpbox .voice__item:before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 160px);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #f2f2f2;
  }
  .lpbox .voice__image {
    position: relative;
    display: block;
    z-index: 3;
  }
  .lpbox .voice__text {
    padding: 10px 20px 20px;
  }
  .lpbox .voice__att {
    display: none;
  }
  .lpbox .voice__att--pc {
    text-align: right;
    font-size: 12px;
  }
}
/*---------------------------*/
@media screen and (min-width: 750px) {
  .lpbox .sameday__box {
    bottom: 70px;
    left: calc(50% - 30px);
    width: 500px;
    box-sizing: border-box;
    padding: 30px;
  }
  .lpbox .sameday__image {
    position: absolute;
    bottom: -35px;
    right: -60px;
    width: 269px;
  }
  .lpbox .sameday__title {
    font-size: 28px;
    text-align: center;
  }
  .lpbox .sameday__text {
    font-size: 18px;
    line-height: 36px;
    padding-right: 180px;
  }
}
/*---------------------------*/
@media screen and (min-width: 750px) {
  .lpbox .qa {
    box-sizing: border-box;
    padding: 0 0 60px;
    max-width: 900px;
    margin: 0 auto;
  }
  .lpbox .qa__item {
    margin: 20px auto;
  }
  .lpbox .qa__btn:before, .lpbox .qa__btn:after {
    content: none !important;
  }
  .lpbox .qa--a {
    display: block !important;
  }
  .lpbox .qa__btn {
    box-sizing: border-box;
    padding: 15px 30px;
    font-weight: bold;
    font-size: 20px;
    cursor: auto;
  }
  .lpbox .qa__text {
    padding: 20px 30px;
  }
}
/*---------------------------*/
@media screen and (min-width: 750px) {
  .lpbox .promise__title {
    background-size: auto auto;
    background-repeat: no-repeat, repeat-x;
    background-position: bottom center;
  }
  .lpbox .promise__bg {
    padding: 55px 10px 75px;
  }
  .lpbox .promise__content {
    background-image: url(../img/webp/promise_bg_pc.webp);
    background-repeat: repeat;
    background-size: auto auto;
    width: 100%;
    padding: 30px 75px 75px;
    max-width: 900px;
  }
  .lpbox .promise__subtitle {
    display: flex;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 2px solid;
    box-sizing: border-box;
    padding: 0;
  }
  .lpbox .promise__icon {
    width: 138px;
    margin: 0 auto -34px -40px;
    margin-right: 10px;
    position: relative;
    z-index: 3;
  }
  .lpbox .promise__subtitle h3 {
    margin: 0;
    font-size: 30px;
    line-height: 1.4285714286em;
  }
  .lpbox .promise__textbox {
    display: flex;
    flex-wrap: nowrap;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
    margin: 40px auto;
  }
  .lpbox .promise__image {
    width: 46.0526315789%;
    margin: 0;
  }
  .lpbox .promise__text {
    width: 50%;
    margin: 0;
  }
  .lpbox .promise__content hr {
    border: none;
    background-image: url(../img/promise_dotline_pc.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 5px;
    box-sizing: border-box;
    width: 100%;
    height: 0;
    padding-bottom: 0.7936507937%;
    margin: 4.7619047619% auto;
  }
  .lpbox .promise__paymenttitle {
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #000;
    box-sizing: border-box;
    padding: 0.3em 0 0.1em;
  }
  .lpbox .promise__paymenttitle h3 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #000;
    font-size: 26px;
  }
  .lpbox .promise__paymentbox {
    margin: 30px auto;
    display: flex;
    flex-wrap: nowrap;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
  }
  .lpbox .promise__paymenttext {
    margin: 0;
    width: 23.6842105263%;
  }
  .lpbox .promise__paymentimage {
    margin: 0;
    width: 70.2631578947%;
  }
  .lpbox .promise__service {
    border: 1px solid #000;
    box-sizing: border-box;
    display: block;
    padding: 30px 0;
    background-color: #fff;
    text-align: center;
    margin: 30px auto 0;
  }
  .lpbox .promise__servicetitle {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
  }
  .lpbox .promise__serviceimage {
    display: block;
    width: 94.1952506596%;
    margin: 0 auto;
  }
}
/*---------------------------*/
@media screen and (min-width: 750px) {
  .lpbox .campaign {
    margin: 60px auto;
    display: block;
    max-width: 1100px;
  }
}
/*---------------------------*/
/*-------------------------------------------
 footer
-----------------------------------------------*/
#lpfooter .footer__link {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 2em;
}
#lpfooter .footer__link li {
  font-size: 1em;
  margin-bottom: 1em;
  font-weight: 700;
}
#lpfooter #copy {
  text-align: center;
  font-size: 0.75em;
  color: #fff;
  background-color: #083569;
  box-sizing: border-box;
  padding: 0.5em;
}
@media screen and (max-width: 767px) {
  #lpfooter #copy {
    padding-bottom: 140px;
  }
}

@media screen and (min-width: 750px) {
  #lpfooter .footer__link {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 2em;
    display: flex;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  #lpfooter .footer__link li {
    font-size: 1em;
    margin-bottom: 1em;
    font-weight: 400;
    display: inline;
    margin: 0;
    position: relative;
  }
  #lpfooter .footer__link li + li:before {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    background: #000;
    position: absolute;
    top: calc(50% - 0.5em);
    left: -20px;
  }
  #lpfooter #copy {
    text-align: center;
    font-size: 0.75em;
    color: #fff;
    background-color: #083569;
    box-sizing: border-box;
    padding: 0.5em;
  }
}
/* ----------------------------------------------*/
.lpbox .pagecontent {
  box-sizing: border-box;
  display: block;
  margin: clamp(90px, 24%, 180px) auto 0;
  max-width: 1000px;
  width: 100%;
}
.lpbox .pagecontent__title {
  background: #fff34d;
  box-sizing: border-box;
  display: block;
  padding: 5.3333333333% 0;
}
.lpbox .pagecontent__title h2 {
  margin: 0 auto;
  color: #fd5715;
  text-align: center;
  font-size: clamp(21px, 5.6%, 42px);
}
.lpbox .pagecontent__box {
  box-sizing: border-box;
  display: block;
  padding: 5.3333333333%;
  margin: 0 auto;
}
.lpbox .pagecontent__pan {
  background: #fff34d;
  box-sizing: border-box;
  padding: 2.6666666667% 5.3333333333%;
}
.lpbox .pagecontent__pan ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
}
.lpbox .pagecontent__pan li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.lpbox .pagecontent__pan li + li:before {
  content: "";
  background: url(../img/footer_ar.svg) no-repeat 50% 50%;
  background-size: 0.7em auto;
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: middle;
  margin-bottom: 0.2em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.lpbox .pagecontent__pan a {
  color: #fd5715;
}
.lpbox .pagecontent__dl dl {
  box-sizing: border-box;
  padding: 4.4776119403% 0;
}
.lpbox .pagecontent__dl dl + dl {
  border-top: 1px solid #747474;
}
.lpbox .pagecontent__dl dt {
  font-weight: 700;
  margin-bottom: 0.5em;
}
.lpbox .pagecontent__priv h3 {
  font-weight: bold;
  margin: 1.5em auto 0;
}
.lpbox .pagecontent__priv p + p {
  margin-top: 1em;
}

@media screen and (min-width: 750px) {
  .lpbox .pagecontent {
    box-sizing: border-box;
    display: block;
    margin: 180px auto 130px;
    max-width: 1000px;
    width: 100%;
  }
  .lpbox .pagecontent__title {
    padding: 15px 0;
  }
  .lpbox .pagecontent__title h2 {
    font-size: 26px;
  }
  .lpbox .pagecontent__box {
    box-sizing: border-box;
    display: block;
    padding: 20px 20px;
    margin: 0 auto;
    max-width: 890px;
  }
  .lpbox .pagecontent__pan {
    background: #fff34d;
    box-sizing: border-box;
    padding: 10px 20px;
    margin: 60px auto 0;
  }
  .lpbox .pagecontent__pan ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
  }
  .lpbox .pagecontent__pan li {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 18px;
  }
  .lpbox .pagecontent__pan li + li:before {
    content: "";
    background: url(../img/footer_ar.svg) no-repeat 50% 50%;
    background-size: 0.7em auto;
    display: inline-block;
    height: 1em;
    width: 1em;
    vertical-align: middle;
    margin-bottom: 0.2em;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .lpbox .pagecontent__pan a {
    color: #fd5715;
  }
  .lpbox .pagecontent__dl dl {
    display: flex;
    flex-wrap: nowrap;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
  }
  .lpbox .pagecontent__dl dt {
    width: 220px;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .lpbox .pagecontent__dl dd {
    width: calc(100% - 240px);
    box-sizing: border-box;
  }
}
.c-button._shiny {
  display: block;
  position: relative;
  padding: 10px 10px 10px;
  background-color: #284e80;
  font-weight: bold;
  font-size: 16px;
  max-width: 350px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-button._shiny {
    padding: 10px 10px 10px;
  }
}
.c-button._shiny a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  line-height: 1.5;
}
.c-button._shiny a figure {
  position: relative;
}
.c-button._shiny a figure p {
  position: absolute;
  font-size: 15px;
  font-weight: bold;
  left: 47px;
  top: 2px;
}
@media screen and (max-width: 399px) {
  .c-button._shiny a figure p {
    font-size: 14px;
    top: 3px;
    left: 46px;
  }
}
.c-button._shiny .taiou24 {
  max-width: 170px;
  width: 100%;
}

.c-button._shiny::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #b5c3ff;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}

.c-button._shiny:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: none;
  transform: translateY(3px);
}

@keyframes shinyshiny {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes sway {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
}
.fixbtn__item.c-button {
  position: relative;
  background: #159f38;
  background: linear-gradient(to bottom, #159f38, #13802e);
  box-shadow: 0 5px 0 0 #0a541c;
  max-width: 410px;
  border: 3px solid #fff;
  border-radius: 100px;
}
.fixbtn__item.c-button figure {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .fixbtn__item.c-button {
    padding: 12px 6px 10px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 376px) {
  .fixbtn__item.c-button {
    padding: 16px 6px 12px;
  }
}

.fixbtn__item a {
  width: 100% !important;
}

.parts02 {
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999;
  max-width: 242px;
}

.fixbtn__item.c-button._shiny::before {
  background-color: #d6f4bc;
}

.hd-24tel {
  max-width: 170px;
}

.fv-under {
  padding: 20px !important;
}
.fv-under .fv-under-inner {
  max-width: 290px;
  border: 1px solid rgb(29, 29, 29);
}
.fv-under .fv-under-inner .fv-under-text {
  padding: 20px;
  line-height: 1.5;
}/*# sourceMappingURL=style.css.map */