html {
  font-size: 1rem;
  max-width: 120rem;
  margin: 0 auto;
}

body {
  font-family: 'arial', sans-serif;
  background: #fff;
  font-size: 1rem;
  color: #030303;
  margin: 0;
}

.wrap {
  overflow-x: hidden;
  position: relative;
}

.container {
  width: 81%;
  margin: 0 auto;
  max-width: 65rem;
}

@media (max-width: 900px) {
  .container {
    width: 89%;
  }
}

.line-break {
  display: inline-block;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
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;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.header {
  width: 100%;
  height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  background: #fff;
  z-index: 2;
}

@media (max-width: 900px) {
  .header {
    height: 6.25rem;
  }
}

.header__logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  -webkit-box-shadow: 0 7px 7px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 7px 7px -5px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 0.625rem 0;
  padding: 1.5rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .header__logo {
    padding: 1rem;
  }
}

.header__logo img {
  width: 100%;
}

.header__logo__container {
  display: inline-block;
  width: 7.5rem;
}

@media (max-width: 900px) {
  .header__logo__container {
    width: 6.25rem;
  }
}

.header__tel {
  width: 17.5rem;
  margin-right: 1.5rem;
}

@media (max-width: 900px) {
  .header__tel {
    width: 14.375rem;
    margin-right: 1rem;
  }
}

.header__tel img {
  width: 100%;
}

.header__tel__container {
  display: inline-block;
}

.section-ttl {
  background: url(../assets/images/section-ttl_bg-pc.webp) top/cover;
  margin-top: -5rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .section-ttl {
    background: url(../assets/images/section-ttl_bg-mb.webp) top/cover;
    margin-top: -1.875rem;
  }
}

.section-ttl__txt {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  padding: 6.875rem 0 2.5rem 0;
  text-align: center;
  line-height: 1.5625;
}

@media (max-width: 900px) {
  .section-ttl__txt {
    font-size: 1.5rem;
    padding: 2.5rem 0 1.5rem 0;
  }
}

