@charset "UTF-8";
.u-h-100 {
  height: 100% !important;
}
.u-h-100vh {
  height: 100vh !important;
}
.u-ml-auto {
  margin-left: auto !important;
}
.u-font-weight-bold {
  font-weight: 700 !important;
}
.u-text-white {
  color: #fff !important;
}
.u-text-black {
  color: #232528 !important;
}
.u-ta-c {
  text-align: center !important;
}
.u-ta-r {
  text-align: right !important;
}
.u-bg-color-white {
  background-color: #fff !important;
}
.u-bg-color-black {
  background-color: #232528 !important;
}
.u-m-1rem {
  margin: 1rem !important;
}
.u-mt-1rem {
  margin-top: 1rem !important;
}
.u-mt-2rem {
  margin-top: 2rem !important;
}
.u-mt-3rem {
  margin-top: 3rem !important;
}
.u-mr-1rem {
  margin-right: 1rem !important;
}
.u-mr-2rem {
  margin-right: 2rem !important;
}
.u-mr-3rem {
  margin-right: 3rem !important;
}
.u-mb-1rem {
  margin-bottom: 1rem !important;
}
.u-mb-2rem {
  margin-bottom: 2rem !important;
}
.u-mb-3rem {
  margin-bottom: 3rem !important;
}
.u-ml-1rem {
  margin-left: 1rem !important;
}
.u-ml-2rem {
  margin-left: 2rem !important;
}
.u-ml-3rem {
  margin-left: 3rem !important;
}
.u-p-1rem {
  padding: 1rem !important;
}
.u-pt-1rem {
  padding-top: 1rem !important;
}
.u-pt-2rem {
  padding-top: 2rem !important;
}
.u-pt-3rem {
  padding-top: 3rem !important;
}
.u-pr-1rem {
  padding-right: 1rem !important;
}
.u-pr-2rem {
  padding-right: 2rem !important;
}
.u-pr-3rem {
  padding-right: 3rem !important;
}
.u-pb-1rem {
  padding-bottom: 1rem !important;
}
.u-pb-2rem {
  padding-bottom: 2rem !important;
}
.u-pb-3rem {
  padding-bottom: 3rem !important;
}
.u-pl-1rem {
  padding-left: 1rem !important;
}
.u-pl-2rem {
  padding-left: 2rem !important;
}
.u-pl-3rem {
  padding-left: 3rem !important;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  font-family: sans-serif;
  font-size: 62.5%;
  line-height: 1.15;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  line-height: 1.75;
  margin: 0;
  color: #000;
  background-color: #fff;
}
iframe[name="google_conversion_frame"] {
  position: absolute;
  top: 0;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  height: 1px;
  border: 0;
  background-color: #232528;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.75;
  clear: both;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 28px;
  font-size: 2.8rem;
}
h2 {
  font-size: 26px;
  font-size: 2.6rem;
}
h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
h4 {
  font-size: 22px;
  font-size: 2.2rem;
}
h5 {
  font-size: 20px;
  font-size: 2rem;
}
h6 {
  font-size: 18px;
  font-size: 1.8rem;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
em {
  font-style: normal;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
ul,
ol,
dl {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 1rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
strong {
  font-weight: 700;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  text-decoration: none;
  background-color: transparent;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
a:not([href]):not([tabindex]) {
  text-decoration: none;
  /* color: inherit; */
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  text-decoration: none;
  /* color: inherit; */
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: Menlo, Consolas, メイリオ, sans-serif;
  font-size: 1em;
}
pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;
}
figure {
  margin: 0;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-spacing: 0;
  border-collapse: separate;
}
caption {
  caption-side: bottom;
}
caption,
th,
td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  border: none;
  outline: none;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: 0 0 0 1000px #fff inset;
}
input,
textarea {
  appearance: none;
}
input:placeholder-shown,
textarea:placeholder-shown {
  color: #000;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #d4d4d3;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #d4d4d3;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #d4d4d3;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #d4d4d3;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  font-size: 1.5rem;
  line-height: inherit;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  white-space: normal;
  color: inherit;
}
progress {
  vertical-align: baseline;
}
cite {
  font-style: normal;
}
p em,
p span.bold {
  font-weight: 700;
}
.container {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.container-2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
header {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #fff;
}
.header-logo {
  position: relative;
}
.header-tel {
  line-height: 1;
  position: absolute;
}
.header-btn {
  font-weight: 700;
  display: block;
  text-align: center;
  color: #fff;
}
.header-btn--contact {
  background: #22ac38;
}
.header-btn--tel {
  background: #eb6100;
}
.mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #ffd200;
}
.cta-btn {
  color: #fff;
}
.cta-btn-lg {
  font-weight: 700;
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  background: #22ac38;
}
.cta-btn-lg:after {
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  content: "";
  border-width: 8px 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.fix-bn {
  width: 100%;
  background: #000;
}
.fix-bn-tel {
  position: absolute;
}
.fix-bn-txt {
  color: #fff;
}
.fix-bn-btn {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  display: block;
  text-align: center;
  color: #fff;
  background: #22ac38;
}
.fix-bn-btn:after {
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  content: "";
  border-width: 8px 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.covid {
  padding: 100px 0;
  text-align: center;
}
.covid-ttl {
  font-weight: 900;
}
.covid-ttl em {
  color: #a81010;
}
.covid-txt {
  font-weight: 700;
}
.nayami {
  position: relative;
  background: #fbf9ef;
}
.nayami-ttl {
  font-weight: 900;
  position: relative;
  text-align: center;
  color: #fff;
}
.nayami-ttl span {
  font-size: 55px;
  position: relative;
  color: #ffd200;
}
.nayami-list {
  font-size: 28px;
  font-weight: 700;
  background: #ffffffd9;
}
.nayami-list em {
  font-weight: 900;
  color: #a81010;
}
.nayami-list img {
  margin-right: 20px;
  vertical-align: top;
}
.nayami-list li {
  background: url(/assets/images/check.png) no-repeat;
  background-size: 47px 40px;
}
.nayami-img {
  position: absolute;
}
.soudan {
  font-weight: 900;
  line-height: 1.3;
  position: relative;
  width: 100%;
  text-align: center;
  background: #ffd200;
}
.soudan em {
  font-weight: 900;
  color: #a81010;
}
.soudan strong {
  font-size: 62px;
  font-weight: 900;
  font-style: italic;
  display: inline-block;
  margin-top: 15px;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.soudan-img {
  position: absolute;
  bottom: 0;
}
.promise {
  padding-top: 50px;
  padding-bottom: 100px;
}
.promise-ttl {
  font-weight: 900;
  position: relative;
  text-align: center;
}
.promise-ttl em {
  color: #a81010;
}
.promise-content,
.promise-content__content h3 {
  position: relative;
}
.hikaku {
  background: #ffd200;
}
.hikaku-ttl {
  font-weight: 900;
  text-align: center;
}
.hikaku-ttl span {
  color: #a81010;
}
.hikaku-img {
  text-align: center;
}
.c-section-ttl {
  font-weight: 900;
  text-align: center;
}
.c-section-ttl em {
  color: #a81010;
}
.c-section-txt {
  font-weight: 700;
  text-align: center;
}
.price-content {
  position: relative;
}
.price-content h3 {
  font-weight: 900;
}
.price-content h3 em {
  color: #a81010;
}
.voice {
  background: #faf8ee;
}
.voice-ttl {
  font-weight: 900;
  text-align: center;
}
.voice-ttl em {
  color: #a81010;
}
.voice-content {
  background: #fff;
}
.voice-content-tag {
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}
.voice-content-tag--em {
  color: #fff;
  background: #a81010;
}
.replace-content-ttl {
  color: #094;
}
.flow-content {
  position: relative;
}
.flow-content p strong {
  text-decoration: underline;
  color: #a81010;
}
.flow-content__ttl {
  font-weight: 900;
}
.flow-content__ttl span {
  color: #a81010;
}
.step1 {
  background: #ffd200;
}
.step1:after {
  position: absolute;
  bottom: -24px;
  left: calc(50% - 21px);
  width: 0;
  height: 0;
  content: "";
  border-width: 24px 21px 0 21px;
  border-style: solid;
  border-color: #ffd200 transparent transparent transparent;
}
.step2 {
  background: #f3f3f3;
}
.payment {
  text-align: center;
}
.payment p {
  margin-bottom: 20px;
}
.faq {
  background: #f3f3f3;
}
.faq-container {
  background: #fff;
}
.faq-content + .faq-content {
  border-top: 1px solid #bfbfbf;
}
.faq-content dt {
  background: url(/assets/images/q.png) no-repeat;
}
.faq-content dd {
  background: url(/assets/images/a.png) no-repeat;
}
.area {
  text-align: center;
}
.campaign {
  text-align: center;
  background: #000;
}
.contact {
  background: #f3f3f3;
}
.contact input,
.contact textarea {
  font-weight: 700;
  position: relative;
  border: 4px solid #eee;
  border-radius: 10px;
  outline: none;
}
.contact textarea {
  width: 100% !important;
  min-height: 180px;
}
.contact .label {
  font-weight: 700;
}
.contact .required {
  color: #fff;
  background: #c70000;
}
#privacy {
  margin: 30px auto 0;
  padding: 2rem;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}
#privacy h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #e6e6e6;
}
#privacy h5 {
  font-size: 15px;
}
#privacy div {
  overflow-y: scroll;
  height: 100px;
}
#privacy div p {
  font-size: 12px;
  margin-bottom: 0.5rem;
}
button.submit-btn {
  font-weight: 700;
  position: relative;
  display: block;
  height: 55px;
  text-align: center;
  color: #fff;
  background: #22ac38;
}
button.submit-btn:before {
  position: absolute;
  top: calc(50% - 14px);
  right: 24px;
  width: 28px;
  height: 28px;
  content: "";
  background: url(/assets/images/arrow.png);
  background-size: 28px;
}
.page-back {
  margin-top: 30px;
}
.page-back a {
  display: inline-block;
  padding: 10px 20px;
  color: #000;
  border-radius: 5px;
  background: #fff;
}
body {
  overflow-x: hidden;
}
div#mfp_overlay {
  position: absolute;
  z-index: 10001;
  display: none;
}
div#mfp_overlay_background {
  position: absolute;
  z-index: 10000;
  display: none;
  background-color: #000;
}
div#mfp_loading_screen {
  position: absolute;
  z-index: 20000;
  display: none;
  opacity: 0.8;
  background-color: #000;
}
div#mfp_loading {
  position: absolute;
  z-index: 20001;
  display: none;
  width: 29px;
  height: 29px;
}
div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
}
.mfp_err {
  font-size: 13px;
  font-weight: 600;
  display: none;
  margin: 8px 0 0;
  padding: 10px 20px;
  text-align: left;
  color: #cf0000;
  border-radius: 10px;
  background: #fcd0d0;
}
input.problem,
select.problem {
  border: solid 3px #cf0000;
  background: #fcd0d0;
}
.mfp_parent_error {
  border: solid 2px #f00;
}
div#mfp_error {
  display: none;
  padding: 10px;
  border: solid 1px #f00;
  background-color: #fee;
}
div#mfp_warning {
  display: none;
  padding: 10px;
  border: solid 1px #f00;
  border-radius: 5px;
  background-color: #fee;
}
#mfp_phase_confirm {
  display: none;
}
#mfp_phase_confirm h4 {
  font-weight: 700;
  margin: 0 0 20px;
  text-align: center;
}
#mfp_button_cancel {
  font-size: 17px;
  font-weight: 700;
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 10px 0;
  color: #333;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  background: #fff;
}
.privacy-policy {
  overflow-y: scroll;
  border: 1px solid #d8d8d8;
}
.privacy-policy h3 {
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 1em;
}
#mfp_button_send,
button.submit {
  font-weight: 700;
  position: relative;
  display: block;
  margin: 10px auto 0;
  text-align: center;
  color: #fff;
  border: 0;
  background: none;
  background: #22ac38;
}
#mfp_button_send:after,
button.submit:after {
  width: 28px;
  height: 28px;
  content: "";
  background: url(/assets/images/arrow.png);
  background-size: 28px;
}
#mfp_button_send:hover,
button.submit:hover {
  background: #26c13f;
}
#mfp_phase_confirm table {
  width: auto;
  padding: 0;
}
.footer {
  text-align: center;
}
.copyright {
  text-align: center;
  color: #fff;
  background: #000;
}
.copyright small {
  font-size: 16px;
}
.fixed-bn {
  position: fixed;
  z-index: 9999;
  visibility: hidden;
  transition: all 0.3s;
  opacity: 0;
}
.fix-sp-cta {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  padding: 5px 0 13px;
  background: #000;
}
.fix-sp-cta-btn-wrap {
  display: flex;
  padding: 5px 13px 0;
}
.fix-cta-btn {
  font-weight: 700;
  display: flex;
  width: 49%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}
