/*
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: #222222;
  background: #fff;
  font-size: 1.0625rem;
  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.717vw;
  }
}

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

a:hover {
  opacity: 0.9;
}

p {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  p {
    letter-spacing: 0.03em;
  }
}

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

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

/*----------------------------------------
header
----------------------------------------*/
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .header {
    height: auto;
  }
}
.header__inner {
  max-width: 1025px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1025px;
  padding: 0 0.5rem;
  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: 767px) {
  .header__inner {
    padding: 10.2vw 3.58vw;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 2vw 3.58vw;
  }
}
.header__sbtitle {
  font-size: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .header__sbtitle {
    font-size: 1.8vw;
  }
}
.header__logo img {
  width: 213px;
  display: block;
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: 40vw;
  }
}
.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .header__contact {
    gap: 0vw;
  }
}
@media screen and (max-width: 767px) {
  .header__contact {
    gap: 2vw;
  }
}
.header__tel {
  font-size: 2rem;
  font-weight: 600;
  line-height: 0.7;
  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;
  text-align: center;
}
@media screen and (max-width: 828px) {
  .header__tel {
    font-size: 1.65rem;
  }
}
.header__tel--red {
  color: #d42b18;
}
.header__tel-number {
  letter-spacing: 0em;
}
.header__tel-time {
  font-size: 0.8rem;
  letter-spacing: 0em;
}
.header__tel img {
  margin-right: 0.6rem;
}
@media screen and (max-width: 767px) {
  .header__tel img {
    margin-right: 0;
    width: 10.97vw;
  }
}
.header__mail {
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .header__mail {
    width: 10.97vw;
  }
}
.header__mail-text {
  font-size: 1.125rem;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
}

.header__mail--pc,
.header__tel--pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .header__mail--pc,
  .header__tel--pc {
    display: none;
  }
}

.header__mail--sp,
.header__tel--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__mail--sp,
  .header__tel--sp {
    display: block;
  }
}

.header__tel--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .header__tel--pc {
    display: none;
  }
}

/*----------------------------------------
FV
----------------------------------------*/
.fv {
  background: url("https://aqua-repair-center.com/wp-content/themes/lp/img/fv-back02.webp") no-repeat center;
}
@media screen and (max-width: 767px) {
  .fv {
    background: none;
  }
}
.fv__picture {
  background: url("https://aqua-repair-center.com/wp-content/themes/lp/img/fv-back.webp") no-repeat center;
}
@media screen and (max-width: 767px) {
  .fv__picture {
    background: none;
  }
}
.fv__inner {
  max-width: 1025px;
  width: 100%;
  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;
  }
}

/*----------------------------------------
悩み訴求
----------------------------------------*/
.trouble {
  position: relative;
  background: url("https://aqua-repair-center.com/wp-content/themes/lp/img/c-bg.webp") no-repeat bottom;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .trouble {
    background: url("https://aqua-repair-center.com/wp-content/themes/lp/img/c-bg-sp.webp") no-repeat center;
    background-size: cover;
  }
}
.trouble__deco {
  position: absolute;
  top: -21px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .trouble__deco {
    width: 21.79vw;
  }
}
.trouble__inner {
  max-width: 1025px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 5.4375rem;
  padding-bottom: 3.8rem;
}
@media screen and (max-width: 767px) {
  .trouble__inner {
    padding: 10.2vw 3.58vw;
  }
}
@media screen and (max-width: 767px) {
  .trouble__inner {
    padding-top: 18vw;
    padding-bottom: 8.5vw;
  }
}
.trouble__heading {
  font-size: 3.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .trouble__heading {
    font-size: 7.948vw;
  }
}
@media screen and (max-width: 767px) {
  .trouble__heading {
    font-size: 7.4vw;
    letter-spacing: 0;
  }
}
.trouble__heading--large {
  font-size: 1.27em;
  color: #feed02;
}
@media screen and (max-width: 767px) {
  .trouble__heading--large {
    font-size: 9.48vw;
  }
}
.trouble__text {
  margin-top: 3rem;
  font-size: 1.4375rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .trouble__text {
    font-size: 4.35vw;
    margin-top: 10.25vw;
  }
}
.trouble__text--secondary {
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .trouble__text--secondary {
    margin-top: 5.641vw;
  }
}
.trouble__text--red {
  color: #ee4a15;
  font-size: 1.22em;
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .trouble__text--red {
    font-size: 4.35vw;
  }
}
.trouble__sb {
  margin-top: 5rem;
  position: relative;
  max-width: 855px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .trouble__sb {
    margin-top: 5.64vw;
  }
}
.trouble__sb-text {
  color: #222;
  font-size: 1.75rem;
  position: absolute;
  text-align: left;
  left: 360px;
  top: 55px;
  font-weight: 600;
}
@media screen and (max-width: 835px) {
  .trouble__sb-text {
    left: 40vw;
    top: 6vw;
    font-size: 3.35vw;
  }
}
@media screen and (max-width: 767px) {
  .trouble__sb-text {
    font-size: 3.733vw;
    left: 34.5vw;
    top: 7.179vw;
  }
}

