/*
Theme Name: LP
Description:
Author:
Author URI:
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  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 {
  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 */
  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;
  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;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-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;
  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;
}
body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Segoe UI", "Yu Gothic UI", "Meiryo", sans-serif;
  color: #02184e;
  background: #fff;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.59vw;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.9;
}

.pc_br {
  display: block;
}
@media screen and (max-width: 1050px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media screen and (max-width: 1050px) {
  .sp_br {
    display: block;
  }
}

.blue {
  color: #02479e;
}

.yellow {
  color: #fff500;
}

.red {
  color: #d12626;
}

.dot {
  position: relative;
}

.dot::before {
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 9px;
  background: radial-gradient(circle 9px, #fff500 50%, transparent 50%);
  background: -moz-radial-gradient(circle 9px, #fff500 50%, transparent 50%);
}
@media screen and (max-width: 767px) {
  .dot::before {
    padding-top: 4vw;
    background: radial-gradient(circle 1vw, #fff500 50%, transparent 50%);
    background: -moz-radial-gradient(circle 1vw, #fff500 50%, transparent 50%);
  }
}

.slash {
  position: relative;
}

.slash:before,
.slash:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #323232;
  width: 1.8px;
  height: 1em;
  margin: 0 0.15em;
  margin-top: -0.2em;
  vertical-align: middle;
}

.slash:before {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.slash:after {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.ul {
  font-weight: 600;
  text-underline-offset: -0.3rem;
  text-decoration: underline;
  text-decoration-color: #fff500;
  text-decoration-thickness: 14px;
}
@media screen and (max-width: 767px) {
  .ul {
    text-decoration-thickness: 2vw;
  }
}

.main {
  overflow: hidden;
}

/*----------------------------------------
header
----------------------------------------*/
.header {
  position: relative;
  z-index: 1000;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .header {
    -webkit-box-shadow: 0.2vw 0.2vw 0.3vw rgba(0, 0, 0, 0.16);
    box-shadow: 0.2vw 0.2vw 0.3vw rgba(0, 0, 0, 0.16);
  }
}
.header__inner {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .header__inner {
    padding: 3.58vw 2vw;
  }
}
.header__logo-text {
  font-size: 0.6rem;
}
@media screen and (max-width: 1050px) {
  .header__logo-text {
    font-size: 1.4vw;
  }
}
.header__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__logo img {
  width: 210px;
  display: block;
}
@media screen and (max-width: 1050px) {
  .header__logo img {
    width: 27.4vw;
  }
}
.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 1050px) {
  .header__info {
    gap: 1.2vw;
  }
}
.header__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
@media screen and (max-width: 1050px) {
  .header__badges {
    gap: 1.02vw;
  }
}
.header__badge {
  width: 111px;
  height: 63px;
  border: 1px solid #02479e;
  border-radius: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1050px) {
  .header__badge {
    width: 14.8vw;
    height: 10.5vw;
  }
}
@media screen and (max-width: 767px) {
  .header__badge {
    border-radius: 1.5vw;
  }
}
.header__badge-top {
  font-size: 0.87rem;
  font-weight: 600;
  color: #02479e;
}
@media screen and (max-width: 1050px) {
  .header__badge-top {
    font-size: 2.26vw;
  }
}
.header__badge-bottom {
  margin-top: 6px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #d12626;
}
@media screen and (max-width: 1050px) {
  .header__badge-bottom {
    font-size: 3.5vw;
    margin-top: 1.02vw;
  }
}
.header__badge-bottom span {
  font-size: 0.87rem;
}
@media screen and (max-width: 1050px) {
  .header__badge-bottom span {
    font-size: 2vw;
  }
}
.header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3rem;
  text-decoration: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1050px) {
  .header__tel {
    display: none;
  }
}
.header__tel-icon {
  width: 50px;
  display: block;
}
.header__tel-number {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: "Roboto", sans-serif;
}
.header__contact {
  width: 213px;
  height: 67px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb321), to(#f7931e));
  background: linear-gradient(180deg, #ffb321 0%, #f7931e 100%);
  border-radius: 5px;
  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;
  gap: 0.8rem;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 0 #d16c05;
  box-shadow: 0 3px 0 #d16c05;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1050px) {
  .header__contact {
    display: none;
  }
}
.header__contact:hover {
  opacity: 0.85;
}
.header__contact-icon {
  width: 28px;
  display: block;
}
@media screen and (max-width: 1050px) {
  .header__contact-icon {
    display: none;
  }
}
.header__contact-text {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1050px) {
  .header__contact-text {
    display: none;
  }
}

.header__tel-sp {
  display: none;
}
@media screen and (max-width: 1050px) {
  .header__tel-sp {
    display: block;
    background: #2db84d;
    border-radius: 0.6vw;
    width: 11.3vw;
    height: 11.3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0.5vw 0 #178e33;
    box-shadow: 0 0.5vw 0 #178e33;
  }
  .header__tel-sp img {
    width: 6.9vw;
  }
}
.header__contact-sp {
  display: none;
}
@media screen and (max-width: 1050px) {
  .header__contact-sp {
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffb321), to(#f7931e));
    background: linear-gradient(180deg, #ffb321 0%, #f7931e 100%);
    width: 11.3vw;
    height: 11.3vw;
    border-radius: 0.6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0.5vw 0 #d16c05;
    box-shadow: 0 0.5vw 0 #d16c05;
  }
  .header__contact-sp img {
    width: 6.6vw;
  }
}

/*----------------------------------------
FV
----------------------------------------*/
.fv {
  position: relative;
  z-index: 10;
  background: url("https://water-trouble.net/wp-content/themes/lp/img/fv-back.webp") no-repeat center;
}
@media screen and (max-width: 767px) {
  .fv {
    background: none;
  }
}
.fv__inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .fv__inner {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

/*----------------------------------------
comparison
----------------------------------------*/
.comparison {
  background: #fff;
}
.comparison__inner {
  max-width: 1132px;
  width: 100%;
  padding: 3.75rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .comparison__inner {
    padding: 9.2vw 3.58vw;
  }
}
@media screen and (max-width: 1050px) {
  .comparison__inner {
    padding-top: 4vw;
  }
}
.comparison__heading {
  position: relative;
  background: #02479e;
  text-align: center;
  overflow: hidden;
  line-height: 1;
  padding: 1.6rem 0;
}
@media screen and (max-width: 1050px) {
  .comparison__heading {
    padding: 4.1vw 0;
  }
}
.comparison__lead {
  font-size: 2.3rem;
  font-weight: 500;
  color: #fff500;
  line-height: 1;
}
@media screen and (max-width: 1050px) {
  .comparison__lead {
    font-size: 5.06vw;
  }
}
.comparison__title {
  margin-top: 1rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  color: #02479e;
}
@media screen and (max-width: 767px) {
  .comparison__title {
    font-size: 7.19vw;
  }
}
.comparison__title {
  color: #fff;
  line-height: 1.3;
}
@media screen and (max-width: 1050px) {
  .comparison__title {
    position: relative;
    z-index: 10;
    font-size: 6vw;
    line-height: 1.5;
    margin-top: 2.3vw;
  }
}
.comparison__bubble {
  position: absolute;
}
.comparison__bubble img {
  width: 100%;
  display: block;
}
.comparison__bubble--left {
  left: 28px;
  top: 30px;
  width: 49px;
}
@media screen and (max-width: 1050px) {
  .comparison__bubble--left {
    width: 7.6vw;
    top: 1vw;
    left: 1vw;
  }
}
.comparison__bubble--right {
  right: 26px;
  bottom: 14px;
  width: 50px;
}
@media screen and (max-width: 1050px) {
  .comparison__bubble--right {
    width: 5vw;
    bottom: 1vw;
    right: 0;
  }
}
.comparison__table {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .comparison__table {
    margin-top: 4vw;
  }
}
.comparison__table img {
  width: 1052px;
  max-width: 100%;
  display: inline-block;
}

/*----------------------------------------
CTA
----------------------------------------*/
.cta {
  background: #02479e;
}
.cta__inner {
  max-width: 1132px;
  width: 100%;
  padding: 3.75rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta__inner {
    padding: 9.2vw 3.58vw;
  }
}
.cta__inner {
  padding-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .cta__inner {
    padding-top: 4.1vw;
  }
}
.cta__head {
  position: relative;
  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;
  gap: 1rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cta__head {
    gap: 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cta__medal {
  position: absolute;
  left: 1.3rem;
  top: -4.8rem;
  z-index: 2;
}
@media screen and (max-width: 1050px) {
  .cta__medal {
    width: 16.7vw;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .cta__medal {
    width: 23vw;
    left: -1.5vw;
    top: -2vw;
  }
}
.cta__lead {
  font-size: 2.3rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .cta__lead {
    font-size: 5.06vw;
  }
}
.cta__title {
  font-size: 5.3rem;
  line-height: 1;
  color: #fff500;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1050px) {
  .cta__title {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .cta__title {
    font-size: 12.3vw;
  }
}
.cta__badge {
  position: absolute;
  right: 4rem;
  top: -5rem;
}
@media screen and (max-width: 1050px) {
  .cta__badge {
    width: 12.4vw;
  }
}
@media screen and (max-width: 767px) {
  .cta__badge {
    width: 19.4vw;
    top: -1vw;
    right: 0;
  }
}
.cta__box {
  background: #fff;
  padding: 2.18rem 3.25rem 2.6rem;
  position: relative;
  margin-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .cta__box {
    padding: 5.1vw 0;
  }
}
.cta__catch {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.45;
  font-weight: 700;
  color: #02184e;
}
@media screen and (max-width: 767px) {
  .cta__catch {
    font-size: 6.8vw;
    line-height: 1.35;
    letter-spacing: 0;
  }
}
.cta__catch span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(58%, transparent), color-stop(58%, #fff500));
  background: linear-gradient(transparent 58%, #fff500 58%);
}
.cta__license {
  position: relative;
  margin-top: -1.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#1677d9), to(#0058c8));
  background: linear-gradient(#1677d9, #0058c8);
  border-radius: 999px;
  color: #fff;
  text-align: center;
  padding: 0.5rem 0;
  -webkit-box-shadow: 0 0.2rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.2rem 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .cta__license {
    padding: 3vw 1vw;
    margin-top: -3vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
.cta__license p {
  position: relative;
  z-index: 10;
  font-size: 1.56rem;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "BIZ UDMincho Medium", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
  .cta__license p {
    font-size: 3.5vw;
    line-height: 1.4;
    letter-spacing: 0;
    text-shadow:
      0 0 5px #1861cc,
      0 0 10px #1861cc,
      0 0 20px #1861cc,
      0 0 35px #1861cc,
      0 0 50px rgba(24, 97, 204, 0.9);
  }
}
.cta__license strong {
  color: #fff500;
  font-size: 1.84em;
  border-bottom: 0.1rem solid #fff500;
}
.cta__license img {
  position: absolute;
  right: -3rem;
  top: -1.5rem;
  width: 10rem;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cta__license img {
    width: 16.1vw;
    right: -3vw;
    top: -5vw;
  }
}
.cta__time {
  margin-top: 2rem;
  text-align: center;
  color: #001f5f;
  font-size: 1.75rem;
  font-weight: 600;
  position: relative;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cta__time {
    margin-top: 3.58vw;
    font-size: 4vw;
    line-height: 1.4;
  }
}
.cta__time-left {
  position: absolute;
  bottom: 0;
  left: -3rem;
}
@media screen and (max-width: 767px) {
  .cta__time-left {
    left: -6vw;
    width: 4.3vw;
  }
}
.cta__time-right {
  position: absolute;
  bottom: 0;
  right: -3rem;
}
@media screen and (max-width: 767px) {
  .cta__time-right {
    width: 4.3vw;
    right: -6vw;
  }
}
.cta__time span {
  color: #d12626;
  font-size: 1.25em;
}
.cta__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
  margin-top: 1rem;
}
@media screen and (max-width: 1050px) {
  .cta__buttons {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .cta__buttons {
    margin-top: 3.84vw;
    gap: 2.5vw;
    padding-left: 7.17vw;
    padding-right: 7.17vw;
  }
}
.cta__btn {
  min-height: 123px;
  border-radius: 0.5rem;
  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;
  gap: 0.5rem;
  text-decoration: none;
  -webkit-box-shadow: inset 0 -0.5rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 -0.5rem 0 rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
  .cta__btn {
    min-height: auto;
    height: 22vw;
    -webkit-box-shadow: inset 0 -1vw 0 rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 -1vw 0 rgba(0, 0, 0, 0.12);
  }
}
.cta__btn img {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .cta__btn img {
    width: 11.5vw;
  }
}
.cta__btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.1;
}
.cta__btn small {
  font-size: 1.12rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .cta__btn small {
    font-size: 2.9vw;
  }
}
.cta__btn--tel {
  background: #fff500;
  color: #02479e;
  font-size: 3.37rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .cta__btn--tel {
    font-size: 9vw;
  }
}
.cta__btn--mail {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb22c), to(#ff8c12));
  background: linear-gradient(#ffb22c, #ff8c12);
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .cta__btn--mail {
    font-size: 4.6vw;
    height: 22vw;
  }
}
.cta__btn--mail img {
  width: 45px;
}
@media screen and (max-width: 767px) {
  .cta__btn--mail img {
    width: 9.7vw;
  }
}

/*----------------------------------------
trouble
----------------------------------------*/
.trouble {
  position: relative;
  background: #f3f3f3;
}
.trouble__bg {
  position: absolute;
  top: 0;
  left: -3rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .trouble__bg {
    width: 62vw;
    left: -10vw;
  }
}
.trouble__inner {
  max-width: 1132px;
  width: 100%;
  padding: 3.75rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trouble__inner {
    padding: 9.2vw 3.58vw;
  }
}
@media screen and (max-width: 767px) {
  .trouble__inner {
    padding-bottom: 6vw;
  }
}
.trouble__heading {
  text-align: center;
  position: relative;
  z-index: 10;
}
.trouble__label {
  display: inline-block;
  padding: 0.2rem 2.5rem;
  font-size: 2rem;
  background: #02479e;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .trouble__label {
    font-size: 4.6vw;
    padding: 1vw;
    width: 100%;
  }
}
.trouble__label span {
  color: #fff500;
}
.trouble__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  color: #02479e;
}
@media screen and (max-width: 767px) {
  .trouble__title {
    font-size: 7.19vw;
  }
}
.trouble__body {
  position: relative;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trouble__body {
    margin-top: 1vw;
  }
}
.trouble__image {
  display: block;
  max-width: 1045px;
  width: 100%;
  margin: 0 auto -4rem;
}
@media screen and (max-width: 767px) {
  .trouble__image {
    margin-bottom: 0;
  }
}
.trouble__message {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 440px;
  padding: 1.5rem 1rem 2.5rem;
  background: #02479e;
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
  z-index: 2;
  margin-bottom: -5rem;
}
@media screen and (max-width: 767px) {
  .trouble__message {
    width: 58vw;
    font-size: 5.3vw;
    padding: 4.1vw 0 6.5vw;
    bottom: 10vw;
  }
}

/*----------------------------------------
recommend
----------------------------------------*/
.recommend {
  background: url("https://water-trouble.net/wp-content/themes/lp/img/recommend-bg.webp") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .recommend {
    background: url("https://water-trouble.net/wp-content/themes/lp/img/recommend-bg-sp.webp") no-repeat center;
    background-size: cover;
  }
}
.recommend__inner {
  max-width: 1132px;
  width: 100%;
  padding: 3.75rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recommend__inner {
    padding: 9.2vw 3.58vw;
  }
}
.recommend__title {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .recommend__title {
    margin-top: 1vw;
  }
}
.recommend__subtitle {
  color: #02184e;
  font-size: 2.6rem;
  font-weight: 700;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recommend__subtitle {
    font-size: 5.6vw;
    line-height: 1.3;
    margin-top: 1.5vw;
  }
}
.recommend__label {
  display: inline-block;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "BIZ UDMincho Medium", "MS PMincho", serif;
  background: -webkit-gradient(linear, left top, left bottom, from(#1677d9), to(#0058c8));
  background: linear-gradient(#1677d9, #0058c8);
  border-radius: 999px;
  color: #fff;
  text-align: center;
  padding: 0.3rem 3rem;
  font-size: 2.18rem;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .recommend__label {
    font-size: 4vw;
    padding: 1.5vw;
    width: 100%;
  }
}
.recommend__label span {
  color: #fff500;
  border-bottom: 0.1rem solid #fff500;
}
.recommend__content {
  position: relative;
  text-align: left;
  width: 97%;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .recommend__content {
    margin-top: 1.5vw;
  }
}
.recommend__list {
  margin-top: 1rem;
  background: #fff;
  text-align: left;
  padding: 2.5rem 3.75rem;
  counter-reset: recommend-number;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .recommend__list {
    margin-top: 1.5vw;
    padding: 4.6vw;
  }
}
.recommend__item {
  counter-increment: recommend-number;
  position: relative;
  padding-left: 3rem;
  color: #02184e;
  font-size: 1.37rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recommend__item {
    font-size: 3.73vw;
    padding-left: 7.5vw;
    line-height: 1.3;
    z-index: 10;
  }
}
.recommend__item + .recommend__item {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .recommend__item + .recommend__item {
    margin-top: 3vw;
  }
}
.recommend__item::before {
  content: counter(recommend-number);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #d12626;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .recommend__item::before {
    font-size: 3vw;
    width: 6vw;
    height: 6vw;
  }
}
.recommend__item span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #fff100));
  background: linear-gradient(transparent 55%, #fff100 55%);
  font-weight: 700;
}
.recommend__person {
  position: absolute;
  right: -140px;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recommend__person {
    display: block;
    width: 53vw;
    right: -24vw;
    z-index: 1;
  }
}

/*----------------------------------------
reason
----------------------------------------*/
.reason {
  background:
    url("https://water-trouble.net/wp-content/themes/lp/img/reason-bg.webp") center top/cover no-repeat,
    #fff;
}
@media screen and (max-width: 767px) {
  .reason {
    background:
      url("https://water-trouble.net/wp-content/themes/lp/img/reason-bg-sp.webp") center top/cover no-repeat,
      #fff;
  }
}
.reason__head {
  position: relative;
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 0.3rem, transparent 0.3rem, transparent 0.7rem), #02479e;
  text-align: center;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .reason__head {
    padding: 8.9vw 0 6vw;
  }
}
.reason__badge {
  position: absolute;
  left: calc(50% - 30rem);
  top: 1.5rem;
}
@media screen and (max-width: 1050px) {
  .reason__badge {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .reason__badge {
    display: block;
    left: 1.2vw;
    top: 1.2vw;
    width: 17.4vw;
  }
}
.reason__lead {
  color: #fff500;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .reason__lead {
    font-size: 5vw;
  }
}
.reason__title {
  margin-top: 0.5rem;
  color: #fff;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .reason__title {
    font-size: 9.3vw;
  }
}
.reason__title span {
  font-size: 1.5em;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
.reason__inner {
  max-width: 1132px;
  width: 100%;
  padding: 3.75rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reason__inner {
    padding: 9.2vw 3.58vw;
  }
}
.reason__cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.8rem;
}
@media screen and (max-width: 767px) {
  .reason__cards {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}
.reason__card {
  position: relative;
  grid-column: span 2;
  background: #fff;
  border: 0.2rem solid #02479e;
  border-radius: 1rem;
  padding: 3.4rem 1rem;
}
@media screen and (max-width: 767px) {
  .reason__card {
    padding: 7vw 4.6vw 5.5vw;
  }
}
.reason__card:nth-child(4) {
  grid-column: 2 / span 2;
}
.reason__card:nth-child(5) {
  grid-column: 4 / span 2;
}
@media screen and (max-width: 767px) {
  .reason__card {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    grid-column: auto;
  }
  .reason__card:nth-child(4),
  .reason__card:nth-child(5) {
    grid-column: auto;
  }
}
.reason__num {
  position: absolute;
  left: 1.6rem;
  top: -0.1rem;
  width: 66px;
  height: 75px;
  background: #2178d8;
  color: #fff;
  text-align: center;
  font-size: 0.6rem;
  font-weight: 600;
  line-height: 1.1;
  padding-top: 0.5rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 82%, 0 100%);
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .reason__num {
    width: 14vw;
    height: 15vw;
  }
}
.reason__num span {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .reason__num span {
    font-size: 6.3vw;
  }
}
.reason__icon {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto 1.5rem;
}
@media screen and (max-width: 767px) {
  .reason__icon {
    margin-bottom: 2vw;
    width: 35vw;
  }
}
.reason__card-title {
  color: #02479e;
  font-size: 1.8rem;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reason__card-title {
    font-size: 5.6vw;
  }
}
.reason__text {
  margin-top: 1.5rem;
  color: #02184e;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .reason__text {
    margin-top: 4vw;
    line-height: 1.5;
  }
}

.promise {
  border: 3px solid #02479e;
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  .promise {
    margin-top: 9.7vw;
  }
}
.promise__head {
  position: relative;
  background: #02479e;
  padding: 1rem 5rem;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .promise__head {
    padding: 3vw 4vw;
  }
}
.promise__map {
  position: absolute;
  left: 3rem;
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .promise__map {
    left: auto;
    right: 2vw;
    top: 1vw;
    width: 22vw;
  }
}
.promise__title {
  position: relative;
  z-index: 1;
  text-align: left;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.35;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .promise__title {
    font-size: 5vw;
  }
}
.promise__title span {
  color: #fff500;
}
.promise__person {
  position: absolute;
  right: 0.5rem;
  bottom: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .promise__person {
    display: block;
    width: 45vw;
    right: -10vw;
  }
}
.promise__body {
  position: relative;
  padding: 1.8rem 5rem;
}
@media screen and (max-width: 767px) {
  .promise__body {
    padding: 4.6vw;
  }
}
.promise__list {
  counter-reset: promise-number;
  list-style: none;
  margin: 0;
  padding: 0;
}
.promise__item {
  counter-increment: promise-number;
  position: relative;
  padding-left: 3rem;
  color: #02184e;
  font-size: 1.37rem;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .promise__item {
    font-size: 3.73vw;
    padding-left: 7.5vw;
    line-height: 1.3;
    z-index: 10;
  }
}
.promise__item + .promise__item {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .promise__item + .promise__item {
    margin-top: 3vw;
  }
}
.promise__item::before {
  content: counter(promise-number);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #d12626;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .promise__item::before {
    font-size: 3vw;
    width: 6vw;
    height: 6vw;
  }
}
.promise__item span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #fff100));
  background: linear-gradient(transparent 55%, #fff100 55%);
  font-weight: 700;
}
.promise__note {
  margin-top: 2rem;
  color: #d12626;
  font-size: 1.06rem;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .promise__note {
    font-size: 3vw;
    margin-top: 3vw;
    line-height: 1.4;
  }
}

/*----------------------------------------
service
----------------------------------------*/
.service {
  background: #fff;
}
.service__inner {
  max-width: 1132px;
  width: 100%;
  padding: 3.75rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service__inner {
    padding: 9.2vw 3.58vw;
  }
}
.service__inner {
  position: relative;
}
.service__head {
  position: relative;
}
@media screen and (max-width: 767px) {
  .service__head {
    text-align: left;
  }
}
.service__head-water {
  position: absolute;
  top: -3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .service__head-water {
    top: 0;
  }
}
.service__label {
  display: inline-block;
  padding: 0.2rem 2.5rem;
  font-size: 2rem;
  background: #02479e;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .service__label {
    font-size: 4.6vw;
    padding: 1vw;
    width: 100%;
  }
}
.service__label {
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service__label {
    width: 65%;
    text-align: center;
    margin-bottom: 0;
  }
}
.service__label span {
  color: #fff500;
}
.service__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  color: #02479e;
}
@media screen and (max-width: 767px) {
  .service__title {
    font-size: 7.19vw;
  }
}
.service__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  position: relative;
  text-shadow:
    0 0 0.4rem rgba(255, 255, 255, 0.95),
    0 0 0.8rem rgba(255, 255, 255, 0.9),
    0 0 1.2rem rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 767px) {
  .service__title {
    display: block;
    font-size: 7.5vw;
    line-height: 0.3;
    padding-left: 5vw;
    margin-left: -6vw;
  }
}
@media screen and (max-width: 1050px) {
  .service__title img {
    width: 30vw;
  }
}
@media screen and (max-width: 767px) {
  .service__title img {
    width: 58vw;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -0.6vw;
    margin-right: 0;
  }
}
.service__person {
  position: absolute;
  right: 3rem;
  top: -2rem;
  z-index: 10;
}
@media screen and (max-width: 1050px) {
  .service__person {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .service__person {
    display: block;
    width: 37vw;
    right: -3vw;
    top: -4vw;
  }
}
.service__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.8rem;
  margin-top: 2rem;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .service__cards {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}
.service__card {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .service__card {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 1vw rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 1vw rgba(0, 0, 0, 0.25);
    border-radius: 2vw;
  }
}
.service__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  padding: 1.3rem;
  border-radius: 3rem;
}
.service__content {
  position: relative;
  text-align: left;
  z-index: 1;
  height: 100%;
  padding: 2.5rem 1.8rem 2rem;
}
@media screen and (max-width: 767px) {
  .service__content {
    padding: 7.6vw 4.6vw;
  }
}
.service__icon {
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .service__icon {
    width: 8.7vw;
  }
}
.service__name {
  margin-top: 0.8rem;
  color: #02479e;
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .service__name {
    font-size: 6vw;
  }
}
.service__normal {
  margin-top: 1.5rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .service__normal {
    font-size: 2.4vw;
    margin-top: 2vw;
  }
}
.service__normal span {
  position: relative;
  margin-left: 0.4rem;
  font-size: 2rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .service__normal span {
    font-size: 4.9vw;
  }
}
.service__normal span::after {
  content: "";
  position: absolute;
  left: -5%;
  top: 50%;
  width: 110%;
  height: 0.15rem;
  background: #d12626;
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.service__off {
  position: relative;
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.3rem 1.6rem;
  background: #fff500;
  color: #02479e;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .service__off {
    font-size: 2.4vw;
  }
}
.service__off::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.8rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0.8rem 0.8rem 0 0.8rem;
  border-color: #fff500 transparent transparent transparent;
}
.service__price {
  margin-top: 1rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .service__price {
    font-size: 2.4vw;
  }
}
.service__price-red {
  color: #d12626;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .service__price-red {
    font-size: 6.2vw;
  }
}
c .service__price-large {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  c .service__price-large {
    font-size: 9.1vw;
  }
}
.service__list {
  margin-top: 1.6rem;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .service__list {
    margin-top: 2.8vw;
  }
}
.service__list li {
  position: relative;
  padding-left: 1.1em;
  font-size: 1.06rem;
}
@media screen and (max-width: 767px) {
  .service__list li {
    font-size: 3.2vw;
  }
}
.service__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.service__list {
  padding-bottom: 1.5rem;
}

/*----------------------------------------
clearPrice
----------------------------------------*/
.clearPrice {
  background:
    url("https://water-trouble.net/wp-content/themes/lp/img/reason-bg.webp") center top/cover no-repeat,
    #fff;
}
@media screen and (max-width: 767px) {
  .clearPrice {
    background:
      url("https://water-trouble.net/wp-content/themes/lp/img/reason-bg-sp.webp") center top/cover no-repeat,
      #fff;
  }
}
.clearPrice__inner {
  max-width: 1132px;
  width: 100%;
  padding: 3.75rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .clearPrice__inner {
    padding: 9.2vw 3.58vw;
  }
}
.clearPrice__head {
  text-align: center;
}
.clearPrice__label {
  display: inline-block;
  padding: 0.2rem 2.5rem;
  font-size: 2rem;
  background: #02479e;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .clearPrice__label {
    font-size: 4.6vw;
    padding: 1vw;
    width: 100%;
  }
}
.clearPrice__label span {
  color: #fff500;
}
.clearPrice__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  color: #02479e;
}
@media screen and (max-width: 767px) {
  .clearPrice__title {
    font-size: 7.19vw;
  }
}
.clearPrice__title {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .clearPrice__title {
    letter-spacing: 0;
    margin-top: 2.5vw;
    font-size: 7vw;
  }
}
.clearPrice__title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(58%, transparent), color-stop(58%, #fff500));
  background: linear-gradient(transparent 58%, #fff500 58%);
}
.clearPrice__price {
  margin: 3.5rem auto;
  max-width: 1056px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .clearPrice__price {
    margin-top: 6.1vw;
  }
}
.clearPrice__message {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8rem;
  padding: 3rem 3rem 3rem 22rem;
  border: 0.2rem solid #02479e;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.88)), to(rgba(255, 255, 255, 0.88))), repeating-linear-gradient(0deg, rgba(0, 88, 168, 0.08) 0, rgba(0, 88, 168, 0.08) 1px, transparent 1px, transparent 1.2rem), repeating-linear-gradient(90deg, rgba(0, 88, 168, 0.08) 0, rgba(0, 88, 168, 0.08) 1px, transparent 1px, transparent 1.2rem);
  background: linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)), repeating-linear-gradient(0deg, rgba(0, 88, 168, 0.08) 0, rgba(0, 88, 168, 0.08) 1px, transparent 1px, transparent 1.2rem), repeating-linear-gradient(90deg, rgba(0, 88, 168, 0.08) 0, rgba(0, 88, 168, 0.08) 1px, transparent 1px, transparent 1.2rem);
}
@media screen and (max-width: 767px) {
  .clearPrice__message {
    margin-top: 6.1vw;
    padding: 5vw 2vw 4vw 30vw;
  }
}
.clearPrice__woman {
  position: absolute;
  left: 2rem;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .clearPrice__woman {
    width: 50vw;
    left: -18vw;
    bottom: -1vw;
  }
}
.clearPrice__messageText {
  position: relative;
  z-index: 2;
  font-size: 1.3rem;
  text-align: left;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .clearPrice__messageText {
    font-size: 3.7vw;
    line-height: 1.5;
  }
}
.clearPrice__messageText span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(58%, transparent), color-stop(58%, #fff500));
  background: linear-gradient(transparent 58%, #fff500 58%);
  font-weight: 700;
  font-size: 1.2em;
}
.clearPrice__map {
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .clearPrice__map {
    width: 24vw;
    right: auto;
    left: 10vw;
    top: auto;
    top: 12vw;
  }
}
.clearPrice__area {
  margin-top: 4rem;
  max-width: 949px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .clearPrice__area {
    margin-top: 6.1vw;
  }
}
.clearPrice__areaTitle {
  position: relative;
  margin: 0 auto;
  padding: 4rem;
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 0.3rem, transparent 0.3rem, transparent 0.7rem), #02479e;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .clearPrice__areaTitle {
    font-size: 6.4vw;
    padding: 3.8vw;
    padding-top: 6vw;
  }
}
.clearPrice__areaTitle-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .clearPrice__areaTitle-text {
    display: block;
    line-height: 0.5;
  }
}
.clearPrice__areaTitle-ul {
  margin-left: -0.4em;
  margin-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .clearPrice__areaTitle-ul {
    width: 35vw;
  }
}
.clearPrice__places {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  margin: 3rem auto 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .clearPrice__places {
    gap: 1.5vw;
    margin-top: 3vw;
  }
}
.clearPrice__place {
  position: relative;
  overflow: hidden;
}
.clearPrice__place img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.clearPrice__place p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  background: rgba(36, 122, 214, 0.82);
  color: #fff;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "BIZ UDMincho Medium", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
  .clearPrice__place p {
    font-size: 3.3vw;
    padding: 1.5vw;
  }
}

