@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Zen+Maru+Gothic:wght@500;700;900&display=swap");
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 60px;
  }
}
* {
  min-height: 0vw;
}

body {
  background: #fff;
}
body *, body *::before, body *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#silverparkLP {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.025em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #222;
}
#silverparkLP a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
#silverparkLP a img {
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
#silverparkLP a:hover {
  opacity: 0.8;
}
#silverparkLP a:hover img {
  opacity: 0.95;
}
#silverparkLP ul, #silverparkLP li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#silverparkLP h1, #silverparkLP h2, #silverparkLP h3 {
  font-weight: 700;
  line-height: 1.3em;
}
#silverparkLP h4, #silverparkLP h5 {
  font-weight: 500;
  line-height: 1.3em;
}
#silverparkLP p {
  text-wrap: unset;
  font-size: clamp(15px, 15px + 0.0012121212 * (100vw - 375px), 16px);
  line-height: 1.8em;
}

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:not(dialog) {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}

#silverparkLP .wrap {
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  #silverparkLP .wrap {
    width: 100% !important;
    padding-left: 4.6vw;
    padding-right: 4.6vw;
  }
}
#silverparkLP .heading {
  font-size: clamp(20px, 20px + 0.0145454545 * (100vw - 375px), 32px);
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #silverparkLP .heading {
    text-align: center;
  }
}
#silverparkLP .heading__head {
  font-size: clamp(24px, 24px + 0.0096969697 * (100vw - 375px), 32px);
  font-weight: 700;
}
#silverparkLP .heading__sub {
  font-size: clamp(18px, 18px + 0.0024242424 * (100vw - 375px), 20px);
  font-weight: 900;
}
#silverparkLP .txt {
  font-family: "Noto Sans JP", sans-serif;
}
#silverparkLP .color-orange {
  color: #ffa800;
}
#silverparkLP .marker .line {
  display: inline;
  font-weight: 700;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffe199), to(#ffe199));
  background-image: linear-gradient(90deg, #ffe199, #ffe199);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 0.5em !important;
  padding-bottom: 1px;
  -webkit-transition: background-size 1.5s;
  transition: background-size 1.5s;
}
#silverparkLP .marker .line.active {
  background-size: 100% 0.5em !important;
}
#silverparkLP .js-fade {
  opacity: 0;
  will-change: opacity, transform;
}

#silverparkLP .header {
  background: rgb(255, 255, 255);
  width: 100vw;
  height: 100px;
  padding: 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media screen and (max-width: 1024px) {
  #silverparkLP .header {
    height: 60px;
  }
}
#silverparkLP .header #logo {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #silverparkLP .header #logo {
    width: 140px;
  }
}
#silverparkLP .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(14px, 14px + 0.0024242424 * (100vw - 375px), 16px);
}
#silverparkLP .header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.8vw;
}
#silverparkLP .header__nav ul li {
  margin: auto;
  list-style: none;
  margin: auto 5px;
}
#silverparkLP .header__nav ul li a {
  padding: 5px;
  display: block;
}
#silverparkLP .header__nav ul li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  #silverparkLP .header__nav ul {
    display: none;
  }
}
#silverparkLP .header__contact {
  margin: 0;
}
#silverparkLP .header__contact a {
  max-width: 200px;
  width: 16vw;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
  font-size: clamp(14px, 14px + 0.0048484848 * (100vw - 375px), 18px);
  background: #222;
  border-radius: 30px;
  padding: 5px 15px;
}
@media screen and (max-width: 1024px) {
  #silverparkLP .header__contact {
    margin: auto 60px auto auto;
  }
  #silverparkLP .header__contact a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 1024px) {
  #silverparkLP .navToggle {
    display: block;
    position: fixed;
    right: 13px;
    top: 11px;
    width: 42px;
    height: auto;
    cursor: pointer;
    z-index: 5;
    text-align: center;
  }
  #silverparkLP .navToggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #5f5f5f;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    left: 6px;
  }
  #silverparkLP .navToggle span:nth-child(1) {
    top: 9px;
  }
  #silverparkLP .navToggle span:nth-child(2) {
    top: 18px;
  }
  #silverparkLP .navToggle span:nth-child(3) {
    top: 27px;
  }
  #silverparkLP .navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: 700;
    top: 34px;
  }
  #silverparkLP .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #silverparkLP .navToggle.active span:nth-child(2),
  #silverparkLP .navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