@media screen and (max-width: 835px) {
  .trouble__sb img {
    width: 95vw;
  }
}
@media screen and (max-width: 835px) and (max-width: 767px) {
  .trouble__sb img {
    width: 91.02vw;
  }
}

/*----------------------------------------
solution
----------------------------------------*/
.solution {
  text-align: center;
  background: #e8f7ff;
}
.solution__inner {
  max-width: 1025px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .solution__inner {
    padding: 10.2vw 3.58vw;
  }
}
@media screen and (max-width: 767px) {
  .solution__inner {
    padding-top: 0;
    padding-bottom: 3vw;
  }
}
.solution__heading {
  max-width: 957px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.solution__heading img {
  margin-top: -41px;
}
@media screen and (max-width: 767px) {
  .solution__heading img {
    margin-top: -6vw;
  }
}
.solution__box {
  background: #009de3;
  border-radius: 20px;
  position: relative;
  padding: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .solution__box {
    padding: 8.461vw 5.128vw;
  }
}
.solution__box-sbtitle {
  position: absolute;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .solution__box-sbtitle {
    top: -6vw;
  }
}
.solution__box-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #222222;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .solution__box-text {
    font-size: 4.2vw;
    top: 52%;
  }
}
.solution__box-orange {
  color: #ff8f25;
}
.solution__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.9375rem;
  max-width: 1025px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 1000px) {
  .solution__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .solution__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 2vw;
  }
}
.solution__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  padding: 3.375rem 1rem 2.0625rem;
  position: relative;
  border: 5px solid #e8f7ff;
}
@media screen and (max-width: 767px) {
  .solution__list {
    padding: 8.46vw 3vw;
    margin-top: 6.5vw;
  }
}
.solution__title {
  font-size: 1.875rem;
  color: #ff8f25;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .solution__title {
    font-size: 5.6vw;
  }
}
.solution__img {
  margin: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .solution__img {
    margin: 4vw 0;
  }
}
.solution__number {
  position: absolute;
  top: -2.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .solution__number {
    width: 12.82vw;
  }
}
.solution__text {
  text-align: left;
}
.solution__note {
  margin-top: 3.5rem;
  font-size: 2.1875rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .solution__note {
    font-size: 6vw;
    margin-top: 7.69vw;
  }
}
.solution__note-img {
  margin-top: 2.1875rem;
}
.solution__note--blue {
  color: #009de3;
}
.solution__note-deco {
  position: absolute;
  left: 183px;
  top: -2.5rem;
}
@media screen and (max-width: 767px) {
  .solution__note-deco {
    width: 60vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
.solution__note-text {
  position: relative;
}
.solution__note-text--large {
  font-size: 1.43em;
}
@media screen and (max-width: 767px) {
  .solution__note-text--large {
    font-size: 8.2vw;
  }
}
.solution__note-text-bg-blue {
  background: #009de3;
  display: inline-block;
  color: #fff;
  padding: 0 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .solution__note-text-bg-blue {
    padding: 0 3vw;
    margin: 0.6vw 0;
  }
}
.solution__note-text--yellow {
  color: #feed02;
}

@media screen and (max-width: 767px) {
  .solution__box-img {
    width: 75.64vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .solution__box-title {
    width: 67.94vw;
    margin-left: auto;
    margin-right: auto;
  }
}

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

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

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

/*----------------------------------------
CTA
----------------------------------------*/
.cta {
  background: #009de3;
}
.cta__inner {
  max-width: 1025px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .cta__inner {
    padding: 10.2vw 3.58vw;
  }
}
@media screen and (max-width: 767px) {
  .cta__inner {
    padding: 0;
    padding-bottom: 5.128vw;
  }
}
.cta__heading img {
  margin-top: -50px;
}
@media screen and (max-width: 767px) {
  .cta__heading img {
    margin-top: -7.69vw;
  }
}
.cta__box {
  background: #fff;
  margin-top: -8.7rem;
  position: relative;
  border: 8px solid #e8f7ff;
  padding: 1.25rem 3.4375rem;
}
@media screen and (max-width: 920px) {
  .cta__box {
    margin-top: -6rem;
  }
}
@media screen and (max-width: 767px) {
  .cta__box {
    margin-top: -18vw;
    padding: 2.8vw;
    border: 1vw solid #e8f7ff;
  }
}
@media screen and (max-width: 767px) {
  .cta__wrapper {
    padding: 0 3.58vw;
  }
}
.cta__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .cta__area {
    gap: 1.7vw;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.cta__area-list {
  font-size: 1.5rem;
  color: #009de3;
  font-weight: 600;
  border: 3px solid #009de3;
  padding: 0.05rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .cta__area-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 3.846vw;
    padding: 0.5vw 1.7vw;
    border: 0.5vw solid #009de3;
  }
}
.cta__price {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .cta__price {
    margin-top: 4.5vw;
  }
}
@media screen and (max-width: 1000px) {
  .cta__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cta__btn-title {
  position: relative;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .cta__btn-title {
    margin-top: 5.897vw;
  }
}
.cta__btn-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .cta__btn-text {
    font-size: 5.384vw;
    top: 60%;
  }
}
.cta__btn-text--red {
  color: #d42b18;
}
.cta__btn {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .cta__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
  }
}
.cta__tel {
  width: 48%;
  display: block;
  border: 3px solid #d42b18;
  border-radius: 8px;
  -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1000px) {
  .cta__tel {
    width: 70%;
  }
}
.cta__tel-title {
  font-size: 1.25rem;
  background: #d42b18;
  border-radius: 5px 5px 0 0;
  color: #fff;
  letter-spacing: 0.03em;
}
.cta__tel img {
  margin-top: 0.8rem;
  margin-bottom: -0.6rem;
}
.cta__mail {
  width: 50%;
  display: block;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .cta__mail {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .cta__mail {
    width: 100%;
  }
}
.cta__mail-text {
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.1;
  text-shadow: 0 0 5px #ff8f25, 0 0 10px #ff8f25, 0 0 20px #ff8f25;
}
@media screen and (max-width: 767px) {
  .cta__mail-text {
    font-size: 6.0256vw;
    line-height: 0.8;
    left: 54%;
  }
}
.cta__mail-time {
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid #fff;
  padding: 0.2rem 1rem;
}
@media screen and (max-width: 767px) {
  .cta__mail-time {
    font-size: 2.82vw;
    border: none;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .cta__btn-title img {
    width: 82.82vw;
  }
}

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

.cta__tel-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .cta__tel-sp {
    display: block;
    display: block;
    position: relative;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  .cta__tel-sp-text {
    position: absolute;
    top: 50%;
    left: 52%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.03em;
    line-height: 1.1;
    text-shadow: 0 0 5px #d11803, 0 0 10px #d11803, 0 0 20px #d11803;
    font-size: 6.0256vw;
    line-height: 0.8;
    left: 54%;
  }
}

.cta__tel-inner {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 0.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
  padding: 0.9375rem 0;
  gap: 0.8rem;
  position: relative;
}

.cta__tel-number {
  letter-spacing: 0em;
}

.cta__tel-time {
  font-size: 1rem;
  letter-spacing: 0em;
}

.cta__tel--red {
  color: #d42b18;
}

.cta__tel-click {
  position: absolute;
  right: -0.5rem;
  bottom: -0.3rem;
}

/*----------------------------------------
料金
----------------------------------------*/
.price {
  background: #e8f7ff;
}
.price__inner {
  max-width: 1025px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .price__inner {
    padding: 10.2vw 3.58vw;
  }
}
@media screen and (max-width: 767px) {
  .price__inner {
    padding-top: 0;
  }
}
.price__heading {
  font-size: 3.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .price__heading {
    font-size: 7.948vw;
  }
}
.price__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 1.4375rem;
  margin-top: -280px;
}
@media screen and (max-width: 856px) {
  .price__items {
    margin-top: -250px;
  }
}
@media screen and (max-width: 767px) {
  .price__items {
    margin-top: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 3vw;
  }
}
.price__list {
  width: 30%;
  background: yellow;
  background: #fff;
  position: relative;
  border: 3px solid #009de3;
}
@media screen and (max-width: 767px) {
  .price__list {
    width: 49%;
    border: 0.6vw solid #009de3;
  }
}
.price__list-inner {
  padding: 0 1rem 2.1875rem;
}
@media screen and (max-width: 767px) {
  .price__list-inner {
    padding: 2.56vw 1.5vw;
  }
}
.price__sb {
  position: absolute;
  top: 270px;
  left: -36px;
}
@media screen and (max-width: 1023px) {
  .price__sb {
    width: 10.45vw;
  }
}
@media screen and (max-width: 767px) {
  .price__sb {
    width: 12.05vw;
    top: 45vw;
    left: -2vw;
  }
}
.price__title {
  background: #009de3;
  font-size: 1.75rem;
  font-weight: 600;
  color: #fff;
  padding: 1.15rem 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .price__title {
    font-size: 4.2vw;
    padding: 2vw 0;
  }
}
.price__img {
  margin: 0.8125rem 0;
}
@media screen and (max-width: 767px) {
  .price__img {
    margin: 0;
    margin-bottom: 2vw;
  }
}
.price__regular {
  font-size: 1.4375rem;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .price__regular {
    font-size: 3.2vw;
  }
}
.price__regular:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #d42b18;
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .price__regular:after {
    height: 0.5vw;
  }
}
.price__discount {
  color: #d42b18;
  font-weight: 700;
  font-size: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .price__discount {
    font-size: 4.15vw;
  }
}
.price__discount--large {
  font-size: 1.85em;
}
.price__arrow {
  margin: auto;
}
.price__text {
  font-size: 1rem;
  margin-top: 1rem;
  text-align: left;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .price__text {
    font-size: 3.07vw;
    margin-top: 2vw;
  }
}

.price__text p {
  text-indent: -1em;
  padding-left: 1em;
}

.price__zero {
  max-width: 566px;
  width: 100%;
  max-width: 0 auto;
}

.price__others {
  margin-top: 2.625rem;
}
.price__others-sbtitle {
  position: relative;
}
.price__others-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .price__others-text {
    font-size: 4.6vw;
  }
}
.price__others--yellow {
  color: #feed02;
}
.price__others-title {
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .price__others-title {
    font-size: 6.82vw;
  }
}

.price__zero {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .price__zero {
    margin-top: 6vw;
  }
}

@media screen and (max-width: 767px) {
  .price__heading img {
    margin-top: -3vw;
  }
}

/*----------------------------------------
middle-form
----------------------------------------*/
.form {
  background: url("https://aqua-repair-center.com/wp-content/themes/lp/img/f-back.webp") top no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form {
    background: url("https://aqua-repair-center.com/wp-content/themes/lp/img/f-back-sp.webp") top no-repeat;
    background-size: cover;
  }
}
.form__inner {
  max-width: 1025px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 2.8125rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .form__inner {
    padding: 10.2vw 3.58vw;
  }
}
.form__sbtitle {
  position: relative;
}
.form__sbtext {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 1.6875rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .form__sbtext {
    font-size: 3.73vw;
    top: 55%;
  }
}
.form__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .form__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5vw;
  }
}
.form__form {
  background: #fff;
  max-width: 470px;
  width: 100%;
  border: 3px solid #e8f7ff;
  border-radius: 10px;
  position: relative;
  padding: 3rem 1.5625rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .form__form {
    border: 0.6vw solid #e8f7ff;
    padding: 7.69vw 4vw;
    max-width: none;
    width: 100%;
  }
}
.form__formtitle {
  position: absolute;
  top: -2.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form__formtitle {
    width: 51.28vw;
    top: -6vw;
  }
}
.form__formtext {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 1.6875rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .form__formtext {
    font-size: 4.87vw;
  }
}

