@charset "UTF-8";
:root {
  --text-black: #222;
  --en: "Figtree", sans-serif;
  --ja: "Noto Sans JP", sans-serif;
  --red01: #e24d32;
  --green01: #50af85;
  --yellow01: #ffec5d;
  --shadow01: 0 0 6px rgba(0, 0, 0, 0.16);
}

* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

body {
  font-family: var(--ja);
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
  color: var(--text-black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  color: var(--text-black);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

a:hover {
  opacity: 0.7;
}

ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

table thead th,
table thead td {
  background-color: #f2f2f2;
}

table th,
table td {
  border-collapse: collapse;
}

table th {
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.is-pc {
  display: block;
}

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

@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}
a[href^=tel] {
  text-decoration: none;
  color: inherit;
}

.en {
  font-family: var(--en);
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 71.7423133236%;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 85.8139534884%;
  }
}

.bold {
  font-weight: 700;
}

.flex {
  display: flex;
}

.en {
  font-family: var(--en);
}

main {
  width: 100%;
  position: relative;
}
main .fixed-box {
  z-index: 99;
}
main .fixed-box,
main .sp-download-cta-inner {
  position: fixed;
  top: 88px;
  left: 64.934114202vw;
  max-width: 980px;
  margin: 0 auto;
  background-color: white;
  width: 286px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 24px;
  border-radius: 16px;
}
main .fixed-box h3,
main .sp-download-cta-inner h3 {
  text-align: center;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.3;
}
main .fixed-box h3 .small,
main .sp-download-cta-inner h3 .small {
  font-size: 1.2rem;
  display: block;
}
main .fixed-box .down-load,
main .sp-download-cta-inner .down-load {
  width: 100%;
  margin-bottom: 16px;
}
main .fixed-box .down-load tr,
main .sp-download-cta-inner .down-load tr {
  display: flex;
  margin-bottom: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}
main .fixed-box .down-load td,
main .sp-download-cta-inner .down-load td {
  width: 100%;
}
main .fixed-box .down-load input[type=text],
main .fixed-box .down-load input[type=tel],
main .fixed-box .down-load input[type=email],
main .sp-download-cta-inner .down-load input[type=text],
main .sp-download-cta-inner .down-load input[type=tel],
main .sp-download-cta-inner .down-load input[type=email] {
  padding: 8px;
  border: 1px solid #d3d3d3;
  background: #f7f7f7;
  border-radius: 3px;
  width: 100%;
}
main .fixed-box .cta,
main .sp-download-cta-inner .cta {
  margin-bottom: 16px;
}
main .sp-download-cta-inner {
  position: static;
}

.home .header {
  background: transparent;
}

.inner {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
}
.inner .content {
  max-width: 650px;
  margin-right: auto;
  width: 100%;
  height: 100%;
}

.submit-wrapper {
  text-align: center;
}

.cta-btn01 {
  width: 100%;
  background: #e24d32;
  border-radius: 50px;
  color: white;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.2em;
  column-gap: 0.2em;
  line-height: 1;
  max-width: 355px;
  font-size: 2rem;
  padding: 10px 40px;
  height: 76px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cta-btn01 {
    height: 56px;
  }
}
.cta-btn01::before {
  content: "簡単1分";
  color: #222;
  background-color: white;
  border-radius: 3px;
  padding: 4px;
  font-size: 80%;
}

.contact-btn {
  max-width: 250px;
  width: 100%;
  background: #e24d32;
  border-radius: 50px;
  height: 46px;
  color: white;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.2em;
  column-gap: 0.2em;
  line-height: 1;
  margin: 0 auto;
}
.contact-btn .label {
  color: #222;
  background-color: white;
  border-radius: 3px;
  padding: 4px;
  font-size: 80%;
}

.download-btn {
  width: 100%;
  background: #e24d32;
  border-radius: 50px;
  height: 46px;
  color: white;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.2em;
  column-gap: 0.2em;
  line-height: 1;
}
.download-btn .label {
  color: #222;
  background-color: white;
  border-radius: 3px;
  padding: 4px;
  font-size: 80%;
}

.mv {
  width: 100%;
  height: 100svh;
  background: url(../../assets/images/mv-bg.svg) no-repeat center/cover;
}
.mv .inner {
  height: 100%;
}
.mv .content {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .mv .content {
    justify-content: center;
  }
}
.mv .mv-top-text {
  margin-bottom: 24px;
  font-weight: 700;
}
.mv .mv-top-text .top {
  font-size: clamp(16px, 2.3426061493vw, 32px);
}
.mv .mv-top-text .middle {
  font-size: clamp(40px, 5.4904831625vw, 75px);
  font-weight: 900;
  line-height: 1.2;
}
.mv .mv-top-text .bottom {
  font-size: clamp(14px, 1.4641288433vw, 20px);
}

.color-green {
  color: var(--green01);
}

.color-red {
  color: var(--red01);
}

.under {
  text-decoration: underline;
  text-underline-offset: 0;
  -webkit-text-decoration-color: var(--yellow01);
  text-decoration-color: var(--yellow01);
  text-decoration-thickness: 8px;
  font-weight: 500;
}

.mv-feature-list {
  margin-bottom: 24px;
}
.mv-feature-list li {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.mv-feature-list li:not(:nth-child(3)) {
  border-right: 1px solid var(--green01);
}
.mv-feature-list li .img-wrapper {
  width: 56px;
  height: 56px;
  margin-bottom: 8px;
}
.mv-feature-list li .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.mv-feature-list li .text-wrapper .text {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv-feature-list li .text-wrapper .text {
    font-size: 1.1rem;
  }
}

.mv-bottom-flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mv-bottom-flex {
    flex-direction: column-reverse;
  }
}
.mv-bottom-flex .left {
  text-align: center;
}
.mv-bottom-flex .left .text {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.mv-bottom-flex .right {
  max-width: 245px;
}
@media screen and (max-width: 768px) {
  .mv-bottom-flex .right.img-wrapper {
    width: 50%;
    margin: 0 auto 8px;
  }
  .mv-bottom-flex .right.img-wrapper img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
}

main .sticky-container {
  position: relative;
}

.fadein {
  opacity: 0;
}

.intro {
  background: #fafafa;
  padding: 40px 0;
}
.intro .img-list {
  display: grid;
  margin-bottom: 16px;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 24px;
  column-gap: 24px;
}
@media screen and (max-width: 768px) {
  .intro .img-list {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
}
.intro .img-list li {
  aspect-ratio: 200/80;
  overflow: hidden;
}
.intro .img-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.intro .text {
  font-size: clamp(16px, 1.317715959vw, 18px);
}
.intro .text .big {
  font-size: 133%;
}

h2 {
  font-size: clamp(18px, 1.756954612vw, 24px);
  font-weight: 900;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  h2 {
    margin-bottom: 24px;
  }
}
h2 .big {
  font-size: 125%;
}

section {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 40px 0;
  }
}

.about .lead {
  line-height: 1.875;
}
.about .lead .small {
  font-size: 63%;
}
.about .img-wrapper {
  max-width: 556px;
  margin: 0 auto;
}
.about .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.about .text {
  text-align: center;
}

.scene {
  position: relative;
}
.scene::before {
  content: "";
  background: url(../../assets/images/deco03.svg) no-repeat center/contain;
  width: 12.1522693997vw;
  height: 59.7364568082vw;
  position: absolute;
  top: 0;
  left: 0;
}
.scene::after {
  content: "";
  background: url(../../assets/images/deco04.png) no-repeat center/contain;
  width: 9.9560761347vw;
  height: 55.8565153734vw;
  position: absolute;
  right: 0;
  bottom: 0;
  background-position: bottom right;
}
.scene .scene-list {
  display: grid;
  text-align: center;
  gap: 3.6923076923%;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .scene .scene-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.scene .scene-list::after {
  content: "";
  background: url(../../assets/images/scene-list-bottom.png) no-repeat center/cover;
  width: 100%;
  height: 1.1713030747vw;
  position: absolute;
  top: 100%;
  left: 0;
}
.scene .scene-list .img-wrapper {
  max-width: 129px;
  margin-bottom: 8px;
  margin: 0 auto;
}
.scene .scene-list .text-wrapper {
  font-weight: 900;
}
.scene .text-cando-top {
  text-align: center;
  margin: 40px 0 60px;
  font-size: clamp(18px, 1.756954612vw, 24px);
  font-weight: 900;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
.scene .cando {
  background-color: #fafafa;
  padding: 40px;
}
.scene .cando h3 {
  font-size: clamp(18px, 1.756954612vw, 24px);
  margin-bottom: 24px;
  text-align: center;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .scene .cando {
    padding: 20px;
  }
}
.scene .cando li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}
.scene .cando .check {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url(../../assets/images/icon-check.svg) no-repeat center/contain;
  margin-right: 0.3em;
  margin-top: 0.3em;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .scene .cando .check {
    width: 16px;
    height: 16px;
  }
}
.scene .cando h4 {
  font-weight: bold;
}
.scene .cando .text {
  font-size: 1.4rem;
}

.black {
  font-weight: 900;
}

.cta-area {
  background: url(../../assets/images/ctabg.png) no-repeat center/cover;
  padding: 40px 0;
}
.cta-area .top {
  gap: 16px;
}
.cta-area .top .img-wrapper {
  margin-top: -4.39238653vw;
}
.cta-area .top .text-wrapper .ttl-top {
  font-weight: 700;
}
.cta-area .cta-btn {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.support .support-list {
  counter-reset: support-counter;
  margin-left: -12.4450951684vw;
}
@media screen and (max-width: 1360px) {
  .support .support-list {
    margin-left: 0;
  }
}
.support .support-list .item {
  counter-increment: support-counter;
  display: flex;
  -moz-column-gap: 7.3206442167vw;
  column-gap: 7.3206442167vw;
}
@media screen and (max-width: 768px) {
  .support .support-list .item {
    flex-direction: column;
  }
}
.support .support-list .item:not(:last-child) {
  margin-bottom: 64px;
}
.support .support-list .item:nth-child(even) .img-wrapper::after {
  color: var(--green01);
}
.support .support-list .item .img-wrapper {
  position: relative;
  width: 40.9756097561%;
  max-width: 336px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .support .support-list .item .img-wrapper {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 16px;
  }
}
.support .support-list .item .img-wrapper::after {
  content: "0" counter(support-counter);
  font-weight: 900;
  font-size: clamp(40px, 5.8565153734vw, 80px);
  color: var(--red01);
  position: absolute;
  top: 20px;
  left: 90%;
}
.support .support-list .item .text-wrapper h3 {
  font-size: clamp(18px, 2.196193265vw, 30px);
  font-weight: 900;
  line-height: 1.4666666667;
  margin-bottom: 16px;
}
.support .support-list .item .text-wrapper h3 .big {
  font-size: clamp(22px, 2.9282576867vw, 40px);
}
.support .support-list .item .text-wrapper h3 .small {
  font-size: clamp(18px, 1.6837481698vw, 23px);
}

.strong .strong-list {
  gap: 16px;
}
.strong .strong-list .item:not(:last-child) {
  margin-bottom: 56px;
}
.strong .strong-list .img-wrapper {
  width: 15.3846153846%;
  flex-shrink: 0;
  margin-right: 0.3em;
}
.strong .strong-list .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.strong .strong-list .text-wrapper {
  flex: 1;
  display: flex;
}
.strong .strong-list .text-wrapper .num {
  display: inline-block;
  font-size: clamp(26px, 3.1478770132vw, 43px);
  font-weight: 900;
  color: var(--red01);
  margin-right: 0.3em;
  flex-shrink: 0;
  line-height: 1;
}
.strong .strong-list .text-wrapper h3 {
  font-weight: 900;
  margin-bottom: 16px;
  font-size: clamp(18px, 1.756954612vw, 24px);
}

.ta-r {
  text-align: right;
}

.voice .voice-list .item {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .voice .voice-list .item {
    flex-direction: column;
  }
}
.voice .voice-list .item:not(:last-child) {
  margin-bottom: 40px;
}
.voice .voice-list .item .img-wrapper {
  width: 40%;
  aspect-ratio: 1.4444444444;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .voice .voice-list .item .img-wrapper {
    width: 100%;
  }
}
.voice .voice-list .item .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.voice .voice-list .item .text-wrapper {
  flex: 1;
  text-align: justify;
}

.flow {
  background: #fafafa;
}
.flow .flow-list .item {
  position: relative;
  background: #fff;
  box-shadow: var(--shadow01);
  margin-bottom: 48px;
}
.flow .flow-list .item:nth-child(2) .text-wrapper::after {
  background: url(../../assets/images/flow02.svg) no-repeat center/contain;
}
.flow .flow-list .item:nth-child(3) .text-wrapper::after {
  background: url(../../assets/images/flow03.svg) no-repeat center/contain;
}
.flow .flow-list .item:nth-child(4) .text-wrapper::after {
  background: url(../../assets/images/flow04.svg) no-repeat center/contain;
}
.flow .flow-list .item:nth-child(5) .text-wrapper::after {
  background: url(../../assets/images/flow05.svg) no-repeat center/contain;
}
.flow .flow-list .item:last-child {
  margin-bottom: 0;
}
.flow .flow-list .item:last-child .item-inner::after, .flow .flow-list .item:last-child .item-inner::before {
  content: none;
}
.flow .flow-list .item .item-inner {
  background-color: white;
  gap: 4.9230769231%;
  padding: 32px;
  position: relative;
  -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.07));
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.07));
}
@media screen and (max-width: 768px) {
  .flow .flow-list .item .item-inner {
    padding: 20px;
  }
}
.flow .flow-list .item .item-inner::before, .flow .flow-list .item .item-inner::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 18px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: block;
}
.flow .flow-list .item .item-inner::before {
  background: white;
  z-index: 0;
  background: #fff;
}
.flow .flow-list .item .item-inner::after {
  background: white;
  z-index: 1;
  background: #fff;
}
.flow .flow-list .item .num {
  color: var(--red01);
  font-weight: 900;
  line-height: 1;
  font-size: clamp(40px, 4.5387994143vw, 62px);
  display: block;
}
.flow .flow-list .item .text-wrapper {
  position: relative;
}
.flow .flow-list .item .text-wrapper::after {
  content: "";
  background: url(../../assets/images/flow01.svg) no-repeat center/contain;
  width: 21.5384615385%;
  height: 8.4919472914vw;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .flow .flow-list .item .text-wrapper::after {
    width: 100px;
    height: 100px;
  }
}
.flow .flow-list .item .text-wrapper h3 {
  font-weight: 900;
  margin-bottom: 8px;
  font-size: 2rem;
}
.flow .flow-list .item .text-wrapper .text {
  position: relative;
  z-index: 2;
}

