@charset "UTF-8";
/*	Breakpoint
-------------------------------*/
/*	Color
-------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
body img {
  max-width: 100%;
}
@media screen and (min-width: 650px) {
  body .sp {
    display: none;
  }
}
body .pc {
  display: none;
}
@media screen and (min-width: 650px) {
  body .pc {
    display: block;
  }
}
body .pc-xl {
  display: none;
}
@media screen and (min-width: 1280px) {
  body .pc-xl {
    display: block;
  }
}
body a {
  transition: 0.3s;
}
body a:hover {
  opacity: 0.7;
}

html {
  font-size: 2.6667vw;
}
@media screen and (min-width: 650px) {
  html {
    font-size: 108.3333%;
  }
}

body {
  font-family: "M PLUS 1p", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  color: #222;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 650px) {
  body:before {
    content: "";
    display: block;
    background: url(../images/bg-pc.webp) no-repeat top/cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;
  }
}

main {
  max-width: 650px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  background: #fff;
  position: relative;
}

main .fv {
  position: relative;
}
main .fv .icon-express {
  top: 7rem;
  right: 6.8rem;
}
main .fv .icon-express-2 {
  top: 11.8rem;
  right: 7rem;
}
main .fv .lowest-price {
  width: 35.9rem;
  position: absolute;
  top: auto;
  bottom: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
}
@-webkit-keyframes sway {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  5% {
    transform: translateX(-50%) rotate(-1.5deg);
  }
  10% {
    transform: translateX(-50%) rotate(1.5deg);
  }
  15% {
    transform: translateX(-50%) rotate(-1.2deg);
  }
  20% {
    transform: translateX(-50%) rotate(1.2deg);
  }
  25% {
    transform: translateX(-50%) rotate(-0.8deg);
  }
  30% {
    transform: translateX(-50%) rotate(0.8deg);
  }
  35% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(0deg);
  }
}
@keyframes sway {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  5% {
    transform: translateX(-50%) rotate(-1.5deg);
  }
  10% {
    transform: translateX(-50%) rotate(1.5deg);
  }
  15% {
    transform: translateX(-50%) rotate(-1.2deg);
  }
  20% {
    transform: translateX(-50%) rotate(1.2deg);
  }
  25% {
    transform: translateX(-50%) rotate(-0.8deg);
  }
  30% {
    transform: translateX(-50%) rotate(0.8deg);
  }
  35% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(0deg);
  }
}
main .fv .lowest-price.sway {
  display: inline-block;
  transform-origin: center bottom;
  -webkit-animation: sway 2.4s infinite ease-in-out;
  animation: sway 2.4s infinite ease-in-out;
}
main figure.banner {
  width: 100%;
  margin: 1rem auto;
}
main figure.banner img {
  width: 100%;
}
main figure.banner-bottakuri {
  position: relative;
}
main figure.banner-bottakuri img.bottakuri-01 {
  position: absolute;
  bottom: 10.9rem;
  right: 3.8rem;
  width: 6.3rem;
  height: 7.7rem;
}
main figure.banner-bottakuri .box-bottakuri-02 {
  position: absolute;
  top: 2.1rem;
  left: 3.5rem;
  width: 5.8rem;
  height: 5.8rem;
}
main .cta {
  margin: 3rem 0;
}
main .cta .box-small-copy {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
main .cta .box-small-copy p.small-copy {
  font-size: 1.4rem;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
}
main .cta .box-small-copy p.small-copy:before,
main .cta .box-small-copy p.small-copy:after {
  content: "";
  display: block;
  width: 0.15rem;
  height: 2rem;
  background: #222;
  position: relative;
}
main .cta .box-small-copy p.small-copy:before {
  transform: rotate(-30deg);
  left: -0.4rem;
}
main .cta .box-small-copy p.small-copy:after {
  transform: rotate(30deg);
}
main .cta .box-small-copy p.small-copy.t-c {
  text-align: center;
}
.icon-express {
  background: url(../images/icon-express.svg) no-repeat center/contain;
  width: 3.18rem;
  height: 3.06rem;
  margin-left: 0.5rem;
  position: absolute;
  top: 46%;
  left: auto;
  right: -4rem;
  transform: translateY(-50%);
}

main .cta .box-small-copy-2 p.small-copy {
  margin-bottom: 1.8rem;
}
main .cta .box-small-copy-2 p.small-copy:before,
main .cta .box-small-copy-2 p.small-copy:after {
  content: none;
}
main .cta a.btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95%;
  max-width: 32rem;
  height: 6rem;
  background: #2bb6ca;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 999px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.14);
  position: relative;
  margin: 0 auto;
}
main .cta a.btn01:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #ffd14a;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: auto;
  right: 1.5rem;
  transform: translateY(-50%);
}
main .cta a.btn01.btn-tel,
main .cta a.btn01.btn-line {
  background: #ff5752;
  font-size: 2rem;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .cta a.btn01.btn-tel .icon-tel,
main .cta a.btn01.btn-line .icon-tel {
  display: block;
  background: url(../images/icon-tel-white.svg) no-repeat center/contain;
  width: 3.6rem;
  height: 3.6rem;
  position: relative;
  top: -0.2rem;
  left: -1.5rem;
}
main .cta a.btn01.btn-tel .box,
main .cta a.btn01.btn-line .box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: -0.5rem;
}
main .cta a.btn01.btn-tel .box span.small-copy,
main .cta a.btn01.btn-line .box span.small-copy {
  font-size: 55%;
}
main .cta a.btn01.btn-line {
  background: #06c755;
  font-size: 1.8rem;
}
main .cta a.btn01.btn-line .icon-tel {
  background: url(../images/icon-line-white.svg) no-repeat center/contain;
  width: 3rem;
  height: 3rem;
  top: 0rem;
}
main .cta .btn01:not(:first-of-type) {
  margin-top: 1rem;
}
main .cta .realtime {
  margin: 3rem auto 1.5rem;
}
main .cta .realtime p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}
main .cta .realtime p span {
  color: #da312c;
}
main .sec {
  padding: 4rem 0;
}
.container {
  width: 95%;
  margin: 0 auto;
}

main .sec h2 {
  font-size: 2.2rem;
  font-weight: 900;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4rem;
  position: relative;
  text-align: center;
  line-height: 1.45;
}
main .sec h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5rem;
  background: #ffd14a;
  position: absolute;
  top: auto;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
main .sec.bg-lightblue {
  background: #ebffff;
}
main .sec.bg-lightyellow {
  background: #fffbf0;
}
main .sec.bg-blue-turquoise {
  background: #2bb6ca;
}
main .sec.sec-company {
  background: url(../images/company.webp) no-repeat center/cover;
}
main .sec-scene .container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
main .sec-scene .container ul li {
  width: calc(33% - 1rem);
  margin-bottom: 1rem;
}
main .sec-scene .container ul li p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  white-space: nowrap;
}
main .sec-scene .container p.red {
  font-size: 1.8rem;
  color: #da312c;
  font-weight: 900;
  text-align: center;
}
main .sec-scene .container p.red.f-l {
  font-size: 2.8rem;
}
main .sec-points .container .point {
  margin-bottom: 6rem;
}
main .sec-points .container .point .box-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}
main .sec-points .container .point .box-head .box-number {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
main .sec-points .container .point .box-head .box-number p {
  font-family: "Dela Gothic One", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
}
main .sec-points .container .point .box-head .box-number .icon-express {
  right: -3.2rem;
}
main .sec-points .container .point .box-head .box-number:after {
  content: "";
  display: block;
  width: calc(100% + 3rem);
  height: 0.5rem;
  background: #ffd14a;
  position: absolute;
  top: auto;
  bottom: -0.1rem;
}
main .sec-points .container .point .box-head p.text {
  width: 64%;
  font-weight: bold;
  font-size: 1.8rem;
}
main .sec-points .container .point .staff {
  background: #fff6da;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  padding: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
main .sec-points .container .point .staff img {
  aspect-ratio: 1/1;
  width: 13.7rem;
  -o-object-fit: cover;
  object-fit: cover;
}
main .sec-points .container .point .staff p {
  font-size: 1.9rem;
  font-weight: bold;
  margin-left: 2rem;
}
main .sec-points .container .point p.red {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1rem 0;
}
main .sec-points .container .point p.red a {
  text-decoration: underline;
  color: #2563eb;
}
main .sec-points .container .point4 {
  margin-bottom: 2rem;
}
main .sec-price .container .box p.head {
  font-size: 1.8rem;
  font-weight: 900;
}
main .sec-price .container .box .box-del {
  border: 1px solid #b3b3b3;
}
main .sec-price .container .box .box-del dl {
  display: flex;
  background: #fff;
}
main .sec-price .container .box .box-del dl dt,
main .sec-price .container .box .box-del dl dd {
  font-size: 1.5rem;
  padding: 1rem;
  width: 50%;
  font-weight: normal;
  border-bottom: 1px solid #b3b3b3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main .sec-price .container .box .box-del dl dd {
  border-left: 1px solid #b3b3b3;
}
main .sec-price .container .box .box-del dl dd span.f-s {
  font-size: 80%;
}
main .sec-price .container .box .box-del dl:last-child dt,
main .sec-price .container .box .box-del dl:last-child dd {
  border-bottom: none;
}
main .sec-price .container .box .box-del dl.bg-blue-turquoise {
  color: #fff;
  font-weight: bold;
  background: #2bb6ca;
}
main .sec-price .container .box .box-del dl.bg-blue-turquoise dt,
main .sec-price .container .box .box-del dl.bg-blue-turquoise dd {
  text-align: center;
  font-weight: bold;
}
main .sec-price .container .box p.note {
  margin: 0.5rem 0 6rem;
  font-size: 1.2rem;
}
main .sec-price .container .box.box-yellow {
  background: url(../images/bg-lightyellow-wave.png) no-repeat center/contain;
  width: 35.5rem;
  height: 62.8rem;
  padding: 3.3rem 2.2rem 2.2rem;
}
main .sec-price .container .box.box-yellow p.head {
  margin-bottom: 1rem;
}
.underline-yellow {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: 0.4rem;
}
.underline-yellow:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5rem;
  background: #ffd14a;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

main .sec-price .container .box.box-yellow p.lead {
  font-size: 1.2rem;
  margin: 1.5rem 0;
}
main .sec-price .container .box.box-yellow .box-del {
  margin-bottom: 4rem;
}
main .sec-price .container .box.box-yellow .box-del dl dt,
main .sec-price .container .box.box-yellow .box-del dl dd {
  padding: 0.8rem;
}
main .sec-price .container .box.box-yellow p.red {
  font-size: 1.2rem;
  color: #da312c;
}
main .sec-flow .container h2 {
  color: #fff;
}
main .sec-flow .container .box-floww .step {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 2rem;
  margin-bottom: 4.2rem;
  padding: 1.5rem 1.5rem 2rem;
  gap: 1rem;
  position: relative;
}
main .sec-flow .container .box-floww .step img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
main .sec-flow .container .box-floww .step .box-text {
  width: 70%;
}
main .sec-flow .container .box-floww .step .box-text p.head {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
main .sec-flow .container .box-floww .step .box-text p.detail {
  font-size: 1.3rem;
  font-weight: 500;
}
main .sec-flow .container .box-floww .step:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 20px solid #fff;
  border-bottom: 0;
  position: absolute;
  top: auto;
  bottom: -3.2rem;
  left: 50%;
  transform: translateX(-50%);
}
main .sec-flow .container .box-floww .step:last-child:after {
  content: none;
}
main .sec-qa .container .box-qa .qa {
  margin-bottom: 1.5rem;
  background: #07689f;
  padding: 1.5rem 1.5rem 3rem;
  border-radius: 2rem;
}
main .sec-qa .container .box-qa .qa p {
  color: #fff;
}
main .sec-qa .container .box-qa .qa p.question {
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
main .sec-qa .container .box-qa .qa p.question:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
main .sec-qa .container .box-qa .qa p.answer {
  font-size: 1.2rem;
  font-weight: 500;
}
main .sec-company {
  color: #fff;
}
main .sec-company .container h2 {
  margin-bottom: 3rem;
}
main .sec-company .container h2:after {
  content: none;
}
main .sec-company .container .box-dl {
  margin: 2rem auto;
  padding: 3rem 0;
  width: 90%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
main .sec-company .container .box-dl dl {
  display: flex;
  margin-bottom: 1.5rem;
}
main .sec-company .container .box-dl dl dt,
main .sec-company .container .box-dl dl dd {
  font-size: 1.4rem;
}
main .sec-company .container .box-dl dl dt {
  font-weight: bold;
  width: 25%;
}
main .sec-company .container .box-dl dl dd {
  font-weight: 500;
  width: 60%;
  flex-grow: 1;
}
main .copyright {
  background: #07689f;
  width: 100%;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .copyright p {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
main .floating-cta.pc-xl {
  position: fixed;
  top: auto;
  bottom: -2rem;
  left: calc(50% + 315px);
}
main .floating-cta.pc-xl .cta {
  transform: scale(0.85);
}
main .floating-cta.pc-xl .cta .box-small-copy {
  position: relative;
  left: -1rem;
}
main .floating-cta.pc-xl .cta .box-small-copy p.small-copy {
  margin-bottom: 0.2rem;
}
main .floating-cta.pc-xl .cta .box-small-copy .icon-express {
  right: -3.4rem;
}
main .floating-cta.pc-xl .cta a.btn01 {
  width: 20rem;
  height: 8rem;
}
main .floating-cta.sp {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
}
main .floating-cta.sp .cta {
  width: 100%;
  margin: 0;
}
main .floating-cta.sp .cta a.btn01 {
  border-radius: 0;
  width: 100%;
  max-width: none;
}
main .floating-cta.sp .cta a.btn01:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #ffd14a;
  right: 0.5rem;
}
main .floating-cta.floating-cta-1.sp {
  max-width: 650px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
main .floating-cta.floating-cta-1.sp .cta {
  display: flex;
}
main .floating-cta.floating-cta-1.sp .cta a {
  margin: 0;
}
main .floating-cta.floating-cta-1.sp .cta a:after {
  content: none;
}
main .floating-cta.floating-cta-1.sp .cta a.btn-tel .icon-tel {
  left: -0.3rem;
}
main .floating-cta.floating-cta-1.sp .cta a.btn-tel .box .small-copy.top {
  position: relative;
  top: 0.1rem;
}
main .floating-cta.floating-cta-1.sp .cta a.btn-tel .box .small-copy.bottom {
  position: relative;
  top: -0.1rem;
}
main .floating-cta.floating-cta-1.sp .cta a.btn-line {
  background: #06c755;
  font-size: 1.8rem;
}
main .floating-cta.floating-cta-1.sp .cta a.btn-line .icon-line {
  background: url(../images/icon-line-white.svg) no-repeat center/contain;
  width: 3rem;
  height: 3rem;
  position: relative;
  left: -0.7rem;
}
main .floating-cta.floating-cta-2.sp {
  bottom: 1rem;
  max-width: 650px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
main .floating-cta.floating-cta-2.sp .cta-floating-cta-sp-2 a.btn-tel {
  width: 90%;
  border-radius: 999px;
  background: #fff;
  border: 2px solid #da312c;
  color: #da312c;
  height: 7rem;
  opacity: 1;
}
main
  .floating-cta.floating-cta-2.sp
  .cta-floating-cta-sp-2
  a.btn-tel
  .icon-tel {
  background: url(../images/icon-tel-red.svg) no-repeat center/contain;
  left: -1.3rem;
  width: 4.7rem;
  height: 4.7rem;
}
main .floating-cta.floating-cta-2.sp .cta-floating-cta-sp-2 a.btn-tel .box {
  position: relative;
  top: -1px;
}
main
  .floating-cta.floating-cta-2.sp
  .cta-floating-cta-sp-2
  a.btn-tel
  .box
  span.small-copy {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
main
  .floating-cta.floating-cta-2.sp
  .cta-floating-cta-sp-2
  a.btn-tel
  .box
  span.small-copy:before,
main
  .floating-cta.floating-cta-2.sp
  .cta-floating-cta-sp-2
  a.btn-tel
  .box
  span.small-copy:after {
  content: "";
  display: block;
  width: 0.15rem;
  height: 1.8rem;
  background: #da312c;
  position: relative;
}
main
  .floating-cta.floating-cta-2.sp
  .cta-floating-cta-sp-2
  a.btn-tel
  .box
  span.small-copy:before {
  transform: rotate(-30deg);
  left: -0.4rem;
}
main
  .floating-cta.floating-cta-2.sp
  .cta-floating-cta-sp-2
  a.btn-tel
  .box
  span.small-copy:after {
  transform: rotate(30deg);
  right: -0.3rem;
}
main
  .floating-cta.floating-cta-2.sp
  .cta-floating-cta-sp-2
  a.btn-tel
  .box
  span.number {
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1px;
}
main .floating-cta.floating-cta-2.sp .cta-floating-cta-sp-2 a.btn-tel:before {
  content: none;
}
main .floating-cta.floating-cta-2.sp .cta-floating-cta-sp-2 a.btn-tel:after {
  content: none;
}

.btn01 {
  overflow: hidden;
  transition: 300ms;
}

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

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

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

@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.icon-express.dash {
  display: inline-block;
  -webkit-animation: run-bounce 0.4s infinite ease-in-out;
  animation: run-bounce 0.4s infinite ease-in-out;
  transform-origin: center bottom; /* 傾きの軸を足元に */
}

