@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  color: #483933;
  line-height: 1.7;
  margin: 0;
  padding-top: 70px;
  background-color: #FFF2EC;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

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

button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
}

.l-container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
}

@media screen and (min-width: 768px) {
  .u-sp-only {
    display: none;
  }
}

.u-pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc-only {
    display: block;
  }
}

.btn-common {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #FF6F00;
  color: #fff;
  font-weight: 800;
  border-radius: 50px;
  text-align: center;
  padding: 1em 3em;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .btn-common {
    font-size: 1.25rem;
    padding: 1.2em 4em;
  }
}

.fixed-action {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  width: 90%;
  max-width: 400px;
  z-index: 50;
  transition: transform 0.4s ease;
}
.fixed-action.is-visible {
  transform: translateX(-50%) translateY(0);
}
@media screen and (min-width: 768px) {
  .fixed-action {
    bottom: 40px;
    right: 40px;
    left: auto;
    transform: translateY(200px);
    width: auto;
  }
  .fixed-action.is-visible {
    transform: translateY(0);
  }
}
.fixed-action .btn-consult {
  display: block;
  background-color: #FF6F00;
  color: #fff;
  font-weight: 800;
  text-align: center;
  padding: 15px;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .fixed-action .btn-consult {
    font-size: 1.1rem;
    padding: 20px 40px;
  }
}

.p-section {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .p-section {
    padding: 100px 0;
  }
}
.p-section__header {
  text-align: center;
  margin-bottom: 40px;
}
.p-section__title {
  margin: 0 0 10px 0;
}
.p-section__title img {
  height: 40px;
}
@media screen and (min-width: 768px) {
  .p-section__title img {
    height: 60px;
  }
}
.p-section__sub {
  display: block;
  font-weight: 800;
  font-size: 1.1rem;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 100;
}
.l-header__logo {
  margin: 0;
  display: flex;
}
.l-header__logo img {
  height: 40px;
  width: auto;
}
.l-header__menu {
  position: relative;
  width: 30px;
  height: 20px;
  z-index: 101;
}
@media screen and (min-width: 768px) {
  .l-header__menu {
    display: none;
  }
}
.l-header__menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #483933;
  transition: 0.3s;
}
.l-header__menu span:nth-child(1) {
  top: 0;
}
.l-header__menu span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-header__menu span:nth-child(3) {
  bottom: 0;
}
.l-header__menu.is-active span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}
.l-header__menu.is-active span:nth-child(2) {
  opacity: 0;
}
.l-header__menu.is-active span:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: rotate(-45deg);
}
.l-header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFF2EC;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.l-header__nav.is-active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    position: static;
    height: auto;
    background: none;
    opacity: 1;
    visibility: visible;
    width: auto;
  }
}
.l-header__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-header__list {
    flex-direction: row;
    gap: 20px;
  }
}
.l-header__item a {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .l-header__item a {
    font-size: 1rem;
  }
}
.l-header__item:hover {
  color: #FF6F00 !important;
  opacity: 1;
}

.p-fv {
  padding: 40px 0 0;
  overflow: hidden;
}
.p-fv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/fv_back.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.3;
  z-index: -1;
}
.p-fv__inner {
  text-align: center;
}
.p-fv__copy {
  position: relative;
  z-index: 1;
  font-weight: 800;
  font-size: clamp(16px, 4vw, 24px);
  background-color: #fffaf5;
  width: 50%;
  margin: auto;
  padding: 20px;
  padding-top: 30px;
  border-radius: 8px;
}
.p-fv__copy::after {
  content: "";
  position: absolute;
  top: 33px;
  left: 0;
  width: 100%;
  height: 60px;
  transform: translateY(-100%);
  background-image: url("../images/fv_cope_sp_mini.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 100%;
  pointer-events: none;
}
@media screen and (min-width: 500px) {
  .p-fv__copy::after {
    background-image: url("../images/fv_cope_sp.svg");
  }
}
@media screen and (min-width: 1000px) {
  .p-fv__copy::after {
    background-image: url("../images/fv_cope_pc.svg");
  }
}
@media screen and (min-width: 1200px) {
  .p-fv__copy::after {
    background-image: url("../images/fv_cope.svg");
  }
}
.p-fv__slider {
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}
.p-fv__slider-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: loop-slide 20s linear infinite;
}
.p-fv__slider-set {
  display: flex;
  flex-shrink: 0;
}
.p-fv__slider-set img {
  width: 200px;
  margin-right: 20px;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-fv__slider-set img {
    width: 300px;
    margin-right: 40px;
  }
}

@keyframes loop-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.p-about {
  background-color: #FFCF3E;
}
.p-about__lead {
  text-align: center;
  font-weight: 800;
  margin-bottom: 40px;
  font-size: 1.1rem;
  line-height: 2;
}