.faq {
  margin-bottom: 80px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .faq {
    margin-bottom: 40px;
    padding-bottom: 0;
  }
}
.faq .faq-item {
  margin: 0 auto 24px;
}
.faq .faq-head,
.faq .faq-body {
  padding: 8px;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .faq .faq-head,
  .faq .faq-body {
    padding: 4px;
  }
}
.faq .faq-head span,
.faq .faq-body span {
  font-weight: 900;
  font-size: 3rem;
  color: white;
  background: var(--green01);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  line-height: 1;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .faq .faq-head span,
  .faq .faq-body span {
    font-size: 1.8rem;
    width: 40px;
    height: 40px;
  }
}
.faq .faq-head {
  position: relative;
  transition: 0.5s ease;
  cursor: pointer;
}
.faq .faq-head::before, .faq .faq-head::after {
  content: "";
  width: 26px;
  height: 3px;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  background: var(--green01);
}
@media screen and (max-width: 768px) {
  .faq .faq-head::before, .faq .faq-head::after {
    width: 18px;
    height: 2px;
  }
}
.faq .faq-head::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}
.faq .faq-head::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}
.faq .faq-head.close::before {
  transform: rotate(45deg);
}
.faq .faq-head.close::after {
  transform: rotate(-45deg);
}
.faq .faq-head p {
  font-weight: 900;
  margin-left: 16px;
  flex: 1;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .faq .faq-head p {
    margin-left: 10px;
    padding-right: 30px;
  }
}
.faq .faq-body {
  display: none;
  position: relative;
}
.faq .faq-body .answer-inner {
  display: flex;
  align-items: flex-start;
}
.faq .faq-body .answer-inner .a {
  font-weight: 900;
  font-size: 3rem;
  color: white;
  background: var(--red01);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  line-height: 1;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .faq .faq-body .answer-inner .a {
    font-size: 1.8rem;
    width: 40px;
    height: 40px;
  }
}
.faq .faq-body .answer-inner p {
  flex: 1;
  margin-left: 16px;
  font-size: 1.4rem;
}