.contact-form {
  width: 100%;
  display: block;
  margin-top: 1.25rem;
}
.contact-form-required {
  background: #d42b18;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.2rem 0.3rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .contact-form-required {
    font-size: 2.23vw;
  }
}

.contact-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.75rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact-form__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contact-form__label {
  display: block;
  text-align: left;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .contact-form__label {
    width: 100%;
    margin-top: 2vw;
  }
}

.contact-form__input,
.contact-form__select {
  width: 70%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  background: #eee;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media screen and (max-width: 767px) {
  .contact-form__input,
  .contact-form__select {
    width: 100%;
    margin-top: 1.2vw;
    padding: 4vw;
  }
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a5a0a0;
  font-size: 0.875rem;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a5a0a0;
  font-size: 0.875rem;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a5a0a0;
  font-size: 0.875rem;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #a5a0a0;
  font-size: 0.875rem;
}

input::placeholder,
.region-select,
.region-select02,
textarea::placeholder {
  color: #a5a0a0;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 3.717vw;
  }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    font-size: 3.717vw;
  }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 3.717vw;
  }
  input::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    font-size: 3.717vw;
  }
  input::placeholder,
  .region-select,
  .region-select02,
  textarea::placeholder {
    font-size: 3.717vw;
  }
}

.contact-form__button {
background: #f9c566;
  background: linear-gradient(180deg, rgba(249, 197, 102, 1) 0%, rgba(249, 155, 4, 1) 49%, rgba(238, 122, 1, 1) 100%);
  max-width: 313px;
  width: 100%;
  margin-top: 1.25rem;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  font-weight: 600;
  border: 2px solid #fff;
  box-shadow: 0 0 5px rgb(0, 0, 0, 0.16);
  padding: 1rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-form__button {
    margin-top: 3vw;
    width: 52.82vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-form__button-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .contact-form__button-text {
    font-size: 5vw;
  }
}

.contact-form__row {
  margin-top: 1.4375rem;
}

.contact-form__checkbox-label {
  font-size: 0.875rem;
  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;
  gap: 0.3rem;
}
@media screen and (max-width: 767px) {
  .contact-form__checkbox-label {
    font-size: 3.46vw;
  }
}

@media screen and (max-width: 767px) {
  .form__heading {
    margin-top: 4vw;
  }
}

/*----------------------------------------
支持される理由
----------------------------------------*/
.reason {
  background: url("https://aqua-repair-center.com/wp-content/themes/lp/img/r-bg.webp") center no-repeat;
  background-size: cover;
  position: relative;
}
.reason__inner {
  max-width: 1025px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reason__inner {
    padding: 10.2vw 3.58vw;
  }
}
.reason__subtitile {
  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;
  gap: 0.5rem;
  font-size: 1.875rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .reason__subtitile {
    font-size: 4.666vw;
  }
}
.reason__items {
  margin-top: 4.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5625rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 3.375rem;
}
@media screen and (max-width: 767px) {
  .reason__items {
    margin-top: 11.02vw;
    row-gap: 6vw;
  }
}
.reason__list {
  max-width: 473px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .reason__list {
    max-width: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.reason__list-inner {
  padding: 2rem 1.375rem;
}
@media screen and (max-width: 767px) {
  .reason__list-inner {
    padding: 4vw 5vw 5vw;
  }
}
.reason__number {
  position: absolute;
  top: -2.5rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .reason__number {
    width: 13.84vw;
    top: -4vw;
    left: 3vw;
  }
}
.reason__title {
  color: #005caa;
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .reason__title {
    font-size: 5vw;
    line-height: 1.3;
  }
}
.reason__text {
  margin-top: 1.5rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .reason__text {
    margin-top: 2vw;
  }
}

.ul-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #fbd01d));
  background: linear-gradient(transparent 55%, #fbd01d 55%);
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .reason__subtitile img {
    width: 3.589vw;
  }
}

@media screen and (max-width: 767px) {
  .reason__heading img {
    width: 68.2vw;
    margin-top: 2vw;
  }
}

.reason__list02 {
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .reason__list02 {
    padding-top: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .reason__list02 img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*----------------------------------------
他社サービス比較
----------------------------------------*/
.comparison {
  background: #e8f7ff;
  position: relative;
}
.comparison__inner {
  max-width: 1025px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .comparison__inner {
    padding: 10.2vw 3.58vw;
  }
}
.comparison__heading {
  font-size: 3.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .comparison__heading {
    font-size: 7.948vw;
  }
}
.comparison__sbtitle {
  position: relative;
}
.comparison__sbtitle--large {
  font-size: 1.16em;
  color: #fbd01d;
  font-weight: 600;
}
.comparison__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .comparison__text {
    font-size: 4.6666vw;
  }
}
.comparison__img {
  margin-top: 1.25rem;
  max-width: 753px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .comparison__sbtitle img {
    width: 75vw;
  }
}

/*----------------------------------------
staff
----------------------------------------*/
.staff {
  position: relative;
  overflow: hidden;
}
.staff__inner {
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .staff__inner {
    padding: 10.2vw 0;
  }
}
.staff__deco {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .staff__deco {
    width: 70vw;
    right: -25vw;
  }
}
.staff__subtitile {
  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;
  gap: 0.5rem;
  font-size: 1.875rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .staff__subtitile {
    font-size: 4.666vw;
  }
}

.slider {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .slider {
    margin-top: 6vw;
  }
}

.slider div {
  margin: 0 0.3rem;
}

.slider img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .staff__subtitile img {
    width: 3.589vw;
  }
}

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

/*----------------------------------------
voice
----------------------------------------*/
.voice {
  background: url("https://aqua-repair-center.com/wp-content/themes/lp/img/r-bg.webp") center no-repeat;
  background-size: cover;
}
.voice__inner {
  max-width: 1025px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice__inner {
    padding: 10.2vw 3.58vw;
  }
}
.voice__subtitile {
  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;
  gap: 0.5rem;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .voice__subtitile {
    font-size: 4.666vw;
  }
}
.voice__company {
  margin-top: 5.9375rem;
  background: #fff;
  border: 3px solid #005caa;
  position: relative;
  padding: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .voice__company {
    margin-top: 12.8vw;
    padding: 7.69vw 4vw;
    border: 0.6vw solid #005caa;
  }
}
.voice__company-title {
  position: absolute;
  top: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .voice__company-title {
    width: 39.48vw;
    top: -4vw;
  }
}
.voice__company-title-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .voice__company-title-text {
    font-size: 4vw;
  }
}
.voice__company-text {
  text-align: left;
  line-height: 1.8;
}
.voice__customer {
  margin-top: 3.4375rem;
}
.voice__customer-title {
  display: inline-block;
  font-size: 2.8125rem;
  color: #ff8f25;
  font-weight: 600;
  border-top: 2px solid #ff8f25;
  border-bottom: 2px solid #ff8f25;
  letter-spacing: 0.05em;
  padding: 0.3rem;
}
@media screen and (max-width: 767px) {
  .voice__customer-title {
    font-size: 6.66vw;
    border-top: 0.5vw solid #ff8f25;
    border-bottom: 0.5vw solid #ff8f25;
  }
}
.voice__customer-causion {
  font-size: 1rem;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .voice__customer-causion {
    font-size: 2.93vw;
    margin-top: 2vw;
  }
}
.voice__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .voice__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.voice__list {
  width: calc(100% - 0.75rem);
  border: 3px solid #ff8f25;
  padding: 1.25rem 1.8rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .voice__list {
    border: 0.6vw solid #ff8f25;
    padding: 6vw;
    width: 100%;
  }
}
.voice__list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .voice__list-inner {
    gap: 4vw;
  }
}
.voice__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ff8f25;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .voice__title {
    font-size: 5vw;
  }
}
.voice__text {
  margin-top: 1.625rem;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .voice__text {
    line-height: 1.6;
  }
}
.voice__name {
  text-align: right;
  font-size: 0.9375rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .voice__name {
    font-size: 3.2vw;
    margin-top: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .voice__subtitile img {
    width: 3.589vw;
  }
}

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

@media screen and (max-width: 767px) {
  .voice__list-inner img {
    width: 19.23vw;
  }
}

/*----------------------------------------
flow
----------------------------------------*/
.flow {
  background: #e8f7ff;
}
.flow__inner {
  max-width: 1025px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow__inner {
    padding: 10.2vw 3.58vw;
  }
}
.flow__heading {
  font-size: 3.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .flow__heading {
    font-size: 7.948vw;
  }
}
.flow__heading--blue {
  color: #009de3;
}
.flow__items {
  margin-top: 4.625rem;
}
@media screen and (max-width: 767px) {
  .flow__items {
    margin-top: 8.97vw;
  }
}
.flow__list {
  border: 3px solid #009de3;
  padding: 2rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow__list {
    border: 0.6vw solid #009de3;
    padding: 5.12vw 2.82vw;
    gap: 3.07vw;
  }
}
.flow__img {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .flow__img {
    width: 32%;
  }
}
.flow__list-inner {
  width: 70%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .flow__list-inner {
    width: 65%;
  }
}
.flow__title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #009de3;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .flow__title {
    font-size: 4.5vw;
    margin-top: 0;
  }
}
.flow__text {
  margin-top: 0.6rem;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .flow__text {
    line-height: 1.6;
    margin-top: 1vw;
  }
}
.flow__number {
  position: absolute;
  left: -1.3125rem;
  top: -1.3125rem;
}
@media screen and (max-width: 767px) {
  .flow__number {
    width: 13.3vw;
    left: -2vw;
  }
}
.flow__free {
  color: #fff;
  background: #e0400e;
  font-size: 1.5625rem;
  margin: 1.5rem 0;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .flow__free {
    font-size: 3.717vw;
    padding: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .flow__img {
    width: 32%;
  }
}

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

@media screen and (max-width: 767px) {
  .flow__list02 {
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .flow__img02 {
    width: 38%;
  }
}

@media screen and (max-width: 767px) {
  .flow__list02-inner {
    width: 62%;
  }
}

/*----------------------------------------
よくある質問
----------------------------------------*/
.faq {
  background: #e8f7ff;
}
.faq__inner {
  max-width: 1025px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faq__inner {
    padding: 10.2vw 3.58vw;
  }
}
.faq__heading {
  font-size: 3.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .faq__heading {
    font-size: 7.948vw;
  }
}
.faq__heading--blue {
  color: #009de3;
}
.faq__area {
  margin-top: 3.75rem;
  background: #fff;
  border-radius: 30px;
  padding: 3.125rem 2.75rem;
}
@media screen and (max-width: 767px) {
  .faq__area {
    margin-top: 8.974vw;
    padding: 6vw 4vw;
  }
}
.faq__list {
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .faq__list {
    margin-top: 4vw;
  }
}
.faq__list:first-child {
  margin-top: 0;
}
.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0.875rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .faq__question {
    padding-bottom: 2vw;
  }
}
.faq__question-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .faq__question-text {
    font-size: 3.717vw;
  }
}
.faq__question-icon {
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .faq__question-icon {
    width: 6.41vw;
    margin-right: 2vw;
  }
}
.faq__answer {
  padding-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .faq__answer {
    padding-top: 2vw;
  }
}
.faq__answer-text {
  text-align: left;
  padding-left: 3.3737rem;
  padding-right: 3.625rem;
}
@media screen and (max-width: 767px) {
  .faq__answer-text {
    font-size: 3.717vw;
    padding-left: 8.41vw;
    padding-right: 4vw;
  }
}
.faq__toggle-icon {
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  position: relative;
  display: inline-block;
}
.faq__toggle-icon::before,
.faq__toggle-icon::after {
  content: "";
  position: absolute;
  background-color: #009de3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq__toggle-icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq__toggle-icon::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.faq .is-open .faq__toggle-icon::after {
  height: 0;
}
.faq .is-open .faq__answer {
  display: block;
}