.clearPrice__areaBody {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 2.37rem 4rem;
  text-align: left;
  background: #eff9ff;
}
@media screen and (max-width: 767px) {
  .clearPrice__areaBody {
    padding: 4vw;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0;
  }
}
.clearPrice__areaList {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .clearPrice__areaList {
    width: 70vw;
    max-width: 100%;
  }
}
.clearPrice__areaList li {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .clearPrice__areaList li {
    font-size: 3.59vw;
  }
}
.clearPrice__areaList li::before {
  content: "・";
}
.clearPrice__toilet-img {
  margin: 4.3rem 0;
}
@media screen and (max-width: 767px) {
  .clearPrice__toilet-img {
    margin: 8vw auto;
    width: 95%;
  }
}
.clearPrice__toilet {
  position: absolute;
  top: -3rem;
  left: -5rem;
}
@media screen and (max-width: 767px) {
  .clearPrice__toilet {
    left: auto;
    width: 20vw;
    right: 4vw;
    top: 8vw;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
}

@media screen and (max-width: 767px) {
  .clearPrice__areaTitle-text-t img {
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .clearPrice__areaTitle-text-t {
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .clearPrice__areaTitle-t {
    padding: 3vw 0;
  }
}

/*----------------------------------------
flow
----------------------------------------*/
.flow {
  background: #e3f2fb;
}
.flow__inner {
  max-width: 1132px;
  width: 100%;
  padding: 3.75rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow__inner {
    padding: 9.2vw 3.58vw;
  }
}
.flow__inner {
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .flow__inner {
    padding-bottom: 7vw;
  }
}
.flow__title {
  position: relative;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  color: #02479e;
}
@media screen and (max-width: 767px) {
  .flow__title {
    font-size: 7.19vw;
  }
}
.flow__title::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.25rem;
  margin: 1rem auto 0;
  background: #02479e;
}
.flow__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2rem;
  margin-top: 3rem;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .flow__items {
    grid-template-columns: 1fr;
    margin-top: 5vw;
    gap: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .flow__image {
    width: 18vw;
  }
}
.flow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem 1rem;
  background: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.2rem 1.2rem rgba(0, 88, 168, 0.12);
  box-shadow: 0 0.2rem 1.2rem rgba(0, 88, 168, 0.12);
}
@media screen and (max-width: 767px) {
  .flow__item {
    -webkit-box-shadow: 0 0.5vw 1vw rgba(0, 88, 168, 0.12);
    box-shadow: 0 0.5vw 1vw rgba(0, 88, 168, 0.12);
    padding: 4.3vw 4.8vw;
    margin-top: 4vw;
  }
}
.flow__item:not(:nth-child(3n))::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #8fc9ef;
}
@media screen and (max-width: 767px) {
  .flow__item:not(:nth-child(3n))::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -22px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #8fc9ef;
    border-bottom: none;
  }
}
.flow__name {
  text-align: left;
  color: #02479e;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .flow__name {
    font-size: 5.3vw;
    margin-top: 0;
  }
}
.flow__text {
  text-align: left;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .flow__text {
    line-height: 1.5;
  }
}