.contact {
  background: #fff9f8;
}
@media screen and (max-width: 768px) {
  .contact {
    display: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9998;
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.contact .form-top {
  margin-top: -140px;
}
@media screen and (max-width: 768px) {
  .contact .form-top {
    margin-top: -60px;
  }
}
.contact .lead {
  text-align: center;
  font-weight: 900;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .contact .lead {
    margin-bottom: 24px;
  }
}
.contact .form {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}
.contact .form .form-row {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.contact .form .form-row label {
  font-size: 1.3rem;
  font-weight: 900;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 21.5384615385%;
}
@media screen and (max-width: 768px) {
  .contact .form .form-row label {
    width: 40%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.contact .form .form-row label .required {
  color: white;
  background-color: var(--red01);
  font-weight: 900;
  width: 28px;
  height: 18px;
  display: grid;
  place-content: center;
  font-size: 1rem;
  border-radius: 3px;
  line-height: 1;
}
.contact .form .form-row input[type=text],
.contact .form .form-row input[type=email] {
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  background-color: white;
  padding: 10px;
  width: 100%;
}
.contact .form .form-row input[type=text]::-webkit-input-placeholder,
.contact .form .form-row input[type=email]::-webkit-input-placeholder {
  color: #d3d3d3;
}
.contact .form .form-row input[type=text]::-moz-placeholder,
.contact .form .form-row input[type=email]::-moz-placeholder {
  color: #d3d3d3;
}
.contact .form .form-row input[type=text]:-ms-input-placeholder,
.contact .form .form-row input[type=email]:-ms-input-placeholder {
  color: #d3d3d3;
}
.contact .form .form-row input[type=text]::-ms-input-placeholder,
.contact .form .form-row input[type=email]::-ms-input-placeholder {
  color: #d3d3d3;
}
.contact .form .form-row input[type=text]::placeholder,
.contact .form .form-row input[type=email]::placeholder {
  color: #d3d3d3;
}
.contact .form .name-flex {
  display: flex;
  gap: 8px;
  width: 100%;
}
.contact .form .name-flex input {
  flex: 1;
}
.contact .form-bottom-text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact .form-bottom-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .contact .form-inner {
    background: #fff9f8; /* 既存デザインを維持 */
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
    margin: 40px auto;
    transform: scale(0.95);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3e ease;
  }
  .contact .form-top {
    margin-top: -60px;
    text-align: center;
  }
}
.contact.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.contact.active .form-inner {
  transform: scale(1);
  opacity: 1;
}

.sp-fixed-btn {
  position: fixed;
  bottom: -80px;
  left: 0;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  transition: all 0.3s ease;
}
.sp-fixed-btn.visible {
  bottom: 0;
  opacity: 1;
}
.sp-fixed-btn button {
  width: 100%;
  padding: 16px;
  font-size: 1.8rem;
  background: var(--red01);
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.footer {
  padding: 48px 0 16px;
}
.footer .footer-logo {
  width: 158px;
  margin: 0 auto 40px;
  display: block;
}
.footer .footer-privacy-link {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 8px;
  display: block;
  text-decoration: underline;
}

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