/*----------------------------------------
area
----------------------------------------*/
.area {
  background: #fff;
}
.area__inner {
  max-width: 1025px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .area__inner {
    padding: 10.2vw 3.58vw;
  }
}
.area__heading {
  font-size: 3.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .area__heading {
    font-size: 7.948vw;
  }
}
.area__heading--blue {
  color: #009de3;
}
.area__text {
  max-width: 524px;
  width: 100%;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .area__text {
    margin-top: 0;
    max-width: none;
  }
}
.area__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .area__map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.area__accordion {
  margin-top: 2rem;
}
.area__item {
  border: 3px solid #009de3;
  margin-top: 1rem;
  overflow: hidden;
  width: 100%;
  -webkit-box-shadow: 4px 5px 0px #009de3;
  box-shadow: 4px 5px 0px #009de3;
}
@media screen and (max-width: 767px) {
  .area__item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border: 0.6vw solid #009de3;
    -webkit-box-shadow: 2px 3px 0px #009de3;
    box-shadow: 2px 3px 0px #009de3;
    margin-top: 2vw;
  }
}
.area__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .area__img {
    width: 64.35vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7.69vw;
  }
}
.area__toggle {
  background: #fff;
  border: none;
  padding: 0.3rem 1rem;
  width: 100%;
  text-align: left;
  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;
  cursor: pointer;
  color: #009de3;
  font-size: 1.5625rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .area__toggle {
    font-size: 4.5128vw;
    padding: 0.5vw 2vw;
  }
}
.area__icon {
  font-size: 1.2rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.area__content {
  padding: 0.3rem 1rem;
  display: none;
  background: #fff;
  border-top: 1px solid #ccc;
  text-align: left;
}
.area__item.open .area__content {
  display: block;
}
.area__item.open .area__icon {
  content: "−";
}

/*----------------------------------------
お問い合わせフォーム
----------------------------------------*/
.contact-form2 {
  background: url("https://aqua-repair-center.com/wp-content/themes/lp/img/contact-bg.webp") no-repeat center;
  background-size: cover;
}
.contact-form2__inner {
  max-width: 1025px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-form2__inner {
    padding: 10.2vw 3.58vw;
  }
}
.contact-form2__heading {
  font-size: 3.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .contact-form2__heading {
    font-size: 7.948vw;
  }
}
@media screen and (max-width: 767px) {
  .contact-form2__heading {
    font-size: 7.692vw;
  }
}

.contact-form2-wrapper{
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
 .contact-form2-wrapper{
    margin-top: 4vw;
  }
}

.contact-form2__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2rem;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .contact-form2__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 3.73vw;
    margin-top: 5vw;
  }
}

