img {
  width: 100%;
  vertical-align: bottom;
}

a {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

html {
  font-size: 2.667vw;
}
@media (min-width: 768px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(23px, 4vw);
  color: black;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-feature-settings: "palt" 1;
  vertical-align: baseline;
  word-break: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-break: strict;
  text-align: justify;
}
@media (min-width: 768px) {
  body {
    letter-spacing: 0.1em;
  }
}

body {
  -webkit-text-size-adjust: 100% !important;
  -webkit-font-smoothing: antialiased;
}

/* CSS Document */
/*! 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 activeNav links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* InteractiveNav */
/* ============================================ */
/*
 * 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;
}

.sideMargin {
  margin-left: calc(2rem + 1 * (100vw - 375px) / 393);
  margin-right: calc(2rem + 1 * (100vw - 375px) / 393);
}
@media (min-width: 768px) {
  .sideMargin {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.sideMargin700 {
  margin-left: 2rem;
  margin-right: 2rem;
}
@media (min-width: 768px) {
  .sideMargin700 {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

.margin_L {
  margin-top: 3.2rem;
}
@media (min-width: 768px) {
  .margin_L {
    margin-top: 6.4rem;
  }
}

.margin_M {
  margin-top: 1.6rem;
}
@media (min-width: 768px) {
  .margin_M {
    margin-top: 3.2rem;
  }
}

.margin_MB {
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .margin_MB {
    margin-bottom: 3.2rem;
  }
}

.marginB_SSS {
  display: inline-block;
  margin-bottom: 0.8em;
}

.hp_margin_S {
  margin-top: 1.28rem;
}
@media (min-width: 768px) {
  .hp_margin_S {
    margin-top: 1.6rem;
  }
}

footer > address {
  background-color: #E2FAFF;
  text-align: center;
  padding: 2rem;
}
@media (min-width: 768px) {
  footer > address {
    padding: 64px 0 50px 0;
  }
}
@media (min-width: 768px) {
  footer > address img {
    width: 600px;
  }
}
footer > address div {
  line-height: 2rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  footer > address div {
    font-size: 20px;
    margin-top: 40px;
  }
}
footer > address .tel {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  footer > address .tel {
    font-size: 37px;
  }
}
footer .copyWrite {
  padding-bottom: 10rem;
  font-size: 1rem;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (min-width: 768px) {
  footer .copyWrite {
    padding-bottom: 50px;
    letter-spacing: 0.05px;
  }
}

header {
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) {
  header {
    position: fixed;
    top: 0;
    z-index: 999;
  }
}

.ly_header {
  display: flex;
  padding: clamp(20px, 4vmin, 30px);
  padding-bottom: 0;
}

header .ly_header h1 {
  display: flex;
  align-items: center;
  width: min(300px, 46.6666666667vw);
}
@media (min-width: 768px) {
  header .ly_header h1 {
    width: min(377px, 29.3333333333vw);
  }
}
header .ly_header h1 a {
  line-height: 1em;
}

.ly_header nav {
  margin-left: auto;
}
.ly_header nav ul {
  display: flex;
  height: clamp(37px, 8vw, 60px);
}
@media (min-width: 768px) {
  .ly_header nav ul {
    height: 65px;
  }
}
.ly_header nav ul li {
  border-left: 1px solid #000;
}
.ly_header nav ul li:not(:last-child) {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: clamp(13px, 3vw, 18px);
  text-align: center;
  line-height: 1.2em;
  letter-spacing: -0.02em;
  width: min(110px, 18vw);
}
@media (min-width: 768px) {
  .ly_header nav ul li:not(:last-child) {
    width: clamp(90px, 13vw, 128px);
  }
}

.headerTel {
  display: none;
}
@media (min-width: 768px) {
  .headerTel {
    display: block;
    text-align: center;
    background-color: #f7d24d;
    width: 230px;
    height: 65px;
    padding: 0 15px;
    margin-left: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .headerTel {
    width: 244px;
    margin-left: 25px;
  }
}
.headerTel .tel {
  line-height: 1.6em;
  font-size: 2.4055rem;
}
@media (min-width: 1024px) {
  .headerTel .tel {
    font-size: 2.83rem;
  }
}
@media (min-width: 1024px) {
  .headerTel .tel {
    font-size: 26px;
  }
}
.headerTel .allHours {
  line-height: 1.4em;
  width: 200px;
  margin-top: -0.5em;
  font-size: 1.4rem;
}
@media (min-width: 1024px) {
  .headerTel .allHours {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .headerTel .allHours {
    width: 214px;
  }
}

#btmTel {
  background-color: #f7d24d;
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.5rem 2rem;
  z-index: 9999;
}
#btmTel > p {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.4em;
}
#btmTel > p span {
  font-size: 1.1rem;
}
#btmTel > img {
  width: 2.6rem;
  margin: 0.7rem;
}
#btmTel .tel {
  font-size: 2.5rem;
  line-height: 1em;
  letter-spacing: -0.05em;
}
#btmTel .allHours {
  font-size: 1.4rem;
  margin-top: -0.2em;
}
@media (min-width: 768px) {
  #btmTel {
    display: none;
  }
}

.ly_header {
  background-color: rgba(255, 255, 255, 0.7);
}

.backWave,
.backWave_sky {
  width: 100%;
  height: min(30px, 3vw);
}

.backWave {
  background: url(../img/backgroundWave.svg) repeat-x;
}

.backWave_sky {
  background: url(../img/backgroundWave_sky.svg) repeat-x;
}

body {
  overflow-x: hidden;
  width: 100%;
}

.top {
  padding-top: clamp(75px, 16vw, 135px);
}

.container {
  margin: auto;
  padding: 3.2rem 2rem;
  padding: 3.2rem clamp(20px, 5vw, 30px);
}
@media (min-width: 768px) {
  .container {
    padding: 64px 0;
    max-width: 700px;
  }
}

.container2 {
  margin: auto;
  padding: 3.2rem clamp(30px, 7vw, 40px);
}
@media (min-width: 768px) {
  .container2 {
    padding: 64px 0px;
    max-width: 700px;
  }
}

label,
input,
textarea,
select,
a {
  cursor: pointer;
}

#js-scrollTop {
  position: fixed;
  right: 1rem;
  bottom: 10rem;
  z-index: 99999;
  background-color: #199DDF;
  border-radius: 50%;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  line-height: 4rem;
  width: 4rem;
  height: 4rem;
  transition: opacity 350ms ease;
  cursor: pointer;
}
@media (min-width: 768px) {
  #js-scrollTop {
    font-size: 15px;
    right: 25px;
    bottom: 25px;
    line-height: 60px;
    width: 60px;
    height: 60px;
  }
}

.menuColor {
  background-color: #E2FAFF;
}

.menuColor_y {
  background-color: #fdfdd2;
}

.brownText {
  color: #cb7a2d;
}

.blueText {
  color: #271e7c;
}

.yellowText {
  color: #f7d24d;
}

.maincolorText {
  color: #199DDF;
}

.textBold {
  font-weight: 700;
}

.container > h2 {
  font-weight: 700;
  font-size: min(41px, 5.8vw);
  color: #271e7c;
  text-align: center;
  margin-bottom: min(32px, 4.5vw);
}
.container > h2::after, .container > h2::before {
  content: "";
  background-image: url("../img/blueDoubleLine_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 0.9em;
  height: 1.4em;
  margin-bottom: 0.2em;
  vertical-align: middle;
}
.container > h2::before {
  background-image: url("../img/blueDoubleLine_left.svg");
}

a {
  color: #199DDF;
}

a:hover {
  opacity: 0.5;
}

.tel {
  font-weight: 700;
  color: #000;
  letter-spacing: -0.01em;
  height: auto;
}
.tel::before {
  content: "";
  background-image: url("../img/telIcon.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.1em;
  margin-bottom: 0.17em;
  vertical-align: middle;
}

.allHours {
  background-color: #199DDF;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: -0.01em;
  border-radius: 3px;
  vertical-align: middle;
}

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

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

.tab {
  display: block;
}
@media (min-width: 768px) {
  .tab {
    display: none;
  }
}
@media (min-width: 1024px) {
  .tab {
    display: block;
  }
}

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

.sp_tab {
  display: none;
}
@media (min-width: 1024px) {
  .sp_tab {
    display: block;
  }
}

.sp_pc {
  display: none;
}
@media (min-width: 768px) {
  .sp_pc {
    display: block;
  }
}
@media (min-width: 1024px) {
  .sp_pc {
    display: none;
  }
}

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

@media (min-width: 375px) {
  .spMini {
    display: none;
  }
}

@media (min-width: 440px) {
  .br_440 {
    display: none;
  }
}
@media (min-width: 680px) {
  .br_680 {
    display: none;
  }
}
#loading {
  z-index: 8000;
}

.loading {
  position: fixed;
  z-index: 8000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f1ed;
  opacity: 0;
  visibility: hidden;
  transition: 1.5s;
}

.loading.active {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .animationTaget {
    transform: translateX(0) translateY(10rem);
    transition: 0.5s;
    opacity: 0;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .animationTaget {
    transform: translateX(0) translateY(0);
  }
}

@media (min-width: 768px) {
  .animationTaget.show {
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}

.firstAnimation {
  transform: translateX(0) translateY(0);
  opacity: 1;
  animation: firstAnimation 0.3s;
}

@keyframes firstAnimation {
  0% {
    opacity: 0;
    transform: translateX(0) translateY(10rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
.top {
  text-align: center;
  background-color: #E2FAFF;
}
.top .logo {
  width: min(7.7vw, 60px);
}
.top .catchCopy {
  width: min(85vw, 750px);
  margin-top: min(1rem, 10px);
}

.top h1 {
  font-weight: 700;
  color: #271e7c;
  font-size: min(72px, 10.3vw);
  letter-spacing: 0.1em;
  line-height: 1em;
  margin-top: min(1rem, 10px);
  padding-bottom: min(0.8rem, 8px);
}

.topHeadword_con {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .topHeadword_con {
    width: 700px;
  }
}

.topHeadword_con p {
  font-weight: 700;
  font-size: 1.6rem;
  color: #199DDF;
  text-align: center;
  letter-spacing: -0.05em;
  line-height: 2em;
  margin-top: min(30px, 5.5vw);
  margin-bottom: min(10px, 2vw);
}
@media (min-width: 768px) {
  .topHeadword_con p {
    font-size: 33px;
    letter-spacing: 0em;
  }
}
.topHeadword_con p > span {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .topHeadword_con p > span {
    font-size: 56px;
  }
}

.topHeadword_item {
  margin-right: -4.2rem;
}
@media (min-width: 768px) {
  .topHeadword_item {
    margin-right: -84px;
  }
}
.topHeadword_item::after {
  content: "";
  display: inline-block;
  position: relative;
  right: 4.8rem;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/doubleLine.svg) no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .topHeadword_item::after {
    right: 99px;
  }
}

.topHeadword_item_taio {
  margin: 0;
  display: inline-flex;
  flex-direction: column-reverse;
  align-items: center;
  position: relative;
}
.topHeadword_item_taio::after {
  position: absolute;
  top: -0.5em;
  right: auto;
}

.topHeadword_item_margin {
  margin-top: 0 !important;
}

.blueBalloon {
  position: relative;
  left: 4.9rem;
  bottom: -1rem;
  background-color: #271e7c;
  font-weight: 700;
  font-size: min(27px, 3.6vw);
  color: white;
  text-align: center;
  letter-spacing: -0.01em;
  line-height: 2.5rem;
  width: min(290px, 37vw);
  height: min(50px, 7vw);
}
@media (min-width: 768px) {
  .blueBalloon {
    left: 55px;
    bottom: -15px;
    line-height: 50px;
    margin-top: 1rem;
  }
}
.blueBalloon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 45%;
  border: 6px solid transparent;
  border-top: 6px solid #271e7c;
}

.lead {
  line-height: 1.4em;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .lead {
    text-align: center;
    line-height: 1.5em;
    letter-spacing: 0.04em;
  }
}

.lineBalloon_con {
  position: relative;
  width: min(360px, 75vw);
  margin: 0 auto;
  margin-top: 1.5rem;
}

.lineBalloon {
  position: relative;
  font-size: min(20px, 3.8vw);
  color: #199DDF;
  line-height: 1.2em;
  text-align: center;
  border: min(1.5px, 0.5vw) solid #199DDF;
  border-radius: min(1rem, 15px);
  padding: 15px;
}
.lineBalloon::before, .lineBalloon::after {
  content: "";
  position: absolute;
  bottom: -1.7rem;
  left: 50%;
  border-color: transparent;
  border-width: 0.8rem;
  border-top: calc(0.8rem + min(1.5px, 0.5vw) * 2) solid #fff;
  z-index: 2;
}
.lineBalloon::after {
  bottom: calc(-1.7rem - min(1.5px, 0.5vw) * 1.5);
  border-top-color: #199DDF;
  z-index: 1;
}

.label {
  position: absolute;
  bottom: -1.7rem;
  right: -3rem;
  transform: rotate(-8deg);
  background-color: #f7d24d;
  border: solid #199DDF;
  border-width: min(2px, 1vmin);
  font-weight: 700;
  font-size: min(20px, 4vw);
  color: #199DDF;
  text-align: center;
  width: min(176px, 35vw);
  z-index: 3;
}
@media (min-width: 768px) {
  .label {
    bottom: -2.5rem;
    right: -6rem;
  }
}
@media (min-width: 1024px) {
  .label {
    bottom: -30px;
    right: -60px;
  }
}

.town {
  position: relative;
  background: url(../img/town.svg) repeat-x;
  background-position: bottom;
  width: 100%;
  height: 8rem;
  margin-top: 1.2rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .town {
    background-size: 600px;
    height: 120px;
    margin-top: 42px;
  }
}
@media (min-width: 1024px) {
  .town {
    margin-top: 80px;
  }
}
.town img {
  position: absolute;
  bottom: -0.7rem;
  width: 11rem;
  animation: car 8s infinite;
}
@media (min-width: 768px) {
  .town img {
    width: 220px;
    bottom: -7px;
  }
}

@keyframes car {
  0% {
    left: -30%;
  }
  33% {
    left: 50%;
    transform: translateX(-45%);
  }
  66% {
    left: 50%;
    transform: translateX(-45%);
  }
  100% {
    left: 130%;
  }
}
.icon {
  display: flex;
}
.icon li {
  flex: 1;
  height: 10.2rem;
  border: 0.3rem solid #199DDF;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .icon li {
    height: 210px;
    border-width: 6px;
    border-radius: 20px;
  }
}
.icon li:not(:last-child) {
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .icon li:not(:last-child) {
    margin-right: 20px;
  }
}
.icon li > p {
  font-weight: 700;
  font-size: 1.7rem;
  color: #199DDF;
  text-align: center;
}
@media (min-width: 768px) {
  .icon li > p {
    font-size: 35px;
  }
}
.icon li label > p {
  font-weight: 700;
  font-size: 1.7rem;
  color: #199DDF;
  text-align: center;
}
@media (min-width: 768px) {
  .icon li label > p {
    font-size: 35px;
  }
}
.icon li:nth-child(1) img {
  height: 5.7rem;
}
@media (min-width: 768px) {
  .icon li:nth-child(1) img {
    height: 120px;
  }
}
.icon li:nth-child(2) img {
  height: 5rem;
}
@media (min-width: 768px) {
  .icon li:nth-child(2) img {
    height: 110px;
  }
}
.icon li:nth-child(3) img {
  height: 4.6rem;
  margin-top: 0.4rem;
}
@media (min-width: 768px) {
  .icon li:nth-child(3) img {
    height: 90px;
    margin-top: 10px;
  }
}

.area {
  background-color: #199DDF;
  font-weight: 700;
  color: #fff;
  font-size: 1.3rem;
  text-align: left;
  border-radius: 1rem;
  margin-top: 1.5rem;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .area {
    text-align: center;
    border-radius: 13px;
    margin-top: 50px;
    padding: 10px;
  }
}
.area span {
  vertical-align: middle;
}
.area span:nth-of-type(1) {
  border: solid 0.1rem #fff;
  margin-right: 1rem;
  padding: 0.5rem 0.7rem;
}
@media (min-width: 768px) {
  .area span:nth-of-type(1) {
    font-size: 24px;
    border-width: 2px;
    padding: 10px 15px;
  }
}
.area span:nth-of-type(2) {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .area span:nth-of-type(2) {
    font-size: 36px;
  }
}

.area p {
  text-align: center;
}
.area p.second {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .area p.second {
    font-size: 23px;
  }
}
.area p.message {
  font-weight: 400;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .area p.message {
    font-size: 16px;
  }
}

.middleFooter {
  text-align: center;
}
.middleFooter > div > div {
  margin-top: 1rem;
}
.middleFooter > div > div .allHours {
  font-size: 1.8rem;
}
.middleFooter > div > div .tel {
  display: inline;
  font-size: 3.84rem;
  letter-spacing: -0.03em;
  line-height: 1.4em;
}
.middleFooter address {
  font-size: 1.6rem;
  line-height: 1.2em;
}
.middleFooter > div > p:first-of-type {
  padding: 0.5rem;
  margin-top: 1rem;
}
.middleFooter > div > p {
  font-size: 1.3rem;
  line-height: 1.3em;
}

@media (min-width: 440px) {
  .middleFooter > div > div {
    display: inline-flex;
    align-items: center;
  }
  .middleFooter > div > div .allHours {
    font-size: min(21px, 2.8vw);
    margin-right: min(15px, 2vw);
    padding: 0 min(20px, 2vw);
  }
  .middleFooter > div > div .tel {
    font-size: min(44px, 7.2vw);
    line-height: 1.4em;
  }
  .middleFooter address {
    font-size: min(21px, 3.1vw);
    letter-spacing: -0.01em;
  }
  .middleFooter > div > p:first-of-type {
    padding: 0.5rem;
    margin-top: 1rem;
  }
}
@media (min-width: 440px) and (min-width: 768px) {
  .middleFooter > div > p:first-of-type {
    padding: 16px;
    margin-top: 15px;
  }
}
@media (min-width: 440px) {
  .middleFooter > div > p {
    font-size: min(18px, 3vw);
    line-height: 1.3em;
  }
}
li:has(.linkBalloon) {
  position: relative;
}

.linkBaloonRoot input[type=checkbox] {
  display: none;
}
.linkBaloonRoot .linkBalloon {
  display: none;
  position: absolute;
  z-index: 10;
  top: 2rem;
  left: 1rem;
  padding: 1rem;
  border: 0.1rem solid #199DDF;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  width: 10rem;
}
@media (min-width: 768px) {
  .linkBaloonRoot .linkBalloon {
    width: clamp(220px, 25vw, 320px);
  }
}
.linkBaloonRoot .linkBalloon a {
  z-index: 2;
  display: block;
  line-height: 1.15;
  font-size: clamp(12px, 2vw, 16px);
}
.linkBaloonRoot .linkBalloon a + a {
  margin-top: 2rem;
}
.linkBaloonRoot .linkBalloon a span.anchor {
  text-decoration: underline;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.linkBaloonRoot .linkBalloon a span.anchorDesc {
  display: block;
  text-decoration: none;
  font-size: 75%;
  color: #000;
  letter-spacing: 0;
}
.linkBaloonRoot .linkBalloon .closeBalloon {
  font-size: 12px;
  text-align: right;
  padding: 0 0 1rem 1rem;
  line-height: 1;
  margin: -0.5rem -0.5rem 0 0;
}
@media (min-width: 768px) {
  .linkBaloonRoot .linkBalloon .closeBalloon {
    font-size: 16px;
  }
}
.linkBaloonRoot .linkBalloon .closeButtom {
  font-size: clamp(10px, 1.4vw, 14px);
  text-align: center;
  margin-top: 2.5em;
}
.linkBaloonRoot input[type=checkbox]:checked + .linkBalloon {
  display: block;
}

li:has(.voiceLink) {
  position: relative;
}
li:has(.voiceLink):hover .voiceLink {
  display: block;
  opacity: 1;
}

.voiceLink {
  display: none;
  position: absolute;
  bottom: 85%;
  left: 10%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgb(137.2056451613, 206.9314516129, 241.7943548387);
  border-radius: 3.5rem;
  width: 26.28rem;
  padding: 0.2rem 1rem;
  transition: 0.3s;
  opacity: 0;
}
@media (min-width: 768px) {
  .voiceLink {
    width: 300px;
    padding: 0.4rem 1.6rem;
  }
}
.voiceLink::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 2.5rem;
  border: 0.5rem solid transparent;
  border-top: 0.6rem solid rgb(137.2056451613, 206.9314516129, 241.7943548387);
}
.voiceLink::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 2.6rem;
  border: 0.4rem solid transparent;
  border-top: 0.5rem solid #fff;
}
.voiceLink a {
  font-size: clamp(12px, 2vw, 16px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  text-decoration: underline;
}

.chartIntroduction {
  margin-top: 3rem;
  padding: 4rem 3rem 3rem 3rem;
  border: solid #199DDF;
  border-width: min(2px, 1vmin);
  position: relative;
}
@media (min-width: 768px) {
  .chartIntroduction {
    margin-top: 45px;
    margin-left: min(126px, 18vw);
  }
}
.chartIntroduction .messageBalloon {
  position: absolute;
  top: 0;
  z-index: 3;
  transform: translateY(-0.5rem) translateX(-4rem) rotate(-8deg);
  width: min(176px, 35vw);
  background: #f7d24d;
  border: solid #199DDF;
  border-width: min(2px, 1vmin);
  font-size: min(20px, 4vw);
  font-weight: 700;
  color: #199DDF;
  text-align: center;
}
.chartIntroduction h4 {
  font-weight: 700;
  font-size: min(22px, 4vw);
}
.chartIntroduction .messageBody {
  padding: 0;
}
.chartIntroduction .messageBody p {
  padding: 0;
  font-size: min(20px, 3.5vw);
  font-weight: 400;
  line-height: 1.4;
}
.chartIntroduction .messageBody a {
  font-weight: 700;
}
.chartIntroduction .messagelinks {
  margin-top: 1em;
  font-size: min(20px, 3.5vw);
}
.chartIntroduction .messagelinks a {
  font-size: 90%;
  color: #cb7a2d;
  font-weight: 700;
  -webkit-text-decoration: underline 1px #cb7a2d;
          text-decoration: underline 1px #cb7a2d;
}
.chartIntroduction .messagelinks a span {
  font-size: min(20px, 3.5vw);
  color: #2f2f2f;
  -webkit-text-decoration: underline 1px #2f2f2f;
          text-decoration: underline 1px #2f2f2f;
}
.chartIntroduction .messagelinks a span.small {
  font-size: min(18px, 3.2vw);
}
@media (min-width: 768px) {
  .chartIntroduction .messagelinks a span.small br {
    display: none;
  }
}

.chartLink {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem 0 0 auto;
  text-align: left;
}
.chartLink span {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 2px 10px;
  border: 1px solid #199DDF;
  border-radius: 3.5rem;
  color: #199DDF;
  font-size: min(16px, 2.5vw);
  position: relative;
}
.chartLink span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 2.5rem;
  border: 0.5rem solid transparent;
  border-top: 0.6rem solid #199DDF;
}
.chartLink span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 2.6rem;
  border: 0.4rem solid transparent;
  border-top: 0.5rem solid #fff;
}
.chartLink a {
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 25px 5px 15px;
  color: #fff;
  background: #cb7a2d;
  font-weight: 700;
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}

.bannerArea {
  padding-top: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.bannerArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.symptomResolution_con ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .symptomResolution_con ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.symptomResolution_con ul li + li {
  margin-top: 1rem;
}
.symptomResolution_con ul li {
  background-color: #fff;
  color: #199DDF;
  font-weight: 700;
  border: 0.15rem solid rgb(137.2056451613, 206.9314516129, 241.7943548387);
  border-radius: 3.5rem;
  width: 29.5rem;
}
@media (min-width: 768px) {
  .symptomResolution_con ul li {
    border-width: 2px;
    border-radius: 20px;
    width: 340px;
  }
  .symptomResolution_con ul li:nth-child(1) {
    order: 1;
  }
  .symptomResolution_con ul li:nth-child(2) {
    order: 3;
  }
  .symptomResolution_con ul li:nth-child(3) {
    order: 5;
  }
  .symptomResolution_con ul li:nth-child(4) {
    order: 7;
  }
  .symptomResolution_con ul li:nth-child(5) {
    order: 2;
    margin-top: 0;
  }
  .symptomResolution_con ul li:nth-child(6) {
    order: 4;
  }
  .symptomResolution_con ul li:nth-child(7) {
    order: 6;
  }
  .symptomResolution_con ul li:nth-child(8) {
    order: 8;
  }
}
.symptomResolution_con ul li span {
  font-size: 1.2rem;
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .symptomResolution_con ul li span {
    font-size: 14px;
  }
}

.symptomResolution_text {
  display: block;
}
@media (min-width: 768px) {
  .symptomResolution_text {
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
}
.symptomResolution_text img {
  width: 19.7rem;
  margin-left: 2rem;
}
@media (min-width: 768px) {
  .symptomResolution_text img {
    min-width: 260px;
    margin-left: 0;
  }
}
.symptomResolution_text p {
  text-align: center;
  line-height: 1.4em;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .symptomResolution_text p {
    text-align: left;
  }
}

.charge_con table {
  width: 100%;
}
.charge_con table tr {
  font-weight: 600;
  font-size: min(28px, 4vw);
  border-bottom: solid min(2.5px, 0.5vw) #fff;
  border-top: solid min(2.5px, 0.5vw) #fff;
}
.charge_con table tr span {
  font-size: 80%;
}

.totalAmount {
  background-color: #fdfdd2;
  padding: 0.8rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .totalAmount {
    padding: 15px;
    margin-top: 32px;
  }
}

.totalAmount ul {
  display: flex;
  justify-content: space-between;
}
.totalAmount ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.2em;
}
.totalAmount ul li:nth-child(odd) {
  flex-grow: 2;
  background-color: #199DDF;
  border-radius: 0.8rem;
  padding: 0.7rem;
}
@media (min-width: 768px) {
  .totalAmount ul li:nth-child(odd) {
    border-radius: 17px;
  }
}
.totalAmount ul li > p {
  font-size: 1.3rem;
  line-height: 1.3em;
}
@media (min-width: 768px) {
  .totalAmount ul li > p {
    font-size: 23px;
    line-height: 1.5em;
  }
}
.totalAmount ul li > p span {
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  .totalAmount ul li > p span {
    font-size: 33px;
  }
}
.totalAmount ul li:nth-child(2) {
  width: 2rem;
}
@media (min-width: 768px) {
  .totalAmount ul li:nth-child(2) {
    width: 35px;
  }
}
.totalAmount ul li:nth-child(2n+4) {
  width: 1.7rem;
}
@media (min-width: 768px) {
  .totalAmount ul li:nth-child(2n+4) {
    width: 30px;
  }
}
.totalAmount ul li:nth-child(even) {
  padding: 0.3rem;
}
@media (min-width: 768px) {
  .totalAmount ul li:nth-child(even) {
    padding: 0;
    margin: 0 10px;
  }
}

.totalAmount > p {
  font-size: min(25px, 3.2vw);
  letter-spacing: -0.01em;
  line-height: 1.4;
  text-align: right;
  vertical-align: bottom;
  margin-top: 0.5rem;
}

.round_con {
  display: flex;
  align-items: center;
}
.round_con h3 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../img/round.svg) no-repeat;
  background-size: contain;
  font-size: min(27px, 4.5vw);
  min-width: 11rem;
  min-height: 11rem;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .round_con h3 {
    min-width: 178px;
    height: 178px;
    margin-right: 30px;
  }
}
.round_con h3 span {
  font-size: min(36px, 6vw);
  line-height: 1em;
}
.round_con p {
  font-size: min(23px, 3.5vw);
  line-height: 1.4em;
}

.round_con + .round_con {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .round_con + .round_con {
    margin-top: 25px;
  }
}

.coupon {
  display: block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .coupon {
    width: 502px;
  }
}
.coupon p {
  position: absolute;
  top: 12.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #199DDF;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 1.3rem;
  width: 19.2rem;
}
@media (min-width: 768px) {
  .coupon p {
    top: 185px;
    font-size: 18px;
    border-radius: 18px;
    width: 290px;
  }
}

.flow {
  position: relative;
}
.flow img {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  width: min(100px, 13.5vw);
}
.flow h3,
.flow p {
  padding-left: min(126px, 18vw);
}
.flow h3 {
  background-color: #199DDF;
  font-weight: 700;
  font-size: min(30px, 5.1vw);
  color: #fff;
  text-align: left;
}
.flow p {
  font-weight: 600;
  line-height: 1.5em;
  text-align: justify;
  letter-spacing: normal;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .flow p {
    margin-top: 23px;
    letter-spacing: 0.03em;
  }
}

.downArrow {
  text-align: center;
}
.downArrow::after {
  content: "";
  display: inline-block;
  background-image: url("../img/downArrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 2.2rem;
  height: 2.2rem;
  margin: 1.5rem;
}
@media (min-width: 768px) {
  .downArrow::after {
    width: 30px;
    height: 30px;
    margin: 30px;
  }
}

.downArrow_mt::after {
  margin-top: 0.3rem;
}
@media (min-width: 768px) {
  .downArrow_mt::after {
    margin-top: 20px;
  }
}

.downArrow_mb::after {
  margin-bottom: 0.3rem;
}
@media (min-width: 768px) {
  .downArrow_mb::after {
    margin-bottom: 20px;
  }
}

.flow > .label {
  top: 0.5rem;
  right: 1rem;
  height: min(40px, 7.8vw);
}

.manufacturer {
  border: solid 0.15rem #ccd0d0;
  padding: 0.8rem 1.2rem;
}
@media (min-width: 768px) {
  .manufacturer {
    padding: 20px 24px;
  }
}
.manufacturer h4 {
  font-weight: 700;
}
@media (min-width: 768px) {
  .manufacturer h4 {
    font-size: 28px;
  }
}
.manufacturer p {
  font-size: min(22px, 3.5vw);
  line-height: 1.4em;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .manufacturer p {
    letter-spacing: 0.03em;
  }
}

.reason + .reason {
  margin-top: 0.8rem;
}
@media (min-width: 768px) {
  .reason + .reason {
    margin-top: 32px;
  }
}

.reason {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem 2rem 2rem 2rem;
}
@media (min-width: 768px) {
  .reason {
    padding: 20px 30px 30px 30px;
  }
}
.reason h3 {
  font-weight: 700;
  color: #199DDF;
  font-size: min(36px, 7vw);
  text-align: center;
  border-bottom: solid 0.1rem #199DDF;
}
.reason p {
  margin-top: 1.6rem;
  line-height: 1.6em;
}

.troubleTitle {
  display: flex;
  justify-content: center;
}
.troubleTitle img {
  width: min(60px, 9.5vw);
  margin-right: 0.5rem;
}
.troubleTitle h2 {
  font-weight: 700;
  font-size: min(43px, 6.5vw);
  color: #271e7c;
  line-height: 1em;
}
.troubleTitle h2 span {
  font-weight: 400;
  font-size: min(30px, 4.55vw);
}

.trouble {
  background-color: #efefef;
}
.trouble h3 {
  position: relative;
  background-color: #199DDF;
  font-weight: 700;
  font-size: min(30px, 5.5vw);
  color: #fff;
  text-align: center;
}
.trouble h3::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 45%;
  border: 0.6rem solid transparent;
  border-top: 0.8rem solid #199DDF;
}
@media (min-width: 768px) {
  .trouble h3::before {
    border-width: 10px;
    border-top-width: 18px;
  }
}
.trouble > div {
  padding: 1.5rem 2.5rem 2.5rem 2.5rem;
}
@media (min-width: 768px) {
  .trouble > div {
    padding: 25px 30px;
  }
}
.trouble > div p {
  line-height: 1.5em;
  margin-bottom: 1rem;
  letter-spacing: -0.001em;
}
@media (min-width: 768px) {
  .trouble > div p {
    margin-bottom: 28px;
  }
}
@media (min-width: 768px) {
  .trouble > div img {
    display: block;
    width: 453px;
    margin-right: auto;
    margin-left: auto;
  }
}
.trouble .trouble_flex {
  display: flex;
}
.trouble .trouble_flex p {
  margin-right: 0.8rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .trouble .trouble_flex p {
    margin-right: 35px;
  }
}
.trouble .trouble_flex img {
  width: 7.5rem;
}
@media (min-width: 768px) {
  .trouble .trouble_flex img {
    width: 119px;
  }
}

.trouble + .trouble {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .trouble + .trouble {
    margin-top: 30px;
  }
}

.memo h3 {
  font-weight: 700;
  font-size: min(30px, 5.5vw);
  color: #199DDF;
  text-align: center;
}
.memo p {
  padding: 2rem;
  padding-top: min(70px, 12.5vw);
  padding-bottom: 0;
  margin-top: -2.5rem;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fdfdd2 50%), linear-gradient(180deg, transparent 0, transparent 97%, #f7d24d 97%, #f7d24d 100%);
  background-size: 0.8rem 100%, 100% 3.01em;
  line-height: 3em;
}
@media (min-width: 768px) {
  .memo p {
    background-size: 8px 100%, 100% 3.01em;
  }
}
.memo img {
  display: block;
  margin: auto;
  margin-top: 1em;
  width: min(518px, 80vw);
}

.voiceBody {
  background-color: #E2FAFF;
}

.voiceCon {
  width: min(970px, 100vw);
  padding-top: clamp(100px, 26.5vw, 200px);
  margin: auto;
  margin-bottom: min(95px, 13.3333333333vw);
}

.voiceFlex {
  padding: 0;
}
@media (min-width: 768px) {
  .voiceFlex {
    padding: 0 clamp(20px, 5vw, 30px);
  }
}

.voiceWrap {
  margin: 0 clamp(20px, 5vw, 30px);
}
@media (min-width: 768px) {
  .voiceWrap {
    margin: 0;
  }
}

.voiceCon > h1 {
  color: #199DDF;
  font-weight: 500;
  font-size: min(50px, 6vw);
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: min(100px, 7vw);
}

.voiceWrap {
  background-color: white;
  padding: min(32px, 4.2666666667vw);
  margin-bottom: min(32px, 4.2666666667vw);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.voiceWrap h2 {
  color: #271e7c;
  text-align: justify;
  font-weight: 500;
  font-size: min(32px, 5.8666666667vw);
  line-height: 1.3em;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .voiceWrap h2 {
    margin-bottom: 2.4rem;
  }
}
.voiceWrap h3 {
  background-color: #199DDF;
  color: white;
  font-weight: 700;
  font-size: min(23px, 4.2666666667vw);
  line-height: 1.3em;
  text-align: justify;
  padding: min(10px, 2.24vw);
  margin-bottom: min(10px, 2.24vw);
}
.voiceWrap p {
  font-size: min(20px, 4vw);
  line-height: 1.5em;
}
.voiceWrap h4 {
  text-align: right;
}
@media (min-width: 768px) {
  .voiceWrap h4 {
    font-size: 20px;
    line-height: 1.6em;
  }
}
.voiceWrap figure {
  text-align: center;
  margin-bottom: min(20px, 5.44vw);
}
.voiceWrap figure > img {
  margin-top: min(16px, 4.2666666667vw);
  width: min(430px, 100vw);
  height: auto;
}

@media (min-width: 768px) {
  .voiceFlex {
    display: flex;
  }
}
.voiceFlex .categoryCon {
  background-color: #fff;
  padding: 2rem;
  margin-top: min(40px, 12vw);
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .voiceFlex .categoryCon {
    background-color: transparent;
    flex-shrink: 0;
    flex-basis: 194px;
    margin-left: 16px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.category {
  font-size: min(18px, 4vw);
}
@media (min-width: 768px) {
  .category {
    font-size: 15px;
  }
}
.category > p {
  background-color: #199DDF;
  color: white;
  font-weight: 700;
  padding: 0 5px;
  margin-bottom: 1.1em;
}
.category ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  font-weight: 700;
  color: black;
  letter-spacing: 0.1em;
  text-align: left;
  border: solid min(1px, 1vw) #000;
  padding: 0 5px;
  margin-bottom: 0.7em;
  height: min(45px, 10.8vw);
}
@media (min-width: 768px) {
  .category ul li a {
    margin-bottom: 0.4em;
    height: 35px;
  }
}

.icon2::after,
.icon3::after,
.icon10::after,
.icon11::after,
.icon12::after,
.icon13::after,
.icon14::after,
.icon15::after,
.icon16::after,
.icon17::after,
.icon18::after,
.icon19::after {
  position: relative;
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background-size: contain;
  vertical-align: middle;
}

.icon2::after,
.icon14::after {
  background: url(../img/iconToilet.svg) no-repeat;
}

.icon3::after,
.icon15::after {
  background: url(../img/iconButh.svg) no-repeat;
}

.icon10::after,
.icon16::after {
  background: url(../img/iconFaucet.svg) no-repeat;
}

.icon11::after,
.icon17::after {
  background: url(../img/iconWashbasin.svg) no-repeat;
}

.icon12::after,
.icon18::after {
  background: url(../img/iconFaucet2.svg) no-repeat;
}

.icon13::after,
.icon19::after {
  background: url(../img/iconWaterheater.svg) no-repeat;
}

.sideButton {
  margin-top: min(45px, 14.9333333333vw);
}
.sideButton p {
  text-align: center;
  font-size: min(17px, 4vw);
  line-height: 1.2em;
  letter-spacing: -0.01em;
  margin: 0.8em 0;
}
.sideButton p:nth-of-type(2) {
  color: #199DDF;
  font-weight: 700;
}
.sideButton hr {
  margin-bottom: 0.5em;
}
.sideButton a {
  position: relative;
  display: inline-block;
  background-color: #f7d24d;
  font-weight: 700;
  font-size: min(15px, 3.45vw);
  color: #2f2f2f;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: -0.005em;
  width: 100%;
  padding: 1rem;
  margin: 0.3em 0;
}
@media (min-width: 768px) {
  .sideButton a {
    padding-top: 1em;
  }
}
.sideButton a span {
  font-size: min(20px, 4.8vw);
}
.sideButton a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1.35em 1.35em;
  border-color: transparent transparent #199DDF transparent;
}

.sideButton_top {
  padding: 0 clamp(20px, 5vw, 30px);
  margin-bottom: 2.5em;
  margin-top: 0.5em;
}
.sideButton_top > div {
  display: flex;
  gap: 1em;
}
.sideButton_top > div a {
  font-size: min(14px, 6.9333333333vw);
  letter-spacing: -0.03em;
  line-height: 1.2em;
  padding: 1em 0;
  margin-bottom: 0.5em;
}
.sideButton_top > p {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .sideButton_top {
    display: none;
  }
}

.wp-pagenavi {
  text-align: center;
  margin-bottom: 20px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-size: min(20px, 3.6vw);
  color: #707070;
  text-decoration: none;
  background-color: white;
  padding: 8px 8px !important;
  margin: 0 4px !important;
  white-space: nowrap;
  border: 0 !important;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #199DDF;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #199DDF;
}

.copyWriteWP {
  background: White;
  padding-top: 1.5em;
}
@media (min-width: 768px) {
  .copyWriteWP {
    padding-top: 3em;
  }
}

.wp-block-cover__inner-container p {
  font-size: min(20px, 4.5333333333vw) !important;
}
@media (min-width: 768px) {
  .wp-block-cover__inner-container p {
    font-size: 20px !important;
  }
}

.voiceWrap strong {
  font-weight: 700;
}

.voiceWrap figcaption {
  font-size: 70%;
  line-height: 130%;
}

.single_title div {
  line-height: 1.2;
  font-size: 40%;
}
.single_title span, .single_title a {
  display: inline-block;
  font-weight: 400;
  color: #707070;
}
.single_title span:nth-of-type(n+2)::before {
  content: "/";
}

.hoverAreaRoot h1 {
  height: 100%;
}

@media (min-width: 768px) {
  .hoverAreaRoot:hover .hoverAreaMenu {
    display: block;
  }
}
.hoverAreaMenu {
  display: none;
  position: absolute;
  top: 65px;
  background-color: #e2faff;
}

.single-pagenavigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3em;
  margin-top: min(32px, 4.2666666667vw);
}
.single-pagenavigation a {
  color: #2f2f2f;
}
.single-pagenavigation a:hover {
  color: #199DDF;
}

.columnButton_con {
  width: min(720px, 90vw);
  margin: auto;
  margin-bottom: min(50px, 6.6666666667vw);
}

.columnButton {
  background-color: #cb7a2d;
  border-radius: 0.6em;
  font-weight: 700;
  color: white;
  text-align: center;
  font-size: min(40px, 6vw);
  line-height: 1.2em;
  letter-spacing: 0.1em;
  width: min(576px, 82.9333333333vw);
  padding: min(45px, 4vw) min(35px, 3vw);
  padding-top: min(35px, 3vw);
  margin: auto;
}
@media (min-width: 768px) {
  .columnButton {
    padding: 45px 35px;
    padding-top: 40px;
  }
}
.columnButton span {
  font-size: min(29px, 4.2666666667vw);
}

.columnTitle {
  text-align: center;
  font-weight: 700;
  color: #199DDF;
  font-size: min(25px, 4vw);
  margin-top: min(10px, 5vw);
  line-height: 1.2em;
}

.columnButton_w {
  font-size: min(57px, 6.9333333333vw);
  line-height: 1.1em;
  width: 100%;
  padding-top: min(30px, 5.3333333333vw);
  padding-bottom: min(45px, 6.6666666667vw);
}
@media (min-width: 768px) {
  .columnButton_w {
    padding-top: 30px;
    padding-bottom: 45px;
  }
}

.columnButton_con dl {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.columnButton_con dl dt {
  font-weight: 700;
  font-size: min(20px, 4.25vw);
}
.columnButton_con .columnTitle_deco > a {
  display: inline-block;
  background-color: white;
  font-weight: 400;
  font-size: min(20px, 4.25vw);
  text-align: left;
  width: 100%;
  padding: 0.5em;
}

.voice_column {
  max-width: 720px;
  margin: auto;
}

.voice_column .voiceWrap h1 {
  color: black;
  font-weight: 700;
  font-size: min(32px, 4.8vw);
  text-align: justify;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  margin-bottom: 0;
}
.voice_column .voiceWrap time {
  display: block;
  text-align: right;
  font-size: min(15px, 3.4666666667vw);
  border-bottom: solid 0.3em #199DDF;
  margin-bottom: 4.2666666667vw;
}
@media (min-width: 768px) {
  .voice_column .voiceWrap time {
    margin-bottom: 32px;
  }
}
.voice_column .voiceWrap h2 {
  margin-bottom: 2.1333333333vw;
}
@media (min-width: 768px) {
  .voice_column .voiceWrap h2 {
    margin-bottom: 16px;
  }
}
.voice_column .voiceWrap h2:not(:first-of-type) {
  margin-top: 4.2666666667vw;
}
@media (min-width: 768px) {
  .voice_column .voiceWrap h2:not(:first-of-type) {
    margin-top: 40px;
  }
}
.voice_column .voiceWrap p:not(:last-of-type) {
  margin-bottom: 2.1333333333vw;
}
@media (min-width: 768px) {
  .voice_column .voiceWrap p:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
.voice_column .voiceWrap strong {
  font-weight: 700;
  background: linear-gradient(transparent 60%, #f7d24d 60%);
}
.voice_column .voiceWrap .square {
  display: inline-block;
  color: #199DDF;
  font-weight: 700;
  line-height: 1.3em;
  border: solid 1px #199DDF;
  padding: 1.0666666667vw;
  margin: 1.3333333333vw 0;
}
@media (min-width: 768px) {
  .voice_column .voiceWrap .square {
    padding: 8px;
    margin: 10px 0;
  }
}

.voiceWrap > .link {
  padding-top: 8vw;
  margin-top: -8vw;
}
@media (min-width: 768px) {
  .voiceWrap > .link {
    padding-top: 170px;
    margin-top: -170px;
  }
}

.nh .charge_con table tr {
  border-color: #199DDF;
  border-top-color: transparent;
  border-top-width: min(1.5px, 0.3vw);
  border-bottom-width: min(1.5px, 0.3vw);
}/*# sourceMappingURL=styles.css.map */