@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  height: 100%;
}

body {
  background-color: #fff;
  height: 100%;
  color: #494342;
  font-size: 1rem;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "Helvetica Neue", "Roboto", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 500;
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.3rem + 0.9vw);
  font-weight: 500;
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.25rem;
  }
}

h3, .h3 {
  font-size: calc(1.275rem + 0.6vw);
  font-weight: 700;
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.25rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
}

ol,
ul {
  padding-left: 1.5em;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
}

blockquote {
  margin: 0 0 1rem;
}

strong {
  font-weight: 700;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  font-size: 0.75em;
}

a {
  color: #494342;
  text-decoration: underline;
}
a img {
  transition: opacity 0.3s ease;
}
a:hover {
  color: rgb(113.1762589928, 103.8741007194, 102.3237410072);
}
a:hover img {
  opacity: 0.8;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
}

pre {
  margin-bottom: 1rem;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
}

code {
  font-size: 0.875em;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  background-color: #212529;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}
figure figcaption {
  font-size: 0.875em;
  text-align: center;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

table {
  margin-bottom: 1rem;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.l-site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.l-main {
  flex: 1;
}

.l-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .l-container {
    max-width: 960px;
  }
}
@media (min-width: 1400px) {
  .l-container {
    max-width: 1320px;
  }
}
.l-container--sm {
  max-width: 800px;
}

.l-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.l-header {
  line-height: 1.5;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.l-header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767.98px) {
  .l-header__top {
    padding: 0;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .l-header__logo {
    padding: 0 0.5rem;
  }
}
.l-header__logo:hover {
  color: inherit;
}
.l-header__logo:hover img {
  opacity: 1;
}
.l-header__logo-mark {
  width: 54px;
  padding-right: 8px;
}
@media (max-width: 767.98px) {
  .l-header__logo-mark {
    width: min(10vw, 45px);
  }
}
.l-header__logo-mark img {
  width: 100%;
  height: auto;
}
.l-header__logo--main {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
@media (max-width: 767.98px) {
  .l-header__logo--main {
    font-size: clamp(0.875rem, 5.75vw, 1.75rem);
    letter-spacing: 0.1635em;
  }
}
.l-header__logo--sub {
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .l-header__logo--sub {
    font-size: clamp(0.375rem, 2.125vw, 0.6875rem);
  }
}
.l-header__actions {
  display: flex;
}
.l-header__contact {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .l-header__contact {
    gap: 0;
  }
}
.l-header__contact-tel {
  text-align: right;
}
@media (max-width: 767.98px) {
  .l-header__contact-tel {
    display: none;
  }
}
.l-header__contact-text {
  margin-bottom: 0;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.l-header__contact-number {
  margin-bottom: 0;
  color: #e92b66;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}
.l-header__contact-number::before {
  content: "";
  display: inline-block;
  background-image: url("../images/icon_free-dial.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 22px;
  margin-right: 4px;
}
.l-header__contact-time {
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 0.75rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .l-header__contact-cta {
    width: 60px;
  }
}
.l-header__contact-cta .c-button {
  padding: 8px 10px;
}
@media (max-width: 767.98px) {
  .l-header__contact-cta .c-button {
    border-radius: 0;
    padding: 4px;
    height: 60px;
    text-align: center;
  }
}
.l-header__contact-cta .c-button__main {
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .l-header__contact-cta .c-button__main {
    font-size: 11px;
    font-weight: 600;
  }
}
.l-header__contact-cta .c-button__sub {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .l-header__contact-cta .c-button__sub {
    display: none;
  }
}
.l-header__contact-cta .c-button .icon-mail::before {
  width: 24px;
  height: 16px;
}
@media (max-width: 767.98px) {
  .l-header__contact-cta .c-button .icon-mail::before {
    display: block;
    width: 27px;
    height: 18px;
    margin: 3px auto 4px;
  }
}
@media (min-width: 768px) {
  .l-header__contact-call {
    display: none;
  }
}
.l-header__contact-call {
  background-color: #0071bc;
  width: 60px;
  height: 60px;
}
.l-header__contact-call a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-indent: 0.5em;
  letter-spacing: 0.5em;
}
.l-header__contact-call a::before {
  content: "";
  display: block;
  background-image: url("../images/icon-call.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .l-header__toggle {
    display: none;
  }
}
.l-header__toggle {
  position: relative;
  width: 60px;
  height: 60px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.l-header__toggle--line {
  position: relative;
  display: block;
  background-color: #5a5a5a;
  width: 28px;
  height: 2px;
  margin: 18px auto 0;
  transition: all 0.3s ease;
}
.l-header__toggle--line::before, .l-header__toggle--line::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  background-color: #5a5a5a;
  width: 28px;
  height: 2px;
  transition: all 0.3s ease;
}
.l-header__toggle--line::before {
  top: -8px;
}
.l-header__toggle--line::after {
  bottom: -8px;
}
.l-header__toggle--text {
  position: absolute;
  bottom: 8px;
  left: 0;
  display: block;
  width: 100%;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
}
.l-header__toggle.is-active {
  background-color: #d4af37;
}
.l-header__toggle.is-active .l-header__toggle--line {
  background-color: transparent;
}
.l-header__toggle.is-active .l-header__toggle--line::before, .l-header__toggle.is-active .l-header__toggle--line::after {
  top: 0;
  background-color: #fff;
  width: 28px;
  height: 3px;
}
.l-header__toggle.is-active .l-header__toggle--line::before {
  transform: rotate(-225deg);
}
.l-header__toggle.is-active .l-header__toggle--line::after {
  transform: rotate(225deg);
}
.l-header__toggle.is-active .l-header__toggle--text {
  color: #fff;
}
@media screen and (min-width: 601px) {
  .admin-bar .l-header {
    top: 46px;
  }
}
@media screen and (min-width: 783px) {
  .admin-bar .l-header {
    top: 32px;
  }
}

@media (max-width: 767.98px) {
  .l-nav {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    width: 100%;
    height: calc(100vh - 70px);
    height: calc(100dvh - 60px);
    padding: 2rem;
    overflow-y: auto;
    display: none;
  }
}
.l-nav .nav__list {
  display: flex;
  list-style: none;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .l-nav .nav__list {
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    height: calc(100% - 3rem);
  }
}
.l-nav .nav__list li {
  flex: 1;
  text-align: center;
}
@media (max-width: 767.98px) {
  .l-nav .nav__list li {
    flex: 0 0 auto;
    width: 100%;
    padding: 1rem 0;
    text-align: left;
  }
}
.l-nav .nav__list li a {
  display: block;
  padding: 0.25rem 0.5rem;
  color: #fff;
  font-size: min(1.5vw, 0.9375rem);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
@media (min-width: 1400px) {
  .l-nav .nav__list li a {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .l-nav .nav__list li a {
    padding: 0.5rem 0;
    color: #494342;
    font-size: clamp(18px, 5vw, 24px);
  }
}
.l-nav .nav__list li a:hover {
  filter: brightness(1.1);
}
@media (max-width: 767.98px) {
  .l-nav .nav__list li a .c-arrow-icon {
    width: 1em;
    height: 1em;
    transform: translateY(-0.075em);
  }
}
@media (max-width: 767.98px) {
  .l-nav .nav__list li a:active .c-arrow-icon {
    transform: translate(5px, -0.075em);
  }
}
@media (min-width: 768px) {
  .l-nav .nav__list li.home a {
    background-color: #b69d2a;
  }
}
@media (max-width: 767.98px) {
  .l-nav .nav__list li.home a .c-arrow-icon {
    background-color: #b69d2a;
  }
}
@media (min-width: 768px) {
  .l-nav .nav__list li.products a {
    background-color: #eb6ea5;
  }
}
@media (max-width: 767.98px) {
  .l-nav .nav__list li.products a .c-arrow-icon {
    background-color: #eb6ea5;
  }
}
@media (min-width: 768px) {
  .l-nav .nav__list li.reform a {
    background-color: #37bef0;
  }
}
@media (max-width: 767.98px) {
  .l-nav .nav__list li.reform a .c-arrow-icon {
    background-color: #37bef0;
  }
}
@media (min-width: 768px) {
  .l-nav .nav__list li.repair a {
    background-color: #66bf97;
  }
}
@media (max-width: 767.98px) {
  .l-nav .nav__list li.repair a .c-arrow-icon {
    background-color: #66bf97;
  }
}

.l-top-bar {
  background-color: #167db5;
  padding: 0.25rem 0;
}
.l-top-bar__text {
  margin-bottom: 0;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 575.98px) {
  .l-top-bar__text {
    font-size: 0.625rem;
  }
}

.l-footer {
  background-color: #167db5;
  color: #fff;
  font-size: 0.875rem;
}
.l-footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767.98px) {
  .l-footer__inner {
    padding-top: 1rem;
  }
}
.l-footer__inner > * {
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .l-footer__inner > * {
    width: 100%;
    text-align: center;
  }
}
.l-footer__nav a {
  color: #fff;
  text-decoration: none;
}
.l-footer__nav a:hover {
  text-decoration: underline;
}
.l-footer__copyright {
  margin-bottom: 0;
}

.l-cta {
  background-color: #1698bd;
  color: #fff;
}
.l-cta__lead {
  padding-top: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 575.98px) {
  .l-cta__lead {
    font-size: 1.25rem;
  }
}
.l-cta__cards {
  display: flex;
  justify-content: center;
  gap: 10px;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .l-cta__cards {
    flex-wrap: wrap;
    width: 100%;
    max-width: 480px;
  }
}
.l-cta__cards > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: calc(100% - 10px);
  padding: 1rem;
  color: #494342;
  text-align: center;
}
.l-cta__tel {
  line-height: 1.2;
}
.l-cta__tel p {
  margin-bottom: 0;
}
.l-cta__tel-label {
  font-size: 0.9375rem;
}
.l-cta__tel-number {
  color: #e92b66;
  font-size: 2.25rem;
  font-weight: 900;
}
@media (max-width: 767.98px) {
  .l-cta__tel-number {
    font-size: min(8.5vw, 2.25rem);
  }
}
.l-cta__tel-number::before {
  content: "";
  display: inline-block;
  background-image: url("../images/icon_free-dial.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 26px;
  margin-right: 0.25rem;
}
.l-cta__tel-time {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.5;
}
.l-cta__form .c-button {
  width: 100%;
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
}

.Flow {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .Flow {
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .Flow {
    width: 90%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}
.Flow .illust {
  text-align: center;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .Flow .illust {
    margin: 0 25px 0 0;
    align-self: flex-end;
  }
}
.Flow .illust img {
  width: 60%;
}
@media (min-width: 768px) {
  .Flow .illust img {
    width: 100%;
    max-width: 167px;
  }
}
.Flow ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .Flow ol {
    flex-direction: row;
    align-items: stretch;
  }
}
.Flow ol li {
  position: relative;
  border: 3px solid gray;
  border-radius: 10px;
  text-align: center;
  font-size: calc(1rem + 0.3vw);
  line-height: 1.25;
}
@media (min-width: 768px) {
  .Flow ol li {
    margin-top: 20px !important;
    writing-mode: vertical-rl;
  }
  .Flow ol li .number {
    -webkit-text-combine: horizontal;
    text-combine-upright: all;
  }
}
@media (min-width: 1200px) {
  .Flow ol li {
    font-size: 1.75rem;
  }
}
.Flow ol li {
  color: #494342;
  padding: 0.75em 0.25em;
}
.Flow ol li span.letter-space {
  letter-spacing: 1em;
  padding-left: 1em;
}
@media (min-width: 768px) {
  .Flow ol li span.letter-space {
    padding: 1em 0 0 0;
  }
}
.Flow ol li:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .Flow ol li:not(:last-child) {
    margin: 0 40px 0 0;
  }
}
.Flow ol li:not(:last-child)::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 23px;
  background-color: #fabe00;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
@media (min-width: 768px) {
  .Flow ol li:not(:last-child)::after {
    left: unset;
    bottom: unset;
    right: -38px;
    top: 45%;
    transform: translateY(-45%) rotate(-90deg);
  }
}
.Flow.products ol li {
  border-color: #eb6ea5;
}
.Flow.reform ol li {
  border-color: #37bef0;
}
.Flow.repair ol li {
  border-color: #66bf97;
}

.Area {
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
}
@media (min-width: 768px) {
  .Area {
    width: 95%;
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 20px;
  }
}
@media (min-width: 1400px) {
  .Area {
    width: 896px;
  }
}
@media (max-width: 767.98px) {
  .Area {
    max-width: 480px;
  }
}
.Area {
  border: 3px solid #167db5;
  border-radius: 10px;
}
.Area .AreaInner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .Area .AreaInner {
    flex-direction: row;
  }
}
.Area .AreaContent {
  width: 100%;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .Area .AreaContent {
    width: 78%;
    flex-shrink: 0;
  }
}
.Area .AreaContent p {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .Area .AreaContent p {
    font-size: 1.3rem;
  }
}
.Area .heading {
  background-color: #167db5;
}
@media (min-width: 768px) {
  .Area .heading {
    background: linear-gradient(to right, #167db5 60%, rgb(208.6354679803, 235.0197044335, 249.3645320197) 85%);
  }
}
.Area .heading {
  color: #fff;
  text-align: center;
  font-size: calc(1.5rem + 0.3vw);
  padding: 5px;
  line-height: 1.25;
}
.Area ul {
  margin: 0.5em 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.8;
}
.Area ul li {
  font-size: calc(1rem + 0.2vw);
}
@media (min-width: 768px) {
  .Area ul li {
    font-size: 1.3rem;
  }
}
.Area ul li span {
  font-size: 75%;
}
.Area ul li::before {
  display: inline;
  content: "●";
  color: #fabe00;
}
.Area ul li:not(:last-child) {
  margin-right: 1em;
}
.Area .AreaMap {
  text-align: center;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .Area .AreaMap {
    margin-top: -60px;
  }
}
@media (min-width: 1200px) {
  .Area .AreaMap {
    margin-top: -50px;
    margin-left: 30px;
  }
}
.Area .AreaMap img {
  width: 65%;
  max-width: 240px;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}
@media (min-width: 768px) {
  .Area .AreaMap img {
    width: 100%;
    transform: scale(1.5);
  }
}
@media (min-width: 1200px) {
  .Area .AreaMap img {
    transform: scale(1.8);
  }
}

/* ==========================================================================
   WordPress Standard Alignment Classes
   ========================================================================== */
.alignleft,
.alignright,
.aligncenter {
  max-width: 100%;
  height: auto;
}

/* スマホ（768px未満）：回り込みを解除して縦並び */
@media (max-width: 767.98px) {
  .alignleft,
  .alignright {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
  }
  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
  }
}
/* デスクトップ・タブレット（768px以上）：意図通りに回り込ませる */
@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0.5em 1.5em 1em 0;
  }
  .alignright {
    float: right;
    margin: 0.5em 0 1em 1.5em;
  }
  .aligncenter {
    display: block;
    clear: both;
    margin: 0 auto 1.5em;
  }
}
.entry-content::after {
  content: "";
  display: table;
  clear: both;
}

/* --- 画像キャプション（[caption]）のスタイル --- */
.wp-caption {
  max-width: 100%;
  margin-bottom: 1.5em;
  padding: 5px;
  border: 1px solid #eee;
  background-color: #f9f9f9;
  text-align: center;
}
.wp-caption img {
  margin: 0;
  vertical-align: bottom;
}
.wp-caption .wp-caption-text {
  margin: 0.5em 0 0;
  padding: 0 5px;
  font-size: 0.85em;
  line-height: 1.5;
  color: #666;
}

/* 📱 スマホ（768px未満）での振る舞い */
@media (max-width: 767.98px) {
  .wp-caption.alignleft, .wp-caption.alignright {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #494342;
  border-radius: 6px;
  padding: 0.5rem;
  color: #444;
  text-decoration: none;
  line-height: 1.2;
  transition: all 0.2s ease-out;
}
.c-button:hover {
  filter: brightness(1.1);
}
.c-button:disabled {
  background-color: #a0a0a0;
  border-color: #a0a0a0;
  opacity: 0.6;
}
.c-button--orange {
  background: #f7931e;
  border-color: #f7931e;
  color: #fff;
}
.c-button--orange:hover {
  color: #fff;
}
.c-button--green {
  background: #017a6e;
  border-color: #017a6e;
  color: #fff;
}
.c-button--green:hover {
  color: #fff;
}
.c-button--blue {
  background: #0071bc;
  border-color: #0071bc;
  color: #fff;
}
.c-button--blue:hover {
  color: #fff;
}
.c-button__main {
  font-size: 24px;
  font-weight: 700;
}
.c-button__sub {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 600;
}
.c-button__sub--note {
  margin-top: 4px;
  font-size: 12px;
}
.c-button .icon-mail::before {
  content: "";
  display: inline-block;
  background-image: url("../images/icon_mail.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.2em;
  aspect-ratio: 64/42;
  margin-right: 4px;
  vertical-align: middle;
}
.c-button .icon-call::before {
  content: "";
  display: inline-block;
  background-image: url("../images/icon-call.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  aspect-ratio: 1/1;
  margin-right: 4px;
  vertical-align: bottom;
}

.c-title-lg {
  margin-bottom: 1rem;
  font-size: clamp(1.25rem, 5.5vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.c-title-md {
  display: block;
  text-align: center;
  font-size: clamp(1.15rem, 4.5vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.c-title-sm {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.c-title-sub {
  display: block;
  margin-bottom: 0.5rem;
  font-size: clamp(0.875rem, 3vw, 1rem);
  font-weight: 700;
  color: #1D8A66;
  text-align: center;
  letter-spacing: 0.1em;
}

.c-card {
  height: 100%;
}
.c-card--shadow {
  box-shadow: 4px 4px 0 #dcdcdc;
}
.c-card a {
  display: block;
  padding: 0.25rem;
  text-decoration: none;
}
.c-card__img {
  margin-bottom: 0;
}
.c-card__title {
  background-color: #666;
  margin: 0;
  padding: 0.25rem 0.5rem;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
}
.c-card__text {
  margin-bottom: 0;
  padding: 0.75rem 0.5rem 1rem;
  font-size: 0.9375rem;
  text-align: justify;
}

.c-arrow-icon {
  position: relative;
  transform: translateY(-0.05em);
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.5em;
  vertical-align: middle;
  border-radius: 50%;
  background-color: var(--icon-bg-color, #fff);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.5 18.5a1.8 1.8 0 0 1-1.27-3.07L11.16 12 7.23 8.07a1.8 1.8 0 1 1 2.54-2.54l5.2 5.2a1.8 1.8 0 0 1 0 2.54l-5.2 5.2a1.8 1.8 0 0 1-1.27.53z' fill='black'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.5 18.5a1.8 1.8 0 0 1-1.27-3.07L11.16 12 7.23 8.07a1.8 1.8 0 1 1 2.54-2.54l5.2 5.2a1.8 1.8 0 0 1 0 2.54l-5.2 5.2a1.8 1.8 0 0 1-1.27.53z' fill='black'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 75%, contain;
  mask-size: 75%, contain;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.c-brands__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  padding: 0;
}
.c-brands__list > li {
  flex: 0 0 auto;
  width: 16.6666666667%;
  margin-top: 1rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
@media (max-width: 767.98px) {
  .c-brands__list > li {
    width: 25%;
  }
}
@media (max-width: 575.98px) {
  .c-brands__list > li {
    width: 33.3333333333%;
  }
}
.c-brands__list > li a {
  display: block;
  box-shadow: 3px 3px 0 #dcdcdc;
}
.c-brands__list > li a:hover {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 #dcdcdc;
}
.c-brands__note {
  padding-top: 1rem;
  text-align: center;
}

.c-example__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .c-example__list.column-3 {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-example__list.column-3 .c-example__item {
    width: 33.3333333333%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .c-example__list.column-3 {
    width: 85%;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-example__list.column-3 .c-example__item {
    width: 100%;
    margin-top: 2rem;
  }
  .c-example__list.column-3 .c-example__item:first-child {
    margin-top: 0;
  }
}
.c-example__item {
  flex: 0 0 auto;
  width: 25%;
  margin-top: 2rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (max-width: 767.98px) {
  .c-example__item {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .c-example__item {
    margin-top: 1rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.c-example__card--img {
  margin-bottom: 0;
}
.c-example__card--img img {
  display: block;
}
.c-example__card--label {
  background-color: #666;
  margin-bottom: 0;
  padding: 0.25rem 0.5rem;
  color: #fff;
  font-size: clamp(0.875rem, 1.5vw, 1.375rem);
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.p-page-products .c-example__card--label {
  background-color: #eb6ea5;
}
.p-page-reform .c-example__card--label {
  background-color: #37bef0;
}
.p-page-repair .c-example__card--label {
  background-color: #66bf97;
}
.c-example__card--list {
  list-style: none;
  margin-top: 0.5rem;
  margin-bottom: 0;
  padding: 0;
}
.c-example__card--list > li {
  margin-bottom: 0.25rem;
  padding-left: 1em;
  font-size: 1.0625rem;
}
.c-example__card--list > li::before {
  content: "●";
  display: inline-block;
  color: #fabe00;
  text-indent: -1em;
}

.c-handling {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.c-handling__text {
  width: 100%;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .c-handling__text {
    width: 65%;
  }
}
@media (min-width: 1400px) {
  .c-handling__text {
    width: 70%;
  }
}
.c-handling__img {
  width: 100%;
  padding: 0.5rem;
}
@media (min-width: 576px) {
  .c-handling__img {
    width: 100%;
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .c-handling__img {
    width: 35%;
  }
}
@media (min-width: 1400px) {
  .c-handling__img {
    width: 30%;
  }
}
.c-handling__list {
  display: flex;
  flex-wrap: wrap;
}
.c-handling__list > li {
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  .c-handling__list > li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .c-handling__list > li {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .c-handling__list > li {
    font-size: 1.125rem;
    width: 33.3333333333%;
  }
}
.c-handling__note {
  text-align: center;
}
.c-handling__illust {
  margin-bottom: 0;
}

.c-list-dot {
  list-style: none;
  padding-left: 0;
}
.c-list-dot > li {
  padding-left: 1em;
}
.c-list-dot > li::before {
  content: "・";
  display: inline-block;
  text-indent: -1em;
}

.c-banner--accent {
  background-color: #e92b66;
  margin-bottom: 1rem;
  padding: 0.5rem;
  color: #fff;
  font-size: clamp(1rem, 5.5vw, 2rem);
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.c-line--dotted {
  border-top-style: dotted;
  border-top-width: 2px;
}

.p-hero__inner {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 560px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .p-hero__inner {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .p-hero__img {
    position: relative;
    z-index: 1;
  }
}
.p-hero .splide__slide img {
  width: 100%;
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .p-hero .splide__slide img {
    height: 440px;
  }
}
.p-hero__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .p-hero__content {
    position: relative;
    z-index: 2;
    margin-bottom: 2rem;
  }
}
.p-hero__container {
  position: relative;
  height: 100%;
}
.p-hero__body {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 40%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
}
@media (max-width: 1399.98px) {
  .p-hero__body {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .p-hero__body {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: -80px;
  }
}
.p-hero__body::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  width: 60%;
  height: 60%;
  box-shadow: 0 0 60px 80px #fff;
}
@media (max-width: 767.98px) {
  .p-hero__body::before {
    width: 80%;
    height: 80%;
    box-shadow: 0 0 30px 50px #fff;
  }
}
.p-hero__body > * {
  width: 100%;
}
.p-hero__title {
  color: #494342;
  font-size: 36px;
  font-weight: 900;
  text-shadow: 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.6em #fff, 0 0 0.6em #fff, 0 0 0.6em #fff, 0 0 0.6em #fff, 0 0 0.6em #fff;
}
@media (max-width: 1399.98px) {
  .p-hero__title {
    font-size: min(3.5vw, 32px);
  }
}
@media (max-width: 767.98px) {
  .p-hero__title {
    font-size: clamp(18px, 6vw, 36px);
  }
}
.p-hero__title small {
  font-size: 0.75em;
}
.p-hero__title--gas {
  color: #eb6ea5;
  font-size: 1.2em;
}
.p-hero__title--water {
  color: #37bef0;
  font-size: 1.2em;
}
.p-hero__years {
  display: inline-block;
  margin-right: 0.25em;
  margin-left: 0.25em;
  font-size: 1.1em;
}
.p-hero__text {
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 1399.98px) {
  .p-hero__text {
    font-size: min(1.75vw, 15px);
  }
}
@media (max-width: 767.98px) {
  .p-hero__text {
    font-size: clamp(12px, 3.25vw, 16px);
  }
}
.p-hero__gallery img {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .p-hero__gallery img {
    width: 95%;
  }
}

.p-services__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  margin-right: -1rem;
  margin-left: -1rem;
  padding: 0;
}
@media (min-width: 1400px) {
  .p-services__list {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767.98px) {
  .p-services__list {
    justify-content: center;
  }
}
.p-services__item {
  flex: 0 0 auto;
  width: 33.3333333333%;
  margin-top: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (max-width: 767.98px) {
  .p-services__item {
    width: 95%;
    max-width: 480px;
  }
  .p-services__item:first-child {
    margin-top: 0;
  }
}
.p-services__item .products .c-card__title {
  background-color: #eb6ea5;
}
.p-services__item .reform .c-card__title {
  background-color: #37bef0;
}
.p-services__item .repair .c-card__title {
  background-color: #66bf97;
}

.p-news__inner {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem 3rem;
}
@media (max-width: 767.98px) {
  .p-news__inner {
    padding: 1rem;
  }
}
.p-news__item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #494342;
  padding: 1.5rem 1rem;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .p-news__item {
    padding: 0.5rem 0;
  }
}
.p-news__item:first-child {
  border-top: 1px solid #494342;
}
.p-news__item--date {
  width: 8em;
}
@media (max-width: 767.98px) {
  .p-news__item--date {
    width: 100%;
    margin-bottom: 0.125rem;
    color: rgb(151.4892086331, 142.0791366906, 140.5107913669);
    font-size: 0.75rem;
  }
}
.p-news__item--title {
  width: calc(100% - 8em);
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .p-news__item--title {
    width: 100%;
    font-size: 0.9375rem;
  }
}
.p-news__item--title a {
  text-decoration: none;
}
.p-news__item--title a:hover {
  text-decoration: underline;
}
.p-news__dialog {
  display: none;
  max-width: 800px;
}
@media (max-width: 575.98px) {
  .p-news__modal .modaal-content-container {
    padding: 1.375rem;
  }
}
@media (min-width: 992px) {
  .p-news__modal .modaal-close:hover::before, .p-news__modal .modaal-close:hover::after {
    background: rgb(29, 138, 102);
  }
}
@media (max-width: 991.98px) {
  .p-news__modal .modaal-close {
    background-color: rgba(29, 138, 102, 0.7);
  }
  .p-news__modal .modaal-close:hover {
    background-color: rgb(29, 138, 102);
  }
  .p-news__modal .modaal-close:hover::before, .p-news__modal .modaal-close:hover::after {
    background: #fff;
  }
}
.p-news__content {
  color: #333;
  line-height: 1.7;
}
.p-news__content--header {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}
.p-news__content--title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0.5rem;
}
.p-news__content--date {
  font-size: 0.85rem;
  color: #999;
  text-align: right;
}
.p-news__content--body {
  padding-bottom: 1rem;
}
.p-news__content--body > *:first-child {
  margin-top: 0 !important;
}
.p-news__content--body :where(h4, h5, p, ul) {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.p-news__content--body :where(h4) {
  font-size: 1.2rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #1D8A66;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.p-news__content--body :where(h5) {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 2rem;
  color: #1D8A66;
}
h4 + .p-news__content--body :where(h5) {
  margin-top: 1rem;
}
.p-news__content--body :where(p) {
  margin-top: 0.75rem;
}
.p-news__content--body :where(ul) {
  padding-left: 1.25rem;
  margin-top: 0.75rem;
}
.p-news__content--body :where(ul) li {
  list-style-type: disc;
  margin-bottom: 0.3rem;
  font-size: 0.95rem;
}

.p-shop__container {
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .p-shop__container {
    max-width: 480px;
  }
}
.p-shop__map {
  flex: 0 0 auto;
  width: 50%;
  padding: 1rem;
}
@media (max-width: 767.98px) {
  .p-shop__map {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.p-shop__map-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  background-color: #fff;
  padding: 0.25rem;
  box-shadow: 4px 4px 0 #dcdcdc;
}
.p-shop__map-inner iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #f0f0f0;
  filter: saturate(0.85) contrast(0.9);
  transition: filter 0.3s ease;
}
.p-shop__map-inner iframe:hover {
  filter: saturate(1.1) contrast(1);
}
.p-shop__address {
  flex: 0 0 auto;
  width: 50%;
  margin-bottom: 0;
  padding: 1rem;
}
@media (max-width: 767.98px) {
  .p-shop__address {
    width: 100%;
    padding-bottom: 0;
  }
}
.p-shop__name--impact {
  font-size: 2rem;
}
.p-shop__details {
  margin-bottom: 0;
}
.p-shop__details-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.p-shop__details-item:last-child {
  margin-bottom: 0;
}
.p-shop__details-item dt {
  width: 7em;
}
@media (max-width: 575.98px) {
  .p-shop__details-item dt {
    width: 100%;
    color: #017a6e;
    font-size: 0.875rem;
  }
}
.p-shop__details-item dd {
  width: calc(100% - 7em);
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .p-shop__details-item dd {
    width: 100%;
  }
}

.p-page-hero__inner {
  position: relative;
  max-width: calc(1320px - 2rem);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1399.98px) {
  .p-page-hero__inner {
    max-width: calc(960px - 2rem);
  }
}
@media (min-width: 768px) {
  .p-page-hero__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0, -50%);
    width: 48%;
  }
}
@media (max-width: 767.98px) {
  .p-page-hero__content {
    position: relative;
  }
}
.p-page-hero__box {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem;
  text-align: center;
}
@media (min-width: 1400px) {
  .p-page-hero__box {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .p-page-hero__box {
    padding: 1rem;
  }
}
.p-page-hero__title {
  background-color: #666;
  padding: 0.375rem 1rem;
  color: #fff;
  font-size: clamp(1.3125rem, 2vw, 2.25rem);
  font-weight: 900;
  line-height: 1.2;
}
@media (min-width: 1400px) {
  .p-page-hero__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .p-page-hero__title {
    font-size: min(5vw, 1.875rem);
  }
}
.p-page-products .p-page-hero__title {
  background-color: #eb6ea5;
}
.p-page-reform .p-page-hero__title {
  background-color: #37bef0;
}
.p-page-repair .p-page-hero__title {
  background-color: #66bf97;
}
.p-page-hero__lead {
  margin-bottom: 0.5rem;
  font-size: clamp(0.9375rem, 1.375vw, 1.625rem);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .p-page-hero__lead {
    font-size: 1.625rem;
  }
}
@media (max-width: 767.98px) {
  .p-page-hero__lead {
    font-size: min(4.25vw, 1.5rem);
  }
}
.p-page-hero__text {
  margin-bottom: 0;
  font-size: clamp(0.625rem, 0.85vw, 1rem);
  line-height: 1.8;
}
@media (min-width: 1400px) {
  .p-page-hero__text {
    font-size: 1.0625rem;
  }
}
@media (max-width: 767.98px) {
  .p-page-hero__text {
    font-size: clamp(0.875rem, 2.75vw, 1.125rem);
    text-align: left;
  }
}

.p-page-header {
  max-width: 720px;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem;
}
@media (min-width: 1400px) {
  .p-page-header {
    max-width: calc(720px + 1rem);
    padding: 2rem 1.5rem;
  }
}
.p-page-header__title {
  padding: 0.375rem 1rem;
  background-color: #017a6e;
  color: #fff;
  font-size: clamp(1.125rem, 5.5vw, 1.75rem);
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .p-page-header__title {
    font-size: min(3vw, 1.75rem);
  }
}

.p-page-items .c-title-main {
  margin-top: 1rem;
}

.p-repair-contact__booking {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 1.5rem 0;
  text-align: center;
}
.p-repair-contact__title {
  font-size: clamp(1.125rem, 2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.5;
}
.p-repair-contact__flex {
  display: flex;
  flex-wrap: wrap;
}
.p-repair-contact__method {
  flex: 0 0 auto;
  width: 50%;
  padding: 1rem;
}
@media (max-width: 767.98px) {
  .p-repair-contact__method {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .p-repair-contact__method--tel {
    margin-bottom: 1rem;
  }
}
.p-repair-contact__method-label {
  background-color: #323232;
  padding: 0.375rem 0.5rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .p-repair-contact__method-label {
    font-size: 1.125rem;
  }
}
.p-repair-contact__method .c-button {
  width: 80%;
  max-width: 320px;
  margin: 1rem auto 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.p-repair-contact__method .c-button__main {
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .p-repair-contact__method .c-button__main {
    font-size: 2rem;
  }
}
.p-repair-contact__method .c-button__sub {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-repair-contact__method .c-button__sub {
    font-size: 1.25rem;
  }
}
.p-repair-contact__tel-number {
  margin-bottom: 0;
  color: #e92b66;
  font-size: min(9vw, 54px);
  font-weight: 800;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .p-repair-contact__tel-number {
    font-size: min(5vw, 50px);
  }
}
@media (min-width: 1400px) {
  .p-repair-contact__tel-number {
    font-size: 3rem;
  }
}
.p-repair-contact__tel-number::before {
  content: "";
  display: inline-block;
  background-image: url("../images/icon_free-dial.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: min(14%, 64px);
  aspect-ratio: 62/36;
  margin-right: 4px;
}
@media (min-width: 1400px) {
  .p-repair-contact__tel-number::before {
    width: 62px;
  }
}
.p-repair-contact__text {
  margin-bottom: 0.125rem;
}
@media (max-width: 575.98px) {
  .p-repair-contact__text {
    font-size: 0.875rem;
  }
}
.p-repair-contact__time {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .p-repair-contact__time {
    font-size: 1rem;
  }
}
.p-repair-contact__price {
  padding-top: 1.5rem;
}
.p-repair-contact__price-text {
  font-size: 1.125rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-repair-contact__price-text {
    font-size: min(2.25vw, 1.375rem);
    text-align: center;
  }
}

.is-form-confirm .p-contact-intro {
  display: none;
}

.p-contact-tel__number {
  margin-bottom: 0;
  color: #e92b66;
  font-size: min(9vw, 54px);
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .p-contact-tel__number {
    font-size: min(5vw, 50px);
  }
}
@media (min-width: 1400px) {
  .p-contact-tel__number {
    font-size: 3rem;
  }
}
.p-contact-tel__number::before {
  content: "";
  display: inline-block;
  background-image: url("../images/icon_free-dial.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: min(14%, 64px);
  aspect-ratio: 62/36;
  margin-right: 4px;
}
@media (min-width: 1400px) {
  .p-contact-tel__number::before {
    width: 62px;
  }
}
.p-contact-tel__text {
  margin-bottom: 0.25rem;
  text-align: center;
}
.p-contact-tel__time {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767.98px) {
  .p-contact-tel__time {
    font-size: 1rem;
  }
}
.is-form-confirm .p-contact-tel {
  display: none;
}

/* フォーム全体を囲う外枠 */
.p-form-area {
  max-width: 900px;
  margin: 0 auto 2rem;
  padding: 40px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

/* 項目ごとの行 */
.p-form-group {
  padding: 20px 0;
  border-bottom: 1px dashed #eee;
}
.p-form-group:first-child {
  padding-top: 0;
}
.p-form-group:last-of-type {
  border-bottom: none;
}

/* ラベル周り */
.p-form-label {
  font-weight: 700;
  color: #333;
  display: flex;
  align-items: center;
}

.p-tag-required {
  font-size: 0.7rem;
  background-color: #e63946;
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 10px;
}

.p-tag-any {
  font-size: 0.7rem;
  background-color: #999;
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 10px;
}

/* 共通：入力欄（ボックス形式） */
.p-form-input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fcfcfc;
  font-size: 1rem;
  transition: all 0.3s;
}
.p-form-input:focus {
  outline: none;
  background-color: #fff;
  border-color: #1D8A66;
  box-shadow: 0 0 0 4px rgba(29, 138, 102, 0.1);
}

/* お問い合わせの種類：ボタン風の選択肢 */
.p-form-select-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 575.98px) {
  .p-form-select-group {
    flex-direction: column;
  }
}

@media (min-width: 576px) {
  .p-form-select-item {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}
.p-form-select-item input[type=radio] {
  display: none;
}
.p-form-select-item label {
  display: inline-block;
  padding: 8px 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #555;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 575.98px) {
  .p-form-select-item label {
    width: 100%;
    text-align: center;
  }
}
.p-form-select-item input[type=radio]:checked + label {
  background-color: #f0fdf4;
  border-color: #1D8A66;
  color: #1D8A66;
  font-weight: 700;
}

/* お問い合わせの種類：ボタン風の選択肢（CF7用） */
.wpcf7-form-control.p-form-select-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  display: flex !important;
}
@media (max-width: 575.98px) {
  .wpcf7-form-control.p-form-select-group {
    flex-direction: column;
  }
}
.wpcf7-form-control.p-form-select-group .wpcf7-list-item {
  margin: 0;
}
@media (min-width: 576px) {
  .wpcf7-form-control.p-form-select-group .wpcf7-list-item {
    flex: 0 0 calc((100% - 10px) / 2);
  }
}
.wpcf7-form-control.p-form-select-group .wpcf7-list-item label {
  display: block;
  padding: 12px 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #555;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
  width: 100%;
}
.wpcf7-form-control.p-form-select-group .wpcf7-list-item label input[type=radio] {
  display: none;
}
.wpcf7-form-control.p-form-select-group .wpcf7-list-item label:has(input:checked) {
  background-color: #f0fdf4;
  border-color: #1D8A66;
  color: #1D8A66;
  font-weight: 700;
  box-shadow: 0 0 0 1px #1D8A66;
}
.wpcf7-form-control.p-form-select-group .wpcf7-list-item label:hover {
  border-color: #1D8A66;
  background-color: #f9fefb;
}

/* 現場の写真：入力フィールド一体型 */
.p-form-file-field {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fcfcfc;
  width: 100%;
  transition: all 0.3s;
}
.p-form-file-field:focus-within {
  border-color: #1D8A66;
  box-shadow: 0 0 0 4px rgba(29, 138, 102, 0.1);
  background-color: #fff;
}
.p-form-file-field .p-form-file-status {
  flex: 1;
  padding: 12px 15px;
  font-size: 0.9rem;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-form-file-field .p-form-file-delete {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-size: 1.2rem;
  line-height: 1;
  color: #999;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
}
.p-form-file-field .p-form-file-delete:hover {
  background-color: #fee;
  color: #cc0000;
}
.p-form-file-field .p-form-file-label {
  align-self: stretch;
  background-color: #666;
  color: #fff;
  padding: 0 20px;
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  margin: 0;
  transition: background-color 0.2s;
}
.p-form-file-field .p-form-file-label:hover {
  background-color: #333;
}
.p-form-file-field input[type=file] {
  display: none;
}

.p-form-note {
  font-size: 0.85rem;
  color: #777;
  margin-top: 8px;
}

/* 送信ボタンエリア */
.p-form-footer {
  padding-top: 30px;
}

.p-form-privacy {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 20px;
}
.p-form-privacy a {
  color: #0089BA;
  text-decoration: underline;
}
.p-form-privacy a:hover {
  color: #0089BA;
  opacity: 0.7;
  text-decoration: none;
}

.p-form-submit-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-form-submit-btn .c-button {
  font-weight: 600;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding: 0.75rem 1rem;
}
.p-form-submit-btn .wpcf7-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 48px;
  height: 48px;
  margin: 0;
}
.p-form-submit-btn .wpcf7-spinner::before {
  top: 8px;
  left: 8px;
  width: 12px;
  height: 12px;
  transform-origin: 16px 16px;
}
.submitting .p-form-submit-btn .wpcf7-spinner {
  display: inline-block;
}

/* スマホ対応 */
@media (max-width: 767px) {
  .p-form-area {
    padding: 20px;
  }
  .p-form-label {
    margin-bottom: 10px;
  }
  .p-form-submit-btn {
    width: 100%;
    padding: 15px;
  }
}
.custom-validation-error {
  display: block;
  margin-top: 0.25rem;
  color: #e63946;
  font-size: 0.875rem;
}

.p-form-confirm {
  padding-bottom: 3rem;
}
.p-form-confirm__list .confirm-summary {
  display: flex;
  flex-wrap: wrap;
}
.p-form-confirm__list .confirm-summary .confirm-label,
.p-form-confirm__list .confirm-summary .confirm-value {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 1rem;
  padding: 0.5rem;
}
.p-form-confirm__list .confirm-summary .confirm-label {
  width: 12em;
  color: #017a6e;
}
@media (max-width: 575.98px) {
  .p-form-confirm__list .confirm-summary .confirm-label {
    width: 100%;
    margin-bottom: 0;
    border-bottom-style: none;
    font-size: 0.875rem;
  }
}
.p-form-confirm__list .confirm-summary .confirm-value {
  width: calc(100% - 12em);
}
@media (max-width: 575.98px) {
  .p-form-confirm__list .confirm-summary .confirm-value {
    width: 100%;
  }
}
.p-form-confirm__accept {
  padding: 2rem 0;
  text-align: center;
}

/* -------------------------------------------
 * p-content: 入稿コンテンツ用スタイリング
 * 詳細度を 0 に保つため :where() を使用
 * ------------------------------------------- */
.p-content {
  padding-bottom: 3.75rem;
}
.p-content > :where(:first-child) {
  margin-top: 0 !important;
}
.p-content :where(p, li, dl, dt, dd) {
  line-height: 1.8;
  margin-bottom: 0;
  color: #333;
}
.p-content :where(p) {
  margin-top: 1.5em;
}
.p-content :where(h2, h3, h4, h5) {
  font-weight: 700;
  line-height: 1.4;
  margin-top: 2.5em;
  margin-bottom: 1.2em;
}
.p-content :where(h2) {
  font-size: 1.5rem;
  border-left: 6px solid #1D8A66;
  padding: 0.4em 0 0.4em 0.8em;
  background: #f9f9f9;
}
@media (max-width: 767.98px) {
  .p-content :where(h2) {
    font-size: clamp(1.375rem, 5.75vw, 1.5rem);
  }
}
.p-content :where(h3) {
  font-size: 1.25rem;
  border-bottom: 2px solid #e6f5ef;
  padding-bottom: 0.5em;
  position: relative;
}
.p-content :where(h3)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 60px;
  height: 2px;
  background: #1D8A66;
}
.p-content :where(h4) {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
}
.p-content :where(h4)::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #1D8A66;
  border-radius: 2px;
  margin-right: 10px;
}
.p-content :where(h5) {
  font-size: 1rem;
  color: #1D8A66;
}
.p-content {
  /* --- テーブルのスタイリング --- */
}
.p-content :where(table) {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2em;
  margin-bottom: 1.5em;
  font-size: 0.95rem;
}
.p-content :where(table) th, .p-content :where(table) td {
  border: 1px solid #e0e0e0;
  padding: 12px 15px;
  text-align: left;
}
.p-content :where(table) th {
  background-color: #f2f2f2;
  color: #333;
  font-weight: 700;
  width: 30%;
}
.p-content :where(table) td {
  background-color: #fff;
}
.p-content {
  /* --- リスト --- */
}
.p-content :where(ul) {
  margin-top: 1.2em;
  padding-left: 1.5em;
}
.p-content :where(ul) li {
  list-style-type: disc;
  margin-bottom: 0.5em;
}
.p-content :where(ul) li::marker {
  color: #1D8A66;
}
.p-content :where(ol) {
  margin-top: 1.2em;
  padding-left: 1.5em;
}
.p-content :where(ol) li {
  list-style-type: decimal;
  margin-bottom: 0.5em;
}
.p-content :where(strong) {
  font-weight: 700;
  background: linear-gradient(transparent 70%, #eefbf6 70%);
}
.p-content :where(a) {
  color: #0089BA;
  text-decoration: underline;
}
.p-content :where(a):hover {
  color: #0089BA;
  opacity: 0.7;
  text-decoration: none;
}

@media (min-width: 768px) {
  .u-pc-none {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .u-sp-none {
    display: none;
  }
}

.u-bg-white {
  background-color: #fff;
}

.u-bg-light {
  background-color: #fffbf2;
}

.font-marufo-r {
  font-family: "丸フォーク R", "Maru Folk Regular";
}

.font-marufo-m {
  font-family: "丸フォーク M", "Maru Folk Medium";
}

.font-marufo-b {
  font-family: "丸フォーク B", "Maru Folk Bold";
}

.font-marufo-h {
  font-family: "丸フォーク H", "Maru Folk Heavy";
}

.font-softgo-l {
  font-family: "ソフトゴシック L", "Soft Gothic Light";
}

.font-softgo-r {
  font-family: "ソフトゴシック R", "Soft Gothic Regular";
}

.font-softgo-m {
  font-family: "ソフトゴシック M", "Soft Gothic Medium";
}

.font-softgo-db {
  font-family: "ソフトゴシック DB", "Soft Gothic DemiBold";
}

.font-softgo-b {
  font-family: "ソフトゴシック B", "Soft Gothic Bold";
}

.font-softgo-h {
  font-family: "ソフトゴシック H", "Soft Gothic Heavy";
}

.font-softgo-u {
  font-family: "ソフトゴシック U", "Soft Gothic Ultra";
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fs-10 {
  font-size: 0.625rem;
}

.fs-11 {
  font-size: 0.6875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-15 {
  font-size: 0.9375rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-17 {
  font-size: 1.0625rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-19 {
  font-size: 1.1875rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-26 {
  font-size: 1.625rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-36 {
  font-size: 2.25rem;
}

.fs-40 {
  font-size: 2.5rem;
}

.fs-48 {
  font-size: 3rem;
}

.fs-60 {
  font-size: 3.75rem;
}

.fs-72 {
  font-size: 4.5rem;
}

@media (max-width: 767.98px) {
  .fs-sp-10 {
    font-size: 0.625rem;
  }
  .fs-sp-11 {
    font-size: 0.6875rem;
  }
  .fs-sp-12 {
    font-size: 0.75rem;
  }
  .fs-sp-13 {
    font-size: 0.8125rem;
  }
  .fs-sp-14 {
    font-size: 0.875rem;
  }
  .fs-sp-15 {
    font-size: 0.9375rem;
  }
  .fs-sp-16 {
    font-size: 1rem;
  }
  .fs-sp-17 {
    font-size: 1.0625rem;
  }
  .fs-sp-18 {
    font-size: 1.125rem;
  }
  .fs-sp-19 {
    font-size: 1.1875rem;
  }
  .fs-sp-20 {
    font-size: 1.25rem;
  }
  .fs-sp-22 {
    font-size: 1.375rem;
  }
  .fs-sp-24 {
    font-size: 1.5rem;
  }
  .fs-sp-26 {
    font-size: 1.625rem;
  }
  .fs-sp-28 {
    font-size: 1.75rem;
  }
  .fs-sp-30 {
    font-size: 1.875rem;
  }
  .fs-sp-32 {
    font-size: 2rem;
  }
  .fs-sp-36 {
    font-size: 2.25rem;
  }
  .fs-sp-40 {
    font-size: 2.5rem;
  }
  .fs-sp-48 {
    font-size: 3rem;
  }
  .fs-sp-60 {
    font-size: 3.75rem;
  }
  .fs-sp-72 {
    font-size: 4.5rem;
  }
}
.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

@media (max-width: 767.98px) {
  .mt-sp-10 {
    margin-top: 10px !important;
  }
  .mt-sp-20 {
    margin-top: 20px !important;
  }
  .mt-sp-30 {
    margin-top: 30px !important;
  }
  .mt-sp-40 {
    margin-top: 40px !important;
  }
  .mt-sp-50 {
    margin-top: 50px !important;
  }
  .mt-sp-60 {
    margin-top: 60px !important;
  }
  .mt-sp-70 {
    margin-top: 70px !important;
  }
  .mt-sp-80 {
    margin-top: 80px !important;
  }
  .mt-sp-90 {
    margin-top: 90px !important;
  }
  .mt-sp-100 {
    margin-top: 100px !important;
  }
  .mt-sp-110 {
    margin-top: 110px !important;
  }
  .mt-sp-120 {
    margin-top: 120px !important;
  }
  .mb-sp-10 {
    margin-bottom: 10px !important;
  }
  .mb-sp-20 {
    margin-bottom: 20px !important;
  }
  .mb-sp-30 {
    margin-bottom: 30px !important;
  }
  .mb-sp-40 {
    margin-bottom: 40px !important;
  }
  .mb-sp-50 {
    margin-bottom: 50px !important;
  }
  .mb-sp-60 {
    margin-bottom: 60px !important;
  }
  .mb-sp-70 {
    margin-bottom: 70px !important;
  }
  .mb-sp-80 {
    margin-bottom: 80px !important;
  }
  .mb-sp-90 {
    margin-bottom: 90px !important;
  }
  .mb-sp-100 {
    margin-bottom: 100px !important;
  }
  .mb-sp-110 {
    margin-bottom: 110px !important;
  }
  .mb-sp-120 {
    margin-bottom: 120px !important;
  }
  .pt-sp-10 {
    padding-top: 10px !important;
  }
  .pt-sp-20 {
    padding-top: 20px !important;
  }
  .pt-sp-30 {
    padding-top: 30px !important;
  }
  .pt-sp-40 {
    padding-top: 40px !important;
  }
  .pt-sp-50 {
    padding-top: 50px !important;
  }
  .pt-sp-60 {
    padding-top: 60px !important;
  }
  .pt-sp-70 {
    padding-top: 70px !important;
  }
  .pt-sp-80 {
    padding-top: 80px !important;
  }
  .pt-sp-90 {
    padding-top: 90px !important;
  }
  .pt-sp-100 {
    padding-top: 100px !important;
  }
  .pt-sp-110 {
    padding-top: 110px !important;
  }
  .pt-sp-120 {
    padding-top: 120px !important;
  }
  .pb-sp-10 {
    padding-bottom: 10px !important;
  }
  .pb-sp-20 {
    padding-bottom: 20px !important;
  }
  .pb-sp-30 {
    padding-bottom: 30px !important;
  }
  .pb-sp-40 {
    padding-bottom: 40px !important;
  }
  .pb-sp-50 {
    padding-bottom: 50px !important;
  }
  .pb-sp-60 {
    padding-bottom: 60px !important;
  }
  .pb-sp-70 {
    padding-bottom: 70px !important;
  }
  .pb-sp-80 {
    padding-bottom: 80px !important;
  }
  .pb-sp-90 {
    padding-bottom: 90px !important;
  }
  .pb-sp-100 {
    padding-bottom: 100px !important;
  }
  .pb-sp-110 {
    padding-bottom: 110px !important;
  }
  .pb-sp-120 {
    padding-bottom: 120px !important;
  }
}
/*# sourceMappingURL=style.css.map */