.contact-form2__checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5em;
}
@media screen and (max-width: 767px) {
  .contact-form2__checkbox-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-top: 1.2vw;
  }
}

.contact-form2__checkbox-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5em;
  cursor: pointer;
  font-size: 1.125rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact-form2__checkbox-group label {
    font-size: 3.73vw;
  }
}

.contact-form2__checkbox-group input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #7f7f7f;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
}

.contact-form2__checkbox-group input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: #009de3;
}

.contact-form2__label {
  max-width: 280px;
  width: 100%;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact-form2__label {
    max-width: none;
  }
}

.contact-form2__required {
  font-size: 0.75rem;
  background: #d42b18;
  color: #fff;
  padding: 0.3rem 0.5rem;
  margin-left: 0.5trm;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .contact-form2__required {
    font-size: 2.2333vw;
  }
}

.contact-form2__noerequired {
  background: #7f7f7f;
}

.contact-form2__input,
.contact-form2__textarea,
.contact-form2 select {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.4rem 1rem;
  border: none;
  border-radius: 8px;
  background: #eeeeee;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact-form2__input,
  .contact-form2__textarea,
  .contact-form2 select {
    margin-top: 1.2vw;
    border-radius: 1vw;
    padding: 4vw;
  }
}

.contact-form2__input {
  height: 70px;
}
@media screen and (max-width: 767px) {
  .contact-form2__input {
    height: 200px;
  }
}