#silverparkLP .headerSp {
  background: rgb(246, 243, 230);
  width: 100vw;
  height: calc(100vh - 60px);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 60px;
  right: 0;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#silverparkLP .headerSp.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#silverparkLP .headerSp ul {
  margin: 5vw auto 20px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#silverparkLP .headerSp ul li {
  font-size: clamp(16px, 16px + 0.0024242424 * (100vw - 375px), 18px);
}
#silverparkLP .headerSp ul li:hover {
  text-decoration: none;
}
#silverparkLP .headerSp ul li a {
  padding: 3vw 2vw;
  display: block;
}
#silverparkLP .headerSp__contact {
  margin: 0 auto;
  text-align: center;
}
#silverparkLP .headerSp__contact a {
  max-width: 200px;
  width: 90vw;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
  font-size: clamp(18px, 18px + 0.0024242424 * (100vw - 375px), 20px);
  background: #222;
  border-radius: 30px;
}

#silverparkLP .mv {
  position: relative;
  overflow-x: hidden;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(50%, #f6f3e6));
  background: linear-gradient(#fff 0 50%, #f6f3e6 50% 100%);
}
@media screen and (max-width: 1024px) {
  #silverparkLP .mv {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(80%, #f6f3e6));
    background: linear-gradient(#fff 0 80%, #f6f3e6 80% 100%);
  }
}
#silverparkLP .mv__inner {
  width: min(100%, 1400px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  text-align: center;
  margin: 100px auto 0;
  height: 100dvh;
  padding-bottom: clamp(120px, 20.8vw, 160px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #silverparkLP .mv__inner {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #silverparkLP .mv__inner {
    padding-top: 100px;
    margin: 20px auto 0;
  }
}
#silverparkLP .mv__catch {
  margin: 0 auto 30px;
  font-size: clamp(36px, 36px + 0.0242424242 * (100vw - 375px), 56px);
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
  -webkit-animation: catch 2s ease-in-out forwards;
          animation: catch 2s ease-in-out forwards;
}
#silverparkLP .mv__catch small {
  font-size: 90%;
}
@-webkit-keyframes catch {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes catch {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#silverparkLP .mv__pic {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  position: relative;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  #silverparkLP .mv__pic {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 0;
  }
}
#silverparkLP .mv__pic picture {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#silverparkLP .mv__pic img {
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (max-width: 1024px) {
  #silverparkLP .mv {
    padding-left: 2.6vw;
    padding-right: 2.6vw;
  }
}
#silverparkLP .mv .cloud-01 {
  position: absolute;
  top: 5vw;
  left: -50px;
  width: clamp(180px, 180px + 0.1696969697 * (100vw - 375px), 320px);
  z-index: 0;
  -webkit-animation: c01 10s ease-in-out infinite;
          animation: c01 10s ease-in-out infinite;
}
#silverparkLP .mv .cloud-02 {
  position: absolute;
  top: 0;
  right: -100px;
  width: clamp(160px, 160px + 0.1939393939 * (100vw - 375px), 320px);
  z-index: 0;
  -webkit-animation: c02 8s ease-in-out infinite;
          animation: c02 8s ease-in-out infinite;
}
@-webkit-keyframes c01 {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(0, 20%) scale(1.05);
            transform: translate(0, 20%) scale(1.05);
  }
}
@keyframes c01 {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(0, 20%) scale(1.05);
            transform: translate(0, 20%) scale(1.05);
  }
}
@-webkit-keyframes c02 {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1.1);
            transform: translate(0, 0) scale(1.1);
  }
  50% {
    -webkit-transform: translate(0, 18%) scale(1.05);
            transform: translate(0, 18%) scale(1.05);
  }
}
@keyframes c02 {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1.1);
            transform: translate(0, 0) scale(1.1);
  }
  50% {
    -webkit-transform: translate(0, 18%) scale(1.05);
            transform: translate(0, 18%) scale(1.05);
  }
}
@media screen and (max-width: 768px) {
  #silverparkLP .mv .cloud-01 {
    top: 25vw;
    left: -30px;
  }
  #silverparkLP .mv .cloud-02 {
    top: 18vw;
    right: -30px;
  }
}
#silverparkLP .mv::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: auto;
  top: 50%;
  left: calc(50% - 10px);
  width: calc(100% + 40px);
  height: auto;
  aspect-ratio: 1500/350;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../img/mv-bg-cloud.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: block;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #silverparkLP .mv::after {
    top: 80%;
  }
}