.p-card-grid {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  padding: 0 20px 20px;
  margin: 0 -20px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.p-card-grid::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-card-grid {
    display: grid;
    overflow-x: visible;
    gap: 20px;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .p-card-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-card {
  flex: 0 0 280px;
  scroll-snap-align: center;
}
@media screen and (min-width: 768px) {
  .p-card {
    flex: auto;
    width: 100%;
  }
}

.p-card {
  background: #fef4e8;
  border-radius: 8px;
  padding: 30px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-card__title {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.4;
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-card__icon {
  width: 120px;
  margin-bottom: 25px;
  margin-left: 0;
}
.p-card__icon img {
  width: 100%;
  height: auto;
}
.p-card__text {
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.6;
  text-align: center;
}

/* --- すでにあるカード設定のすぐ下あたり --- */
.p-card-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-card-dots {
    display: none;
  }
}

.p-card-dot {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.p-card-dot.is-active {
  background-color: #000;
}

.p-location {
  background-color: #65DBEA;
  overflow: hidden;
}
.p-location .p-section__lead {
  text-align: center;
  font-weight: 800;
  margin-bottom: 40px;
}
.p-location__slider {
  margin-top: 40px;
  overflow: hidden;
}
.p-location__slider-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  /* FVと同じ loop-slide を使い、方向を統一 */
  animation: loop-slide 30s linear infinite;
}
.p-location__slider-set {
  display: flex;
  flex-shrink: 0;
}
.p-location__slider-set img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin: 0 10px;
  border: 4px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-location__slider-set img {
    width: 200px;
    height: 200px;
    margin: 0 20px;
  }
}

/* loop-slide-reverse は不要になるので削除してもOKです */
.p-foryou {
  background-color: #FF9CCD;
}
.p-foryou__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-foryou__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-foryou__item {
  text-align: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 10px;
  border-radius: 8px;
}
.p-foryou__img {
  width: 50%;
  margin: auto;
}
.p-foryou__text {
  font-weight: 800;
  font-size: 0.9rem;
  margin: 0;
}
.p-foryou__message {
  text-align: center;
  font-weight: 800;
  font-size: 1.2rem;
}

.p-flow {
  background-color: #7CF7B3;
}
.p-flow__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}
.p-flow__item {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-flow__item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
  }
}
.p-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 25px;
  background-image: url("../images/flow_down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}
.p-flow__content {
  flex: 1;
}
.p-flow__head {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.p-flow__step {
  background: #483933;
  color: #fff;
  font-family: "Montserrat Alternates", sans-serif;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 0.8rem;
  margin-right: 15px;
  flex-shrink: 0;
  text-align: center;
  font-size: 0.7rem;
  line-height: 1.1;
}
.p-flow__step-num {
  font-size: 1.4rem;
  display: block;
  margin-top: 1px;
}
.p-flow__title {
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0;
}
.p-flow__desc {
  font-size: 0.95rem;
  margin: 0;
}
.p-flow__image {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-flow__image {
    margin: 0;
  }
}

.p-pricing {
  background-color: #FF937F;
  color: #483933;
}
.p-pricing__lead-box {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 40px;
  position: relative;
}
.p-pricing__lead-box::after {
  content: "▼";
  position: absolute;
  bottom: -25px;
  left: 49%;
  color: #fff;
  font-size: 20px;
  z-index: 1;
}
.p-pricing__details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-pricing__details {
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
  }
}
.p-pricing__card {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-pricing__card {
    width: 45%;
  }
}
.p-pricing__card-title {
  text-align: center;
  font-size: 1.2rem;
  border-bottom: 2px solid #FF937F;
  padding-bottom: 10px;
  margin-top: 0;
}
.p-pricing__plus {
  width: 40px;
  margin: auto;
}
.p-pricing__extras {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-pricing__extras {
    width: 45%;
  }
}
.p-pricing__extra-item {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
}
.p-pricing__extra-item h4 {
  font-size: 1.1rem;
  margin: 0 0 5px 0;
  color: #FF6F00;
  background-color: antiquewhite;
  text-align: center;
}
.p-pricing__extra-item p {
  margin: 0;
  font-size: 0.9rem;
}
.p-pricing__extra-item:last-of-type h4 {
  background-color: #e0f0ff;
  color: #0062a1;
}
.p-pricing__footer {
  background: rgba(255, 255, 255, 0.9);
  margin-top: 40px;
  padding: 30px;
  border-radius: 8px;
}
.p-pricing__footer h4 {
  text-align: center;
  margin-top: 0;
}
.p-pricing__footer ul {
  max-width: 600px;
  margin: 0 auto;
}
.p-pricing__annotation {
  font-size: 0.8rem;
  text-align: center;
  margin-top: 20px;
  color: #fff;
}

.p-faq {
  background-color: #93A1FF;
}
.p-faq__list {
  max-width: 800px;
  margin: 0 auto;
}
.p-faq__item {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}
.p-faq__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
  text-align: left;
  position: relative;
  transition: background 0.3s;
}
.p-faq__trigger:hover {
  background: #f9f9f9;
}
.p-faq__q {
  background: #1324a7;
  color: #fff;
  font-family: "Montserrat Alternates", sans-serif;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}
.p-faq__question {
  font-weight: 800;
  flex: 1;
}
.p-faq__icon {
  width: 20px;
  height: 20px;
  position: relative;
}
.p-faq__icon::before, .p-faq__icon::after {
  content: "";
  position: absolute;
  background: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-faq__icon::before {
  width: 100%;
  height: 2px;
}
.p-faq__icon::after {
  width: 2px;
  height: 100%;
  transition: 0.3s;
}
.p-faq__trigger.is-open .p-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-faq__content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.3s ease, opacity 0.3s ease;
}
.p-faq__content.is-open {
  height: auto;
  opacity: 1;
}
.p-faq__body {
  padding: 20px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: flex-start;
}
.p-faq__a {
  color: #FF6F00;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  margin-right: 15px;
  line-height: 1;
}
.p-faq p {
  margin: 0;
  font-size: 0.95rem;
}

.p-cta {
  background-color: #FFF2EC;
  text-align: center;
  padding: 80px;
}
.p-cta__message {
  font-weight: 800;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.l-footer {
  background-color: #483933;
  color: #fff;
  padding: 40px 0 100px;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-bottom: 40px;
  }
}
.l-footer__inner {
  text-align: center;
}
.l-footer__logo img {
  width: 120px;
  margin-bottom: 20px;
}
.l-footer__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-footer__list {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
  }
}
.l-footer__copy {
  font-size: 0.8rem;
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */