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

li {
  list-style: none;
}

/* 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 #fd5715;
}
.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: 84px;
  max-width: 1450px;
}
@media screen and (max-width: 767px) {
  .lpbox #fv {
    margin-top: -20px;
  }
}
.lpbox #fv h1 picture {
  position: relative;
}
.lpbox #fv h1 picture .fv-inner-1 {
  position: absolute;
  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%;
}
.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 rgb(255, 225, 132);
}
.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: #ff0301;
  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: #fdf3cb;
  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-image: url(../img/webp/strengths_bg_sp.webp);
  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-image: url(../img/webp/service_bg_sp.webp);
  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: #fd5715;
  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 #fd5715;
  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: rgb(252, 35, 8);
  background: linear-gradient(90deg, rgb(252, 35, 8) 0%, rgb(254, 139, 34) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fc2308",endColorstr="#fe8b22",GradientType=1);
  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: #fffde1;
  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: rgb(252, 35, 8);
  background: linear-gradient(90deg, rgb(252, 35, 8) 0%, rgb(254, 139, 34) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fc2308",endColorstr="#fe8b22",GradientType=1);
  color: #fff;
  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: #df0808;
  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: #fffde1;
  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: #ffe184;
  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 (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;
    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 rgb(255, 225, 132);
  }
  .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: #ff0501;
    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: #fdf3cb;
    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 {
    background-image: url(../img/webp/strengths_bg_pc.webp);
    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-image: url(../img/webp/service_bg_pc.webp);
    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 #fd5715;
    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: #ffe184;
  }
}
/*----------------------------------------*/
@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: #fffde1;
  }
  .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-image: url(../img/webp/promise_title_bg_center.webp), url(../img/webp/promise_title_bg.webp);
    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: #fd5715;
  box-sizing: border-box;
  padding: 0.5em;
  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: #fd5715;
    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 4px;
  background-color: #e00907;
  box-shadow: 0 3px 0 0 #89110f;
  border-radius: 12px;
  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: 6px 10px 4px;
  }
}
.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: 17px;
  font-weight: bold;
  left: 89px;
  top: 7px;
}
@media screen and (max-width: 399px) {
  .c-button._shiny a figure p {
    font-size: 15px;
    top: 11%;
    left: 22%;
  }
}
.c-button._shiny p {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-button._shiny p {
    font-size: 0.6rem;
  }
}
.c-button._shiny span {
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-button._shiny span {
    font-size: 1rem;
  }
}
.c-button._shiny span img {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .c-button._shiny span img {
    width: 16px;
    height: 16px;
  }
}

.c-button._shiny::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #ffb5ce;
  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;
}
.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: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999;
  max-width: 310px;
}

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

.spnav {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgb(255, 248, 243);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .spnav {
    max-width: 300px;
  }
}

