@charset "UTF-8";
.wrapper {
  max-width: 100%;
  margin: 0 auto;
  color: #000;
  font-weight: 400;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}

.inner {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

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

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  opacity: 0.8;
}

/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* ============================================ */
.no-reset * {
  border-style: initial;
  border-width: initial;
  min-width: initial;
}

/* Document */
/* ============================================ */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* Sections */
/* ============================================ */
body {
  margin: 0;
}

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

.no-reset p,
.no-reset table,
.no-reset blockquote,
.no-reset address,
.no-reset pre,
.no-reset iframe,
.no-reset form,
.no-reset figure,
.no-reset dl {
  margin: revert;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

.no-reset h1,
.no-reset h2,
.no-reset h3,
.no-reset h4,
.no-reset h5,
.no-reset h6 {
  font-size: revert;
  font-weight: revert;
  margin: revert;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.no-reset ul,
.no-reset ol {
  margin: revert;
  padding: revert;
  list-style: revert;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

picture {
  display: contents;
}

html {
  font-size: 10px;
}
@media (max-width:767px) and (min-width:320px) {
  html {
    font-size: 2.5641025641vw;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.layout {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.layout__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}

.layout__sidebar {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .layout__sidebar {
    display: none;
  }
}

.layout__sidebar-heading {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

.layout__sidebar-logo {
  display: block;
  width: 15.4rem;
  position: fixed;
  top: 2rem;
  left: 1.6rem;
  z-index: 100;
}
@media (min-width: 1441px) {
  .layout__sidebar-logo {
    width: 10.6944444444vw;
  }
}

.layout__sidebar-inner {
  max-width: 1200px;
  margin-left: 0vw;
}
@media (max-width:1024px) {
  .layout__sidebar-inner {
    margin-left: 0vw;
  }
}
@media (max-width: 1440px) {
  .layout__sidebar-inner {
    max-width: auto;
  }
}

.layout__sidebar-text {
  position: relative;
  width: 83.5294117647vw;
}
@media (max-width: 1152px) {
  .layout__sidebar-text {
    width: 66.8235294118vw;
  }
}
@media (max-width: 869px) {
  .layout__sidebar-text {
    width: 42.96875vw;
  }
}

.layout__sidebar-text-img {
  width: 100%;
  height: auto;
  display: block;
}

.layout__sidebar-button {
  position: absolute;
  bottom: 6.1764705882vw;
  left: 42%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48.0882352941vw;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.layout__sidebar-button:hover {
  opacity: 0.8;
}
@media (max-width: 1152px) {
  .layout__sidebar-button {
    bottom: 4.9411764706vw;
    left: 42%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 38.4705882353vw;
  }
}
@media (max-width: 869px) {
  .layout__sidebar-button {
    bottom: 1.953125vw;
    width: 31.25vw;
  }
}

.layout__sidebar-button-img {
  width: 100%;
  height: auto;
  display: block;
}

.layout__content {
  width: 39rem;
  height: calc(100vh + 10.8vh);
  padding-top: 10.8vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
  right: 7.3529411765vw;
  z-index: 100;
}
@media (max-width:1024px) {
  .layout__content {
    right: 6vw;
    height: calc(100vh + 4.6vh);
    padding-top: 4.6vh;
  }
}
.layout__content {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.layout__content::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .layout__content {
    width: 100%;
    max-width: 39rem;
    height: 100vh;
    padding-top: 0;
    position: relative;
    top: 0;
    right: 0;
  }
}

.layout__content-bg {
  width: 39rem;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
  .layout__content-bg {
    width: 100%;
  }
}

.logo-sp {
  display: none;
}
@media (max-width: 767px) {
  .logo-sp {
    display: block;
    width: 9.8rem;
    position: fixed;
    top: 1.2rem;
    left: 0.8rem;
    z-index: 100;
  }
}

.footer {
  background: #Fff;
  padding-bottom: 12rem;
  padding-bottom: calc(6.6vh + 4.8rem);
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 8.8rem;
  }
}

.footer__image {
  width: 100%;
  height: auto;
  display: block;
}

.footer__copyright {
  padding-block: 0.8rem;
  text-align: center;
  background: #1A59A9;
  color: #FFF;
  font-family: "Hiragino Kaku Gothic Std";
  font-size: 1.1rem;
  font-style: normal;
}

.faq {
  background-color: #FAFAFA;
  padding: 3.2rem 0 4.8rem;
}

.faq__inner {
  width: 34.2rem;
  max-width: 100%;
  margin: 0 auto;
}

.faq__heading {
  width: 24rem;
  margin: 0 auto;
}
.faq__heading img {
  width: 100%;
  height: auto;
  display: block;
}

.faq__lead {
  margin-top: 1.6rem;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.4px;
}

.faq__list {
  margin-top: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  letter-spacing: 0.6px;
}

.faq__question {
  background: -webkit-gradient(linear, left top, left bottom, from(#4285EB), to(#03265D));
  background: linear-gradient(180deg, #4285EB 0%, #03265D 100%);
  width: 100%;
  min-height: 5.1rem;
  padding: 0.5rem 1rem 0.5rem 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0rem;
  border: none;
  cursor: pointer;
}

.faq__question-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.faq__icon {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1;
}

.faq__icon--question {
  background-color: #fff;
}

.faq__icon--question .faq__icon-letter {
  background: -webkit-gradient(linear, left top, left bottom, from(#4285EB), to(#03265D));
  background: linear-gradient(180deg, #4285EB 0%, #03265D 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.faq__icon--answer {
  background: -webkit-gradient(linear, left top, left bottom, from(#4285EB), to(#03265D));
  background: linear-gradient(180deg, #4285EB 0%, #03265D 100%);
  color: #fff;
}

.faq__question-text {
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.7rem;
  text-align: left;
}

.faq__toggle {
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.faq__toggle-line {
  position: absolute;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq__toggle-line:first-child {
  top: 50%;
  left: 0;
  right: 0;
  height: 0.15rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq__toggle-line--vertical {
  left: 50%;
  top: 0;
  bottom: 0;
  width: 0.15rem;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.faq__item.is-open .faq__toggle-line--vertical {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

.faq__answer {
  background-color: #fff;
  padding: 1.8rem 1.2rem 1.4rem 0.8rem;
  display: none;
}

.faq__item.is-open .faq__answer {
  display: block;
}

.faq__answer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
}

.faq__answer-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.faq__answer-text p {
  color: #000;
  font-size: 1.4rem;
  line-height: 2.1rem;
}

.faq__answer-text p + p {
  margin-top: 1.4rem;
}

.floating {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 39rem;
  margin: 0 auto;
  text-align: center;
  z-index: 1001;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .floating {
    display: block;
  }
}
.floating.is-show {
  opacity: 1;
}

.floating__link {
  display: block;
}

.floating__img {
  width: 100%;
  height: auto;
}

.cta {
  margin-top: -0.4rem;
}

.cta__inner {
  position: relative;
}

.cta__image {
  width: 100%;
  height: auto;
  display: block;
}

.cta__button-tel {
  position: absolute;
  top: 3rem;
  left: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 27rem;
  display: block;
}

.fv__inner {
  position: relative;
}

.fv__image {
  width: 100%;
  height: auto;
  display: block;
}

.catch__inner {
  position: relative;
}

.catch__image {
  width: 100%;
  height: auto;
  display: block;
}

.review {
  margin-top: -1.4rem;
}

.review__inner {
  position: relative;
}

.review__image {
  width: 100%;
  height: auto;
  display: block;
}

.review__heading {
  position: absolute;
  top: 2.9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 37rem;
  margin: 0;
}
.review__heading img {
  width: 100%;
  height: auto;
  display: block;
}

.promise__inner {
  position: relative;
}

.promise__image {
  width: 100%;
  height: auto;
  display: block;
}

.promise__heading {
  position: absolute;
  top: 2.4rem;
  left: 43%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30rem;
  margin: 0;
}
.promise__heading img {
  width: 100%;
  height: auto;
  display: block;
}

.price {
  margin-top: -1.3rem;
}

.price__inner {
  position: relative;
}

.price__image {
  width: 100%;
  height: auto;
  display: block;
}

.price__heading {
  position: absolute;
  top: 1.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25rem;
  margin: 0;
}
.price__heading img {
  width: 100%;
  height: auto;
  display: block;
}

.aftercare__inner {
  position: relative;
}

.aftercare__image {
  width: 100%;
  height: auto;
  display: block;
}

.aftercare__heading {
  position: absolute;
  top: 2.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 36rem;
  margin: 0;
}
.aftercare__heading img {
  width: 100%;
  height: auto;
  display: block;
}

.caution {
  margin-top: -1.2rem;
}

.caution__inner {
  position: relative;
}

.caution__image {
  width: 100%;
  height: auto;
  display: block;
}

.caution__heading {
  position: absolute;
  top: 10.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26rem;
  margin: 0;
}
.caution__heading img {
  width: 100%;
  height: auto;
  display: block;
}

.lowest-price__inner {
  position: relative;
}

.lowest-price__image {
  width: 100%;
  height: auto;
  display: block;
}

.lowest-price__heading {
  position: absolute;
  top: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 36rem;
  margin: 0;
}
.lowest-price__heading img {
  width: 100%;
  height: auto;
  display: block;
}

.lowest-price__panel {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 37rem;
}

.lowest-price__panel-tel {
  position: absolute;
  top: 2.6rem;
  left: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25rem;
  display: block;
}

.diy-risk__inner {
  position: relative;
}

.diy-risk__image {
  width: 100%;
  height: auto;
  display: block;
}

.diy-risk__heading {
  top: 7.1rem;
  position: absolute;
  left: 49%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 34.7rem;
  margin: 0;
}
.diy-risk__heading img {
  width: 100%;
  height: auto;
  display: block;
}

.diy-risk__panel {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 37rem;
  bottom: 3rem;
}

.diy-risk__panel-tel {
  position: absolute;
  top: 2.6rem;
  left: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25rem;
  display: block;
}

.case__inner {
  position: relative;
}

.case__image {
  width: 100%;
  height: auto;
  display: block;
}

.case__heading {
  position: absolute;
  top: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 35rem;
  margin: 0;
}
.case__heading img {
  width: 100%;
  height: auto;
  display: block;
}

.case__panel {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 37rem;
  bottom: 3rem;
}

.case__panel-tel {
  position: absolute;
  top: 2.6rem;
  left: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25rem;
  display: block;
}

.strength__inner {
  position: relative;
}

.strength__image {
  width: 100%;
  height: auto;
  display: block;
}

.strength__heading {
  position: absolute;
  top: 4.5rem;
  left: 48%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 33rem;
  margin: 0;
}
.strength__heading img {
  width: 100%;
  height: auto;
  display: block;
}

.message__inner {
  position: relative;
}

.message__image {
  width: 100%;
  height: auto;
  display: block;
}

.message__heading {
  position: absolute;
  top: 0;
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 36.3rem;
  margin: 0;
}
.message__heading img {
  width: 100%;
  height: auto;
  display: block;
}

.flow__inner {
  position: relative;
}

.flow__image {
  width: 100%;
  height: auto;
  display: block;
}

.flow__heading {
  position: absolute;
  top: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 39rem;
  margin: 0;
}
.flow__heading img {
  width: 100%;
  height: auto;
  display: block;
}

.company {
  margin-top: -1.4rem;
}

.company__inner {
  position: relative;
}

.company__image {
  width: 100%;
  height: auto;
  display: block;
}

.company__heading {
  position: absolute;
  top: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 39rem;
  margin: 0;
}
.company__heading img {
  width: 100%;
  height: auto;
  display: block;
}
