@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

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;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/*テキスト用mixin*/
html {
  scroll-behavior: smooth;
}

.body {
  display: grid;
  grid-template-columns: 1fr 400px 1fr;
}
@media screen and (max-width: 1100px) {
  .body {
    grid-template-columns: 1fr 100% 1fr;
  }
}

.main {
  margin: 0 auto;
  position: relative;
  max-width: 400px;
  width: 100%;
  height: auto;
  background-color: var(--color-bg);
  z-index: 5;
  font-family: "Noto Sans JP", sans-serif;
  box-shadow: 4px 4px 20px rgba(0, 118, 255, 0.2);
}
@media screen and (max-width: 400px) {
  .main {
    top: 0;
    height: auto;
    overflow: unset;
  }
}

.background {
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  position: fixed;
  background: url(../img/background.png);
  background-size: cover;
  background-position: center;
}

.aside {
  display: flex;
  justify-content: center;
  z-index: 1;
}
.aside-content {
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: fixed;
  top: 0;
  width: auto;
  height: 100vh;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .aside-content {
    display: none;
  }
}

.txt-orange {
  color: #FF7F00;
}

.txt-vivid {
  color: #EA5405;
}

.txt-blue {
  color: #1FA5B7;
}

.txt-green {
  color: #71B71F;
}

.cta {
  padding: 40px 0;
  width: 100%;
  height: auto;
}
.cta-wrap {
  margin: 0 auto;
  width: calc(100% - 20px);
}
.cta-wrap--ttl {
  margin: 0 auto;
  display: block;
  max-width: 350px;
  width: 100%;
}
.cta-wrap__link-form {
  position: relative;
  margin: 40px auto 0 auto;
  display: block;
  width: fit-content;
}
.cta-wrap__link-form::before {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  content: url(../img/cta/cta-form-hukidashi02.svg);
  width: 180px;
  height: auto;
}
.cta-wrap__link-form img {
  text-align: center;
  max-width: 320px;
  width: 100%;
  height: auto;
}
.cta-wrap__link-line {
  position: relative;
  margin: 40px auto 0 auto;
  display: block;
  width: fit-content;
}
.cta-wrap__link-line::before {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  content: url(../img/cta/cta-line-hukidashi02.svg);
  width: 180px;
  height: auto;
}
.cta-wrap__link-line img {
  max-width: 320px;
  width: 100%;
  height: auto;
}
.cta-wrap__link-tel {
  position: relative;
  margin: 80px auto 0 auto;
  display: block;
  width: fit-content;
}
.cta-wrap__link-tel::before {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  content: url(../img/cta/cta-tel-hukidashi02.svg);
  width: 278px;
  height: auto;
}
.cta-wrap__link-tel img {
  max-width: 320px;
  width: 100%;
  height: auto;
}
.cta-wrap__link-tel-m {
  position: relative;
  margin: 80px auto 0 auto;
  display: block;
  width: fit-content;
}
.cta-wrap__link-tel-m::before {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  content: url(../img/cta/cta-tel-hukidashi01.svg);
  width: 278px;
  height: auto;
}
.cta-wrap__link-tel-m img {
  max-width: 320px;
  width: 100%;
  height: auto;
}
.cta-wrap--txt {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

.cta-m {
  background: url(../img/cta/cta-bg02.png) no-repeat;
  background-size: cover;
}

.cta-l {
  background: url(../img/cta/cta-bg03.png) no-repeat;
  background-size: cover;
}

.sp-cta {
  display: none;
}

@media screen and (max-width: 1100px) {
  .sp-cta {
    position: fixed;
    bottom: 0;
    left: 50%;
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
    width: 100%;
    height: 64px;
    z-index: 5;
    transform: translateX(-50%);
  }
  .sp-cta--line {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: auto;
    background-color: #05C754;
  }
  .sp-cta--line img {
    max-width: 200px;
    width: calc(100% - 40px);
  }
  .sp-cta--form {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: auto;
    background-color: #EA5405;
  }
  .sp-cta--form img {
    max-width: 200px;
    width: calc(100% - 40px);
  }
}
.footer {
  padding: 40px 0 80px 0;
  width: 100%;
  background-color: #fff;
}
.footer--logo {
  margin: 0 auto 20px auto;
  display: block;
  width: 230px;
  height: auto;
}
.footer--add {
  margin: 0 auto;
  width: calc(100% - 20px);
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  line-height: 2;
}
.footer--copy {
  margin-top: 20px;
  display: block;
  color: #939393;
  text-align: center;
  font-size: 12px;
}/*# sourceMappingURL=common.css.map */