body {
  font-family: 'Noto Sans JP';
  font-size: 16px;
  background-color: #ffffff;
  overflow-x: hidden;
}
img { 
  image-rendering: auto;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
.-flex {
  display: flex;
}
.f-wrap {
  flex-wrap: wrap;
}
.sc {
  justify-content: center;
}
.sb {
  justify-content: space-between;
}
.sa {
  justify-content: space-around;
}
.se {
  justify-content: space-evenly;
}
.al-center {
  align-items: center;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mr3{
    margin-right: 3px;
}
.mb10 {
    margin-bottom: 10px;
  }
.mb20 {
  margin-bottom: 20px;
}
.pt20 {
  padding-top: 20px;
}
.logo {
  max-height: 60px;
  max-width: 100%;
  z-index: 9999;
}
.sp-none {
  display: block;
}
.sp-block {
  display: none;
}
ul {
  padding: 0;
}

.inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}



/* アニメーション（シート内要素） */
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* フェードイン効果を適用するクラス */
.fade-in {
  animation: fade-in 0.6s ease-in-out;
  opacity: 1;
}




/* メインセクション */
.main-content {
  margin-top: 80px;
  margin-bottom: 160px;
}
.main-content .inner .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 12px 36px;
  background: linear-gradient(to right, #C0CED4 0%, #D9E5EF 50%, #E6E9EA 100%);
  border-radius: 100px;
  margin-bottom: 20px;
}
.main-content .inner .title-main {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  gap: 20px;
  margin-top: 140px;
  margin-bottom: 60px;
}
.main-content .inner .title-main h2 {
  font-size: 60px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.main-content .inner .title-main .line {
  margin: 20px 0;
  height: 0.5px;
  background-color: #888888;
  flex-grow: 1;
}
.faq-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  justify-content: flex-start;
}
.faq-content .faq-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}
.faq-content .faq-row .question {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  background: linear-gradient(to right, #C0CED4 0%, #D9E5EF 50%, #E6E9EA 100%);
  border-radius: 16px;
}
.faq-content .faq-row .question img {
  margin-left: 16px;
}
.faq-content .faq-row .question p {
  font-size: 20px;
  font-weight: 700;
}
.faq-content .faq-row .answer {
  padding: 20px 60px;
}
.faq-content .faq-row .answer p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}








/* レスポンシブ：横幅768px以下 */
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
  .sp-block {
    display: block;
  }
  .inner {
    padding: 0 20px;
  }
  .swiper-button-next, .swiper-button-prev{
    margin-top: -75%!important;
  }
  p {
    line-height: 1.5;
  }
  .column {
    flex-direction: column;
  }
  .l__flex-section .block__profile-img,
  .l__flex-section .block__profile,
  .price_menu ul li,
  .block__point,
  .access_box,
  .form-label,
  input, textarea{
    width: 100%;
  }
  footer ul li {
    border-left: none;
  }
  .last {
    border-right: none;
  }
  .l__title h2 {
    font-size: 2rem;
  }
  .l__statement {
    font-size: 1.6rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
  }
  .padding-left {
    padding-left: 20px;
  }
  .padding-right {
    padding-right: 20px;
  }
  .top_logo {
    max-width: 350px;
    width: 90%;
  }
  main {
    padding-bottom: 0;
  }
  main.top{
    padding-top: 40px;
  }




  
  .first-view .inner .title img {
    width: auto;
    height: 240px;
    margin-top: 148px;
    /* margin-bottom: 0px; */
    opacity: 0; /* 初期表示は透明（背景色のみ） */
    transform: translateY(20px); /* 少し下から上がる感じ */
    animation: fadeInImage .8s ease .8s forwards; /* 遅れてフェードイン */
  }
  @keyframes fadeInBackground { /* 背景フェードイン */
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
      background-image: url("/assets/img/flow/fv_bg_pc.png");
      background-position: center center; /* 背景画像を中央に固定 */
      background-size: cover;
      background-repeat: no-repeat;
    }
  }
  @keyframes fadeInImage {/* SVGフェードイン */
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }








    
  /* メインセクション */
  .main-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .main-content .inner .heading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 12px 36px;
    background: linear-gradient(to right, #C0CED4 0%, #D9E5EF 50%, #E6E9EA 100%);
    border-radius: 100px;
    margin-bottom: 20px;
  }
  .main-content .inner .title-main {
    /* display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    gap: 20px; */
    margin-top: 108px;
    margin-bottom: 28px;
  }
  .main-content .inner .title-main h2 {
    font-size: 36px;
    /* font-weight: 400;
    font-family: "Noto Sans JP", sans-serif; */
  }
  .main-content .inner .title-main .line {
    /* margin: 20px 0;
    height: 0.5px;
    background-color: #888888;
    flex-grow: 1; */
  }
  .faq-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 2px;
    justify-content: flex-start;
  }
  .faq-content .faq-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
  }
  .faq-content .faq-row .question {
    /* display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: flex-start; */
    gap: 2px;
    /* background: linear-gradient(to right, #C0CED4 0%, #D9E5EF 50%, #E6E9EA 100%); */
    border-radius: 12px;
    padding: 8px 14px 8px 2px;
  }
  .faq-content .faq-row .question img {
    margin-left: 4px;
    width: 52px;
  }
  .faq-content .faq-row .question p {
    font-size: 16px;
    /* font-weight: 700; */
  }
  .faq-content .faq-row .answer {
    padding: 20px;
  }
  .faq-content .faq-row .answer p {
    font-size: 14px;
    /* font-weight: 400;
    letter-spacing: 1px; */
  }


}