.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 900px) {
  .cta {
    margin-top: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cta__tel {
  width: 58%;
  margin-right: 4%;
}

@media (max-width: 900px) {
  .cta__tel {
    width: 100%;
    margin-right: 0;
  }
}

.cta__other {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 4px solid #FEB271;
  border-radius: 5px;
  padding: 1rem 0;
}

@media (max-width: 900px) {
  .cta__other {
    margin-top: 2.5rem;
  }
}

.cta__other__list {
  width: 87.5%;
  margin: 0 auto;
}

.cta__other__list .list__item {
  margin-top: 2rem;
}

.cta__other__list .list__item:nth-child(1) {
  margin-top: 0;
}

.footer {
  margin-top: 5rem;
}

.footer__logo {
  display: block;
  width: 7.5rem;
  margin: 0 auto;
}

.footer__copyright {
  margin-top: 2.5rem;
  background: #F29A10;
  color: #fff;
  height: 3.75rem;
  text-align: center;
  line-height: 3.75rem;
}

.fv {
  padding-top: 7.5rem;
}

@media (max-width: 900px) {
  .fv {
    padding-top: 6.25rem;
  }
}

.problem {
  background: url(../assets/images/problem_bg.webp) top/cover;
  text-align: center;
}

.problem__img {
  display: inline-block;
  max-width: 71.25rem;
  width: 89%;
  padding: 5rem 0 7.5rem 0;
}

@media (max-width: 900px) {
  .problem__img {
    padding: 2.5rem 0 3.75rem 0;
  }
}

.problem__img img {
  width: 100%;
}

.solution__body {
  text-align: center;
  margin-top: 3.75rem;
}

@media (max-width: 900px) {
  .solution__body {
    margin-top: 2.5rem;
  }
}

.solution__body__img {
  display: inline-block;
  max-width: 74.375rem;
  width: 93%;
}

.solution__body__img img {
  width: 100%;
}

.price {
  margin-top: 5rem;
}

@media (max-width: 900px) {
  .price {
    margin-top: 2.5rem;
  }
}

.price .section-ttl {
  margin-top: 0;
}

.price__body {
  background: url(../assets/images/price_bg.webp) top/cover;
  padding: 3.75rem 0;
  text-align: center;
}

@media (max-width: 900px) {
  .price__body {
    padding: 1.875rem 0 3.75rem 0;
  }
}

.price__body__img {
  display: inline-block;
  max-width: 54.375rem;
  width: 68%;
}

@media (max-width: 900px) {
  .price__body__img {
    width: 100%;
  }
}

.price__body__img img {
  width: 100%;
}

.product .section-ttl {
  margin-top: 5rem;
}

.product .swiper-container {
  width: 100%;
  overflow-x: hidden;
  margin-top: 3.75rem;
  position: relative;
}

.product .swiper-container .swiper-slide {
  width: 23.4375rem;
  margin-right: 2.5rem;
}

@media (max-width: 539px) {
  .product .swiper-container .swiper-slide {
    width: 100vw;
    margin: 0;
  }
}

.product .swiper-button-next,
.product .swiper-button-prev {
  position: absolute;
  z-index: 1;
  width: 3.125rem;
  height: 3.125rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgba(75, 75, 75, 0.4);
          box-shadow: 0 0 15px rgba(75, 75, 75, 0.4);
  top: calc(50% - 25px);
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 900px) {
  .product .swiper-button-next,
  .product .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.product .swiper-button-next:after,
.product .swiper-button-prev:after {
  font-family: "Font Awesome 5 Free";
  content: '';
  font-weight: 900;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.5rem;
}

.product .swiper-button-next:after {
  content: '\f105';
}

.product .swiper-button-prev:after {
  content: '\f104';
}

.product .swiper-button-next:hover,
.product .swiper-button-prev:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: .8;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product .cta__tel {
  width: 59%;
  margin: 0 auto;
  margin-top: 2.5rem;
}

@media (max-width: 900px) {
  .product .cta__tel {
    width: 89%;
  }
}

.acd-check {
  display: none;
  -webkit-transition: .5;
  transition: .5;
}

.acd-label {
  background: #004fa2;
  color: #fff;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}

.acd-label:hover {
  opacity: .7;
}

.acd-content {
  border: 1px solid #333;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  -webkit-transition: .5s;
  transition: .5s;
  visibility: hidden;
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.product-detail {
  width: 100%;
  padding: 80px;
}

.detail-data {
  padding: 8px;
}

.detail-data-st {
  font-weight: 600;
}

.product-detail-tr {
  padding: 20px 0;
  border-top: 1px solid #8d8d8d;
}

.product-detail-tr td {
  text-align: center;
}

.detail-head {
  font-weight: 600;
  border-right: 1px solid #8d8d8d;
  vertical-align: middle;
}

.reason {
  margin-top: 6.25rem;
}

.reason .section-ttl {
  margin-top: 0;
}

.reason__body {
  background: url(../assets/images/reason_bg.webp) top/cover;
  padding: 5rem 0 10rem;
  text-align: center;
}

@media (max-width: 900px) {
  .reason__body {
    padding: 2.5rem 0 5rem;
  }
}

.reason__body__img {
  display: inline-block;
  width: 89%;
}

.reason__body__img img {
  width: 100%;
}

.case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.75rem;
}

@media (max-width: 900px) {
  .case__list {
    margin-top: 1.875rem;
  }
}

.case__list .list__item {
  width: 48%;
  margin-right: 3.8%;
  margin-top: 2.5rem;
}

@media (max-width: 900px) {
  .case__list .list__item {
    width: 100%;
    margin-right: 0;
  }
}

.case__list .list__item:nth-child(2n) {
  margin-right: 0;
}

.case__list .list__item:nth-of-type(-n+2) {
  margin-top: 0;
}

@media (max-width: 900px) {
  .case__list .list__item:nth-of-type(-n+2) {
    margin-top: 2.5rem;
  }
}

@media (max-width: 900px) {
  .case__list .list__item:nth-child(1) {
    margin-top: 0;
  }
}

.corona {
  margin-top: 5rem;
}

.flow {
  background: url(../assets/images/flow_bg.webp) top/cover;
}

.flow__body {
  margin-top: 3.75rem;
  text-align: center;
}

@media (max-width: 900px) {
  .flow__body {
    margin-top: 1.875rem;
  }
}

.flow__body__img {
  display: inline-block;
  width: 84%;
}

.flow__body__img img {
  width: 100%;
}

.area {
  margin-top: 5rem;
}

@media (max-width: 900px) {
  .area {
    margin-top: 2.5rem;
  }
}

.faq .section-ttl {
  margin-top: 5rem;
}

@media (max-width: 900px) {
  .faq .section-ttl {
    margin-top: 2.5rem;
  }
}

.faq__list {
  width: 70%;
  margin: 0 auto;
  margin-top: 3.75rem;
}

@media (max-width: 900px) {
  .faq__list {
    width: 90%;
    margin-top: 1.875rem;
  }
}

.faq__list .list__item {
  margin-top: 2.5rem;
}

.faq__list .list__item .item__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.5rem;
}

.faq__list .list__item .item__question .item__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.375rem;
  line-height: 1.81818;
}

@media (max-width: 900px) {
  .faq__list .list__item .item__question .item__txt {
    font-size: 1rem;
  }
}

.faq__list .list__item .item__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.5rem;
}

@media (max-width: 900px) {
  .faq__list .list__item .item__answer {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.faq__list .list__item .item__answer .item__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.25rem;
  line-height: 1.8;
}

@media (max-width: 900px) {
  .faq__list .list__item .item__answer .item__txt {
    font-size: 0.875rem;
  }
}

.faq__list .list__item .item__icon {
  width: 3.75rem;
  margin-right: 1rem;
}

@media (max-width: 900px) {
  .faq__list .list__item .item__icon {
    width: 2.8125rem;
  }
}

.faq__list .list__item .dot-line {
  height: 1px;
  width: 100%;
  position: relative;
}

.faq__list .list__item .dot-line:before {
  content: "";
  background-image: linear-gradient(to right, #707070, #707070 3px, transparent 3px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.faq__list .solid-line {
  background: #707070;
  height: 1px;
  width: 100%;
}

.bottom-txt__txt {
  margin-top: 5rem;
}
/*# sourceMappingURL=style.css.map */