.contact-form2__textarea {
  height: 160px;
  resize: vertical;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .contact-form2__textarea {
    min-height: 300px;
  }
}

.contact-form2__privacy {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #eeeeee;
  padding: 1rem;
  border-radius: 8px;
  overflow-y: auto;
  text-align: left;
  font-size: 0.9375rem;
  height: 200px;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .contact-form2__privacy {
    max-height: 300px;
    font-size: 3.717vw;
    padding: 4vw;
  }
}

/* 同意チェック */
.contact-form2__row--agree {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-form2__row--agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

/* 送信ボタン */
.contact-form2__row--submit {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .contact-form2__row--submit img {
    width: 64.1vw;
  }
}

.contact-form2__submit {
  border: none;
  cursor: pointer;
  position: relative;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .contact-form2__submit {
    margin-top: 4vw;
  }
}

.contact-form2__submit-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact-form2__submit-text {
    font-size: 5vw;
  }
}

.contact-form2__privacy-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .contact-form2__privacy-title {
    font-size: 3.73vw;
    margin: 2vw 0;
  }
}

input,
textarea,
select {
  font-size: 16px;
}

/*----------------------------------------
会社概要
----------------------------------------*/
.company {
  background: #e8f7ff;
}
.company__inner {
  max-width: 1025px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company__inner {
    padding: 10.2vw 3.58vw;
  }
}
.company__heading {
  font-size: 3.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .company__heading {
    font-size: 7.948vw;
  }
}