#silverparkLP .problem {
  background: #f6f3e6;
  padding-top: clamp(60px, 13vw, 100px);
  padding-bottom: clamp(150px, 26vw, 200px);
}
#silverparkLP .problem__inner {
  width: min(100%, 1200px);
  margin: auto;
}
#silverparkLP .problem__head {
  font-size: clamp(26px, 26px + 0.016969697 * (100vw - 375px), 40px);
  text-align: center;
  margin-bottom: clamp(20px, 5.2vw, 40px);
  letter-spacing: 0.025em;
}
#silverparkLP .problem .problemContainer {
  display: grid;
  grid-template-columns: auto 25% auto;
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: row;
  grid-template-areas: "p-01 p-01 p-03" "p-04 p-illu p-02" "p-05 p-illu p-02";
}
#silverparkLP .problem .problemContainer div {
  position: relative;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #silverparkLP .problem .problemContainer {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(4, auto);
    gap: 5px;
    grid-template-areas: "p-01 p-01" "p-illu p-02" "p-illu p-03" "p-04 p-05";
  }
}
#silverparkLP .problem div.problem-01 {
  grid-area: p-01;
}
@media screen and (min-width: 769px) {
  #silverparkLP .problem div.problem-01 {
    max-width: 470px;
  }
}
@media screen and (max-width: 1024px) {
  #silverparkLP .problem div.problem-01 {
    max-width: 360px;
  }
}
@media screen and (max-width: 768px) {
  #silverparkLP .problem div.problem-01 {
    max-width: 80%;
    margin-left: 0;
  }
}
#silverparkLP .problem div.problem-02 {
  grid-area: p-02;
}
@media screen and (min-width: 769px) {
  #silverparkLP .problem div.problem-02 {
    max-width: 420px;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #silverparkLP .problem div.problem-02 {
    margin: -4vw auto auto -5vw;
    width: calc(100% + 5vw);
  }
}
#silverparkLP .problem div.problem-03 {
  grid-area: p-03;
}
@media screen and (min-width: 769px) {
  #silverparkLP .problem div.problem-03 {
    max-width: 420px;
    margin: 40px auto auto -2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #silverparkLP .problem div.problem-03 {
    margin: auto auto auto -5vw;
    width: calc(100% + 5vw);
  }
}
#silverparkLP .problem div.problem-04 {
  grid-area: p-04;
  margin: -2.5vw auto auto 0;
}
@media screen and (min-width: 769px) {
  #silverparkLP .problem div.problem-04 {
    max-width: 350px;
  }
}
@media screen and (max-width: 768px) {
  #silverparkLP .problem div.problem-04 {
    margin: auto;
  }
}
#silverparkLP .problem div.problem-05 {
  grid-area: p-05;
  margin: 0 20px auto auto;
}
@media screen and (min-width: 769px) {
  #silverparkLP .problem div.problem-05 {
    max-width: 360px;
  }
}
@media screen and (max-width: 768px) {
  #silverparkLP .problem div.problem-05 {
    margin: auto;
  }
}
#silverparkLP .problem div.problem-illu {
  grid-area: p-illu;
  max-width: 280px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #silverparkLP .problem div.problem-illu {
    width: calc(100% - 5vw);
    margin: auto auto auto 0;
  }
}