.fix-cta-btn + .fix-cta-btn {
  margin-left: 2%;
}
.fix-cta-btn--tel {
  background: #eb6100;
  box-shadow: 0 3px #bd4e00;
}
.fix-cta-btn--contact {
  background: #22ac38;
  box-shadow: 0 3px #097c25;
}
.fix-cta-btn img {
  height: 16px;
  margin-right: 6px;
}
.page-top {
  z-index: 999;
}
.mv-inner img {
  display: none;
}
@media screen and (min-width: 576px) {
  .u-m-sm-1rem {
    margin: 1rem !important;
  }
  .u-mt-sm-1rem {
    margin-top: 1rem !important;
  }
  .u-mt-sm-2rem {
    margin-top: 2rem !important;
  }
  .u-mt-sm-3rem {
    margin-top: 3rem !important;
  }
  .u-mr-sm-1rem {
    margin-right: 1rem !important;
  }
  .u-mr-sm-2rem {
    margin-right: 2rem !important;
  }
  .u-mr-sm-3rem {
    margin-right: 3rem !important;
  }
  .u-mb-sm-1rem {
    margin-bottom: 1rem !important;
  }
  .u-mb-sm-2rem {
    margin-bottom: 2rem !important;
  }
  .u-mb-sm-3rem {
    margin-bottom: 3rem !important;
  }
  .u-ml-sm-1rem {
    margin-left: 1rem !important;
  }
  .u-ml-sm-2rem {
    margin-left: 2rem !important;
  }
  .u-ml-sm-3rem {
    margin-left: 3rem !important;
  }
  .u-p-sm-1rem {
    padding: 1rem !important;
  }
  .u-pt-sm-1rem {
    padding-top: 1rem !important;
  }
  .u-pt-sm-2rem {
    padding-top: 2rem !important;
  }
  .u-pt-sm-3rem {
    padding-top: 3rem !important;
  }
  .u-pr-sm-1rem {
    padding-right: 1rem !important;
  }
  .u-pr-sm-2rem {
    padding-right: 2rem !important;
  }
  .u-pr-sm-3rem {
    padding-right: 3rem !important;
  }
  .u-pb-sm-1rem {
    padding-bottom: 1rem !important;
  }
  .u-pb-sm-2rem {
    padding-bottom: 2rem !important;
  }
  .u-pb-sm-3rem {
    padding-bottom: 3rem !important;
  }
  .u-pl-sm-1rem {
    padding-left: 1rem !important;
  }
  .u-pl-sm-2rem {
    padding-left: 2rem !important;
  }
  .u-pl-sm-3rem {
    padding-left: 3rem !important;
  }
}
@media screen and (min-width: 768px) {
  .u-is-pc {
    display: block;
  }
  .u-is-sp {
    display: none;
  }
  .u-is-pc-i {
    display: inline-block;
  }
  .u-is-sp-i {
    display: none;
  }
  .u-m-md-1rem {
    margin: 1rem !important;
  }
  .u-mt-md-1rem {
    margin-top: 1rem !important;
  }
  .u-mt-md-2rem {
    margin-top: 2rem !important;
  }
  .u-mt-md-3rem {
    margin-top: 3rem !important;
  }
  .u-mr-md-1rem {
    margin-right: 1rem !important;
  }
  .u-mr-md-2rem {
    margin-right: 2rem !important;
  }
  .u-mr-md-3rem {
    margin-right: 3rem !important;
  }
  .u-mb-md-1rem {
    margin-bottom: 1rem !important;
  }
  .u-mb-md-2rem {
    margin-bottom: 2rem !important;
  }
  .u-mb-md-3rem {
    margin-bottom: 3rem !important;
  }
  .u-ml-md-1rem {
    margin-left: 1rem !important;
  }
  .u-ml-md-2rem {
    margin-left: 2rem !important;
  }
  .u-ml-md-3rem {
    margin-left: 3rem !important;
  }
  .u-p-md-1rem {
    padding: 1rem !important;
  }
  .u-pt-md-1rem {
    padding-top: 1rem !important;
  }
  .u-pt-md-2rem {
    padding-top: 2rem !important;
  }
  .u-pt-md-3rem {
    padding-top: 3rem !important;
  }
  .u-pr-md-1rem {
    padding-right: 1rem !important;
  }
  .u-pr-md-2rem {
    padding-right: 2rem !important;
  }
  .u-pr-md-3rem {
    padding-right: 3rem !important;
  }
  .u-pb-md-1rem {
    padding-bottom: 1rem !important;
  }
  .u-pb-md-2rem {
    padding-bottom: 2rem !important;
  }
  .u-pb-md-3rem {
    padding-bottom: 3rem !important;
  }
  .u-pl-md-1rem {
    padding-left: 1rem !important;
  }
  .u-pl-md-2rem {
    padding-left: 2rem !important;
  }
  .u-pl-md-3rem {
    padding-left: 3rem !important;
  }
  body {
    min-width: 1160px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .container {
    max-width: 1060px;
  }
  header {
    height: 100px;
  }
  .header-logo {
    top: 15px;
    left: 20px;
    margin-right: auto;
  }
  .header-tel {
    top: 10px;
    right: 330px;
  }
  .header-tel strong {
    letter-spacing: 2px;
  }
  .header-btn {
    font-size: 22px;
    line-height: 82px;
    position: absolute;
    top: 9px;
    right: 10px;
    width: 305px;
    height: 82px;
    padding-right: 14px;
    padding-left: 45px;
    transition: all 0.3s;
    border-radius: 10px;
    box-shadow: 0 4px #0003;
  }
  .header-btn:after {
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
    content: "";
    border-width: 8px 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
  }
  .header-btn img {
    position: absolute;
    top: 30px;
    left: 25px;
  }
  .header-btn:hover {
    background: #26c13f;
  }
  .mv {
    height: 930px;
  }
  .mv-inner {
    position: absolute;
    top: 0;
    left: calc(50% - 883px);
    width: 1766px;
    height: 930px;
  }
  .mv-inner img {
    display: block;
  }
  .cta-btn-lg {
    font-size: 34px;
    line-height: 94px;
    width: 600px;
    height: 94px;
    margin: 30px auto 0;
    padding-right: 14px;
    padding-left: 45px;
    transition: all 0.3s;
    border-radius: 10px;
  }
  .cta-btn-lg img {
    position: absolute;
    top: 30px;
    left: 25px;
  }
  .cta-btn-lg:hover {
    background: #26c13f;
  }
  .fix-bn {
    min-width: 1060px;
    height: 148px;
    padding: 14px 0;
  }
  .fix-bn .container {
    display: flex;
    justify-content: space-between;
  }
  .fix-bn.is-fixed {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
  }
  .fix-bn-inner {
    position: relative;
    width: 690px;
  }
  .fix-bn-tel {
    bottom: 0;
    left: 0;
  }
  .fix-bn-txt {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
  }
  .fix-bn-btn {
    font-size: 22px;
    line-height: 82px;
    right: 0;
    bottom: 0;
    width: 305px;
    height: 82px;
    padding-right: 14px;
    padding-left: 45px;
    transition: all 0.3s;
    border-radius: 10px;
    box-shadow: 0 4px #0003;
  }
  .fix-bn-btn img {
    position: absolute;
    top: 30px;
    left: 25px;
  }
  .fix-bn-btn:hover {
    background: #26c13f;
  }
  .covid-ttl {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .covid-ttl em {
    font-size: 44px;
  }
  .covid-txt {
    font-size: 20px;
    margin-bottom: 45px;
  }
  .nayami {
    padding-top: 60px;
    padding-bottom: 145px;
    background: url(/assets/images/nayami/nayami-bg-pc.jpg);
    background-size: cover;
  }
  .nayami:after {
    position: absolute;
    bottom: 35px;
    left: calc(50% - 73px);
    width: 0;
    height: 0;
    content: "";
    border-width: 74px 73px 0 73px;
    border-style: solid;
    border-color: #ffd200 transparent transparent transparent;
  }
  .nayami-ttl {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .nayami-ttl span {
    font-size: 56px;
  }
  .nayami-list {
    width: 850px;
    padding: 30px;
    border: 4px solid #000;
  }
  .nayami-list ul {
    position: relative;
    z-index: 10;
  }
  .nayami-list li {
    padding-left: 70px;
    background-position: 0 5px;
  }
  .nayami-list li + li {
    margin-top: 30px;
  }
  .nayami-img {
    right: calc(50% - 580px);
    bottom: 0;
  }
  .soudan {
    font-size: 35px;
    height: 248px;
    padding: 30px 0 0 80px;
  }
  .soudan-img {
    left: calc(50% - 580px);
  }
  .promise-ttl {
    font-size: 48px;
    margin-bottom: 20px;
    letter-spacing: 0.25rem;
  }
  .promise-ttl img {
    margin-bottom: 40px;
  }
  .promise-ttl em {
    font-size: 120px;
  }
  .promise-content {
    display: flex;
  }
  .promise-content + .promise-content {
    margin-top: 35px;
  }
  .promise-content__img {
    width: 495px;
    margin-right: 30px;
    margin-left: -40px;
  }
  .promise-content__content {
    padding-top: 30px;
    flex: 1;
  }
  .promise-content__content h3 {
    font-size: 36px;
    display: inline-block;
    margin-bottom: 40px;
    letter-spacing: -0.01em;
  }
  .promise-content__content p {
    line-height: 2;
  }
  .hikaku {
    padding: 40px 0 50px;
  }
  .hikaku-ttl {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .hikaku-ttl span {
    font-size: 72px;
  }
  .hikaku-txt {
    margin-bottom: 40px;
  }
  .c-section-ttl {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .c-section-ttl em {
    font-size: 60px;
  }
  .c-section-txt {
    font-size: 20px;
    margin-bottom: 60px;
  }
  .price {
    padding: 60px 0 80px;
  }
  .price-content {
    display: flex;
  }
  .price-content + .price-content {
    margin-top: 60px;
  }
  .price-content__inner {
    flex: 1;
  }
  .price-content__img {
    margin-right: 60px;
  }
  .price-content h3 {
    font-size: 36px;
    line-height: 1.4;
    margin-top: -12px;
  }
  .price-content h3 em {
    font-size: 48px;
  }
  .price-content h3 span {
    font-size: 36px;
  }
  .price-content p {
    line-height: 2;
  }
  .voice {
    padding: 60px 0 100px;
  }
  .voice-ttl {
    font-size: 48px;
    margin-bottom: 80px;
  }
  .voice-ttl em {
    font-size: 60px;
  }
  .voice-content {
    display: flex;
    padding: 35px 30px;
  }
  .voice-content + .voice-content {
    margin-top: 50px;
  }
  .voice-content p {
    line-height: 2;
  }
  .voice-content__img {
    width: 160px;
    margin-right: 40px;
  }
  .voice-content__tags {
    margin-bottom: 10px;
  }
  .voice-content__ttl {
    margin-bottom: 10px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .voice-content-tag {
    font-size: 18px;
    padding: 6px 30px 7px;
    border-radius: 10px;
  }
  .voice-content-tag + .voice-content-tag {
    margin-left: 10px;
  }
  .voice-content-tag--em {
    border: 2px solid #a81010;
  }
  .voice-content-tag--city {
    border: 2px solid #000;
  }
  .voice-content-inner {
    flex: 1;
  }
  .replace-content-ttl {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .flow {
    padding: 100px 0;
  }
  .flow-container {
    width: 1160px;
    margin: 0 auto;
  }
  .flow-content-wrap {
    display: flex;
    justify-content: space-between;
  }
  .flow-content {
    display: flex;
    padding: 30px 50px;
  }
  .flow-content p {
    line-height: 2;
  }
  .flow-content p strong {
    font-size: 20px;
  }
  .flow-content__img {
    margin-right: 40px;
  }
  .flow-content__ttl {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .flow-content__ttl span {
    margin-right: 40px;
  }
  .flow-content-inner {
    flex: 1;
  }
  .step1 {
    margin-bottom: 40px;
  }
  .payment {
    margin-bottom: 100px;
  }
  .faq {
    padding: 80px 0 100px;
  }
  .faq-container {
    padding: 0 30px;
  }
  .faq-content {
    padding: 30px 0;
  }
  .faq-content dt {
    margin-bottom: 20px;
    padding-left: 80px;
    background-position: 10px 12px;
    background-size: 31px 30px;
    font-size: 30px;
    font-size: 3rem;
  }
  .faq-content dd {
    padding-left: 80px;
    background-position: 10px 10px;
    background-size: 31px 30px;
  }
  .area {
    padding: 80px 0 100px;
  }
  .campaign {
    padding: 50px 0 60px;
  }
  .contact {
    padding: 80px 0 100px;
  }
  .contact input:focus,
  .contact textarea:focus {
    border: 4px solid #ddd;
  }
  .contact input {
    font-size: 22px;
    height: 76px;
    padding: 0 5.66%;
    vertical-align: middle;
  }
  .contact input[type="email"] {
    width: 400px;
  }
  .contact input[type="email"] {
    width: 450px;
  }
  .contact input.w100p {
    width: 100%;
  }
  .contact textarea {
    font-size: 22px;
    height: 230px;
    padding: 20px;
  }
  .contact .field-wrap {
    width: 860px;
    margin: 0 auto;
  }
  .contact .group-label {
    width: 33%;
  }
  .contact .field {
    flex: 1;
  }
  .contact .label {
    font-size: 28px;
    display: flex;
  }
  .contact .label-center {
    align-items: center;
  }
  .contact .label-textarea {
    padding-top: 20px;
  }
  .contact .required {
    font-size: 16px;
    margin-top: 4px;
    margin-left: 25px;
    padding: 0 6px;
  }
  .field-wrap-in {
    display: flex;
    margin-bottom: 35px;
  }
  #privacy {
    width: 1052px;
  }
  button.submit-btn {
    font-size: 36px;
    width: 520px;
    height: 110px;
    margin: 90px auto 40px;
    border-radius: 8px;
    box-shadow: 0 5px #097c25;
  }
  .contact-bottom-txt {
    text-align: center;
  }
  #mfp_button_cancel {
    margin: 30px auto 60px;
  }
  .privacy-policy {
    font-size: 14px;
    width: 720px;
    height: 126px;
    margin: 0 auto 35px;
    padding: 15px;
  }
  .privacy-policy h3 {
    font-size: 14px;
  }
  .privacy-policy p + p {
    margin-top: 1em;
  }
  #mfp_button_send,
  button.submit {
    font-size: 45px;
    font-size: 42px;
    width: 520px;
    padding: 18px 0;
    border-radius: 10px;
    box-shadow: 0 5px #097c25;
  }
  #mfp_button_send:after,
  button.submit:after {
    position: absolute;
    top: calc(50% - 14px);
    right: 36px;
    background-size: cover;
  }
  #mfp_phase_confirm_inner {
    width: 800px;
    margin: 0 auto;
  }
  #mfp_phase_confirm table {
    margin-bottom: 60px;
  }
  #mfp_phase_confirm table tr th {
    font-size: 20px;
    min-width: 200px;
  }
  #mfp_phase_confirm table tr td {
    font-size: 18px;
    padding: 0.75rem 3rem;
  }
  .footer {
    margin-bottom: 149px;
    padding: 40px 0 0;
  }
  .footer dl {
    margin-bottom: 50px;
  }
  .footer dt {
    margin-bottom: 15px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .thanks .footer {
    margin-bottom: 0;
  }
  .footer address {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .copyright {
    padding: 20px 0;
  }
  .copyright small {
    font-size: 18px;
  }
  .fixed-bn {
    right: 20px;
    bottom: 0;
    display: block;
  }
  .fixed-bn.active {
    bottom: 20px;
    visibility: visible;
    opacity: 1;
  }
  .fixed-bn img {
    position: relative;
    transition: all 0.3s;
  }
  .fixed-bn:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 346px;
    height: 100px;
    content: "";
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 5px #0003;
  }
  .fixed-bn:hover img {
    opacity: 0.8;
  }
  .fix-sp-cta {
    display: none;
  }
  .page-top {
    position: fixed;
    right: 20px;
    bottom: 168px;
    visibility: hidden;
    transition: all 0.3s;
    opacity: 0;
  }
  .page-top.is-fixed {
    visibility: visible;
    opacity: 1;
  }
  .page-top a {
    display: block;
    width: 60px;
    height: 60px;
    background: #000c;
  }
  .page-top a:before,
  .page-top a:after {
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 8px);
    width: 16px;
    height: 16px;
    content: "";
    transform: rotate(-45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media screen and (min-width: 992px) {
  .u-m-lg-1rem {
    margin: 1rem !important;
  }
  .u-mt-lg-1rem {
    margin-top: 1rem !important;
  }
  .u-mt-lg-2rem {
    margin-top: 2rem !important;
  }
  .u-mt-lg-3rem {
    margin-top: 3rem !important;
  }
  .u-mr-lg-1rem {
    margin-right: 1rem !important;
  }
  .u-mr-lg-2rem {
    margin-right: 2rem !important;
  }
  .u-mr-lg-3rem {
    margin-right: 3rem !important;
  }
  .u-mb-lg-1rem {
    margin-bottom: 1rem !important;
  }
  .u-mb-lg-2rem {
    margin-bottom: 2rem !important;
  }
  .u-mb-lg-3rem {
    margin-bottom: 3rem !important;
  }
  .u-ml-lg-1rem {
    margin-left: 1rem !important;
  }
  .u-ml-lg-2rem {
    margin-left: 2rem !important;
  }
  .u-ml-lg-3rem {
    margin-left: 3rem !important;
  }
  .u-p-lg-1rem {
    padding: 1rem !important;
  }
  .u-pt-lg-1rem {
    padding-top: 1rem !important;
  }
  .u-pt-lg-2rem {
    padding-top: 2rem !important;
  }
  .u-pt-lg-3rem {
    padding-top: 3rem !important;
  }
  .u-pr-lg-1rem {
    padding-right: 1rem !important;
  }
  .u-pr-lg-2rem {
    padding-right: 2rem !important;
  }
  .u-pr-lg-3rem {
    padding-right: 3rem !important;
  }
  .u-pb-lg-1rem {
    padding-bottom: 1rem !important;
  }
  .u-pb-lg-2rem {
    padding-bottom: 2rem !important;
  }
  .u-pb-lg-3rem {
    padding-bottom: 3rem !important;
  }
  .u-pl-lg-1rem {
    padding-left: 1rem !important;
  }
  .u-pl-lg-2rem {
    padding-left: 2rem !important;
  }
  .u-pl-lg-3rem {
    padding-left: 3rem !important;
  }
  .container-2 {
    max-width: 860px;
  }
}
@media screen and (min-width: 1200px) {
  .u-m-xl-1rem {
    margin: 1rem !important;
  }
  .u-mt-xl-1rem {
    margin-top: 1rem !important;
  }
  .u-mt-xl-2rem {
    margin-top: 2rem !important;
  }
  .u-mt-xl-3rem {
    margin-top: 3rem !important;
  }
  .u-mr-xl-1rem {
    margin-right: 1rem !important;
  }
  .u-mr-xl-2rem {
    margin-right: 2rem !important;
  }
  .u-mr-xl-3rem {
    margin-right: 3rem !important;
  }
  .u-mb-xl-1rem {
    margin-bottom: 1rem !important;
  }
  .u-mb-xl-2rem {
    margin-bottom: 2rem !important;
  }
  .u-mb-xl-3rem {
    margin-bottom: 3rem !important;
  }
  .u-ml-xl-1rem {
    margin-left: 1rem !important;
  }
  .u-ml-xl-2rem {
    margin-left: 2rem !important;
  }
  .u-ml-xl-3rem {
    margin-left: 3rem !important;
  }
  .u-p-xl-1rem {
    padding: 1rem !important;
  }
  .u-pt-xl-1rem {
    padding-top: 1rem !important;
  }
  .u-pt-xl-2rem {
    padding-top: 2rem !important;
  }
  .u-pt-xl-3rem {
    padding-top: 3rem !important;
  }
  .u-pr-xl-1rem {
    padding-right: 1rem !important;
  }
  .u-pr-xl-2rem {
    padding-right: 2rem !important;
  }
  .u-pr-xl-3rem {
    padding-right: 3rem !important;
  }
  .u-pb-xl-1rem {
    padding-bottom: 1rem !important;
  }
  .u-pb-xl-2rem {
    padding-bottom: 2rem !important;
  }
  .u-pb-xl-3rem {
    padding-bottom: 3rem !important;
  }
  .u-pl-xl-1rem {
    padding-left: 1rem !important;
  }
  .u-pl-xl-2rem {
    padding-left: 2rem !important;
  }
  .u-pl-xl-3rem {
    padding-left: 3rem !important;
  }
}
@media screen and (max-width: 767.98px) {
  .u-is-pc {
    display: none;
  }
  .u-is-sp {
    display: block;
  }
  .u-is-pc-i {
    display: none;
  }
  .u-is-sp-i {
    display: inline-block;
  }
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  header {
    height: 60px;
  }
  .header-logo {
    line-height: 1;
    top: 12px;
    left: 10px;
    width: 180px;
  }
  .header-tel {
    display: none;
  }
  .header-btn-wrap {
    position: absolute;
    top: 6px;
    right: 12px;
    display: flex;
  }
  .header-btn {
    width: 68px;
    height: 48px;
    padding: 8px 0;
    border-radius: 5px;
    font-size: 10px;
    font-size: 1rem;
  }
  .header-btn:after {
    position: absolute;
    top: calc(50% - 7px);
    right: 8px;
    width: 14px;
    height: 14px;
  }
  .header-btn img {
    width: auto;
    height: 20px;
  }
  .header-btn + .header-btn {
    margin-left: 6px;
  }
  .cta {
    padding: 15px 0 20px;
    background: #000;
  }
  .cta-btn {
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    position: relative;
    display: block;
    margin: 10px 5.8% 0;
    text-align: center;
    border-radius: 10px;
  }
  .cta-btn:before {
    position: absolute;
    top: calc(50% - 9px);
    right: 10px;
    width: 18px;
    height: 18px;
    content: "";
    background: url(/assets/images/arrow.png);
    background-size: 18px;
  }
  .cta-btn + .cta-btn {
    margin-top: 15px;
  }
  .cta-btn--tel {
    padding: 8px 10px 8px 0;
    background: #eb6100;
    box-shadow: 0 5px #bd4e00;
  }
  .cta-btn--tel span {
    font-family: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin-top: 10px;
    padding: 3px 20px;
    color: #000;
    border-radius: 5px;
    background: #fff;
  }
  .cta-btn--tel span img {
    margin-right: 5px;
    margin-bottom: 2px;
  }
  .cta-btn--contact {
    padding: 26px 10px 26px 0;
    background: #22ac38;
    box-shadow: 0 5px #097c25;
  }
  .fix-bn-wrap {
    display: none;
  }
  .covid {
    padding: 40px 12px;
  }
  .covid-ttl {
    line-height: 1.4038;
    margin-bottom: 15px;
  }
  .covid-ttl:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.2019em;
    content: "";
  }
  .covid-ttl:after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.2019em;
    content: "";
  }
  .covid-ttl em {
    font-size: 26px;
  }
  .covid-txt {
    margin: 0 -12px 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .nayami {
    overflow: hidden;
    padding: 30px 15px 40px;
    background: url(/assets/images/nayami-bg-sp.jpg);
    background-size: cover;
  }
  .nayami:after {
    position: absolute;
    bottom: 8px;
    left: calc(50% - 25px);
    width: 0;
    height: 0;
    content: "";
    border-width: 25px 25px 0 25px;
    border-style: solid;
    border-color: #ffd200 transparent transparent transparent;
  }
  .nayami-ttl {
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 50px;
    padding-right: 50px;
  }
  .nayami-ttl span {
    font-size: 26px;
  }
  .nayami-list {
    position: relative;
    z-index: 1;
    margin-top: -25px;
    padding: 15px 10px;
    border: 2px solid #000;
  }
  .nayami-list li {
    line-height: 1.4166;
    padding-left: 30px;
    background-position: 0 5px;
    background-size: 23px 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .nayami-list li + li {
    margin-top: 10px;
  }
  .nayami-list li img {
    width: 22px;
    margin-top: 5px;
    margin-right: 10px;
  }
  .nayami-img {
    top: 10px;
    right: -5px;
    width: 105px;
  }
  .soudan {
    font-size: 18px;
    padding: 15px 0 18px 95px;
  }
  .soudan strong {
    font-size: 31px;
    margin-top: 8px;
  }
  .soudan-img {
    left: -45px;
    width: 167px;
  }
  .promise {
    padding: 30px 12px;
  }
  .promise-ttl {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
  }
  .promise-ttl:after {
    left: calc(50% - 12.5px);
    width: 25px;
    height: 3px;
  }
  .promise-ttl em {
    font-size: 60px;
  }
  .promise-ttl img {
    width: 300px;
  }
  .promise-content + .promise-content {
    margin-top: 20px;
  }
  .promise-content__img {
    width: 290px;
    margin: 0 auto 15px;
  }
  .promise-content__content h3 {
    font-size: 20px;
    line-height: 1.65;
    margin-bottom: 1em;
    text-align: center;
  }
  .hikaku {
    padding: 30px 12px 15px;
  }
  .hikaku-ttl {
    font-size: 22px;
    line-height: 1.7272;
    margin-bottom: 20px;
  }
  .hikaku-ttl span {
    font-size: 36px;
  }
  .hikaku-txt {
    margin-bottom: 20px;
  }
  .hikaku-img {
    max-width: 735px;
    margin: 0 auto;
  }
  .c-section-ttl {
    margin-bottom: 15px;
  }
  .c-section-ttl--mb {
    margin-bottom: 25px;
  }
  .c-section-txt {
    margin-bottom: 30px;
  }
  .price {
    padding: 40px 12px;
  }
  .price-content + .price-content {
    margin-top: 30px;
  }
  .price-content__img {
    width: 98px;
    margin-bottom: 20px;
  }
  .price-content h3 {
    font-size: 24px;
    line-height: 1.25;
    position: absolute;
    top: 10px;
    left: 118px;
  }
  .price-content h3 em {
    font-size: 30px;
  }
  .price-content h3 span {
    font-size: 20px;
  }
  .voice {
    padding: 30px 15px 20px;
  }
  .voice-content {
    position: relative;
    padding: 20px 12px;
  }
  .voice-content + .voice-content {
    margin-top: 15px;
  }
  .voice-content__img {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 80px;
  }
  .voice-content__tags {
    line-height: 1;
    margin-left: 103px;
  }
  .voice-content__ttl {
    line-height: 1.6764;
    min-height: 50px;
    margin-bottom: 15px;
    margin-left: 103px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .voice-content-tag {
    font-size: 10px;
    margin-bottom: 5px;
    padding: 2px 12px 3px;
    border-radius: 5px;
  }
  .voice-content-tag--em {
    border: 1px solid #a81010;
  }
  .voice-content-tag--city {
    border: 1px solid #000;
  }
  .replace-content-ttl {
    font-size: 20px;
  }
  .flow {
    padding: 40px 0 30px;
  }
  .flow-content {
    margin: 0 12px;
    padding: 15px 15px 20px;
  }
  .flow-content p strong {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .flow-content__img {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 175px;
  }
  .flow-content__ttl {
    line-height: 1.425;
    min-height: 117px;
    margin-bottom: 20px;
    margin-left: 190px;
    padding-top: 24px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .flow-content__ttl span {
    display: block;
    font-size: 20px;
    font-size: 2rem;
  }
  .step1 {
    margin-bottom: 30px;
  }
  .payment {
    margin-bottom: 50px;
  }
  .payment figure {
    width: 198px;
    margin: 0 auto;
  }
  .faq {
    padding: 30px 12px;
  }
  .faq-container {
    padding: 0 15px;
  }
  .faq-content {
    padding: 15px 0 10px;
  }
  .faq-content dt {
    margin-bottom: 10px;
    padding-left: 30px;
    background-position: 0 8px;
    background-size: 18px 17px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .faq-content dd {
    padding-left: 30px;
    background-position: 0 8px;
    background-size: 18px 17px;
  }
  .area {
    padding: 30px 0;
  }
  .area img {
    width: 200px;
  }
  .contact {
    padding: 30px 13px;
  }
  .contact input,
  .contact textarea {
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    border: 2px solid #eee;
    border-radius: 5px;
  }
  .contact input:focus,
  .contact textarea:focus {
    border: 2px solid #ddd;
  }
  .contact input {
    height: 50px;
    padding: 0 10px;
  }
  .contact textarea {
    padding: 10px;
  }
  .contact .label {
    font-size: 18px;
    padding-bottom: 4px;
  }
  .contact .required {
    font-size: 10px;
    margin-left: 10px;
    padding: 1px 4px;
  }
  .field-wrap-in {
    margin-bottom: 10px;
  }
  #privacy {
    margin: 13px 13px 20px;
  }
  button.submit-btn {
    font-size: 24px;
    font-weight: 900;
    width: 100%;
    height: 74px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 4px #097c25;
  }
  button.submit-btn:before {
    top: calc(50% - 8px);
    right: 14px;
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
  input.problem,
  select.problem {
    border: solid 2px #cf0000;
  }
  .privacy-policy {
    font-size: 12px;
    width: calc(100% - 30px);
    height: 101px;
    margin: 0 15px 30px;
    padding: 15px;
  }
  .privacy-policy h3 {
    font-size: 12px;
  }
  #mfp_button_send,
  button.submit {
    font-size: 25px;
    width: 100%;
    margin-bottom: 30px;
    padding: 15px 0;
    border-radius: 10px;
    box-shadow: 0 5px #097c25;
  }
  #mfp_button_send:after,
  button.submit:after {
    position: absolute;
    top: calc(50% - 8px);
    right: 15px;
    width: 16px;
    height: 16px;
    background-size: cover;
  }
  #mfp_phase_confirm_inner h4 {
    font-size: 20px;
  }
  #mfp_phase_confirm table {
    width: 100%;
    margin-bottom: 30px;
  }
  #mfp_phase_confirm table tr th {
    font-size: 14px;
    min-width: 120px;
  }
  #mfp_phase_confirm table tr td {
    font-size: 14px;
    padding: 10px;
  }
  .mfp_buttons {
    margin-bottom: 60px;
  }
  .footer dl {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .thanks .footer {
    padding-top: 30px;
  }
  .footer-logo {
    display: inline-block;
    width: 180px;
  }
  .footer .footer-info {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .copyright {
    padding: 10px 0 100px;
  }
  .copyright small {
    font-size: 10px;
  }
  .thanks .copyright {
    padding: 10px 0;
  }
  .fixed-bn {
    bottom: 0;
    left: 4%;
    width: 92%;
  }
  .fixed-bn img {
    width: 100%;
  }
  .fixed-bn.active {
    bottom: 10px;
    visibility: visible;
    opacity: 1;
  }
  .page-top {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  .header-logo {
    top: 16px;
    width: 150px;
  }
}
@media screen and (max-width: 375px) {
  .cta-btn {
    font-size: 24px;
    font-size: 6.4vw;
  }
  .covid-txt {
    font-size: 18px;
    font-size: 4.8vw;
  }
  .nayami-ttl {
    font-size: 19px;
    font-size: 5.06667vw;
  }
  .nayami-ttl span {
    font-size: 26px;
    font-size: 6.93333vw;
  }
  .promise-ttl {
    font-size: 24px;
    font-size: 6.4vw;
  }
  .promise-ttl em {
    font-size: 60px;
    font-size: 16vw;
  }
  .promise-content__content h3 {
    font-size: 20px;
    font-size: 5.33333vw;
  }
  .fix-cta-btn {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
@media screen and (max-width: 374px) {
  .soudan {
    font-size: 18px;
    font-size: 4.8vw;
  }
  .soudan strong {
    font-size: 30px;
    font-size: 8vw;
  }
}
@font-face {
  font-family: avenir_cond;
  font-style: normal;
  font-weight: 700;
  src: url(data:font/woff2;base64,d09GMgABAAAAAAjIAA0AAAAAEtQAAAh3AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAPAgYCYJzCpI0kQkBNgIkAzQLOAAEIAWKNAcgDGAbERERZJR0VGQ/C2PH2giWYROJJEtoc6fTTvvb4YeLI/ccQbX2b8/uR1IQ0P+u6oKOgGSERQ2ouHxYAgsJgBZI5V3h5v8mUCPt+1Pap1QOUjFSrCpATbBUPBWX9IsL31OeuuV/OMQinmk9ZsYh+P8/h9rcnxKrVvdEloXJqaxSFTLvB05esPRLoBDGLMdyisgCkppHOSGndmbn7KYwnC6wXRRqQM2oyu/XkeNkWgY8fHsJzgI4IG4eryk8IbXaWuOsWT6AMG/B3IxMQHxuWL70/xgAXSMaAZwCGg3wdcBIEPK0Vm/DJwOaaIhnTEuF1ShNdl7bb28LN+8z7k2fAb21amwFp/vP6nQVoJzPgd0S058Y9jrNYS8nrkLisDmww9tcJOUAKxFS1ySasRLffLzkABsSq/vwSqQx8zw1OSaSRiy/ZXIFizSourTCzPcUFHsDhqUDkRly19TYK+vWiM2xtMhdg6HpcCkH/Dp0fgtLQ6Fabb2Wrvw8x3tZlanIzPPKMmWbzMOJInNsIi0Si5HavCrLZI4nisQ0/Zxa95LEwEDNov7CptV66BrZ1nCbXJM5VmQGeh8bWI0Um4dZVsSOwX09Ggerbk1ikBnbxsGNZmFSzWHDWfH+sBWIQpZjcerjjehEKQd2ZWquSX2viQNgD2qHAf1AD4hZZsd1wGQdqB+f0RNwEmNC4nl48Dq+s7ONq4LgSxbb23jZ29vj+VgrGNFdtXcfKxGwB0qwkYMlxOz+F9CNHDjwu4D9dd8+GH68/zdi9o/YF7TSGYxEXd2w2bzKR0ewD+Mvf2MjefqWuRh0FuzeXz68b1c9r2AwfracmP3hly+wkR0CAUbMrsy14NdFhi/W7rwv2b4f/qQK1j8uB0HYY/lEIiCvZQ1RWlv9qLXYyB4Bu88j34FgxQc/VO9XWcHqkpv0dyzQSKyYn+HrQcWor3chZg8SgmJBOEBNvCfPgr//WOqNWYpGe/upwUNC4btrv/2ZN7JGwK6C4cZ2pb1jGNkDa+haASbB6gXvfmtIC7F83ZtCG9lzgOhZ16ou9xulkcIRRX2eOinJtMTxjiORkY7B6wtHvogg+ZmvTF+2aNEy21KtpEdAn6bF/5TvnRTUZGr6Vr/26rqwI0AO7M8OHvvwPPvN6wcenDnh6r7V3bUo8j0Hoq63Nl+e7sq4ptMndwRLsrksl0Bjn8kp71WytY90Wuk77EilBnh0+vj87ie6KXG9v3NavHzndIKQ9E5a+IVEK4tW6ZbzpBHGv3947XX24/Gmd/y25q+k8T0f4d3z+5qOXomRFOzIdqOyu2hh3rRfaynyTJOGrPV3zxJunfdW1expfs8/5wlZirvvkuyWoIOBieTxBTp5lLgoKjZXrFDqkfgRJYWRceKqLyafX5m+bdp27/Mqn1gPSUCcUukfJyH94t5+eele8N2DX3Un39xAoXROj4KDdOhH93TKw+dqnxb/MDojzHOJWp2FgoOzESNSe4ZFvtQeXNt/ZdH3S7yFCOHeHt5u7t5WjtJuhLqlASYJmXTx0L1KTV5bkCuLIgtu6Nzlch06ISnoRQX8v+/Ji/meUb3uIdmpVK6QkL9DTwJuYPwRoK7gsC6OeOXGqZHhF5DJOYuKE1VxVgyR3FyNbpwD8q94ravVvIeRak4ToRwsJSd0nG7kQNobLV+5CmaarsJKNAeZk+iQEGUCX4hdc3JUm7UMMh8RFnEZIysapHTZRpl8Kdlfr2LBzVyAgMgyjt5uYVgpAFx7LHDhejWIzJwJLfS8ORL5lT7SNcdXdifhx35vsEfSY+EL3jfVz/GnDH62P3RdkZpRoNALrL2eiNneZ5O1eKkUES2YnJ/I7o0F2Dk20qS4pO4katRsuRuIpPMAFVr6q6suDtzjWAK0g1bR1Fs5Ic1SkIh0JNZbxVnuXnbvemfayeGxjnQ696Y9C4FmFMm+JANFbQ4apUg4i5Pz2heox7aUM604+eyGOZeAoHitqxXvme2VZUezyG8hafcvWr2FyJ6J0BwKMzJ7CNArmFkDhnDYIKFlyzJ7GSDY1EAeqH61hSmFagSVBA+Ycl4GmdmMYpbOlj6BoeARPjDpMT0a5UdqGG7Fvt5sumR0hLO5ZwZV6RHO6R7IQ71//1cnZLNlwj68HgH2hISs3FHOyclaYpkuj3jy3r54h284q9fRVksFEYmVROssDbdaIa6m1E/ywSLX88qIkO+Oq+gu2iZwl9VGWu1lB25nLWRm7g+M2nB2x+WDmzsn3P+k/A3u5p3cBXjcv3CetPY9bqW93WC/Mt3C3i/Ui7CQSzz4HftCaM+XYho2Af8MJgdwM0HBE0uwEAjuCAwk2XYNFvqi8eDUt7QFJPD1cdTImGwnXZDdExwCzp2R2KCNzEEJ6jIbjHp2ermBZI6hEW/2YYi648+IRHwZEvEDSMTPQVAhAEHFQhBUIBDKQwq89ersAByPcBiYJbHHwM2La8xLynzi81GYnA0rwkSxNTJj2QZ6XlVHAMdTu4+hMNtT3Sp7gaCyCgSVM0BQuRoElXtBeJn8bkJTc09rTVV1O0IKmUyFpM5zhKC0msam9p5mBmkbypICUBdTVH34FlR5UwOF4urrkY7fRv8q08a0djIVlJEpy+0oa2PaNU2N7TlMVUd9aWt0c9/llCspWYWckcvS/10d+wBI0KRZj1Y1qlRrhyAKMh6q/rN5AYR8SJoajZq069GMgWg1KJMk4C7sokej1BfooZTT1RtQkDj1ZFfUVthGHsxow2jViVGBYrwsLpOrQ1nijdppNGnULufCVXenW69Ua5FtJL9/OSWKTAU5hpyshv/0WXM+Ry9JbYwCe/hVULDA4PACswDPXVxgK4HH47vpl4UIoKmAlTB+yPBJVgLOO8ftLPj4bAoO4N83AA==)
    format("woff2");
}
@font-face {
  font-family: avenir;
  font-style: normal;
  font-weight: 700;
  src: url(data:font/woff2;base64,d09GMgABAAAAAAjQAA0AAAAAEzAAAAh+AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAPAgYCYJzCpMQkWQBNgIkAzQLOAAEIAWKNAcgDGAbbBGjQNg4AFGG5WT/4YCbQ+YpS6EACqkBavAIFwHm3HsGO0JjXv0Vsw2I7ufHreIQWkN7PHy/Xzv3vxUDT3i3FxI0tbpDpQWmWyqm070tpUhmfb79vt2ZeWrfVOJGUdwTm5DOoTRC91Y1i/nw7KrXrGsWRliSR+rX0cr/cIEA2Jzrlcz5fQakn0CxbrsMSwNSue1+R2kKJb/KlDcpPqtJqbCYNpXQSNNWcBRe7P/OZcOOCXgBMUMHzUn9/9Ze7d7ZEKt4YiFRRakIuW8+vj874QlgkQIErmUhgS0wH19le2rrbOtNbcSmh1GL6Bd9priK60jFU9ke8LhhP9lYwPH45vGN8wdFU2K0UyUHCD024lNSYdU9cJRe/E8F91WiBXAOED/0BUxZaMCMRrZwmqDmKrpnb82o+39qNc9rV10u4ObDzjAZbwBDXS3GOljhD9W9AGbWCeSdvC0U9SqfUP9HXGBrLkLGDkvcCYheovQR0F3omQYIT+/DKYNH3mln5N1brrv3TO/LHTLGtPEGD/eBgK2f4dCjDLNyNuphNuoDwmFLrTsMfY3tL3n8P+C98jmB50a3ipASJlYyU8LfaH+nlGyW1qhIGnf+PoVclDrluZXhNnuFlYD7WxrRMcK99DL4micKfL9SQrjVB3xSYXcKis3mYAxC5Yozcrok8UYmfaCd7zWFFofcMTqqp15GjoBBiIN+4yfaXYLy0Z7WQEmTscTzMLTEeXoqlgGMYt5YrpKXy4c7CykGB2h5MvhKJ4keey2JGnI9iRl39QdkDbl2bR89ds+VKxh89epeZtz+69fVlXZzchlFlVxZt40asmfbBbP9ZQffA4M3H9jjlKWOB0wPtjlYcJEZt2vdJmrIRukYTZOFqN3rzneOHnvGbH+R0W+6EoUVJ/duaQUdGrnByFQc03lMJpaFdda9HNxi7BXhRB3awaxdhitaLe8Zmctk6c1atZEviudL4kg4GV1Inb4jp0wcd95t+3c7UlJpyQZLsMRQgXUT9uDZQWbc4fwMcJGqqGdYFp1rOH15Y5VLOgUOaDnhd7/znLB9Gfpv6GRuZaL5qPCauqDExPqgiJq5M85mPjKiqj5wQ11geBWuvy7BWiVVP2qitfVCg6jpBmsblTTasNDaeuK6Q/+nM0xVh1Xn9LxYO/eI/3a87s/Zv1YO/5xcElIX62d7ZMYGFFkIbKFxrLdLuq9DkO2Z7mVTrKe2x5wNqGcl+pSYsF4F+gluvjEX5zlNveLlxB+xDpkOG+5n4t6PNdppk2rikGtrl9A5z/YMv45xyzRw88wzjGZdEvjAiLRghWsTY2GNbMzYBWOTJ1iuP7m1YvSfCWmV0rrO6Jfh7iVJweUWgleOUYw7FyHO9lh+3qXymE/MGe1v4lCmVaw1fetkc6XWz9zyLjaN8nPMbM97G1QpTQyvtvEPqLJJDHctDgh1rbFb++/0ho9207bJPbKs3tjvrvL12sdxd7l6YDjPnV3JHbbopE6WjYxPOulXyYjzKTMRvEtN4rzDn+9n5eNyb5bswvxOIOuYGMnlG7NsnlEk65TABgam/k+r7pn0t5vYmts63LVNH3TMfZQPONe4ulW7uFa4uWW8yL+Z83U2fdZZtkzumWn1x6kRrHP6nICxq3w9AiJ4/hwvZ8RKgGuw7iOgNE3A+gn4jt0Pl1x9AS+WoJgJvByuBJkn1B9B2yIg/W22+uuUV2zMIuJrdAALE/a7O2mbALveqNQBARbzCMxsKsKkLOSvCD6Fx/U2+0WEUONdkpDgAoH5TWGZXaKMAA1oe7G7Icj1Zyy4kpyAgCuVo21Ax/8k+MF7ygJe8bn08PcTxF77bp7XJG0W9to2K+0gipAgaemsHSAqc0MrIokkkj0luJJacjoIXF3hRrqdb/V2+iWI6trVquu7GxFEsP6kWhEGDFrgtuG0SoRkB2UOnUERVSAq1fzGYj8BXgmQL6AmoI00b6uxIISSgiAuscb7+ZVgnDCWvV5BQwhny9Javf6aH1Bt6wIbtt8V4YqEkaqwX4erX729FVWqfP0JcpkgpLUKdafdxpG5nhJMITh8twSbMu0Skbi1kYhMROaFsR5DKjxEJVt7lKeBFB2RRlqlr2xbYnZYJ8GqC8LhSp0rnXYQo6a3HYZQWncj1qrOq4y8yl/63W15MXa3rQjakW1PWTFUwyN3WxTDKtHuVN64nRJSDK0iqi2/QBFcT1ALNOweW2PVyFCnpnRav34RJeRGRamm9CJwJ5scYGJPFlanMA9m5vrrK4FnShTM4lQBs9Sp8Ep6PuU9QNpW0kSKtPZuOo/liKoo+X5diqNnZ3NlqWbQ109Kn4GHgrl9Ab76J09AqPu2Ktl11N3jO9r/9XsRjKWLqm/kF0JP+hyj8QexBLtiJOp9LNFDEiEUUcECI1VlSOsxx7x8fRpQgKAhmIqRxdRs7G8N+pI3yCiIjjIS3UWUwu9llMnOuELhL1HF63ZC5dYLSEJ/gYT+AQn9HwQTCggmAiCYSIKQGjWwCSUZcEIFIIMIx6UMyojvzLaF/wpyiC/0MnhO4cECwsNYhF1Q0AacyLqCBPFJTtwm5UEwSQDBpBQQTKoDwaS+ILxMujT98MCuXVWUA0DgeRFsR8+RwrPSZlgtwUXxqwNzx6BcvQUKoxB2UoJJsHf/KPXUTZThn/h75D0NZ6OHFxWjZN36zIXL6YfoZT753u6/l2UfsDkYu3ZVUQ4AgddV0f+gfwnppz4rbYbVElwUvzow04lQHtGKgkYqhJ2k5VCU6unB1FM3UYZ/py9/j3zrjYaz0cPL4SI4Xcm6Y+ZJv34/RC/zyQdqMvyjq+Z9jV6S7jBtnYdfANPegqDoNCWBzb54mtoPJiUuwKaC2jQ+gajLifGtnmQ/qMIBt3sLDkecJsCfPQAA)
    format("woff2");
}
.ave_c {
  font-family: avenir_cond, sans-serif;
}
.ave {
  font-family: avenir, sans-serif;
}
.header-tel,
.fix-bn-tel {
  display: flex;
  align-items: center;
  position: absolute;
}
.header-tel__investigation,
.fix-bn-tel__investigation {
  width: 8.2rem;
  height: 8.2rem;
  background-color: #ffd200;
  color: #000;
  text-align: center;
  border-radius: 4rem;
  font-size: 1.333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1;
  margin-right: 1rem;
  font-weight: 900;
}
.header-tel .ave,
.fix-bn-tel .ave {
  color: #a81010;
  font-size: 4.5rem;
  line-height: 0.8;
  display: inline-block;
}
.header-tel .text,
.fix-bn-tel .text {
  margin-top: 1.5rem;
  font-weight: 900;
}
.header-tel .yen,
.fix-bn-tel .yen {
  line-height: 1;
  font-size: 1.8rem;
  color: #a81010;
  margin-top: -0.5rem;
}
.header-tel__right,
.fix-bn-tel__right {
  transform: translateY(0.5rem);
}
.header-tel__text,
.fix-bn-tel__text {
  font-size: 1.7rem;
  font-weight: 900;
}
.header-tel__text .ave_c,
.fix-bn-tel__text .ave_c {
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 500;
}
.header-tel__number,
.fix-bn-tel__number {
  font-size: 4.8rem;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: -1px;
  line-height: 1;
}
.fix-bn-tel {
  color: #fff;
}
.campaign_tel {
  border: 3px solid #fff;
  padding: 2rem 3rem 1.5rem;
  display: flex;
  align-items: center;
  color: #fff;
  max-width: 816px;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  column-gap: 1.5rem;
  justify-content: center;
}
.campaign_tel .text {
  text-align: left;
  font-size: 2.1rem;
  line-height: 1.5;
}
.campaign_tel .telNum {
  font-size: 8rem;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .header-tel {
    display: none;
  }
  .header-btn {
    width: 68.5px;
  }
  .header-btn--contact {
    background: #22ac38;
  }
  .cta-btn--contact {
    background: #22ac38;
    box-shadow: 0 5px #097c25;
  }
  .fix-sp-cta-btn-wrap {
    flex-wrap: wrap;
  }
  .fix-sp-cta-btn-wrap .cta-btn--tel {
    width: 100%;
  }
  .fix-sp-cta-btn-wrap > .cta-btn {
    margin: 0;
  }
  .fix-cta-btn--contact {
    background: #22ac38;
    box-shadow: 0 3px #097c25;
    width: 100%;
    margin-top: 12px;
  }
  .copyright {
    padding-bottom: 200px;
  }
  .page-all .fix-cta-btn,
  .page-kanto_gaijyu .fix-cta-btn,
  .page-tokai_gaijyu .fix-cta-btn {
    width: 100%;
  }
  .page-all .area img,
  .page-kanto_gaijyu .area img,
  .page-tokai_gaijyu .area img,
  .page-mouse .area img {
    width: 300px;
  }
}
.page-all .annotation_01,
.page-mouse .annotation_01 {
  text-align: left;
}
.page-all .annotation_02,
.page-mouse .annotation_02 {
  text-align: center;
}
.page-all .mt-10,
.page-mouse .mt-10 {
  margin-top: 10px;
}
.page-all .mt-20,
.page-mouse .mt-20 {
  margin-top: 20px;
}
.page-all .mt-50,
.page-mouse .mt-50 {
  margin-top: 50px;
}
.page-all .fs-12,
.page-mouse .fs-12 {
  font-size: 12px;
}
.page-all .fs-15,
.page-mouse .fs-15 {
  font-size: 15px;
}
.page-all .pd_lr_50,
.page-mouse .pd_lr_50 {
  padding: 0 50px;
}
.page-all .mb_40,
.page-mouse .mb_40 {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-all .mv,
  .page-mouse .mv {
    height: 890px;
  }
  .page-all .faq-content dd,
  .page-mouse .faq-content dd {
    background-position: 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .page-b .mv {
    height: 711px;
    background: linear-gradient(to bottom, #f73f3f, #dd3131);
  }
  .page-b .mv-inner {
    position: absolute;
    top: 0;
    left: calc(50% - 883px);
    width: 1766px;
    height: 711px;
  }
  .page-b .covid {
    padding: 80px 0 100px;
  }
}
@media screen and (min-width: 768px) {
  .page-c .mv {
    height: 666px;
    background: #edf8f4;
  }
  .page-c .mv-inner {
    position: absolute;
    top: 0;
    left: calc(50% - 883px);
    width: 1766px;
    height: 666px;
  }
  .page-c .covid {
    padding: 80px 0 100px;
  }
}
.js-telPopUp {
  cursor: pointer;
}
.modal {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 200;
}
.modal .modal__inner {
  position: absolute;
  width: calc(100% - 31px * 2);
  max-width: 420px;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}
.modal .modal__inner .modal__close {
  position: absolute;
  width: 32px;
  height: 32px;
  background: #fff;
  top: -16px;
  right: -16px;
  border-radius: 50%;
  box-shadow: 0px 1.477px 4.431px 0px rgba(0, 0, 0, 0.15);
  z-index: 3;
  transition: all ease 0.3s;
}
.modal .modal__inner .modal__close img {
  vertical-align: text-bottom;
}
.modal .modal__inner .modal__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .modal .modal__inner .modal__close {
    width: 40px;
    height: 40px;
    top: -20px;
    right: -20px;
  }
}
.modal .modal__inner .modal__close:hover {
  opacity: 0.8;
  transform: translate(2px, 2px);
}
.u-inline-block {
  display: inline-block;
}