.company-info__table {
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .company-info__table {
    margin-top: 7.179vw;
    max-width: none;
  }
}
.company-info__table th {
  background: #009de3;
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid #fff;
}
.company-info__table td {
  background: #fff;
  text-align: left;
}
.company-info__table th,
.company-info__table td {
  padding: 0.75rem 1rem;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .company-info__table th,
  .company-info__table td {
    padding: 2vw 3vw;
    font-size: 3.36vw;
  }
}
.company-info__cell--th {
  width: 30%;
  background-color: #f0f0f0;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 767px) {
  .company-info__cell--th {
    width: 25%;
  }
}

/*----------------------------------------
footer
----------------------------------------*/
.footer {
  text-align: center;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 5vw;
    padding-bottom: 30vw;
  }
}
.footer__text {
  font-size: 0.875rem;
  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 {
  display: none;
  position: fixed;
  text-align: center;
  width: 50px;
  height: 50px;
  bottom: 40px;
  right: 40px;
  z-index: 2000;
  background-color: #009de3;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px 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);
  }
}

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

@media screen and (max-width: 767px) {
  .fixed-banner {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #009de3;
    text-align: center;
    z-index: 1000;
    padding: 5.64vw 3.333vw 2vw;
    padding-top: 0;
  }
  .fixed-banner__text {
    font-size: 3.5vw;
    font-weight: 500;
    color: #fff;
    padding: 4px 0;
    margin-right: 6vw;
  }
  .fixed-banner__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
  }
  .fixed-banner__icon {
    display: block;
  }
  .fixed-banner__icon--tel {
    width: 53vw;
    padding-bottom: 1.794vw;
  }
  .fixed-banner__icon--mail {
    width: 24vw;
    padding-bottom: 1.794vw;
    margin-left: 1vw;
  }
  .fixed-banner__icon--operator {
    width: 24vw;
    position: absolute;
    bottom: 0;
    right: -5vw;
  }
  .fixed-banner__operator-wrap {
    overflow: hidden;
  }
}
.fixed-banner__icon--operator {
  right: -2vw;
}