.open .spnav {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.spnav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 30px 20px 8vw;
  max-width: 900px;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .spnav-inner {
    flex-direction: column;
    padding: 80px 20px 20px;
  }
}
.spnav-inner .spnav-inner-left {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left {
    max-width: 210px;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__list {
  margin-top: 70px;
  padding-left: 0px;
}
.spnav-inner .spnav-inner-left .spnav-inner__list li {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__list li {
    margin: 0 0 20px 0;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__list li a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
  position: relative;
  max-width: 600px;
  width: 100%;
  letter-spacing: 6px;
  font-weight: 400;
  padding: 10px 0px;
  text-decoration: none;
  transition-duration: 0.2s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__list li a {
    font-size: 1.1rem;
    text-align: center;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__list li a:hover {
  transition: 0.4s;
  background: #2e3b44;
}
.spnav-inner .spnav-inner-left .spnav-inner__list li a:after {
  position: absolute;
  right: 110px;
  color: #bbbbbb;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__list li a:after {
    font-size: 0.8rem;
    top: 0;
    left: 10px;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__menu {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__menu {
    margin-top: 0px;
    margin-left: 9px;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__menu ul {
  display: flex;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__menu ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__menu ul {
    margin-bottom: 50px;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__menu ul li {
  position: relative;
  padding-left: 20px;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .spnav-inner .spnav-inner-left .spnav-inner__menu ul li:not(:first-child) {
    margin-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__menu ul li {
    padding-left: 24px;
    margin-bottom: 24px;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__menu ul li a {
  font-size: 0.84rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__menu ul li a {
    font-size: 1.1rem;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__menu ul li:hover {
  opacity: 0.7;
}
.spnav-inner .spnav-inner-left .spnav-inner__menu ul li:before {
  content: "";
  position: absolute;
  background-image: url(../images/footer_info.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 1px;
  left: 0;
  width: 14px;
  height: 14px;
}
.spnav-inner .spnav-inner-right {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-right {
    padding-top: 40px;
    margin-top: 30px;
    max-width: 280px;
    border-top: 1px solid #b4b4b4;
  }
}
.spnav-inner .spnav-inner-right .spnav-inner-right__logo img {
  max-width: 130px;
  width: 100%;
}
.spnav-inner .spnav-inner-right .spnav-inner-right__sns {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .spnav-inner .spnav-inner-right .spnav-inner-right__sns {
    margin-top: 50px;
    flex-direction: column;
  }
}
.spnav-inner .spnav-inner-right .spnav-inner-right__sns a {
  transition: 0.4s;
}
.spnav-inner .spnav-inner-right .spnav-inner-right__sns a:hover {
  opacity: 0.7;
}
.spnav-inner .spnav-inner-right .spnav-inner-right__sns a:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-right .spnav-inner-right__sns a:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 20px;
  }
}
.spnav-inner .spnav-inner-right .spnav-inner-right__sns a img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-right .spnav-inner-right__sns a img {
    height: 21px;
  }
}

.spnav-inner__menu {
  display: flex;
  flex-wrap: wrap;
}
.spnav-inner__menu .spnav-inner__menu__item {
  margin-top: 12px;
  width: 100%;
}
.spnav-inner__menu .spnav-inner__menu__item .spnav-inner__menu__item__col {
  margin-top: 8px;
  text-align: center;
  padding: 20px 20px;
  width: 100%;
  background: #f2a039;
}
.spnav-inner__menu .spnav-inner__menu__item .spnav-inner__menu__item__col a {
  color: #fff;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle_btn {
  display: block;
  position: relative;
  top: -5px;
  width: 40px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 1002;
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 2px;
  width: 34px;
  height: 2px;
  background-color: #121212;
  border-radius: 4px;
  transition: all 0.5s;
}

.toggle_btn span:nth-child(1) {
  top: 5px;
}

.toggle_btn span:nth-child(2) {
  top: 13px;
}

.toggle_btn span:nth-child(3) {
  bottom: 7px;
}

.open .toggle_btn {
  position: fixed;
  top: 26px;
  right: 30px;
}

.open .toggle_btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
  top: 2px;
}

.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
  bottom: 6px;
}

.open .toggle_btn .toggle_btn__txt {
  display: none;
}

.toggle_btn__txt {
  position: relative;
  top: 22px;
  left: -1px;
  color: #121212;
  font-size: 0.66rem;
  font-weight: 800;
  text-align: center;
}

#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 1000;
  cursor: pointer;
}

.pc {
  display: block;
}

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

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
.company-hd {
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .company-hd {
    max-width: 160px;
  }
}

.blog-hd {
  max-width: 200px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .blog-hd {
    max-width: 160px;
  }
}

.breadcrumb {
  display: flex;
  margin-bottom: 40px;
}
.breadcrumb li.breadcrumb-item a {
  -webkit-text-decoration: under !important;
          text-decoration: under !important;
}

.archive-col {
  padding-top: 120px !important;
  margin-bottom: 60px !important;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .archive-col {
    padding-top: 80px !important;
  }
}

.single-contents {
  margin-bottom: 60px !important;
  margin-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .single-contents {
    margin-top: 80px !important;
  }
}

.single-btn {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .single-btn {
    margin-top: 60px !important;
  }
}

.archive-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .archive-list {
    margin-top: 20px;
  }
}
.archive-list .archive-list-item {
  width: calc(33% - 24px);
  margin: 0 12px 24px;
}
@media screen and (max-width: 767px) {
  .archive-list .archive-list-item {
    width: calc(50% - 16px);
    margin: 0 8px 24px;
  }
}
.archive-list .archive-list-item figure {
  border: 2px solid #ebebeb;
  height: 190px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .archive-list .archive-list-item figure {
    height: 120px;
  }
}
.archive-list .archive-list-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive-list .archive-list-item h3 {
  margin-top: 4px;
  line-height: 1.3;
}

.gnav {
  display: flex;
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  .gnav {
    margin-left: 0px;
    flex-direction: column;
  }
}
.gnav li {
  list-style: none;
}
.gnav li:not(:last-child) {
  margin-right: 40px;
}

.single-col-cat-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0px 20px;
}
@media screen and (max-width: 767px) {
  .single-col-cat-container {
    padding: 0px 0px;
  }
}
.single-col-cat-container .single-col__cat a {
  background: #fff;
  border: 1px solid #cf2823;
  border-radius: 100px;
  padding: 4px 12px;
  color: #cf2823;
  font-weight: bold;
  font-size: 0.8rem;
}

.archive-cate {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .archive-cate {
    margin-top: 40px;
  }
}
.archive-cate ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
}

.archive-cate ul li {
  margin: 0 10px 12px;
}

@media screen and (max-width: 767px) {
  .archive-cate ul li {
    margin: 0 6px 12px;
  }
}
.archive-cate ul li a {
  display: block;
  background: #fff;
  padding: 4px 18px;
  border: 1px solid #cf2823;
  color: gray;
}

@media screen and (max-width: 767px) {
  .archive-cate ul li a {
    padding: 8px 12px;
    font-size: 0.9rem;
  }
}
.archive-cate ul .current {
  color: #fff;
  background: #cf2823;
  border: 1px solid #cf2823;
}

article {
  max-width: 800px;
  margin: 0 auto;
}
article h2 {
  font-size: 22px;
  margin-top: 60px;
  padding: 10px 8px 10px 20px;
  background: #fffdf8;
  border-left: 3px solid #cf2823;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  article h2 {
    font-size: 18px;
    margin-top: 40px;
    padding: 8px 8px 8px 16px;
  }
}
article h3 {
  font-size: 20px;
  padding: 8px;
  border-top: 1px solid #969696;
  border-bottom: 1px solid #969696;
  margin-bottom: 14px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  article h3 {
    font-size: 16px;
    margin-top: 26px;
  }
}
article h4 {
  background: none !important;
  position: relative !important;
  font-size: 18px !important;
  margin: 0 0 16px !important;
  padding: 0 0 0 34px !important;
}
article h4:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #B07A17;
  transform: rotate(45deg);
  left: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
article ul {
  padding-left: 24px;
}
article ul li {
  list-style: disc;
}
article table {
  margin-bottom: 30px;
}
article table th {
  text-align: left;
  border: 1px solid #828282;
  padding: 6px 10px;
}
article table td {
  padding: 6px 10px;
  border: 1px solid #828282;
}

.gnav {
  display: flex;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .gnav {
    margin-left: 0px;
    flex-direction: column;
  }
}
.gnav li:not(:last-child) {
  margin-right: 40px;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 30px !important;
}

.wp-pagenavi .page {
  width: auto;
  max-width: 0;
  display: flex;
  justify-content: center;
}

.wp-pagenavi .current {
  padding: 6px 18px !important;
  color: #fff;
  border: 1px solid #cf2823 !important;
  background: #cf2823;
  margin: 0 6px;
}

.wp-pagenavi a {
  padding: 6px 18px !important;
  color: #cf2823;
  border: 1px solid #cf2823 !important;
  margin: 0 6px;
}

.single-col-cat-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0px 20px;
}
@media screen and (max-width: 767px) {
  .single-col-cat-container {
    padding: 0px 0px;
  }
}
.single-col-cat-container .single-col__cat a {
  background: #fff;
  border: 1px solid #A43731;
  border-radius: 100px;
  padding: 4px 12px;
  color: #A43731;
  font-weight: bold;
  font-size: 0.8rem;
}

article {
  padding: 20px 20px !important;
}
article h2 {
  font-size: 22px !important;
  margin-top: 60px !important;
  padding: 10px 8px 10px 20px !important;
  background: #fff7e3 !important;
  border-left: 3px solid #A43731 !important;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  article h2 {
    font-size: 18px !important;
    margin-top: 40px !important;
    padding: 8px 8px 8px 16px !important;
  }
}
article h3 {
  font-size: 20px !important;
  padding: 8px !important;
  border-top: 1px solid #969696 !important;
  border-bottom: 1px solid #969696 !important;
  margin-bottom: 14px !important;
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  article h3 {
    font-size: 16px !important;
    margin-top: 26px !important;
  }
}
article h4 {
  background: none !important;
  position: relative !important;
  font-size: 18px !important;
  margin: 0 0 16px !important;
  padding: 0 0 0 34px !important;
}
article h4:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #B07A17;
  transform: rotate(45deg);
  left: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
article ul {
  padding-left: 24px !important;
}
article ul li {
  list-style: disc !important;
}
article ol {
  padding-left: 24px !important;
}
article ol li {
  list-style: initial !important;
}
article table {
  margin-bottom: 30px !important;
}
article table th {
  text-align: left !important;
  border: 1px solid #828282 !important;
  padding: 6px 10px !important;
}
article table td {
  padding: 6px 10px !important;
  border: 1px solid #828282 !important;
}

.single-col__title {
  border-bottom: 1px dashed #e2e2e2;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 20px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .single-col__title {
    padding: 12px 0px 10px;
  }
}

.single-col__title--mod {
  text-align: right;
  padding: 12px 120px;
}
@media screen and (max-width: 767px) {
  .single-col__title--mod {
    padding: 20px 10px;
  }
}

.single-col__content {
  max-width: 800px;
  margin: 0 auto;
}
.single-col__content figure {
  width: 100%;
}
.single-col__content figure img {
  width: 100%;
}
.single-col__content p {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .single-col__content p {
    line-height: 1.8;
  }
}

.single-link {
  display: flex;
  justify-content: space-between;
  margin: 100px 0px 0px;
  font-size: 0.9rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .single-link {
    margin-top: 70px;
  }
  .single-link div {
    width: 43%;
  }
}

.link-btn {
  background: #cf2823 !important;
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  transition: 0.3s all;
  margin-bottom: 30px !important;
}
.link-btn a {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 300;
  padding: 10px 20px;
  display: block;
}/*# sourceMappingURL=style.css.map */