#silverparkLP .solution {
  padding-top: clamp(15px, 2.6vw, 20px);
  padding-bottom: clamp(200px, 39vw, 300px);
  position: relative;
}
#silverparkLP .solution__inner {
  width: min(100%, 1200px);
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
#silverparkLP .solution__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: clamp(60px, 13vw, 100px);
  font-size: clamp(36px, 36px + 0.0048484848 * (100vw - 375px), 40px);
}
#silverparkLP .solution__head strong {
  color: #ffa800;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #silverparkLP .solution__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 769px) {
  #silverparkLP .solution__logo {
    max-width: 40%;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #silverparkLP .solution__logo {
    max-width: auto;
    width: 90%;
    margin: 5px auto;
  }
}
#silverparkLP .solution__list {
  max-width: 830px;
  margin: auto auto clamp(60px, 13vw, 100px);
  background: #f6f3e6;
  padding: clamp(15px, 2.6vw, 20px);
  border-radius: 15px;
}
#silverparkLP .solution__list ul {
  text-align: start;
  font-size: clamp(20px, 20px + 0.0048484848 * (100vw - 375px), 24px);
  font-weight: 700;
}
#silverparkLP .solution__list ul li {
  position: relative;
  margin: 15px auto 15px 9.6385542169%;
}
#silverparkLP .solution__list ul li::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 5px;
  left: -40px;
  width: 32px;
  height: 32px;
  background: url("../img/solution-ico.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #silverparkLP .solution__list ul li::before {
    left: -30px;
    width: 26px;
    height: 26px;
  }
}
#silverparkLP .solution__txt {
  font-size: clamp(21px, 21px + 0.0157575758 * (100vw - 375px), 34px);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: clamp(30px, 7.8vw, 60px);
}
#silverparkLP .solution__txt strong {
  color: #ffa800;
  font-weight: 700;
}
#silverparkLP .solution__txt .large {
  font-size: 123%;
  display: inline-block;
  margin: auto 5px;
  white-space: nowrap;
}
#silverparkLP .solution__txt .large strong {
  display: inline-block;
  margin: auto 5px;
}
#silverparkLP .solution__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #silverparkLP .solution__point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  #silverparkLP .solution__point li {
    width: 80%;
    margin: auto;
  }
}
#silverparkLP .solution::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -140px;
  left: 50%;
  width: 710px;
  height: 360px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  -webkit-mask: url("../img/cloud.svg") no-repeat;
          mask: url("../img/cloud.svg") no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #silverparkLP .solution::before {
    top: -120px;
    width: 90%;
    height: 300px;
  }
}