@-webkit-keyframes run-bounce {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  25% {
    transform: translateY(calc(-50% - 5px)) rotate(-5deg);
  }
  50% {
    transform: translateY(-50%) rotate(0deg);
  }
  75% {
    transform: translateY(calc(-50% - 5px)) rotate(5deg);
  }
  100% {
    transform: translateY(-50%) rotate(0deg);
  }
}

@keyframes run-bounce {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  25% {
    transform: translateY(calc(-50% - 5px)) rotate(-5deg);
  }
  50% {
    transform: translateY(-50%) rotate(0deg);
  }
  75% {
    transform: translateY(calc(-50% - 5px)) rotate(5deg);
  }
  100% {
    transform: translateY(-50%) rotate(0deg);
  }
}
.tel {
  position: fixed;
  top: 0.6rem;
  left: calc(50% + 16.5rem);
  transform: translateX(-50%);
  z-index: 999;
  width: 3.6rem;
  height: 3.6rem;
}
.tel a img {
  width: 3.6rem;
  height: 3.6rem;
}

.parameters,
.parameters-2 {
  display: block;
}
.parameters p,
.parameters a,
.parameters-2 p,
.parameters-2 a {
  display: block;
  background: #ff5752;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.8rem 0;
}

.parameters-2 {
  position: relative;
}
.parameters-2 a {
  background: #00b16b;
}
.parameters-2:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #ffd14a;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: auto;
  right: 1.5rem;
  transform: translateY(-50%);
}

