@charset "UTF-8"; /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@-ms-viewport {
  width: device-width;
}
html {
  font-size: 62.5%;
}
body {
  background-color: #fff;
  color: #222;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Helvetica Neue,
    YuGothic,
    ヒラギノ角ゴ ProN W3,
    Hiragino Kaku Gothic ProN,
    Arial,
    メイリオ,
    Meiryo,
    sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
sup {
  font-size: 11px;
  font-size: 1.1rem;
}
small {
  color: #706d65;
  font-size: 13px;
  font-size: 1.3rem;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  color: #222;
  cursor: pointer;
  text-decoration: none;
}
a,
a img {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 0.1);
}
.container {
  max-width: 1080px;
  margin: 0 auto;
}
.section-title {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 1120px) {
  .section-title {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 40px;
    line-height: 1.3;
  }
}
.section-subtitle {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #00aec4;
}
.section-subtitle-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 8px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1120px) {
  .section-subtitle-wrapper {
    padding-left: 0;
  }
}
.button {
  width: 288px;
  border-radius: 29px;
  padding: 16px;
  border: 1px solid #00aec4;
  background-color: #00aec4;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1120px) {
  .button {
    margin: 0 auto;
  }
}
.sp-only {
  display: none;
}
@media screen and (max-width: 1120px) {
  .sp-only {
    display: block;
  }
}
.pc-only {
  display: block;
}
@media screen and (max-width: 1120px) {
  .pc-only {
    display: none;
  }
}
.owner .container .container {
  max-width: 1080px;
}
.owner-hero__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.owner-hero {
  padding: 40px 0;
  background: #eef3f3;
}
.owner-hero__image {
  max-width: 520px;
  width: 100%;
  height: 465px;
}
.owner-hero__image img {
  border-radius: 8px;
}
.owner-hero__header {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.owner-hero__title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.32;
}
.owner-hero__lead {
  margin: 32px 0;
  font-weight: 700;
}
.owner-hero__subtitle {
  font-weight: 700;
  font-size: 24px;
  padding: 10px 12px;
  border: 3px solid #00aec4;
}
.owner-hero__cta {
  display: block;
}
.owner-hero__cta:hover {
  background: #008b9d;
  cursor: pointer;
}
.owner-gallery {
  padding: 24px 0 8px;
  background: #fff;
}
.owner-gallery__header {
  max-width: 1080px;
  margin: 64px auto 56px;
  display: flex;
  align-items: center;
  gap: 52px;
}
.owner-gallery__title {
  margin: 0 0 8px;
}
.owner-gallery__lead {
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.8;
}
.owner-marquee {
  overflow: hidden;
  width: 100%;
  margin: 56px 0;
}
.owner-marquee__track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: owner-scroll 45s linear infinite;
}
.owner-marquee__track img {
  width: 135px;
  height: 112px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
  box-shadow: 0 1px 6px #00000014;
}
.owner-marquee__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.owner-marquee__item span {
  font-size: 14px;
  line-height: 1.5;
}
@keyframes owner-scroll {
  0% {
    transform: translate(-50%);
  }
  to {
    transform: translate(0);
  }
}
.owner-features {
  padding: 64px 0 58px;
  background: #eef3f3cc;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.owner-features .section-title {
  margin-bottom: 40px;
}
.owner-features .owner-feature {
  display: flex;
  flex-direction: column;
  background: #fff;
  gap: 10px;
  width: 254px;
  height: 290px;
  box-shadow: 0 1px 16px #0000001a;
  padding: 20px 21px;
  border-radius: 4px;
}
.owner-features .owner-feature__icon {
  width: 212px;
  height: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.owner-features .owner-feature__icon.small {
  width: 154px;
  height: 72px;
  margin: 5px auto 10px;
}
.owner-features .owner-feature__icon img {
  height: 100%;
  width: 100%;
}
.owner-features .owner-feature__title {
  margin: 0 auto 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  min-height: 50px;
}
.owner-features .owner-feature__title-text {
  color: #00aec4;
}
.owner-features .owner-feature__desc {
  margin: 0;
  font-size: 14px;
  color: #575a5a;
  line-height: 1.5;
}
.owner-features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.owner-compare {
  padding: 40px 0 64px;
  background: #eef3f3cc;
}
.owner-compare .section-title {
  font-size: 28px;
  margin-bottom: 32px;
}
.owner-compare__table {
  background: #fff;
  border-radius: 4px;
  padding: 42px 28px 28px;
  box-shadow: 0 1px 6px #0000001a;
}
.owner-compare table {
  width: 100%;
  border-collapse: collapse;
}
.owner-compare thead th {
  color: #222;
  width: 256px;
  text-align: center;
  padding: 12px;
  border-bottom: 1px solid #e6edf0;
}
.owner-compare thead th:first-child {
  text-align: left;
}
.owner-compare thead th.brand {
  text-align: center;
}
.owner-compare thead th.brand img {
  height: 18px;
  vertical-align: middle;
}
.owner-compare tbody th {
  text-align: left;
  padding: 12px;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.owner-compare tbody td {
  text-align: center;
  padding: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.owner-compare td.is-ok:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3csvg%20width='20'%20height='21'%20viewBox='0%200%2020%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.6666%205.84998L7.49992%2015.0166L3.33325%2010.85'%20stroke='%2300AEC4'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")
    center/contain no-repeat;
}
.owner-compare td.is-ng:after {
  content: "×";
  color: #222;
  font-weight: 700;
}
.owner-compare thead th.brand {
  background: #ebf9fb;
}
.owner-compare tbody td:nth-child(2) {
  background: #ebf9fb;
}
.owner-revenue {
  padding: 64px 0 40px;
  background: #fff;
}
.owner-revenue__header {
  margin-bottom: 40px;
}
.owner-revenue .section-title {
  margin-bottom: 32px;
}
.owner-revenue__lead {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 22px;
}
.owner-revenue__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.owner-revenue__chart {
  width: 359px;
  height: 337px;
  margin: 0 auto;
}
.owner-revenue__chart img {
  width: 100%;
  height: 100%;
}
.owner-revenue__card {
  background: #f1f5f5;
  border-radius: 4px;
  padding: 28px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.owner-revenue__card h3 {
  margin: 0 auto 32px;
  text-align: center;
}
.owner-revenue__title {
  font-weight: 700;
  font-size: 28px;
  color: #222;
  text-align: left;
  margin-bottom: 32px;
}
.owner-revenue__title-accent {
  color: #00aec4;
  font-size: 40px;
  line-height: 1;
  margin-left: 8px;
}
.owner-revenue__title-unit {
  color: #00aec4;
  font-size: 32px;
  line-height: 1;
  margin-left: 2px;
  margin-right: 6px;
}
.owner-revenue__note {
  font-size: 14px;
  color: #888;
  vertical-align: super;
  margin-top: 24px;
}
.owner-points-boost {
  background: #06a7bd;
  padding: 40px 28px;
  margin: 0 auto 64px;
  color: #fff;
  border-radius: 4px;
}
.owner-points-boost__title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 16px;
}
.owner-points-boost__lead {
  text-align: center;
  margin: 0 0 20px;
  font-size: 18px;
}
.owner-points-boost__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.owner-points-boost__card {
  background: #fff;
  color: #222;
  border-radius: 4px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 315px;
}
.owner-points-boost__icon {
  height: 80px;
  display: flex;
  align-items: center;
}
.owner-points-boost__icon img {
  height: 72px;
  width: auto;
}
.owner-points-boost__card-title {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
}
.owner-points-boost__desc {
  margin: 0;
  font-size: 14px;
  color: #222;
}
.rev-sim {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.rev-sim__panel {
  background: #fff;
  border-radius: 4px;
  padding: 24px 40px;
  width: 441px;
}
.rev-sim__panel-title {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 18px;
  color: #0f2d3a;
}
.rev-sim__rows {
  display: grid;
  gap: 6px;
  padding-bottom: 6px;
  margin-bottom: 12px;
}
.rev-sim__rows.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.rev-sim__row {
  display: grid;
  grid-template-columns: 1fr auto;
  color: #575a5a;
  font-size: 12px;
}
.rev-sim__row strong {
  color: #222;
  font-weight: 400;
}
.rev-sim__total {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
}
.rev-sim__total span {
  font-size: 14px;
  font-weight: 700;
}
.rev-sim__total em {
  color: #00aec4;
  font-style: normal;
  font-weight: 900;
}
.rev-sim__total em .prefix {
  font-size: 16px;
  font-weight: 700;
  margin-right: 2px;
}
.rev-sim__total em .num {
  font-size: 32px;
  line-height: 1;
}
.rev-sim__total em .unit {
  font-size: 18px;
  margin-left: 2px;
}
.owner-points {
  padding: 64px 0;
}
.owner-points__header {
  margin-bottom: 32px;
}
.owner-points__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.owner-point {
  background: #fff;
  border: 1px solid #eef2f4;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
}
.owner-point h4 {
  margin: 10px 0;
}
.owner-cases {
  padding: 64px 0;
  background: #eef3f3cc;
}
.owner-cases .section-title {
  margin-bottom: 40px;
}
.owner-cases__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.case-card {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 6px #0000001a;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 346px;
}
.case-card__thumb {
  height: 180px;
  background: #e6edf0;
}
.case-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.case-card__body {
  padding: 20px 21px;
}
.case-card__title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}
.case-card__desc {
  margin: 0 0 13px;
  color: #222;
  font-size: 14px;
}
.case-card__meta {
  color: #575a5a;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}
.case-card__meta-item {
  display: flex;
  gap: 6px;
  text-align: right;
  align-items: flex-end;
}
.case-card__meta .label {
  color: #575a5a;
}
.case-card__meta .value {
  color: #222;
  font-size: 16px;
  font-weight: 700;
}
.owner-flow {
  padding: 64px 0;
}
.owner-flow .section-title {
  text-align: left;
  margin-bottom: 28px;
}
.owner-flow__steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: start;
  gap: 24px;
}
.owner-flow__step {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.owner-flow__head {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 8px;
}
.owner-flow__num {
  color: #00aec4;
  font-weight: 900;
  font-size: 28px;
}
.owner-flow__title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  color: #222;
}
.owner-flow__icon {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0 12px;
}
.owner-flow__icon img {
  height: 140px;
  width: auto;
}
.owner-flow__desc {
  margin: 0;
  color: #222;
  font-size: 16px;
}
.owner-flow__arrow {
  height: 20px;
  align-self: center;
}
@media screen and (max-width: 1120px) {
  .owner-flow__steps {
    grid-template-columns: 1fr;
    gap: 12px;
    justify-items: center;
  }
  .owner-flow__step {
    text-align: center;
  }
}
.owner-faq {
  padding: 64px 0;
  background: #eef3f3cc;
}
.owner-faq__items {
  display: grid;
  gap: 12px;
}
.owner-faq .section-title {
  margin-bottom: 40px;
}
.owner-faq__item {
  background: #fff;
  border: 1px solid #e6edf0;
  border-radius: 4px;
  box-shadow: 0 1px 6px #0000001a;
}
.owner-faq__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px;
}
.owner-faq__qbadge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #00aec4;
  font-weight: 700;
  font-size: 18px;
}
.owner-faq__question {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.owner-faq__answer {
  color: #222;
  line-height: 1.5;
  background: #fbfbfb;
  padding: 24px;
  font-size: 18px;
}
@media screen and (max-width: 1120px) {
  .owner-summary__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .owner-revenue__grid,
  .owner-points__grid {
    grid-template-columns: 1fr;
  }
  .owner-cases__grid,
  .owner-flow__steps,
  .owner-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .owner-points-boost__grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
@media screen and (max-width: 1120px) {
  .owner-hero {
    padding: 24px 20px;
  }
  .owner-hero__container {
    flex-direction: column;
    gap: 20px;
  }
  .owner-hero__header {
    gap: 8px;
    margin-bottom: 8px;
  }
  .owner-hero__subtitle {
    font-size: 21px;
    padding: 6px 8px;
    border-width: 2px;
  }
  .owner-hero__title {
    font-size: 41px;
    line-height: 1.3;
    margin-bottom: 16px;
  }
  .owner-hero__lead {
    margin: 16px 0;
    font-size: 14px;
  }
  .owner-hero__image {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }
  .owner-summary__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .owner-cases {
    padding: 48px 24px;
  }
  .owner-cases__title {
    font-size: 22px;
    line-height: 1.25;
  }
  .owner-cases__lead {
    font-size: 16px;
  }
  .owner-cases__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .owner-flow {
    padding: 48px 20px;
  }
  .owner-flow__steps {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }
  .owner-flow__title {
    font-size: 24px;
  }
  .owner-flow__icon {
    width: 206px;
    margin: 0 auto;
  }
  .owner-flow__desc {
    font-size: 16px;
    text-align: center;
  }
  .owner-flow__arrow {
    transform: rotate(90deg);
  }
  .owner-marquee {
    margin: 32px 0;
  }
  .owner-marquee__track {
    gap: 12px;
    animation-duration: 60s;
  }
  .owner-marquee img {
    width: 200px;
    height: 128px;
  }
  .owner-features {
    padding: 48px 20px;
  }
  .owner-features__grid {
    grid-template-columns: 1fr;
  }
  .owner-features .owner-feature {
    width: 335px;
    height: 246px;
  }
  .owner-features .owner-feature__icon {
    height: 64px;
  }
  .owner-features .owner-feature__icon img {
    height: 60px;
  }
  .owner-features .owner-feature__title {
    min-height: 48px;
  }
  .owner-compare {
    padding: 10px 0 48px 20px;
  }
  .owner-compare__table {
    padding: 24px 16px 28px;
    overflow-x: auto;
  }
  .owner-compare table {
    min-width: 500px;
    table-layout: fixed;
  }
  .owner-compare thead th,
  .owner-compare tbody th,
  .owner-compare td {
    padding: 10px;
    font-size: 14px;
    width: 125px;
  }
  .rev-sim__panel-title {
    font-size: 16px;
  }
  .rev-sim__total {
    grid-template-columns: auto;
    flex-direction: column;
    justify-content: center;
  }
  .rev-sim em {
    text-align: center;
  }
  .rev-sim em .num {
    font-size: 28px;
  }
  .rev-sim em .unit {
    font-size: 16px;
  }
  .rev-sim__panel {
    width: 100%;
    padding: 16px;
  }
  .owner-revenue {
    padding: 48px 24px;
  }
  .owner-revenue__lead {
    font-size: 16px;
  }
  .owner-revenue__title {
    font-size: 22px;
  }
  .owner-revenue__title-accent {
    font-size: 32px;
  }
  .owner-revenue__title-unit {
    font-size: 26px;
  }
  .owner-revenue__title-note {
    font-size: 12px;
  }
  .owner-revenue__grid {
    gap: 16px;
  }
  .owner-revenue__chart {
    width: 100%;
    height: auto;
  }
  .case-card {
    width: 100%;
  }
  .case-card__thumb {
    height: 160px;
  }
  .owner-gallery__header {
    padding: 40px 24px;
    margin: 0 auto;
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
  .owner-gallery__lead {
    font-size: 16px;
    line-height: 1.7;
  }
  .owner-points-boost {
    margin: 0 24px 48px;
    padding: 24px 28px;
  }
  .owner-points-boost__title {
    font-size: 22px;
    line-height: 1.25;
  }
  .owner-points-boost__lead {
    font-size: 16px;
  }
  .owner-points-boost__card {
    width: 279px;
  }
  .owner-points-boost__card-title {
    font-size: 18px;
  }
  .owner-points-boost__icon img {
    width: 150px;
  }
  .owner-points-boost__desc {
    font-size: 14px;
  }
  .owner-faq {
    padding: 48px 20px;
  }
  .owner-faq__head {
    padding: 16px;
  }
  .owner-faq__qbadge,
  .owner-faq__question {
    font-size: 16px;
  }
  .owner-faq__answer {
    padding: 16px;
    font-size: 16px;
  }
  .owner-cta {
    padding: 32px 0 48px;
  }
  .owner-cta__box {
    padding: 20px 16px;
  }
  .owner-cta__button {
    padding: 12px 16px;
  }
}
body {
  padding-top: 64px;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family:
    Noto Sans JP,
    sans-serif;
  text-align: left;
}
.hero {
  position: relative;
  min-height: 545px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
  background-image: url(/assets/mainVisual_bg-CK_II6Bc.png);
  background-size: 100% 268px;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.hero__image {
  margin: 0 auto;
}
.hero__image picture,
.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero__image img {
  max-width: 1120px;
  margin: 0 auto;
}
.hero__content {
  position: absolute;
  bottom: 41px;
  left: calc((100vw - 1120px) / 2);
  z-index: 2;
  width: 100%;
  max-width: 520px;
  padding: 30px;
  margin: 0 0 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
}
.hero__subtitle {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0 0 26px;
  font-weight: 700;
}
.hero__download {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.hero__button {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  transition: all 0.3s ease;
  justify-content: center;
}
.hero__button:hover {
  opacity: 0.7;
}
.hero__button--appstore,
.hero__button--googleplay {
  height: 72px;
}
@media screen and (max-width: 1120px) {
  .hero {
    min-height: unset;
    background-image: none;
    flex-direction: column;
  }
  .hero__image picture,
  .hero__image img {
    width: 60vw;
    margin: 0 auto;
    height: auto;
  }
  .hero .divider {
    display: block;
    width: 100%;
    height: 175px;
    background-color: #00aec4;
  }
  .hero__content {
    bottom: 21.5px;
    left: 50%;
    transform: translate(-50%);
    max-width: 335px;
    padding: 20px 16px;
    margin: auto;
    border-radius: 12px;
    box-shadow: 0 6px 24px #0000001a;
  }
  .hero__subtitle {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 16px;
    font-weight: 700;
  }
  .hero__download {
    width: 100%;
    gap: 12px;
  }
  .hero__button {
    width: 100%;
    min-width: auto;
    padding: 0;
  }
  .hero__button--appstore,
  .hero__button--googleplay {
    width: 100%;
    height: auto;
    max-width: 136px;
  }
}
@media screen and (max-width: 600px) {
  .hero__image {
    width: 100%;
  }
  .hero__image picture,
  .hero__image img {
    width: 100%;
  }
}
.features {
  padding: 80px 0;
  margin: 0 auto;
  background: #fbfbfb;
}
.features__container {
  margin: 0 auto;
  max-width: 1080px;
}
.features__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 40px;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  .features {
    padding: 48px 24px;
  }
}
.feature-card {
  border-radius: 12px;
  text-align: center;
}
.feature-card__icon {
  width: 240px;
  height: 189px;
  margin-bottom: 17px;
}
.feature-card__title-text {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 auto 8px;
  text-wrap: nowrap;
  width: 100%;
  display: block;
  text-align: center;
}
.feature-card__title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 8px 0 15px;
  text-align: center;
  line-height: 1.5;
}
.feature-card__description {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 1120px) {
  .feature-card {
    padding: 0;
  }
  .feature-card__icon {
    margin: 0 auto 17px;
  }
  .feature-card__title {
    line-height: 1.25;
  }
}
.find-parking {
  background-color: #00aec4;
}
.find-parking__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1166px;
  margin: 0 auto;
}
.find-parking__banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
}
.find-parking__icon {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.find-parking__letter {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  color: #00aec4;
}
.find-parking__title {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
.find-parking__download {
  padding: 40px 20px;
  text-align: center;
}
.find-parking__download-cards {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
}
.find-parking__download-item {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
  width: 279px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 20px #0000001a;
}
.find-parking__download-item--android {
  width: 312px;
}
.find-parking__download-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  justify-content: space-between;
}
.find-parking__download-buttons-text {
  font-size: 19.2px;
  font-size: 1.92rem;
  font-weight: 700;
  color: #333;
  margin: 0;
  text-align: left;
}
.find-parking__button {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  transition: all 0.3s ease;
  justify-content: flex-start;
  width: 100%;
}
.find-parking__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px #0000004d;
}
.find-parking__button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.find-parking__button-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.find-parking__button-text {
  font-size: 16px;
  line-height: 1.2;
  flex: 1;
}
.find-parking__button--appstore {
  width: 136px;
}
.find-parking__button--googleplay {
  width: 168px;
}
.find-parking .qrcode {
  width: 95px;
  height: 95px;
  border-radius: 8px;
  flex-shrink: 0;
}
@media screen and (max-width: 1120px) {
  .find-parking__banner {
    flex-direction: column;
    padding: 24px;
  }
  .find-parking__banner-content {
    gap: 12px;
  }
  .find-parking__download {
    padding: 24px 0 0;
  }
  .find-parking__title {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .find-parking__download-cards {
    gap: 16px;
  }
  .find-parking__download-item {
    width: 100%;
    max-width: 155px;
    height: 114px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 16px;
  }
  .find-parking__download-buttons {
    width: 100%;
    min-height: auto;
  }
  .find-parking__download-buttons-text {
    text-align: left;
  }
  .find-parking__button {
    width: 100%;
    justify-content: center;
  }
  .find-parking .qrcode {
    display: none;
  }
}
.find-parking__listings {
  background-color: #f8f9fa;
  padding: 60px 0;
}
.find-parking__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.parking-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.parking-card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px #0000000d;
  transition: all 0.3s ease;
}
.parking-card:hover {
  background-color: #ebf9fb;
  transform: translateY(4px);
  box-shadow: none;
}
.parking-card.no-shadow {
  box-shadow: none;
}
.parking-card__image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 8.75px;
}
.parking-card__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}
.parking-card__location {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 8px;
}
.parking-card__price {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #00aec4;
  margin: 0;
}
@media screen and (max-width: 1120px) {
  .parking-card .find-parking__banner {
    padding: 40px 0;
  }
  .parking-card .find-parking__banner-content {
    flex-direction: column;
    gap: 16px;
  }
  .parking-card .find-parking__icon {
    width: 60px;
    height: 60px;
  }
  .parking-card .find-parking__letter,
  .parking-card .find-parking__title {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .parking-card .find-parking__download {
    padding: 30px 0;
  }
  .parking-card .find-parking__download-buttons {
    flex-direction: column;
    width: 100%;
    max-width: 300px;
  }
  .parking-card .find-parking__button {
    width: 100%;
    min-width: auto;
    padding: 14px 20px;
  }
  .parking-card .find-parking__button-text {
    font-size: 14px;
  }
  .parking-card .find-parking__listings {
    padding: 40px 0;
  }
  .parking-card .parking-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .parking-card .parking-card__content {
    padding: 16px;
  }
  .parking-card .parking-card__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .parking-card .parking-card__location {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .parking-card .parking-card__price {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.solution {
  background-color: #ebf9fb;
  padding: 80px 0;
}
.solution__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.solution__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 680px;
}
.solution__item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.solution__problem {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #fff;
  border-radius: 12px;
  padding: 12px;
  width: 311px;
}
.solution__problem-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  flex-shrink: 0;
}
.solution__problem-text {
  font-size: 18px;
  font-size: 1.8rem;
  color: #222;
  margin: 0;
  line-height: 1.4;
  text-align: left;
  font-weight: 700;
}
.solution__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.solution__solution {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #fff;
  border: 2px solid #00aec4;
  border-radius: 12px;
  padding: 12px;
  width: 311px;
}
.solution__solution-text {
  font-size: 18px;
  font-size: 1.8rem;
  color: #222;
  margin: 0;
  line-height: 1.4;
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 1120px) {
  .solution {
    padding: 48px 24px;
  }
  .solution__container {
    flex-direction: column;
    align-items: flex-start;
  }
  .solution__title {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .solution__subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .solution__items {
    gap: 40px;
    margin: 0 auto;
  }
  .solution__item {
    flex-direction: column;
    gap: 15px;
    padding: 0;
  }
  .solution__problem,
  .solution__solution {
    width: 100%;
    min-height: auto;
    padding: 12px;
  }
  .solution__arrow {
    transform: rotate(90deg);
  }
}
.how-to-use {
  background-color: #fff;
  padding: 80px 0;
}
.how-to-use__header {
  text-align: center;
  margin-bottom: 60px;
}
.how-to-use__steps {
  display: flex;
  align-items: center;
  gap: 4px;
  max-width: 1080px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.how-to-use__step {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 167px;
}
.how-to-use__step-number {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 700;
  color: #00aec4;
}
.how-to-use__step-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.how-to-use__step-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}
.how-to-use__step-image {
  width: 167px;
  margin-bottom: 20px;
}
.how-to-use__step-description {
  font-size: 14px;
  font-size: 1.4rem;
  color: #222;
  margin: 0;
  line-height: 1.5;
}
.how-to-use__note {
  text-align: center;
  margin-top: 10px;
}
.how-to-use__note p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  margin: 0;
  text-align: right;
}
.how-to-use__step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 10px;
}
.how-to-use__step-arrow img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1120px) {
  .how-to-use {
    padding: 48px 24px;
  }
  .how-to-use__header {
    text-align: left;
    margin-bottom: 32px;
  }
  .how-to-use__header .section-subtitle-wrapper {
    margin-bottom: 8px;
  }
  .how-to-use__steps {
    flex-direction: column;
    align-items: flex-start;
  }
  .how-to-use__step-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 240px;
  }
  .how-to-use__step {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }
  .how-to-use__step-content {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    margin: 0 auto;
    flex: none;
    width: 100%;
  }
  .how-to-use__step-arrow {
    transform: rotate(90deg);
    margin: 10px auto;
  }
  .how-to-use__step-image {
    width: 155px;
  }
  .how-to-use__step-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .how-to-use__step-title {
    margin-bottom: 16px;
  }
  .how-to-use__note {
    text-align: left;
  }
  .how-to-use__note p {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
}
.parking-listings {
  background-color: #f5f5f5;
  padding: 80px 0;
}
.parking-listings__container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1120px) {
  .parking-listings {
    padding: 48px 24px;
  }
  .parking-listings__container {
    padding: 0;
  }
}
.parking-category {
  margin-bottom: 60px;
}
.parking-category:last-child {
  margin-bottom: 0;
}
.parking-category__subtitle {
  margin-bottom: 32px;
}
.parking-category__cards {
  display: grid;
  gap: 20px;
  justify-content: flex-start;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
@media screen and (max-width: 1120px) {
  .parking-category {
    margin-bottom: 60px;
  }
  .parking-category__cards {
    gap: 15px;
  }
}
.parking-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px 20px;
  box-shadow: 0 2px 10px #0000000d;
  flex: 1;
  transition: all 0.3s ease;
}
.parking-card:hover {
  box-shadow: none;
  transform: translateY(-2px);
  background-color: #ebf9fb;
}
.parking-card__image {
  width: 100%;
  margin-bottom: 17px;
}
.parking-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.parking-card--event {
  width: 348px;
  box-shadow: 0 0 16px #0000000d;
}
.parking-card--event .parking-card__image {
  border-radius: 8.75px;
  margin-bottom: 24px;
}
.parking-card__hours {
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
  font-weight: 700;
}
.parking-card__name {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.3;
}
.parking-card__pricing {
  display: flex;
  flex-direction: column;
}
.parking-card__pricing-item {
  text-align: right;
}
.parking-card__price {
  font-size: 22px;
  font-size: 2.2rem;
  color: #00aec4;
  font-weight: 700;
}
.parking-card__yen {
  font-size: 12px;
  font-size: 1.2rem;
  color: #00aec4;
}
.parking-card__unit {
  font-size: 12px;
  font-size: 1.2rem;
  color: #575a5a;
}
.parking-card__content .parking-card__event-name {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.5;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}
.parking-card__content .parking-card__event-period {
  font-size: 14px;
  font-size: 1.4rem;
  color: #222;
  margin: 0;
}
@media screen and (max-width: 1120px) {
  .parking-card {
    padding: 15px;
    box-shadow: none;
  }
  .parking-card__name {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .parking-card__price {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .parking-card--event .parking-card__image-placeholder {
    height: 100px;
    margin-bottom: 12px;
  }
  .parking-card__content .parking-card__event-name {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 6px;
  }
  .parking-card__content .parking-card__event-type {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  .parking-card__content .parking-card__event-period {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.user-voices {
  background-color: #ebf9fb;
  padding: 80px 0;
}
.user-voices__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .user-voices__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    justify-items: center;
  }
  .user-voices .testimonial-card {
    padding: 20px;
    min-height: 180px;
  }
  .user-voices .testimonial-card__title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .user-voices .testimonial-card__description {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1120px) {
  .user-voices {
    padding: 48px 24px;
  }
  .user-voices__container {
    padding: 0;
  }
  .user-voices__title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
  .user-voices__grid {
    gap: 16px;
  }
  .user-voices .testimonial-card {
    padding: 16px;
    min-height: 160px;
    width: 100%;
  }
  .user-voices .testimonial-card__tag {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 4px 10px;
    margin-bottom: 12px;
  }
  .user-voices .testimonial-card__title {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .user-voices .testimonial-card__description {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.testimonial-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 16px 20px 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 254px;
}
.testimonial-card__tag {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #00aec4;
  padding: 6px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 16px;
  font-weight: 700;
  width: fit-content;
}
.testimonial-card__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
  line-height: 1.5;
  flex-grow: 0;
}
.testimonial-card__description {
  font-size: 14px;
  font-size: 1.4rem;
  color: #222;
  margin: 0;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
}
.parking-owner {
  background-color: #fff;
  padding: 40px 0;
}
.parking-owner__content {
  display: flex;
  align-items: center;
  background-color: #eef3f3;
  border-radius: 16px;
  box-shadow: 0 0 16px #0000001a;
}
.parking-owner__content:hover {
  box-shadow: none;
  background-color: #ebf9fb;
}
.parking-owner__header {
  margin-bottom: 0;
}
.parking-owner__header .parking-owner__icon {
  width: 26px;
  height: 15px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.parking-owner__header .parking-owner__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: middle;
}
.parking-owner__text {
  display: flex;
  padding: 34px 60px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
  height: 334px;
}
.parking-owner__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.parking-owner__label {
  font-size: 14px;
  font-size: 1.4rem;
  color: #00aec4;
  font-weight: 700;
}
.parking-owner__title {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  color: #222;
  line-height: 1.25;
}
.parking-owner__description {
  font-size: 18px;
  font-size: 1.8rem;
  color: #222;
  font-weight: 700;
}
.parking-owner__button {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 288px;
  border-radius: 29px;
  border: 1px solid #00aec4;
  background-color: #fff;
  color: #00aec4;
  font-weight: 700;
}
.parking-owner__button:hover {
  background: #f2f8fc;
  cursor: pointer;
}
.parking-owner__image {
  flex: 1;
  max-width: 340px;
}
.parking-owner__image img {
  width: 100%;
  height: 334px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  object-fit: cover;
}
@media screen and (max-width: 1120px) {
  .parking-owner {
    padding: 32px 24px;
  }
  .parking-owner__container {
    padding: 0;
  }
  .parking-owner__content {
    flex-direction: column;
    gap: 0;
    padding: 0;
    box-shadow: none;
  }
  .parking-owner__text {
    order: 2;
  }
  .parking-owner__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .parking-owner__text {
    padding: 24px 20px;
    gap: 12px;
    order: 2;
  }
  .parking-owner__image {
    order: 1;
    max-width: 100%;
  }
  .parking-owner__title {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .parking-owner__description {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.footer {
  background-color: #36414c;
  color: #fff;
  padding: 60px 0 0;
}
.footer__contact {
  text-align: center;
  margin-bottom: 60px;
}
.footer__contact-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}
.footer__contact-options {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  max-width: 800px;
  margin: 0 auto;
}
.footer__contact-option {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer__contact-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.footer__contact-icon {
  width: 20px;
  flex-shrink: 0;
}
.footer__contact-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: middle;
}
.footer__contact-label {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
.footer__phone-number {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: medium;
  color: #fff;
  margin-bottom: 5px;
}
.footer__phone-hours {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
.footer__contact-button {
  display: inline-block;
  padding: 16px 32px;
  background-color: #00aec4;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 29px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  width: 288px;
}
.footer__contact-button:hover {
  background-color: #008b9d;
  cursor: pointer;
}
.footer__divider {
  width: 1px;
  height: 120px;
  background-color: #ffffff80;
  opacity: 0.5;
  flex-shrink: 0;
}
.footer__separator {
  width: 100%;
  height: 1px;
  background-color: #575a5a;
}
.footer__bottom {
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__navigation {
  display: flex;
  gap: 30px;
}
.footer__nav-link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  transition: color 0.3s ease;
}
.footer__nav-link:hover {
  opacity: 0.7;
}
.footer__copyright {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 1120px) {
  .footer {
    padding: 0;
  }
  .footer__contact {
    padding: 60px 18px 0;
  }
  .footer__contact-title {
    line-height: 1.25;
  }
  .footer__contact-options {
    flex-direction: column;
    align-items: center;
  }
  .footer__bottom {
    flex-direction: column;
  }
  .footer__nav-link {
    font-size: 12px;
  }
  .footer__copyright {
    margin-top: 24px;
  }
}
.mainVisual {
  position: relative;
  background-color: #00aec4;
  transition: 1.2s;
  opacity: 0;
  transform: translate(0);
  -webkit-transform: translate(0, 0);
}
.mainVisual.element--fade {
  opacity: 1;
  transform: translate(0);
  -webkit-transform: translate(0, 0);
}
.control {
  padding: 20px 20px 0;
  background-color: #00aec4;
}
.contact {
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}
.contact__text {
  margin: 0;
  padding: 0 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.contact__phone {
  display: block;
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #00aec4;
}
.contact__phone span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
}
.contact__button {
  display: block;
  margin: 0;
  padding: 15px 30px;
  border-radius: 100vh;
  background-color: #00aec4;
  font-weight: 700;
  color: #fff;
}
.tab {
  display: flex;
  justify-content: space-between;
  margin: 0 -20px;
  padding: 0 5px;
  background-color: #00aec4;
  font-weight: 700;
  color: #fff;
}
.tab .tab__item {
  display: block;
  margin: 0 5px;
  padding: 5px 0;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #00aec4;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  line-height: 1.3;
  color: #fff;
}
.tab .tab__item:before {
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  margin: 0 auto 5px;
  background-size: contain;
}
.tab .tab__item.borrower:before {
  background-image: url(/assets/illust01-COPJ7ob2.png);
}
.tab .tab__item.landlord:before {
  background-image: url(/assets/illust02-CI1vzpiY.png);
}
.tab .tab__item.is-active {
  background-color: #fff;
  color: #00aec4;
}
.content {
  padding: 60px 0 0;
}
.content__item {
  display: none;
}
.content__item.is-active {
  display: block;
}
.intro {
  margin-bottom: 80px;
}
.intro .intro__title {
  width: 65%;
  margin: 60px auto 40px;
}
.intro img {
  transition: 1.2s;
  opacity: 0;
  transform: translate(0);
  -webkit-transform: translate(0, 0);
}
.intro img.element--fade {
  opacity: 1;
  transform: translate(0);
  -webkit-transform: translate(0, 0);
}
.topics {
  position: relative;
  border: 12px solid #00aec4;
}
.topics img {
  transition: 1.2s;
  opacity: 0;
  transform: translate(0);
  -webkit-transform: translate(0, 0);
}
.topics img.element--fade {
  opacity: 1;
  transform: translate(0);
  -webkit-transform: translate(0, 0);
}
.topics:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  width: 100px;
  height: 80px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAACwCAYAAABKKSEyAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAVLSURBVHgB7d2PbRNXHMDxn1NKkdqqYYN0AhgBJoBNSieATgBM0HYDOgHZINkgbECiqhIUUvcuIYKqzi/2/Xn2u/t8pCdF0SVS8u7rdz6ffRFs1fJtPGjGi+VpnDRj+WkcLc/i1+b7BwFz1Oz8+00Ez7+IYvVot2m2DbZiERR3scMv4nXz5f01f+Q4lvFwcTdOg6L2gvL24mmsH0dcbHv5MxRmBSns4nnFIk6ii8tV5DAoxgpS3rPo7nFQlEBKW8S96GoRj4KiHGIV1p6Zih4W++aspFvLRlDOWb/923yV5RALEgKBhEAgIRBICAQSAoGEQCAhEEgIBBICgYRAICEQSAgEEgKBhEAgIRBICAQSAoGEQCAhEEgIBBICgYRAICEQSAgEEgKBhEAgIRBICAQSAoGEQCAhEEgIBBICgYRAICEQSAgEEgKBhEAgIRBICAQSAoGEQCAhEEgIBBICgYRAICEQSAgEEgKBhEAgIRBICAQSAoGEQCAhEEgIBBICgYRAICEQSAgEEgKBhEAgIRBICAQSAoGEQCAhEEgIBBICgYRAICEQSAgEEgKBhEAgIRBICAQSAoGEQCAhEEgIBBICgYRAICEQSAgEEgKBhEAgIRBICAQSAoGEQCAhEEgIBBICgYRAICEQSAgEEgKBhEAgIRBI3IoaLU8j/n4Z8fEw4p83l9/bO2jGvYhvnlx+TXntXHz4vRmvLueo1c7FrccRXz+qcl4Wy0bUpA3j3bPPE7BKG8md57GTzhbRyw87OF3tXLz/pRkv8u3uPGvm5mnUpK5A3v188yRc+ep+xLevm79wP3bK1AJp4/jrYcT58Xrb7/KD1wr1PAdZ5xHqS+2EtROXrTT0s2kcrXYO37+MWtSxgrTHtn/+GJ3s2koylRWkSxxX2rn4/mT3VvcV6lhBPvwRnVlJhtcnjqufr2QVqSOQj6+iF5EMp28cV84PowZ1BHL+JnoTSX9DxdG6Oj2/4+b1QqFIuhsyjorUEcjegE/mRLK5MeJYHEQN6gikfSV2SCJZ31grR3t2sQLTP82b2cYp4JpO8455WNWe5q3g0pNKDrEOIm4/icFZSa43Zhy3f6rmuqx6LjUZc8JKriQ1rCBj/6+/O4pa1HMWq9152514jGNXK8lnJR6IKlLXaV6RjGsqq/SA6nsdRCTjEMdKdb5QKJJhieNa9b6SLpJhiCNV96UmIulHHDeq/1oskXQjjrVM42JFkWxGHGubztW8IlmPODYyrcvdRZITx8am934Qkawmjk6m+YYpkfyXODqb7jsKRXJJHL1M+y23c49EHL1N/z3pc41EHIOYx4c2zC0ScQxmPp9qMpdIxDGoeX3sz9QjEcfg5ncDnalGIo5RzPMOU1OLRByjme8t2KYSiThGNe97FNYeiThG5yaetUYijiIE0qotEnEUI5ArtUQijqLqu8vt2MbeAfv+3iF+x3W/Vxz/I5BV5nYvDHFcyyHWKmMebu0acaQEcp05RCKOGwkkM+VIxLEWgdxkipGIY20CWceUIhHHRgSyrilEIo6NCWQTNUcijk4EsqkaIxFHZwLpoqZIxNGLQLqqIRJx9CaQPnY5EnEMQiB97WIk4hiMQIawS5GIY1ACGcouRCKOwQlkSNuMRByjEMjQthGJOEYjkDGUjEQcoxLIWEpEIo7RLYJRLd/GfvNfbvbiGLqU41jGw8XdOA1GI5ACRohEHIUIpJABIxFHQQIpaIBIxFGYQArrEYk4tkAgW9AhEnFsidO8W3Cxozc7fDNe3rhxu404mKtmNTloxm/L0zhqxvLTOGm+96IZD4Kt+hfh/sGrbD7fmwAAAABJRU5ErkJggg==);
}
.topics__title {
  width: 70%;
  margin: 80px auto 40px;
}
.topics__list li {
  padding: 0 40px 40px;
}
.topics__list img {
  width: 90%;
}
.topics__list h5 {
  padding: 20px 0 10px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #00aec4;
}
.topics__list p {
  margin: 0;
  padding: 0 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}
.app-download {
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 12px;
  margin: 20px;
  box-shadow: 0 4px 20px #0000001a;
}
.app-download__container {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.app-download__title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.4;
}
.app-download__buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.app-download__button {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  min-width: 160px;
  justify-content: center;
}
.app-download__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #0003;
}
.app-download__button-content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.app-download__button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.app-download__button-icon svg {
  width: 100%;
  height: 100%;
}
.app-download__button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.app-download__button-label {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}
.app-download__button-subtitle {
  font-size: 12px;
  font-size: 1.2rem;
  opacity: 0.8;
  line-height: 1.2;
}
.app-download__button--appstore .app-download__button-icon svg {
  fill: #fff;
}
.app-download__button--googleplay .app-download__button-icon svg {
  fill: #fff;
}
@media screen and (max-width: 1120px) {
  .app-download {
    padding: 30px 15px;
    margin: 15px;
  }
  .app-download__title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 25px;
  }
  .app-download__buttons {
    flex-direction: column;
    gap: 12px;
  }
  .app-download__button {
    width: 100%;
    max-width: 280px;
    min-width: auto;
  }
}
.app {
  padding: 60px 30px;
  background-color: #e4f3fa;
}
.app img {
  transition: 1.2s;
  opacity: 0;
  transform: translate(0);
  -webkit-transform: translate(0, 0);
}
.app img.element--fade {
  opacity: 1;
  transform: translate(0);
  -webkit-transform: translate(0, 0);
}
.app .app__image {
  max-width: 180px;
}
.app .app__wrap {
  margin: 30px 0 0;
}
.app .app__tagline {
  margin: 0 auto 10px;
}
.app .app__logo {
  margin: 0 auto 30px;
}
.app .app__download {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
}
.app .app__download h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.app .app__download ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.leading {
  margin-bottom: 60px;
}
.leading .leading__title {
  width: 65%;
  margin: 60px auto 40px;
}
.leading img {
  transition: 1.2s;
  opacity: 0;
  transform: translate(0);
  -webkit-transform: translate(0, 0);
}
.leading img.element--fade {
  opacity: 1;
  transform: translate(0);
  -webkit-transform: translate(0, 0);
}
.leadingSub {
  margin-bottom: 60px;
}
.leadingSub .leadingSub__title {
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #00a9be;
}
.leadingSub ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.leadingSub img {
  max-width: 300px;
  border-radius: 20px;
  transition: 1.2s;
  opacity: 0;
  transform: translate(0);
  -webkit-transform: translate(0, 0);
}
.leadingSub img.element--fade {
  opacity: 1;
  transform: translate(0);
  -webkit-transform: translate(0, 0);
}
.feature {
  margin-bottom: 60px;
}
.feature__wrap {
  padding: 60px 30px;
  background-color: #e4f3fa;
}
.feature__subtitle {
  margin-bottom: 30px;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
}
.feature__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.feature__list li {
  position: relative;
  width: 275px;
  height: 275px;
  padding: 50px 20px 20px;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
.feature__list li img {
  height: 61px;
}
.feature__list li h5 {
  margin: 30px 0 10px;
  font-size: 24px;
  font-size: 2.4rem;
}
.feature__list li p {
  margin: 0;
}
.feature__list .feature__option {
  position: absolute;
  top: 0;
  right: -10px;
  width: 90px;
  height: 90px;
  padding-top: 12px;
  background-color: #008798;
  border-radius: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  box-sizing: border-box;
}
.flow {
  position: relative;
  padding: 40px 40px 20px;
  background-color: #fff;
  border-radius: 20px;
}
.flow ul {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.flow li {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.flow li:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -40px;
  left: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  width: 38px;
  height: 27px;
  background-image: url("data:image/svg+xml,%3csvg%20width='27'%20height='39'%20viewBox='0%200%2027%2039'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6539_515)'%3e%3cpath%20d='M0%2019.9641L27%2019.9641L13.4863%2038.3258L0%2019.9641Z'%20fill='%23E4F3FA'/%3e%3cpath%20d='M0%200.325684L27%200.325684L13.4863%2018.6874L0%200.325684Z'%20fill='%23E4F3FA'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6539_515'%3e%3crect%20width='38'%20height='27'%20fill='white'%20transform='matrix(0%201%20-1%200%2027%200.326416)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.flow li:last-child:before {
  display: none;
}
.flow p {
  margin: 0;
  text-align: left;
}
.flow__subtitle {
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 180px;
  padding: 7px 20px;
  background-color: #008798;
  border-radius: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}
.inquiry {
  padding: 20px 20px 40px;
  background-color: #00aec4;
}
.inquiry__text {
  margin: 0;
  padding: 10px 0;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #fff;
}
.inquiry__list {
  padding: 0 20px;
}
.inquiry__title {
  margin: 30px 0 15px;
  font-weight: 700;
  color: #fff;
}
.inquiry__title svg {
  margin-right: 8px;
}
.inquiry__phone {
  display: block;
  margin: 0;
  padding: 0 0 20px;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.inquiry__phone span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
}
.inquiry__button {
  display: block;
  margin: 0;
  padding: 20px 30px;
  border-radius: 100vh;
  background-color: #fff;
  font-weight: 700;
  color: #00aec4;
}
.footer__link {
  margin-bottom: 20px;
}
.footer__link li {
  display: inline-block;
  margin-right: 15px;
}
.footer__link li:last-child {
  margin-right: 0;
}
.footer__link li a {
  padding-bottom: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #706d65;
}
.header {
  padding: 7px 30px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 10px #0000000d;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  box-sizing: border-box;
}
.header-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-left__logo {
  flex-shrink: 0;
}
.header-left__search {
  position: relative;
  width: 400px;
}
.header-left__input {
  position: relative;
  display: flex;
  align-items: center;
}
.header-left__input input {
  padding: 12px 18px;
  border: 1px solid #ddd;
  border-radius: 27px;
  font-size: 16px;
  width: 100%;
  max-width: 400px;
  outline: none;
}
.header-left__input img {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  cursor: pointer;
}
@media screen and (max-width: 1120px) {
  body {
    padding-top: 60px;
  }
  .header {
    padding: 8px;
    gap: 10px;
  }
  .header-left {
    flex: 1;
    gap: 10px;
  }
  .header-left__logo img {
    width: 88px;
    height: auto;
  }
  .header-left__search {
    flex: 1;
    min-width: 210px;
    max-width: 210px;
  }
  .header-left__input {
    width: 100%;
  }
  .header-left__input input {
    width: 100%;
    max-width: 210px;
    height: 40px;
    font-size: 14px;
    padding: 12px 14px;
    background-color: #fff;
  }
  .header-left__input img {
    right: 12px;
    width: 16px;
    height: 16px;
  }
  .header-right {
    width: 56px;
    flex: 0 0 56px;
    justify-content: center;
  }
  .header-right .hamburger-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50px;
    gap: 4px;
    cursor: pointer;
  }
  .header-right .hamburger-box img {
    width: 22px;
    height: 22px;
  }
  .header-right .hamburger-box .hamburger-text {
    font-size: 12px;
    color: #888;
    line-height: 1;
  }
  .header-right .header-link {
    display: none;
  }
  #search__keyword__suggest,
  #search__keyword__suggest-pc,
  #search__keyword__suggest-sp {
    width: 100%;
    max-width: 400px;
  }
}
.header-left__search .suggestions,
.mapboxgl-ctrl-geocoder .suggestions {
  position: absolute !important;
  top: calc(100% + 6px) !important;
  left: 0;
  right: 0;
  z-index: 2001;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px #0000001f;
  max-height: 50vh;
  overflow: auto;
}
.header-left__search .suggestions > div,
.mapboxgl-ctrl-geocoder .suggestions > * {
  padding: 12px 14px;
  border-bottom: 1px solid #f0f0f0;
}
.header-left__search .suggestions > div:last-child,
.mapboxgl-ctrl-geocoder .suggestions > *:last-child {
  border-bottom: none;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
.header-link img {
  width: 24px;
  height: 24px;
}
.header-link a {
  text-decoration: none;
  color: inherit;
  font-weight: 700;
}
.hamburger-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 50px;
  cursor: pointer;
}
.hamburger-box img {
  width: 24px;
  height: 24px;
}
.hamburger-box .hamburger-text {
  font-size: 12px;
  color: #666;
  margin: 0;
}
#rightNavigation {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background-color: #fff;
  z-index: 999;
  transition: right 0.3s ease;
  overflow-y: auto;
  box-shadow: -2px 0 10px #0000001a;
}
#rightNavigation.is_open {
  right: 0;
}
@media screen and (max-width: 1120px) {
  #rightNavigation {
    width: 100%;
    height: 100%;
    max-width: 320px;
  }
}
.right-navigation__wrapper {
  padding: 120px 18px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1120px) {
  .right-navigation__wrapper {
    padding: 80px 18px 20px;
  }
}
.menu-section {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .menu-section {
    display: none;
  }
}
.menu-section__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.menu-section__inner:hover {
  background-color: #f8f9fa;
}
.menu-section__inner .menu-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.menu-section__inner .menu-link img {
  width: 18px;
  height: 18px;
}
.menu-section__inner i {
  font-size: 16px;
  color: #888;
}
.menu-list {
  list-style: none;
  margin: 0;
}
.menu-list li {
  margin-bottom: 30px;
}
.menu-list li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: color 0.2s ease;
}
.menu-list li a:hover {
  opacity: 0.7;
}
.menu-download {
  background-color: #eaf7fb;
  border-radius: 16px;
  padding: 20px 24px;
  margin-top: 20px;
}
.menu-download__inner {
  margin-bottom: 16px;
}
.menu-download__inner h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #00aec4;
  margin-bottom: 6px;
  text-align: center;
}
.menu-download__inner p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  margin: 0;
  text-align: center;
}
.menu-download__links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.menu-download__link {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 16px;
  background-color: #fff;
  padding: 16px;
  border-radius: 12px;
  min-height: 110px;
}
.menu-download__button {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  flex: 1;
}
.menu-download__button p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #222;
  margin: 0;
}
.menu-download__button a {
  display: inline-block;
}
.menu-download__button a img {
  width: 140px;
  max-width: 100%;
  height: auto;
}
.menu-download .qrcode {
  width: 110px;
  height: 110px;
  flex-shrink: 0;
  border-radius: 8px;
}
.menu-download__mobile {
  display: none;
}
@media screen and (max-width: 1120px) {
  .menu-download__mobile {
    display: block;
    margin-top: 16px;
  }
}
.menu-download__mobile-links {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.menu-download__mobile-links a {
  display: block;
  text-decoration: none;
}
.menu-download__mobile-links a img {
  width: 100px;
  height: auto;
}
@media screen and (max-width: 1120px) {
  .menu-download__links {
    display: none;
  }
  .menu-download__inner h2 {
    font-size: 16px;
  }
  .menu-download__inner p {
    font-size: 14px;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.overlay.is_active {
  opacity: 1;
  visibility: visible;
}
.search-bar {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 27px;
  overflow: hidden;
}
.search-bar__input {
  flex: 1;
  padding: 12px 16px;
  border: none;
  background: transparent;
  font-size: 16px;
  color: #333;
  outline: none;
}
.search-bar__input::placeholder {
  color: #999;
}
.search-bar__input:focus {
  background-color: #fff;
}
.search-bar__button {
  padding: 12px 16px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-bar__button svg {
  width: 20px;
  height: 20px;
}
.nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: #333;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.2s ease;
  background: none;
  border: none;
  cursor: pointer;
}
.nav-link:hover {
  background-color: #f8f9fa;
}
.nav-link__icon {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.nav-link__icon--find,
.nav-link__icon--rent {
  background-color: #00aec4;
}
.nav-link__icon--menu {
  background-color: transparent;
}
.nav-link__text {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
.nav-link--menu .nav-link__text {
  color: #666;
}
.hamburger {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.hamburger span {
  width: 18px;
  height: 2px;
  background-color: #666;
  border-radius: 1px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1120px) {
  .hamburger__container {
    padding: 0 16px;
    gap: 16px;
  }
  .hamburger__search {
    max-width: 200px;
  }
  .hamburger__nav {
    gap: 8px;
  }
}
@media screen and (max-width: 480px) {
  .hamburger__container {
    flex-wrap: wrap;
    gap: 12px;
  }
  .hamburger__search {
    order: 3;
    flex: 1 1 100%;
    max-width: none;
  }
  .hamburger__nav {
    order: 2;
  }
}
@media screen and (max-width: 1120px) {
  .logo {
    font-size: 20px;
  }
  .logo__o {
    width: 20px;
    height: 20px;
    line-height: 16px;
  }
  .logo__o:after {
    width: 4px;
    height: 4px;
  }
  .search-bar__input {
    padding: 10px 12px;
    font-size: 14px;
  }
  .search-bar__button {
    padding: 10px 12px;
  }
  .search-bar__button svg {
    width: 18px;
    height: 18px;
  }
  .nav-link {
    padding: 6px 8px;
  }
  .nav-link__icon {
    width: 32px;
    height: 32px;
  }
  .nav-link__letter {
    font-size: 16px;
  }
  .nav-link__text {
    font-size: 10px;
  }
}
.formArea {
  padding: 30px 10px;
}
.formArea h2 {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 20px;
  text-align: left;
  padding: 0 20px;
}
.formArea p {
  padding: 0 20px;
  text-align: left;
  margin-bottom: 40px;
}
.formArea.brrower iframe {
  height: 1700px;
}
.formArea.landlord iframe {
  height: 2100px;
}
@media screen and (min-width: 680px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .mainVisual {
    padding: 50px 40px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 auto 40px;
    padding: 10px 20px;
  }
  .contact__text {
    text-align: left;
    padding: 0 20px 0 0;
  }
  ul {
    max-width: 1200px;
    align-items: stretch;
    gap: 10px;
  }
  .contact__phone {
    padding: 0 30px;
    border-top: none;
    border-left: 1px solid #e5e5e5;
  }
  .contact__button {
    display: block;
    margin: 0;
    padding: 15px 30px;
    border-radius: 100vh;
    background-color: #00aec4;
    font-weight: 700;
    color: #fff;
  }
  .tab {
    max-width: 1200px;
    margin: 0 auto;
  }
  .tab .tab__item {
    position: relative;
    padding: 25px 0 0;
    height: 48px;
    font-size: 20px;
    font-size: 2rem;
    cursor: pointer;
  }
  .tab .tab__item:before {
    position: absolute;
    top: 6px;
    left: 6px;
  }
  .intro img.pc {
    display: block;
    margin: auto;
  }
  .topics {
    max-width: 1200px;
    margin: 0 auto 60px;
  }
  .topics__title img.pc {
    display: block;
    margin: auto;
  }
  .topics__list {
    padding: 0 40px;
  }
  .topics__list li {
    padding: 0 40px 50px;
  }
  .topics__list img {
    width: 100%;
  }
  .app {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
  }
  .app .app__wrap {
    margin: 0;
  }
  .leading img.pc {
    display: block;
    margin: auto;
    border-radius: 20px;
  }
  .leadingSub ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    margin: 0 auto;
  }
  .feature__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    margin: 0 auto;
  }
  .flow {
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 35px 40px;
  }
  .flow ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 130px;
  }
  .flow li {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
  .flow li:before {
    bottom: 0;
    left: 210px;
    width: 27px;
    height: 38px;
    background-image: url("data:image/svg+xml,%3csvg%20width='39'%20height='28'%20viewBox='0%200%2039%2028'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6537_311)'%3e%3cpath%20d='M19.8047%2027.5V0.5L38.1664%2014.0137L19.8047%2027.5Z'%20fill='%23E4F3FA'/%3e%3cpath%20d='M0.166016%2027.5V0.5L18.5277%2014.0137L0.166016%2027.5Z'%20fill='%23E4F3FA'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6537_311'%3e%3crect%20width='38'%20height='27'%20fill='white'%20transform='translate(0.166016%200.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  }
  .flow li:last-child:before {
    display: none;
  }
  .flow p {
    margin: 0;
    text-align: left;
  }
  .inquiry {
    padding: 40px 20px 50px;
  }
  .inquiry__text {
    padding: 10px 0 30px;
  }
  .inquiry__list {
    justify-content: center;
    margin: auto;
  }
  .inquiry__list li {
    padding: 0 60px;
  }
  .inquiry__list li:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  .inquiry__title {
    margin: 0 0 15px;
  }
  .inquiry__phone {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  .inquiry__phone span {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
  }
  .inquiry__button {
    display: block;
    margin: 0;
    padding: 15px 40px;
    border-radius: 100vh;
    background-color: #fff;
    font-weight: 700;
    color: #00aec4;
  }
  .footer {
    overflow: hidden;
  }
  .footer__link {
    float: left;
    margin-bottom: 0;
  }
  .footer__copyright {
    float: right;
  }
  .formArea {
    padding: 30px;
  }
  .formArea h2,
  .formArea p {
    padding: 0;
    text-align: center;
  }
  .formArea.brrower iframe {
    height: 1500px;
  }
  .formArea.landlord iframe {
    height: 1800px;
  }
}
@media screen and (min-width: 680px) and (max-width: 1024px) {
  .contact {
    display: block;
  }
  .contact ul {
    padding-top: 10px;
  }
  .contact__text {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
  }
  .contact__phone {
    border-left: none;
  }
  .tab .tab__item {
    height: auto;
    padding: 5px 0;
  }
  .tab .tab__item:before {
    position: relative;
    top: auto;
    left: auto;
  }
  .topics__list {
    padding: 0 30px;
  }
  .topics__list li {
    padding: 0 10px 50px;
  }
  .topics__list li h5 {
    font-size: 20px;
    font-size: 2rem;
  }
  .leading {
    padding: 0 20px;
  }
  .leadingSub ul {
    padding: 0 20px;
    gap: 10px;
  }
  .leadingSub img {
    max-width: 100%;
  }
  .feature__list {
    align-items: stretch;
    gap: 10px;
  }
  .feature__list li {
    height: auto;
    border-radius: 20px;
  }
  .feature__list li .feature__option {
    top: -50px;
    right: -25px;
  }
  .flow {
    max-width: 50%;
  }
  .flow ul {
    flex-direction: column;
    gap: 50px;
  }
  .flow li {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .flow li:before {
    display: block;
    content: "";
    position: absolute;
    bottom: -40px;
    left: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    width: 38px;
    height: 27px;
    background-image: url("data:image/svg+xml,%3csvg%20width='27'%20height='39'%20viewBox='0%200%2027%2039'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6539_515)'%3e%3cpath%20d='M0%2019.9641L27%2019.9641L13.4863%2038.3258L0%2019.9641Z'%20fill='%23E4F3FA'/%3e%3cpath%20d='M0%200.325684L27%200.325684L13.4863%2018.6874L0%200.325684Z'%20fill='%23E4F3FA'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6539_515'%3e%3crect%20width='38'%20height='27'%20fill='white'%20transform='matrix(0%201%20-1%200%2027%200.326416)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  }
  .flow li:last-child:before {
    display: none;
  }
}
.blog-hero {
  background: linear-gradient(135deg, #00aec4, #008b9d);
  padding: 60px 0 48px;
  color: #fff;
}
.blog-hero__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}
.blog-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 14px;
  font-size: 1.4rem;
}
.blog-hero__breadcrumb-link {
  color: #fffc;
  text-decoration: none;
  transition: color 0.2s;
}
.blog-hero__breadcrumb-link:hover {
  color: #fff;
}
.blog-hero__breadcrumb-sep {
  color: #ffffff80;
}
.blog-hero__breadcrumb-current {
  color: #fff;
}
.blog-hero__subtitle {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  opacity: 0.9;
}
.blog-hero__title {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  color: #fff;
}
.blog-hero__description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 16px;
  opacity: 0.9;
}
.blog-hero__date {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 16px;
  opacity: 0.8;
}
@media screen and (max-width: 1120px) {
  .blog-hero {
    padding: 40px 0 32px;
  }
  .blog-hero__title {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .blog-hero__description {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.blog-list {
  padding: 60px 0;
  background: #f8f9fa;
}
.blog-list__container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}
.blog-list__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}
.blog-list__loading,
.blog-list__error,
.blog-list__empty {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  padding: 40px 0;
}
@media screen and (max-width: 1120px) {
  .blog-list {
    padding: 40px 0;
  }
  .blog-list__grid {
    grid-template-columns: 1fr;
  }
}
.blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px #0000000d;
  transition: all 0.3s ease;
}
.blog-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #0000001a;
}
.blog-card__link {
  display: block;
  padding: 24px;
  text-decoration: none;
  color: inherit;
}
.blog-card__date {
  font-size: 13px;
  font-size: 1.3rem;
  color: #888;
  display: block;
  margin-bottom: 8px;
}
.blog-card__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #222;
  line-height: 1.5;
  margin: 0 0 12px;
}
.blog-card__excerpt {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
.blog-detail {
  padding: 60px 0 80px;
  background: #fff;
}
.blog-detail__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}
.blog-detail__loading,
.blog-detail__error {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  padding: 40px 0;
}
.blog-detail__back {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #eee;
}
.blog-detail__back-link {
  font-size: 15px;
  font-size: 1.5rem;
  color: #00aec4;
  text-decoration: none;
  font-weight: 700;
  transition: opacity 0.2s;
}
.blog-detail__back-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1120px) {
  .blog-detail {
    padding: 40px 0 60px;
  }
}
.blog-article__body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #333;
}
.blog-article__body h1,
.blog-article__body h2,
.blog-article__body h3,
.blog-article__body h4,
.blog-article__body h5,
.blog-article__body h6 {
  color: #222;
  font-weight: 700;
  line-height: 1.4;
  margin: 2em 0 0.8em;
  text-align: left;
}
.blog-article__body h2 {
  font-size: 24px;
  font-size: 2.4rem;
  padding-bottom: 8px;
  border-bottom: 2px solid #00aec4;
}
.blog-article__body h3 {
  font-size: 20px;
  font-size: 2rem;
}
.blog-article__body p {
  margin: 0 0 1.5em;
  text-align: left;
}
.blog-article__body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1em 0;
}
.blog-article__body a {
  color: #00aec4;
  text-decoration: underline;
}
.blog-article__body a:hover {
  opacity: 0.7;
}
.blog-article__body ul,
.blog-article__body ol {
  padding-left: 1.5em;
  margin: 0 0 1.5em;
}
.blog-article__body li {
  margin-bottom: 0.5em;
  list-style: disc;
}
.blog-article__body ol li {
  list-style: decimal;
}
.blog-article__body blockquote {
  margin: 1.5em 0;
  padding: 16px 20px;
  border-left: 4px solid #00aec4;
  background: #f8f9fa;
  color: #555;
  font-size: 15px;
  font-size: 1.5rem;
}
.blog-article__body pre {
  background: #2d2d2d;
  color: #f8f8f2;
  padding: 16px 20px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 1.5em 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.blog-article__body code {
  background: #f0f0f0;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
}
.blog-article__body pre code {
  background: none;
  padding: 0;
}
.blog-article__body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
}
.blog-article__body table th,
.blog-article__body table td {
  border: 1px solid #ddd;
  padding: 10px 14px;
  text-align: left;
}
.blog-article__body table th {
  background: #f8f9fa;
  font-weight: 700;
}
.pac-container {
  z-index: 2001 !important;
  margin-top: 10px;
  border-radius: 8px;
  box-shadow: 0 8px 24px #0000001f;
  overflow: auto;
  max-height: 235px;
}
.mapboxgl-ctrl-geocoder .suggestions {
  z-index: 2001;
  margin-top: 10px;
  max-height: 235px;
  overflow: auto;
}
#search__keyword__suggest,
#search__keyword__suggest-pc,
#search__keyword__suggest-sp {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 2001;
  background: #fff;
  border-radius: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 235px;
  overflow: auto;
  border: 1px solid #f0f0f0;
}
#search__keyword__suggest:empty,
#search__keyword__suggest-pc:empty,
#search__keyword__suggest-sp:empty {
  display: none;
}
#search__keyword__suggest .result-item,
#search__keyword__suggest-pc .result-item,
#search__keyword__suggest-sp .result-item {
  padding: 10px 14px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
}
#search__keyword__suggest .result-item:last-child,
#search__keyword__suggest-pc .result-item:last-child,
#search__keyword__suggest-sp .result-item:last-child {
  border-bottom: none;
}
