@charset "UTF-8";
/*! destyle.css v3.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;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-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;
  /* 2 */
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

#wrap {
  max-width: 1500px;
  margin: 0 auto;
  box-shadow: 0 10px 25px 0 rgb(189, 203, 210);
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 0.667vw;
  }
}
@media screen and (max-width: 834px) {
  html {
    font-size: 1.199vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #333;
  background: #fff;
}

.inner {
  max-width: 73.3333333333%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .inner {
    max-width: 94%;
  }
}

img {
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 1500px) {
  img {
    max-width: 100%;
  }
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.btn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  text-align: center;
  position: relative;
  border: 2px solid #fff;
  box-shadow: 0px 0px 9.5px 0.5px rgba(78, 70, 70, 0.5);
  transition: 0.1s;
}
.btn:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.btn::after {
  content: "→";
  position: absolute;
  right: 0.35em;
}
.btn--orange {
  background-image: linear-gradient(to bottom, #f7c067 0%, #f7c067 50%, #f3aa41 50%, #ec8500 100%);
}
.btn--green {
  background-image: linear-gradient(to bottom, #75f767 0%, #49c538 50%, #38b828 50%, #38b828 100%);
}

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

@media screen and (max-width: 834px) {
  .is-pc {
    display: none;
  }
}

.header {
  min-height: 7.5rem;
  padding: 0 3.3333333333%;
  position: fixed;
  top: 0;
  left: 50%;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  width: 1500px;
  transform: translateX(-50%);
  z-index: 999;
}
@media screen and (max-width: 1500px) {
  .header {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .header {
    min-height: 10rem;
  }
}
.header h1 {
  font-size: 2.4rem;
}
.header-logo {
  width: 11.9rem;
  margin-right: 2.4rem;
}
.header li {
  font-size: 2rem;
  display: inline-block;
  margin: 0.9rem;
}
.header-btn {
  width: 20rem;
  line-height: 5rem;
}

.fv {
  position: relative;
  margin-top: 7.5rem;
}
.fv-btn {
  position: absolute;
  left: 15.3333333333%;
  bottom: 4.8rem;
  width: 50rem;
  line-height: 8rem;
  font-size: 3rem;
}
@media screen and (max-width: 834px) {
  .fv {
    margin-top: 10rem;
  }
  .fv-btn {
    left: 50%;
    transform: translateX(-50%);
    bottom: 6.5%;
  }
}

.feature {
  text-align: center;
  padding-top: 9rem;
}
.feature .inner {
  padding: 0 2.7272727273%;
}
.feature p:first-of-type {
  display: inline-block;
  color: #5699cf;
  font-size: 3.2rem;
  position: relative;
  margin-bottom: 0.5em;
}
.feature p:first-of-type::before, .feature p:first-of-type::after {
  content: "";
  width: 3.1rem;
  height: 4.8rem;
  background: url("./img/deco.png") no-repeat center/contain;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.feature p:first-of-type::before {
  left: -3.8rem;
}
.feature p:first-of-type::after {
  right: -3.8rem;
  transform: translateY(-50%) scale(-1, 1);
}
.feature .highlighter {
  font-size: 4.5rem;
  line-height: 1.7;
  display: inline-block;
  background-image: linear-gradient(transparent 70%, #f7c067 70%);
}
.feature .highlighter span {
  font-size: 84.4444444444%;
}
.feature .highlighter:nth-of-type(3) {
  margin-bottom: 1em;
}
.feature h3:not(.flow h3) {
  font-size: 3.6rem;
  color: #44b5c6;
  margin-bottom: 0.5em;
}
.feature h3:not(.flow h3)::before, .feature h3:not(.flow h3)::after {
  content: "-";
}
.feature .estate-list {
  margin-bottom: 4rem;
}
.feature .estate-list__container {
  color: #fff;
  background: #5699cf;
  border: 1.5rem solid #fff;
  outline: 2px solid #5699cf;
  padding: 4.5% 7.5%;
  position: relative;
}
.feature .estate-list__container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 3.2rem;
  z-index: 10;
}
.feature .estate-list__container::after {
  width: 42.5rem;
  height: 28.2rem;
  background: url("./img/SALE.png") no-repeat center/contain;
}
.feature .mansion-list {
  margin-bottom: 10.5rem;
}
.feature .mansion-list__container {
  color: #fff;
  background: #44b5c6;
  border: 1.5rem solid #fff;
  outline: 2px solid #44b5c6;
  padding: 4.5% 7.5%;
  position: relative;
}
.feature .mansion-list__container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 3.2rem;
  z-index: 10;
}
.feature .mansion-list__container::after {
  width: 42.5rem;
  height: 28.2rem;
  background: url("./img/build.png") no-repeat center/contain;
  mix-blend-mode: screen;
}
.feature li {
  text-align: left;
  font-size: 2.6rem;
  line-height: 1.7530769231;
  position: relative;
  z-index: 20;
}
.feature li::before {
  content: "";
  width: 1.9rem;
  height: 1.9rem;
  background: url("./img/check_icn.png") no-repeat center/contain;
  display: inline-block;
  margin-right: 1.9rem;
}
.feature .flow {
  position: relative;
}
.feature .flow h3 {
  font-size: 4rem;
  color: #fff;
  background: #695134;
  display: inline-block;
  width: 69rem;
  line-height: 7.5rem;
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
.feature .flow-container {
  background: #fad393;
  padding: 5.5% 0 4%;
  align-items: flex-start;
  border-radius: 3rem;
}
.feature .flow-item {
  width: 33.3333333333%;
  position: relative;
}
.feature .flow-item--01__img {
  width: 10.8rem;
}
.feature .flow-item--02__img {
  width: 12.9rem;
}
.feature .flow-item--03__img {
  width: 10.8rem;
}
.feature .flow-item:not(:last-of-type)::after {
  content: "";
  display: block;
  background: url("./img/arrow.png") no-repeat center/contain;
  width: 3.2rem;
  height: 12.9rem;
  position: absolute;
  top: 0;
  right: 0;
}
.feature .flow figcaption {
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 2.5rem;
}
@media screen and (max-width: 834px) {
  .feature {
    padding-top: 10%;
  }
  .feature .highlighter {
    font-size: 3.2rem;
    word-break: keep-all;
  }
  .feature li {
    font-size: 2.8rem;
  }
  .feature .flow h3 {
    width: 65%;
  }
  .feature .flow-container {
    flex-direction: column;
    align-items: center;
    padding: 12% 0 10%;
  }
  .feature .flow-item {
    width: 100%;
  }
  .feature .flow figcaption {
    font-size: 3.4rem;
  }
  .feature .flow-item:not(:last-of-type)::after {
    position: relative;
    display: inline-block;
    transform: rotate(90deg);
  }
}

.details {
  text-align: center;
  padding-top: 6.5rem;
}
.details > p {
  font-size: 3rem;
  line-height: 1.6666666667;
  margin-bottom: 1em;
}
.details-card {
  background: #fff;
  margin-top: 5rem;
  text-align: left;
  padding: 3% 7.5% 3.5%;
  border-radius: 3rem;
  position: relative;
}
.details-card::before {
  content: "";
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid #c1c1c1;
  border-radius: 3rem;
}
.details-card h3 {
  font-size: 3rem;
  color: #5699cf;
  margin-bottom: 0.5em;
}
.details-card h3 span {
  font-size: 150%;
}
.details-card p {
  padding-left: 5rem;
  line-height: 1.625;
}
.details-card p:first-of-type {
  font-size: 2rem;
  margin-bottom: 1em;
  line-height: 1.75;
}
.details-card__extra {
  font-size: 1.6rem;
}
.details-card--01 h3, .details-card--02 h3 {
  display: inline-block;
  border-bottom: 5px solid #f7c067;
}
.details-card--03 h3 span, .details-card--04 h3 span {
  font-size: 133.3333333333%;
}
.details-card--04 {
  margin-bottom: 2.5rem;
}
.details__extra {
  font-size: 1.8rem;
  color: #fff;
  text-align: left;
  padding: 0 9.0909090909% 10rem;
  line-height: 1.6666666667;
}

.tab ul {
  font-size: 0;
}
.tab-btn {
  display: inline-block;
  margin: 0;
  width: 45rem;
  line-height: 9rem;
  color: #fff;
  font-size: 3.5rem;
  border-radius: 3rem 3rem 0 0;
  cursor: pointer;
}
.tab-btn--01 {
  background: #5699cf;
}
.tab-btn--02 {
  background: #44b5c6;
}
@media screen and (max-width: 834px) {
  .tab-btn {
    width: 46%;
  }
}
.tab-panel {
  padding-top: 10.5rem;
  display: none;
}
.tab-panel.active {
  display: block;
}
.tab-panel--01 {
  background: #5699cf;
  display: none;
}
.tab-panel--02 {
  background: #44b5c6;
}
.tab-panel--02 h3 {
  color: #44b5c6;
}
.tab .smaple-dl-btn {
  display: inline-block;
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  background: #ee9012;
  box-shadow: 0px 0.5rem 0px 0px #583301;
  border-radius: 1rem;
  width: 50rem;
  line-height: 8rem;
}
.tab .smaple-dl-btn:hover {
  position: relative;
  bottom: -0.5rem;
  box-shadow: none;
}
.tab .smaple-dl-btn + p {
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  margin: 1.5em 0;
}
.tab .smaple-dl-btn img {
  width: 90.9090909091%;
}
@media screen and (max-width: 834px) {
  .tab .table-img {
    overflow-x: scroll;
  }
  .tab .table-img img {
    max-width: 640px;
  }
}

.cta {
  text-align: center;
  padding: 10rem 0;
}
.cta p {
  font-size: 4rem;
  line-height: 1.375;
  color: #fff;
  margin-bottom: 1em;
}
@media screen and (max-width: 834px) {
  .cta p {
    font-size: 3.4rem;
  }
}
.cta li {
  display: inline-block;
  margin: 0 1.25rem;
}
.cta-btn {
  display: inline-block;
  width: 50rem;
  line-height: 8rem;
  font-size: 3rem;
}
@media screen and (max-width: 834px) {
  .cta-btn {
    line-height: 10rem;
  }
}
.cta--01 {
  background: url("./img/cta_bg.jpg") no-repeat center/cover;
}
.cta--02 {
  background: url("./img/cta_bg2.jpg") no-repeat center/cover;
}
.cta--03 {
  background: url("./img/cta_bg3.jpg") no-repeat center/cover;
}

.trouble {
  text-align: center;
  padding-top: 6.5rem;
  background: url("./img/touble_bg.jpg") no-repeat center/cover;
}
.trouble img {
  width: 70.6%;
}

.merit {
  background: #44b5c6;
  padding: 10rem 0;
}
.merit h2 {
  font-size: 4rem;
  color: #fff;
  line-height: 1.8;
  text-align: center;
  position: relative;
  margin-bottom: 6rem;
  z-index: 20;
}
.merit h2::before {
  content: "";
  width: 18.1rem;
  height: 20.3rem;
  background: url("./img/light_deco.png") no-repeat center/contain;
  display: block;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -4.7rem;
  transform: translateX(-50%);
}
.merit h2 span {
  -webkit-text-decoration: underline wavy;
          text-decoration: underline wavy;
  text-underline-offset: 0.25em;
}
.merit-card {
  background: #fff;
  margin-bottom: 3rem;
  padding: 2rem 2.7272727273%;
}
.merit-card__inner {
  justify-content: start;
  border: 1px dashed #5699cf;
  padding: 2%;
}
.merit-card p:first-of-type {
  font-size: 3.2rem;
  color: #5699cf;
  margin-right: 3.5rem;
}
.merit-card p:first-of-type span {
  display: block;
  width: 5rem;
  line-height: 5rem;
  color: #fff;
  background: #5699cf;
  border-radius: 50%;
  text-align: center;
  margin: 0.25em auto 0;
}
.merit-desc {
  font-size: 3rem;
  line-height: 1.5;
  flex: 1;
}
.merit-desc span {
  background-image: linear-gradient(transparent 60%, #f7c067 60%);
}
.merit-img {
  width: 22rem;
  text-align: right;
}

.voice {
  text-align: center;
}
.voice .inner {
  padding: 7.5rem 2.7272727273% 10rem;
}
.voice h2 {
  font-size: 5rem;
  display: inline-block;
  margin-bottom: 6.5rem;
}
.voice h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, rgb(86, 153, 207) 0%, rgb(209, 131, 201) 100%);
  margin-top: 1rem;
}
.voice-card__ttl {
  font-size: 3rem;
  color: #fff;
  background: #5699cf;
  width: 59.0909090909%;
  line-height: 5rem;
  margin: 0 auto;
  border-radius: 2.5rem;
  margin-bottom: 3.5rem;
}
.voice-card figure {
  width: 43.5576923077%;
}
.voice-card figure img {
  width: 35rem;
}
.voice-card figure figcaption {
  font-size: 1.8rem;
  margin-top: 1em;
}
.voice-card p {
  flex: 1;
  text-align: left;
  font-size: 2.2rem;
  line-height: 1.8181818182;
}
.voice-card:first-of-type {
  padding-bottom: 4rem;
  border-bottom: 1px solid #333;
}
.voice-card:nth-of-type(2) {
  padding-top: 5rem;
}

.service-plan {
  text-align: center;
  padding-bottom: 10rem;
}
.service-plan h2 {
  display: inline-block;
  font-size: 5rem;
  margin-bottom: 4rem;
}
.service-plan h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, rgb(86, 153, 207) 0%, rgb(209, 131, 201) 100%);
  margin-top: 1rem;
}
.service-plan p:first-of-type {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.325;
  margin-bottom: 0.75em;
}
.service-plan p:first-of-type span {
  color: #5699cf;
}
@media screen and (max-width: 834px) {
  .service-plan p:first-of-type {
    font-size: 3.6rem;
  }
}
.service-plan p:nth-of-type(2) {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.5882352941;
  margin-bottom: 1.5em;
}
.service-plan p:nth-of-type(2) span {
  display: inline-block;
  background-image: linear-gradient(transparent 60%, #f7c067 60%);
}
@media screen and (max-width: 834px) {
  .service-plan p:nth-of-type(2) {
    font-size: 3rem;
  }
}

.step {
  background: url("./img/step_bg.jpg") repeat-y center/contain;
  padding-top: 9rem;
  padding-bottom: 5rem;
  text-align: center;
  counter-reset: number 0;
}
.step h2 {
  font-size: 5rem;
  color: #fff;
  display: inline-block;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
}
.step h2 + p {
  font-size: 2.9rem;
  margin: 1em 0;
}
.step-card {
  text-align: left;
  background: #fff;
  border-radius: 3rem;
  margin-bottom: 5rem;
  counter-increment: number 1;
  padding: 5% 6.5% 5% 8%;
}
.step-card p {
  font-size: 2.7rem;
  line-height: 1.5555555556;
  position: relative;
  margin-bottom: 1.25em;
}
.step-card p a {
  color: #00a0e9;
  text-decoration: underline;
}
.step-card p::before {
  content: counter(number);
  position: absolute;
  top: -0.2em;
  left: -0.8em;
  font-size: 6rem;
  color: #f6bd60;
}
.step-card img {
  display: block;
  margin: 0 auto;
}
.step .notice li {
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
}
.step .notice li::before {
  content: "※";
  position: absolute;
  left: -1.25em;
}
.step .notice li:first-child {
  color: #e60012;
}

.cta--03 p:first-of-type {
  font-size: 4.5rem;
  width: 65.3333333333%;
  padding: 0.25em 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
}
.cta--03 p:nth-of-type(2) {
  font-size: 3.8rem;
  margin: 1em 0;
}

.footer {
  max-width: 55.3333333333%;
  margin: 0 auto;
  align-items: center;
  padding-top: 3.5rem;
}
@media screen and (max-width: 1500px) {
  .footer {
    width: 80%;
  }
}
.footer-l {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .footer-l {
    width: 100%;
  }
}
.footer-r {
  width: 50%;
  text-align: center;
}
.footer-logo {
  width: 17.2rem;
}
.footer-info {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 5.4rem;
}
@media screen and (max-width: 834px) {
  .footer-info {
    margin-top: 2.5rem;
    margin-bottom: 3rem;
  }
}
.footer-btn {
  font-size: 2rem;
  width: 35rem;
  line-height: 6rem;
}
.footer-btn:first-of-type {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 834px) {
  .footer-btn:first-of-type {
    margin-bottom: 1rem;
  }
}

.copyright {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 4rem;
  padding-bottom: 3rem;
}

@media screen and (max-width: 834px) {
  .tab .smaple-dl-btn + p {
    font-size: 2.8rem;
  }
  .tab .smaple-dl-btn + p br {
    display: none;
  }

  .details-card {
    padding: 4% 7% 5%;
  }

  .details-card p {
    padding-left: 0;
  }

  .details-card h3 {
    font-size: 4rem;
  }

  .details-card p:first-of-type {
    font-size: 3rem;
  }

  .details-card__extra {
    font-size: 2.8rem;
  }

  .details__extra {
    font-size: 2.4rem;
    padding: 1em 1em 10rem;
  }

  .cta-btn {
    margin: 0.8rem 0;
    width: 65rem;
    font-size: 3.6rem;
  }

  .trouble img {
    width: 100%;
  }

  .merit-card p:first-of-type {
    font-size: 3.6rem;
  }

  .merit-desc {
    font-size: 3.4rem;
  }
  .merit-desc br {
    display: none;
  }

  .merit-img {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
  }
  .merit-img img {
    width: 50%;
  }

  .voice-card__container {
    flex-direction: column-reverse;
  }

  .voice-card__ttl {
    width: 100%;
    font-size: 3.6rem;
    line-height: 6.5rem;
  }

  .voice-card p {
    font-size: 3.2rem;
    line-height: 1.67;
  }

  .voice-card figure {
    width: 100%;
    margin-top: 2rem;
  }
  .voice-card figure img {
    width: 65%;
  }
  .voice-card figure figcaption {
    font-size: 2.8rem;
  }

  .service-plan p br {
    display: none;
  }

  .service-plan .table-img {
    overflow-x: scroll;
  }
  .service-plan .table-img img {
    max-width: 580px;
  }

  .step h2 + p {
    font-size: 3.4rem;
  }

  .step-card p {
    font-size: 3.2rem;
  }

  .step .notice li {
    font-size: 2.8rem;
  }

  .feature .highlighter span {
    font-size: 100%;
  }

  .cta--03 p:first-of-type {
    width: 100%;
  }

  .footer {
    max-width: 100%;
  }

  .footer-info {
    font-size: 2.8rem;
  }

  .footer-btn {
    font-size: 3.2rem;
    width: 60rem;
    line-height: 8rem;
    margin: 1rem 0;
    box-shadow: 0px 0px 3px 0.5px rgba(78, 70, 70, 0.5);
  }
}
@media screen and (max-width: 834px) {
  .header-btn {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 2rem;
    width: 22rem;
  }
  .header-btn::after {
    content: none;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .header-btn {
    width: auto;
    font-size: 2.8rem;
    padding: 0 1em;
  }
}
@media screen and (max-width: 834px) {
  #hamburger_btn {
    display: inline-block;
  }
}
@media screen and (max-width: 834px) {
  #hamburger_btn span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 834px) {
  #hamburger_btn {
    position: relative;
    width: 33px;
    height: 23px;
    z-index: 20;
  }
}
@media screen and (max-width: 834px) {
  #hamburger_btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #333;
  }
}
@media screen and (max-width: 834px) {
  #hamburger_btn span:nth-of-type(1) {
    top: 0;
  }
}
@media screen and (max-width: 834px) {
  #hamburger_btn span:nth-of-type(2) {
    top: 10px;
  }
}
@media screen and (max-width: 834px) {
  #hamburger_btn span:nth-of-type(3) {
    bottom: 0;
  }
}
@media screen and (max-width: 834px) {
  #hamburger_btn.opened span:nth-of-type(1) {
    transform: translateY(10px) rotate(-315deg);
  }
}
@media screen and (max-width: 834px) {
  #hamburger_btn.opened span:nth-of-type(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 834px) {
  #hamburger_btn.opened span:nth-of-type(3) {
    transform: translateY(-10px) rotate(315deg);
  }
}
@media screen and (max-width: 834px) {
  .nav--sp {
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    position: absolute;
    top: 10rem;
    left: 0;
    text-align: center;
    padding: 8% 0 10%;
    display: none;
    z-index: 99;
    -moz-columns: 2;
         columns: 2;
  }
}
@media screen and (max-width: 834px) {
  .nav--sp li {
    font-size: 3rem;
    font-weight: 700;
    line-height: 2.7;
    position: relative;
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .nav--sp li::after {
    content: "";
    display: block;
    width: 67%;
    height: 1px;
    background-color: #333;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.3;
  }
}

/*# sourceMappingURL=style.css.map */