main .sec-maker {
  padding: 1.5rem 0;
}
main .sec-maker .container h2 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
main .sec-maker .container h2:after {
  content: none;
}
main .sec-maker .container ul.maker-list {
  max-width: 32rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
main .sec-maker .container ul.maker-list li {
  width: 28%;
}
main .sec-maker .container ul.maker-list li .box-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .sec-maker .container ul.maker-list li .box-image img {
  height: 2.8rem;
  -o-object-fit: contain;
  object-fit: contain;
}
main .sec-maker .container ul.maker-list li .box-image img.fujitsu {
  transform: scale(1.1);
}

.buruburu {
  -webkit-animation: buruburu 0.15s infinite;
  animation: buruburu 0.15s infinite;
  display: inline-block;
}

@-webkit-keyframes buruburu {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(1.5px, -1.5px);
  }
  50% {
    transform: translate(-1.5px, 1.5px);
  }
  75% {
    transform: translate(1.5px, 1.5px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes buruburu {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(1.5px, -1.5px);
  }
  50% {
    transform: translate(-1.5px, 1.5px);
  }
  75% {
    transform: translate(1.5px, 1.5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.box-bottakuri-02 {
  position: relative;
}

.box-bottakuri-02 img.bottakuri-02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  opacity: 0;
  width: 5.8rem;
  height: 5.8rem;
}

.box-bottakuri-02 .bottakuri-02:nth-of-type(1) {
  -webkit-animation: showA 1.8s steps(1, end) infinite;
  animation: showA 1.8s steps(1, end) infinite;
}

.box-bottakuri-02 .bottakuri-02:nth-of-type(2) {
  -webkit-animation: showB 1.8s steps(1, end) infinite;
  animation: showB 1.8s steps(1, end) infinite;
}

@-webkit-keyframes showA {
  0% {
    opacity: 1;
  }
  49.99% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes showA {
  0% {
    opacity: 1;
  }
  49.99% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes showB {
  0% {
    opacity: 0;
  }
  49.99% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showB {
  0% {
    opacity: 0;
  }
  49.99% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.02;
  } /* 完全な0にすると消えすぎ感があるなら0.2が自然 */
}
@keyframes fade-blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.02;
  } /* 完全な0にすると消えすぎ感があるなら0.2が自然 */
}
.blink {
  -webkit-animation: fade-blink 1s ease-in-out infinite;
  animation: fade-blink 1s ease-in-out infinite;
}

.banner-review .container {
  display: block;
}
.banner-review p {
  font-size: 1rem;
  text-align: right;
}

.banner.w-content {
  width: 95%;
  margin: 1rem auto;
}

.text-link a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  background: blue;
  font-weight: bold;
  padding: 1rem 2rem;
  margin: 1rem auto 2rem;
  border-radius: 10px;
}

main.lp-ac-3 {
  position: relative;
}
main.lp-ac-3 a.fv-btn-tel,
main.lp-ac-3 a.fv-btn-line {
  position: absolute;
  top: 0.1rem;
  right: 0;
  display: block;
}
main.lp-ac-3 a.fv-btn-tel img,
main.lp-ac-3 a.fv-btn-line img {
  width: auto;
  height: 5rem;
}
main.lp-ac-3 a.fv-btn-tel {
  right: 1rem;
}
main.lp-ac-3 a.fv-btn-line {
  right: 15.1rem;
}
main.lp-ac-3 .floating-cta {
  width: 100%;
  position: fixed;
  bottom: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
}
main.lp-ac-3 .floating-cta a {
  display: block;
  margin: 0 auto;
  width: 80%;
  max-width: 520px;
}
main.lp-ac-3 .floating-cta a:before {
  content: none;
}

main.lp-ac-4 .cta a.btn01.btn-form {
  background: #008ad2;
}
main.lp-ac-4 .parameters p,
main.lp-ac-4 .parameters a,
main.lp-ac-4 .parameters-2 p,
main.lp-ac-4 .parameters-2 a {
  background: #00aeed;
}
main.lp-ac-4 .sec.bg-blue-turquoise {
  background: #008ad2;
}
main.lp-ac-4 .cta a.btn01:after {
  border-left: 16px solid #fff300;
}
main.lp-ac-4 .sec h2:after {
  background: #fff300;
}
main.lp-ac-4 .sec-points .container .point .box-head .box-number:after {
  background: #fff300;
}
main.lp-ac-4 .underline-yellow:after {
  background: #fff300;
}
main.lp-ac-4 .floating-cta.floating-cta-2.sp .cta-floating-cta-sp-2 a.btn-tel {
  border: 2px solid #ff5752;
  color: #ff5752;
}
main.lp-ac-4
  .floating-cta.floating-cta-2.sp
  .cta-floating-cta-sp-2
  a.btn-tel
  .icon-tel {
  background: url(../images/icon-tel-red-light.svg) no-repeat center/contain;
}
/*# sourceMappingURL=style.css.map */