/*----------------------------------------
voice
----------------------------------------*/
.voice {
  background: url("https://water-trouble.net/wp-content/themes/lp/img/voice-bg.webp") no-repeat top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .voice {
    background: url("https://water-trouble.net/wp-content/themes/lp/img/voice-bg-sp.webp") no-repeat top;
    background-size: cover;
  }
}
.voice__inner {
  max-width: 1132px;
  width: 100%;
  padding: 3.75rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice__inner {
    padding: 9.2vw 3.58vw;
  }
}
.voice__head {
  text-align: center;
}
.voice__label {
  display: inline-block;
  padding: 0.2rem 2.5rem;
  font-size: 2rem;
  background: #02479e;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .voice__label {
    font-size: 4.6vw;
    padding: 1vw;
    width: 100%;
  }
}
.voice__label {
  color: #fff500;
}
@media screen and (max-width: 767px) {
  .voice__label {
    width: 85%;
  }
}
.voice__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  color: #02479e;
}
@media screen and (max-width: 767px) {
  .voice__title {
    font-size: 7.19vw;
  }
}
.voice__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 5rem;
}
@media screen and (max-width: 1050px) {
  .voice__cards {
    grid-template-columns: 1fr;
    gap: 12vw;
  }
}
.voice__card {
  position: relative;
  padding: 2.06rem 1.87rem;
  border: 0.1rem solid #02479e;
  background: url("https://water-trouble.net/wp-content/themes/lp/img/voice-lattece.webp");
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .voice__card {
    padding: 6.1vw 5.3vw;
  }
}
.voice__tag {
  position: absolute;
  left: -0.1rem;
  top: -2rem;
  padding: 0.5rem 1.6rem;
  background: #333;
  color: #fff500;
  font-size: 1.15rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .voice__tag {
    font-size: 4vw;
    padding: 1vw 4vw;
  }
}
.voice__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .voice__top {
    gap: 4vw;
  }
}
.voice__photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.voice__photo img {
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .voice__photo img {
    width: 18vw;
  }
}
.voice__topContent {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.voice__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.voice__area,
.voice__info {
  padding: 0.2rem 1rem;
  background: #02479e;
  color: #fff;
  border-radius: 999px;
  font-size: 0.87rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .voice__area,
  .voice__info {
    font-size: 2.3vw;
  }
}
.voice__info {
  border: 0.1rem solid #02479e;
  background: #fff;
  color: #02479e;
}
.voice__catch {
  margin-top: 1.4rem;
  color: #02479e;
  font-size: 1.43rem;
  line-height: 1.55;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .voice__catch {
    font-size: 4.2vw;
    margin-top: 2vw;
    line-height: 1.4;
  }
}
.voice__text {
  margin-top: 1.8rem;
  font-size: 1.06rem;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .voice__text {
    font-size: 3.59vw;
    line-height: 1.5;
    margin-top: 4vw;
  }
}
.voice__works {
  max-width: 958px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin: 8rem auto 0;
  padding: 5rem 4rem 4rem;
  border: 0.1rem solid #02479e;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice__works {
    margin-top: 12vw;
    padding: 6.4vw;
    padding-top: 10vw;
  }
}
.voice__works img {
  display: block;
  width: 100%;
}
.voice__worksTitle {
  position: absolute;
  left: 50%;
  top: -3rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0.5rem 6rem;
  background: #02479e;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .voice__worksTitle {
    font-size: 5.3vw;
    padding: 1vw 5vw;
    top: -4vw;
  }
}