#silverparkLP .about {
  scroll-margin-top: calc(100px + 5vw);
  background: #fdcc59;
  padding-bottom: clamp(120px, 20.8vw, 160px);
  position: relative;
  border-top: 20px solid #fff;
}
@media screen and (max-width: 768px) {
  #silverparkLP .about {
    padding-bottom: clamp(60px, 13vw, 100px);
    scroll-margin-top: calc(60px + 5vw);
  }
}
#silverparkLP .about__inner {
  width: min(100%, 1020px);
  margin: -50px auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #silverparkLP .about__inner {
    margin: 20px auto;
  }
}
#silverparkLP .about__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 5px;
  font-size: clamp(30px, 30px + 0.0206060606 * (100vw - 375px), 47px);
  color: #fff;
}
@media screen and (min-width: 769px) {
  #silverparkLP .about__logo {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #silverparkLP .about__logo {
    max-width: auto;
    width: 80%;
    margin: 5px auto;
  }
}
#silverparkLP .about__sub {
  font-size: clamp(18px, 18px + 0.0024242424 * (100vw - 375px), 20px);
  font-weight: 900;
  color: #fff;
  margin: auto auto clamp(60px, 13vw, 100px);
}
#silverparkLP .about__txt {
  font-size: clamp(24px, 24px + 0.0145454545 * (100vw - 375px), 36px);
  font-weight: 700;
  line-height: 1.65em;
  color: #fff;
  margin-bottom: clamp(30px, 7.8vw, 60px);
}
#silverparkLP .about__txt strong {
  color: #ff7200;
  font-weight: 700;
}
#silverparkLP .about__illu {
  max-width: 860px;
  margin: auto auto clamp(30px, 7.8vw, 60px);
}
#silverparkLP .about__support {
  margin-bottom: clamp(60px, 13vw, 100px);
}
#silverparkLP .about__support .supportBox {
  text-align: start;
  background: #fff;
  border-radius: 15px;
  padding: 8px;
}
#silverparkLP .about__support .supportLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border-radius: 13px;
  border: 5px #f2ecd5 solid;
}
#silverparkLP .about__support .supportTxt {
  padding: clamp(15px, 2.6vw, 20px);
}
@media screen and (min-width: 1024px) {
  #silverparkLP .about__support .supportTxt {
    margin-right: 50px;
  }
}
#silverparkLP .about__support .head {
  font-size: clamp(18px, 18px + 0.0024242424 * (100vw - 375px), 20px);
  margin-bottom: 10px;
}
#silverparkLP .about__support .txt {
  font-family: "Noto Sans JP", sans-serif;
  text-indent: -1rem;
  margin-left: 1rem;
  width: 100%;
}
#silverparkLP .about__support .illu {
  margin: -25px 0 0 0;
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  #silverparkLP .about__support .supportTxt {
    display: grid;
    grid-template-columns: minmax(100px, 1fr) auto;
    grid-template-rows: repeat(2, auto);
    gap: 0px 0px;
    grid-template-areas: "illu head" "txt txt";
  }
  #silverparkLP .about__support .illu {
    grid-area: illu;
    margin: -50px 10px 10px 0;
  }
  #silverparkLP .about__support .head {
    grid-area: head;
  }
  #silverparkLP .about__support .txt {
    grid-area: txt;
    width: 100%;
  }
}
#silverparkLP .about__movie {
  padding-bottom: clamp(60px, 13vw, 100px);
}
#silverparkLP .about__movie .heading__head {
  color: #fff;
}
#silverparkLP .about__movie .heading__sub {
  color: #ff7200;
  margin: auto auto clamp(15px, 2.6vw, 20px);
}
#silverparkLP .about__movie .movie {
  width: 100%;
  max-width: 680px;
  aspect-ratio: 16/9;
  margin: 30px auto;
  background: #fff;
  position: relative;
  border-radius: 15px;
  padding: clamp(15px, 2.6vw, 20px);
}
#silverparkLP .about__movie .movie-inner {
  display: block;
  width: calc(100% - clamp(15px, 2.6vw, 20px) * 2);
  z-index: 1;
  position: absolute;
  top: clamp(15px, 2.6vw, 20px);
  left: clamp(15px, 2.6vw, 20px);
}
#silverparkLP .about__movie .thumb {
  width: 100%;
  max-width: 100%;
}
#silverparkLP .about__movie .movie-player {
  position: relative;
  z-index: 10;
}
#silverparkLP .about__produts {
  padding-bottom: clamp(15px, 2.6vw, 20px);
  scroll-margin-top: 60px;
}
#silverparkLP .about__produts .heading__head {
  color: #fff;
}
#silverparkLP .about__produts .heading__sub {
  color: #ff7200;
  margin: auto auto clamp(15px, 2.6vw, 20px);
}
#silverparkLP .about__produts .lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#silverparkLP .about__produts .lineup .lineupBox {
  width: calc(50% - 15px);
  background: #fff;
  border-radius: 15px;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  #silverparkLP .about__produts .lineup .lineupBox {
    width: 100%;
  }
}
#silverparkLP .about__produts .lineup .lineupLine {
  padding: clamp(15px, 2.6vw, 20px) clamp(20px, 5.2vw, 40px);
  border-radius: 13px;
  border: 5px #f2ecd5 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}
#silverparkLP .about__produts .lineup .logo {
  margin: 0 auto 10px;
}
#silverparkLP .about__produts .lineup .logo img {
  width: auto;
  max-height: 110px;
}
#silverparkLP .about__produts .lineup .pic {
  margin: 0 auto;
  max-width: 400px;
  margin-top: 10px;
}
#silverparkLP .about__produts .lineup .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 14px + 0.0024242424 * (100vw - 375px), 16px);
  margin-top: 10px;
}
#silverparkLP .about::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -200px;
  left: 50%;
  width: min(95%, 955px);
  height: 500px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fdcc59;
  -webkit-mask: url("../img/cloud.svg") no-repeat;
          mask: url("../img/cloud.svg") no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #silverparkLP .about::before {
    top: -120px;
    height: 300px;
  }
}

#silverparkLP .rec {
  background: #f6f3e6;
  padding-top: clamp(60px, 13vw, 100px);
  padding-bottom: clamp(60px, 13vw, 100px);
}
#silverparkLP .rec__inner {
  width: min(100%, 1200px);
  margin: auto;
  text-align: center;
}
#silverparkLP .rec .heading__sub {
  color: #ff9000;
  margin: auto auto clamp(30px, 7.8vw, 60px);
}
#silverparkLP .rec__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin: 10px auto clamp(40px, 10.4vw, 80px);
  font-size: clamp(15px, 15px + 0.0012121212 * (100vw - 375px), 16px);
}
#silverparkLP .rec__note li {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#silverparkLP .rec__note li .icon {
  max-width: 40px;
  display: block;
}
#silverparkLP .rec__note li .txt {
  display: inline-block;
  position: relative;
  margin-left: 1.75rem;
}
#silverparkLP .rec__note li .txt::before {
  position: absolute;
  content: "…";
  display: inline-block;
  top: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1.15rem;
  width: 1rem;
  height: 1rem;
}
@media screen and (max-width: 768px) {
  #silverparkLP .rec__note {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #silverparkLP .rec__note li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#silverparkLP .rec__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 40px;
}
#silverparkLP .rec__list .recItem {
  width: calc((100% - 80px) / 3);
  min-width: 0;
  text-align: start;
}
#silverparkLP .rec__list .recItem .pic {
  margin-bottom: clamp(15px, 2.6vw, 20px);
}
#silverparkLP .rec__list .recItem .head {
  font-size: clamp(18px, 18px + 0.0024242424 * (100vw - 375px), 20px);
  font-weight: bold;
  margin-bottom: clamp(15px, 2.6vw, 20px);
}
#silverparkLP .rec__list .recItem .txt {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #silverparkLP .rec__list .recItem {
    width: 100%;
  }
  #silverparkLP .rec__list .recItem .txt {
    width: 100%;
  }
}