/*----------------------------------------
area
----------------------------------------*/
.area {
  background: #e3f2fb;
}
.area__inner {
  max-width: 1132px;
  width: 100%;
  padding: 3.75rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .area__inner {
    padding: 9.2vw 3.58vw;
  }
}
.area__title {
  position: relative;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  color: #02479e;
}
@media screen and (max-width: 767px) {
  .area__title {
    font-size: 7.19vw;
  }
}
.area__title::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.25rem;
  margin: 1rem auto 0;
  background: #02479e;
}
.area__lead {
  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;
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .area__lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .area__map {
    width: 79.4vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.area__leadText {
  text-align: left;
}
.area__leadText h3 {
  color: #02479e;
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .area__leadText h3 {
    font-size: 5.6vw;
  }
}
.area__leadText p {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .area__leadText p {
    font-size: 4vw;
    margin-top: 3vw;
  }
}
.area__blocks {
  margin-top: 2rem;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .area__blocks {
    max-width: 100%;
    margin-top: 4vw;
  }
}
.area__block {
  border: 1px solid #cfd8dc;
  background: #fff;
}
.area__block + .area__block {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .area__block + .area__block {
    margin-top: 4vw;
  }
}
.area__blockTitle {
  padding: 0.5rem;
  background: #02479e;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .area__blockTitle {
    font-size: 4.2vw;
  }
}
.area__box {
  padding: 1.5rem 2rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .area__box {
    padding: 4vw;
  }
}
.area__box p {
  font-size: 1.06rem;
}
@media screen and (max-width: 767px) {
  .area__box p {
    font-size: 2.9vw;
  }
}
.area__box p + p {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .area__box p + p {
    margin-top: 3vw;
  }
}

/*----------------------------------------
faq
----------------------------------------*/
.faq {
  background: #fff;
}
.faq__inner {
  max-width: 1132px;
  width: 100%;
  padding: 3.75rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faq__inner {
    padding: 9.2vw 3.58vw;
  }
}
.faq__title {
  position: relative;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  color: #02479e;
}
@media screen and (max-width: 767px) {
  .faq__title {
    font-size: 7.19vw;
  }
}
.faq__title::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.25rem;
  margin: 1rem auto 0;
  background: #02479e;
}
.faq__list {
  display: grid;
  gap: 1rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .faq__list {
    margin-top: 5vw;
    gap: 2vw;
  }
}
.faq__item {
  border: 1.5px solid #02479e;
  background: #fff;
}
.faq__item[open] .faq__question::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.faq__question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.4rem;
  padding: 1.25rem 2.12rem;
  color: #02479e;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .faq__question {
    font-size: 3.59vw;
    padding: 3vw 4vw;
    gap: 4vw;
    padding-right: 7vw;
  }
}
.faq__question::-webkit-details-marker {
  display: none;
}
.faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.7rem solid #02479e;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -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;
}
@media screen and (max-width: 767px) {
  .faq__question::after {
    border-left: 1.2vw solid transparent;
    border-right: 1.2vw solid transparent;
    border-top: 1.6vw solid #02479e;
    right: 4vw;
  }
}
.faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.4rem;
  padding: 1.25rem 2.12rem;
  text-align: left;
  color: #02184e;
  font-size: 1.06rem;
  line-height: 1.8;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .faq__answer {
    font-size: 3.59vw;
    padding: 3vw 4vw;
    line-height: 1.5;
    gap: 4vw;
    padding-top: 0;
  }
}
.faq__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .faq__icon {
    font-size: 2.6vw;
    width: 4.6vw;
    height: 4.6vw;
  }
}
.faq__icon--q {
  background: #02479e;
  color: #fff;
}
.faq__icon--a {
  border: 1px solid #02479e;
  background: #fff;
  color: #02479e;
}
.faq__question-text {
  line-height: 1.6;
}