#silverparkLP .flow {
  padding-top: clamp(60px, 13vw, 100px);
  padding-bottom: clamp(60px, 13vw, 100px);
}
#silverparkLP .flow__inner {
  width: min(100%, 1200px);
  margin: auto;
  text-align: center;
}
#silverparkLP .flow__inner .heading__sub {
  color: #ffa800;
  margin: auto auto clamp(20px, 5.2vw, 40px);
}
#silverparkLP .flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: start;
      align-self: flex-start;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  #silverparkLP .flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding-top: clamp(20px, 5.2vw, 40px);
  }
}
#silverparkLP .flow__list .flowItem {
  background: #f6f3e6;
  padding: 10px clamp(15px, 2.6vw, 20px) clamp(15px, 2.6vw, 20px);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 15px;
  position: relative;
}
#silverparkLP .flow__list .flowItem .num {
  width: clamp(70px, 6.6vw, 80px);
  position: absolute;
  top: -20px;
  display: block;
}
#silverparkLP .flow__list .flowItem .illu {
  text-align: center;
  width: 100%;
  height: 130px;
  margin-left: 20px;
  text-align: center;
  display: block;
}
#silverparkLP .flow__list .flowItem .illu img {
  width: auto;
  height: 100%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#silverparkLP .flow__list .flowItem .txt {
  width: 100%;
  text-align: left;
}
#silverparkLP .flow__list .flowItem.flow01 {
  max-width: 310px;
}
#silverparkLP .flow__list .flowItem.flow01 .illu {
  padding: 20px 0 10px;
}
#silverparkLP .flow__list .flowItem.flow02 {
  max-width: 410px;
}
#silverparkLP .flow__list .flowItem.flow03 {
  max-width: 310px;
}
#silverparkLP .flow__list .flowItem.flow03 .illu {
  padding: 40px 0 10px;
}
#silverparkLP .flow__list .flowItem::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: -60px;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-width: 26.5px 0 26.5px 36px;
  border-color: transparent transparent transparent #C2BFB1;
}
#silverparkLP .flow__list .flowItem:nth-child(3)::before {
  border: none;
}
@media screen and (max-width: 768px) {
  #silverparkLP .flow__list .flowItem {
    padding: 40px 10px 10px;
    width: 100%;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  #silverparkLP .flow__list .flowItem.flow01, #silverparkLP .flow__list .flowItem.flow02, #silverparkLP .flow__list .flowItem.flow03 {
    max-width: 100%;
  }
  #silverparkLP .flow__list .flowItem .num {
    width: 100%;
    max-width: 80px;
    max-height: auto;
    height: auto;
    margin: 0 auto auto;
  }
  #silverparkLP .flow__list .flowItem .num img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  #silverparkLP .flow__list .flowItem .illu {
    width: 35%;
    max-height: auto;
    height: 120px;
    margin: 0 auto auto;
  }
  #silverparkLP .flow__list .flowItem .illu img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  #silverparkLP .flow__list .flowItem .txt {
    width: calc(65% - 20px);
    margin: auto;
  }
  #silverparkLP .flow__list .flowItem.flow02 {
    padding-top: 60px;
  }
  #silverparkLP .flow__list .flowItem.flow03 .illu {
    padding: 20px;
  }
  #silverparkLP .flow__list .flowItem::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: -60px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-width: 36px 26.5px 0 26.5px;
    border-style: solid;
    border-color: #C2BFB1 transparent transparent transparent;
  }
}

#silverparkLP .contact {
  padding-top: clamp(60px, 13vw, 100px);
  padding-bottom: clamp(60px, 13vw, 100px);
}
#silverparkLP .contact__robo {
  padding-bottom: clamp(60px, 13vw, 100px);
}
#silverparkLP .contact__robo a {
  display: block;
  margin: auto;
  text-align: center;
  width: 450px;
  background: #222;
  color: #fff;
  padding: 20px;
  font-size: clamp(20px, 20px + 0.0193939394 * (100vw - 375px), 36px);
  font-weight: bold;
  border-radius: 50px;
  position: relative;
}
#silverparkLP .contact__robo a span {
  display: block;
  margin-left: -30px;
}
#silverparkLP .contact__robo a::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 140px;
  background: url("../img/contact-robo.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #silverparkLP .contact__robo a {
    width: 90%;
  }
}
#silverparkLP .contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin: auto;
}
#silverparkLP .contact__btn a {
  display: block;
  margin: auto;
  width: clamp(350px, 28vw, 420px);
  text-align: center;
  border: 2px solid #222;
  background: #fff;
  padding: 20px;
  font-size: clamp(16px, 16px + 0.0024242424 * (100vw - 375px), 18px);
  font-weight: bold;
  border-radius: 50px;
  position: relative;
}
#silverparkLP .contact__btn a small {
  display: block;
}
#silverparkLP .contact__btn a::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  left: auto;
  right: 20px;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/btn-ico.png") no-repeat;
  background-size: contain;
}
#silverparkLP .contact__btn a:hover {
  background: #e6e6e6;
}
@media screen and (max-width: 768px) {
  #silverparkLP .contact__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #silverparkLP .contact__btn a {
    width: 90%;
    padding: 10px;
  }
}