/*----------------------------------------
contact
----------------------------------------*/
.contact {
  background: url("https://water-trouble.net/wp-content/themes/lp/img/contact-bg.webp") center top/cover no-repeat;
  background-size: cover;
}
.contact__inner {
  max-width: 1132px;
  width: 100%;
  padding: 3.75rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__inner {
    padding: 9.2vw 3.58vw;
  }
}
.contact__lead {
  text-align: center;
}
.contact__label {
  display: inline-block;
  padding: 0.3rem 3rem;
  background: #02479e;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .contact__label {
    font-size: 4.6vw;
    padding: 3vw 5vw;
  }
}
.contact__label span {
  color: #fff500;
}
.contact__catch {
  margin-top: 1.6rem;
  color: #02479e;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .contact__catch {
    font-size: 6vw;
    margin-top: 4vw;
  }
}
.contact__tel {
  position: relative;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .contact__tel {
    margin-top: 9.2vw;
  }
}
.contact__campaign {
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto -2.2rem;
  padding: 1rem 5.5rem;
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1677d9), to(#0058c8));
  background: linear-gradient(#1677d9, #0058c8);
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "BIZ UDMincho Medium", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
  .contact__campaign {
    font-size: 4.3vw;
    padding: 3vw 0;
    width: 95%;
  }
}
.contact__campaign span {
  color: #fff500;
  border-bottom: 1px solid #fff500;
}
.contact__campaign::before,
.contact__campaign::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact__campaign::before {
  left: 2rem;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.7rem solid #fff;
}
@media screen and (max-width: 767px) {
  .contact__campaign::before {
    left: 3vw;
    border-left: 1vw solid transparent;
    border-right: 1vw solid transparent;
    border-top: 1.4vw solid #fff;
  }
}
.contact__campaign::after {
  right: 2rem;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.7rem solid #fff;
}
@media screen and (max-width: 767px) {
  .contact__campaign::after {
    border-left: 1vw solid transparent;
    border-right: 1vw solid transparent;
    border-top: 1.4vw solid #fff;
    right: 3vw;
  }
}
.contact__tel-box {
  position: relative;
  min-height: 18rem;
  padding: 5rem 4rem 4rem 6rem;
  border: 2px solid #0064c8;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .contact__tel-box {
    padding: 12vw 2.8vw;
    min-height: auto;
  }
}
.contact__tel-link {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  max-width: 640px;
  width: 100%;
  padding: 1.6rem 2rem;
  background: #fff500;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 0 #cdbd05;
  box-shadow: 0 5px 0 #cdbd05;
  color: #02479e;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__tel-link {
    padding: 3vw;
    width: 68vw;
    -webkit-column-gap: 1.5vw;
    -moz-column-gap: 1.5vw;
    column-gap: 1.5vw;
  }
}
.contact__tel-icon {
  grid-row: 1/3;
  width: 5rem;
}
@media screen and (max-width: 767px) {
  .contact__tel-icon {
    width: 8.7vw;
  }
}
.contact__tel-number {
  font-size: 4.3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contact__tel-number {
    font-size: 7.7vw;
  }
}
.contact__tel-note {
  margin-top: 0.5rem;
  color: #02479e;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contact__tel-note {
    font-size: 2.6vw;
  }
}
.contact__operator {
  position: absolute;
  right: -1rem;
  bottom: 0;
}
@media screen and (max-width: 1050px) {
  .contact__operator {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .contact__operator {
    display: block;
    width: 30.7vw;
  }
}
.contact__form {
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .contact__form {
    padding-bottom: 4vw;
  }
}
.contact__hand {
  position: absolute;
  right: 1.8rem;
  bottom: -0.8rem;
}
@media screen and (max-width: 767px) {
  .contact__hand {
    width: 4.8vw;
    bottom: -2vw;
    right: 5vw;
  }
}
.contact__form-wrap {
  margin-top: 4.3rem;
  padding: 4.3rem 6.2rem;
  border: 2px solid #02479e;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .contact__form-wrap {
    margin-top: 6.6vw;
    padding: 7.6vw 4.6vw;
  }
}
.contact__form-title {
  margin-bottom: 5rem;
  color: #02479e;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__form-title {
    font-size: 6.6vw;
    margin-bottom: 6vw;
  }
}
.contact__form {
  display: grid;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .contact__form {
    gap: 6vw;
  }
}
.contact__row {
  display: grid;
  grid-template-columns: 20rem 1fr;
  gap: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .contact__row {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.contact__head {
  color: #02184e;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact__head {
    font-size: 3.7vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3vw;
  }
}
.contact__required,
.contact__optional {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.2rem;
  padding: 0.2rem 0.7rem;
  color: #fff;
  font-size: 0.87rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .contact__required,
  .contact__optional {
    font-size: 2.2vw;
    padding: 1vw 3vw;
    margin-top: 0;
    line-height: 1.5;
  }
}
.contact__required {
  background: #d12626;
}
.contact__optional {
  background: #777;
}
.contact__body {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact__body {
    margin-top: 3vw;
  }
}
.contact__body label {
  display: block;
  color: #02184e;
  font-size: 1.125rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .contact__body label {
    font-size: 3.7vw;
  }
}
.contact__body input[type="radio"] {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.6rem;
}
@media screen and (max-width: 767px) {
  .contact__body input[type="radio"] {
    width: 3.4vw;
    height: 3.4vw;
  }
}
.contact__body input[type="checkbox"] {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.6rem;
}
@media screen and (max-width: 767px) {
  .contact__body input[type="checkbox"] {
    width: 3.4vw;
    height: 3.4vw;
  }
}
.contact__body input,
.contact__body select,
.contact__body textarea {
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #eeeeee;
  color: #02479e;
  font-size: 16px;
  text-align: left;
}
.contact__body input,
.contact__body select {
  height: 4.3rem;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .contact__body input,
  .contact__body select {
    height: 15vw;
    padding: 0 5vw;
  }
}
.contact__body textarea {
  min-height: 14rem;
  padding: 2rem;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .contact__body textarea {
    padding: 4vw;
    height: 25vw;
  }
}
.contact__body--select select {
  width: 18rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 767px) {
  .contact__body--select select {
    width: 100%;
    max-width: 100%;
  }
}
.contact__privacy {
  height: 12rem;
  padding: 2rem;
  overflow-y: auto;
  background: #eeeeee;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .contact__privacy {
    line-height: 1.5;
    font-size: 2.6vw;
    padding: 4vw;
    height: 25vw;
  }
}
.contact__agree {
  margin-top: 1.5rem;
}
.contact__submit {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__submit {
    margin-top: 8vw;
  }
}
.contact__submit button {
  width: 28rem;
  height: 7rem;
  border: none;
  background: #fea21c;
  color: #fff;
  font-size: 1.37rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .contact__submit button {
    width: 80%;
    max-width: 100%;
    height: 20vw;
    font-size: 4vw;
  }
}
.button {
  width: 28rem;
  height: 7rem;
  border: none;
  background: #fea21c;
  color: #fff;
  font-size: 1.37rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button {
    width: 80%;
    max-width: 100%;
    height: 20vw;
    font-size: 4vw;
  }
}