#silverparkLP .pankuzu {
  width: min(100%, 1200px);
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  padding-top: clamp(20px, 5.2vw, 40px);
}
#silverparkLP .pankuzu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#silverparkLP .pankuzu ul li {
  padding: 10px;
  position: relative;
}
#silverparkLP .pankuzu ul li a:hover {
  text-decoration: underline;
}
#silverparkLP .pankuzu ul li + li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*footer***************************************/
#silverparkLP .footer footer {
  clear: both;
}
#silverparkLP .footer #footer_contents {
  max-width: 1100px;
  margin: auto;
  overflow: hidden;
}
#silverparkLP .footer #footer_copyright {
  clear: both;
  text-align: center;
  margin: 37px 0 23px 0;
}
#silverparkLP .footer #footer_copyright p {
  font-size: 12px;
}
#silverparkLP .footer #footer_copyright br {
  display: none;
}
#silverparkLP .footer {
  /* ========================================================================================================
  	フッター 部分
  ======================================================================================================== */
}
#silverparkLP .footer .ly_footer-top {
  max-width: 1200px;
  margin: 0 auto 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
}
#silverparkLP .footer .ly_footer_logo {
  width: 262px;
}
#silverparkLP .footer .ly_footer_icon-list {
  width: 218px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 108px;
}
#silverparkLP .footer .ly_footer_icon-list li {
  margin-right: 40px;
}
#silverparkLP .footer .ly_footer_icon-list li:nth-last-of-type(1) {
  margin-right: 0;
}

#silverparkLP .footer .ly_btn_go_top {
  position: absolute;
  bottom: 4px;
  right: 10px;
  width: 48px;
}
#silverparkLP .footer .ly_footer-bottom {
  background: #E6E6E6;
}
#silverparkLP .footer .ly_inner_footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Noto Sans CJK JP;
  font-weight: 400;
}
#silverparkLP .footer .ly_footer-bottom_navi {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#silverparkLP .footer .ly_footer-bottom_navi li {
  padding: 30px 0 !important;
}
#silverparkLP .footer .ly_footer-bottom_navi a {
  color: #333;
  padding: 0 20px;
  border-right: 1px solid #333;
  letter-spacing: 0.1em;
  font-size: 0.9375rem;
}
#silverparkLP .footer .ly_footer-bottom_navi li:nth-of-type(1) a {
  padding-left: 0;
}
#silverparkLP .footer .ly_footer-bottom_navi li:nth-last-of-type(1) a {
  padding-right: 0;
  border-right: none;
}
#silverparkLP .footer small {
  font-size: 0.75rem;
  color: #666;
}
@media (max-width: 1024px) {
  #silverparkLP .footer .ly_footer-top {
    display: none;
  }
  #silverparkLP .footer .ly_footer-bottom {
    display: none;
  }
  #silverparkLP .footer #footer_copyright {
    background: #FFB45A;
    padding: 10px 0;
    margin: 30px 0 0;
  }
}
#silverparkLP .footer li .ly_footer_icon-list {
  margin: auto 100px auto auto;
}
#silverparkLP .footer .ly_footer-bottom_navi a:hover {
  text-decoration: underline !important;
}

#silverparkLP .letter-spacing-narrow {
  letter-spacing: -0.1em;
}
#silverparkLP .kerning-right {
  margin-right: -0.25em;
  display: inline-block;
}
#silverparkLP .kerning-left {
  margin-left: -0.25em;
  display: inline-block;
}
#silverparkLP .img-fluid {
  width: 100%;
  height: auto;
}
#silverparkLP .spOnly {
  display: none;
}
@media screen and (max-width: 768px) {
  #silverparkLP .spOnly {
    display: block;
  }
}
#silverparkLP .pcOnly {
  display: block;
}
@media screen and (max-width: 768px) {
  #silverparkLP .pcOnly {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #silverparkLP .spNone {
    display: none;
  }
}
#silverparkLP .tabOverOnly {
  display: none;
}
@media screen and (min-width: 1024px) {
  #silverparkLP .tabOverOnly {
    display: block;
  }
}
#silverparkLP .tabOnly {
  display: none;
}
@media screen and (max-width: 1024px) {
  #silverparkLP .tabOnly {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */


@media (min-width: 671px){
	.pcNone{
		display: none;
	}
}
@media (max-width: 670px){
.spNone {
  display: none;
}
}