/*----------------------------------------
company
----------------------------------------*/
.company {
  background: #fff;
}
.company__inner {
  max-width: 1132px;
  width: 100%;
  padding: 3.75rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company__inner {
    padding: 9.2vw 3.58vw;
  }
}
.company__title {
  position: relative;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  color: #02479e;
}
@media screen and (max-width: 767px) {
  .company__title {
    font-size: 7.19vw;
  }
}
.company__title::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.25rem;
  margin: 1rem auto 0;
  background: #02479e;
}
.company__list {
  margin-top: 4rem;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .company__list {
    margin-top: 6vw;
  }
}
.company__row {
  display: grid;
  grid-template-columns: 16rem 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .company__row {
    grid-template-columns: 8rem 1fr;
    gap: 4vw;
  }
}
.company__row + .company__row {
  margin-top: 0.6rem;
}
.company__term {
  display: grid;
  place-items: center;
  min-height: 3.6rem;
  padding: 0.8rem 1rem;
  background: #eeeeee;
  color: #002b6f;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company__term {
    font-size: 3.59vw;
    min-height: auto;
    padding: 2vw;
  }
}
.company__desc {
  text-align: left;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .company__desc {
    font-size: 3.59vw;
    line-height: 1.5;
  }
}

/*----------------------------------------
footer
----------------------------------------*/
.footer {
  text-align: center;
  background: #02479e;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 5vw;
    padding-bottom: 30vw;
  }
}
.footer__text {
  font-size: 0.875rem;
  color: #fff;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .footer__text {
    font-size: 2.6vw;
  }
}

@media screen and (max-width: 767px) {
  .footer img {
    width: 45vw;
    margin-left: auto;
    margin-right: auto;
  }
}

/*----------------------------------------
ページトップへ戻るボタン
----------------------------------------*/
#backToTopBtn {
  position: fixed;
  text-align: center;
  width: 50px;
  height: 50px;
  bottom: 40px;
  right: 40px;
  z-index: 50000;
  background-color: #fff;
  border: 2px solid #02479e;
  color: #02479e;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  #backToTopBtn {
    width: 10vw;
    height: 10vw;
    right: 2.5vw;
    bottom: 31vw;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
}

.mcontact-form {
  background: #fff;
}

/*----------------------------------------
スマホ固定ヘッダー
----------------------------------------*/
.fixed-banner {
  display: none;
}

@media screen and (max-width: 767px) {
  .fixed-banner {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 2vw 3vw calc(2vw + env(safe-area-inset-bottom));
    background: #02479e;
    backdrop-filter: blur(10px);
    -webkit-box-shadow: 0 -0.5vw 2vw rgba(0, 0, 0, 0.12);
    box-shadow: 0 -0.5vw 2vw rgba(0, 0, 0, 0.12);
  }
  .fixed-banner__text {
    margin-bottom: 2vw;
    color: #fff;
    font-size: 3.8vw;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
  }
  .fixed-banner__text .yellow {
    font-size: 4.6vw;
  }
  .fixed-banner__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2vw;
  }
  .fixed-banner__icon {
    position: relative;
    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;
    height: 13vw;
    border-radius: 1vw;
    color: #fff;
    font-size: 3.8vw;
    font-weight: 600;
    text-decoration: none;
    -webkit-box-shadow: 0 1vw 2vw rgba(0, 0, 0, 0.15);
    box-shadow: 0 1vw 2vw rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .fixed-banner__icon:active {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
  }
  .fixed-banner__icon::before {
    content: "";
    display: block;
    width: 6vw;
    height: 6vw;
    margin-right: 1.6vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .fixed-banner__icon--tel {
    background: #fff500;
    color: #02479e;
  }
  .fixed-banner__icon--tel::before {
    background-image: url("https://water-trouble.net/wp-content/themes/lp/img/freedia-iconlwebp.webp");
  }
  .fixed-banner__icon--mail {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffb22c), to(#ff8c12));
    background: linear-gradient(#ffb22c, #ff8c12);
  }
  .fixed-banner__icon--mail::before {
    background-image: url("https://water-trouble.net/wp-content/themes/lp/img/h-mail-sp.webp");
  }
}
