/* ========= 共通レイアウト ========= */
body {
  font-family: 'Noto Sans CJK JP','Noto Sans JP', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f6f6ce;
}
.en{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/* .pc-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  box-sizing: border-box;
} */
img{
  max-width: 100%;
  width: 100%;
}

/* ========= PC用レイアウト：Grid ========= */

.main{
  max-width: 490px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 0;
}

.sidebar {
  position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.pc-nav{
  left: 2vw;
  position: absolute;
    top: 50%;
    left: calc(50% - 821px);
    width: 400px;
    -webkit-transform: translate(0, -50%);
    transform: translate(10%, -50%);
    background: #fff;
    padding: 3rem 2rem;
    border-radius: 30px;
    border: 6px solid #18b9a6;
}
.pc-btn{
  right: 2vw;
  position: absolute;
    top: 50%;
    right: calc(50% - 823px);
    width: 400px;
    -webkit-transform: translate(0, -50%);
    transform: translate(20%, -50%);
}
.sp-btn{
  display: none;
}
@media (max-width: 1919px) {
  .pc-nav{
    width: 19.4270833333vw;
    left: calc(50% - 44.7604166667vw);
  }
  .pc-btn{
    width: 22.4270833333vw;
    right: calc(50% - 42.65625vw);
  }
}
/* ========= PCナビ ========= */

.pc-nav .logo {
 width: 100%;
    margin-bottom: 2rem;
    max-width: 250px;
}

.pc-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pc-nav li {
  margin-bottom: 1.2rem;
}

.pc-nav a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}





section h2 {
  font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    text-align: center;
    margin-top: 1rem;
}

/* ========= 3STEP ========= */
.steps .inner{
  background-color: #00C387;
  margin-top: 0.5rem;
  padding: 1rem 1rem 0;
}

.steps dl{
padding: 2.5rem 2rem;
    background: #fff;
    border-radius: 10px;
}
.steps dd{
  padding-top: 1rem;
}
.steps dd img{
  margin: 0 auto;
}
.steps .inner-box p{
  position: relative;
    margin: -5% auto 0;
}

/* ========= 料金 ========= */
.price-box {
  background: #f9f9f9;
  padding: 1rem;
  border-radius: 8px;
}

.price-box p {
  margin-bottom: 0.8rem;
}
/* ========= CTA ========= */
.line-cta{
  background-color: #00C387;
  padding: 1.5rem;
}
/* ========= FAQ ========= */
.faq-list{
  padding: 1.5rem;
    display: grid
;
    justify-items: flex-start;
}
.faq dl
{
  border-bottom: 3px solid #E8FC72;
    width: 100%;
}
.faq dt {
  font-weight: 400;
    font-size: 1.2rem;
    margin-top: 0.7rem;
    display: inline-block;
    vertical-align: middle;
}
.faq dt:before{
  content: "Q";
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #19BAA6;
  font-weight: bold;
  margin-right: 0.5rem; 
  font-size: 1.9rem;
}
.faq dd {
 display: inline-flex
;
    margin-bottom: 0.5rem;
    align-items: anchor-center;
    font-size: 1rem;
    font-weight: normal;
}
.faq dd:before{
  content: "A";
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #19BAA6;
  font-weight: bold;
  margin-right: 0.5rem; 
  font-size: 1.9rem;
}
/* ========= CTA ========= */
.cta{
  padding-bottom: 20px;
}
.cta p{
  text-align: center;
  font-size: 0.9rem;
  color: #19BAA6;
  font-weight: 400;
  padding-top: 2rem;
}
.sp-btn {
  opacity: 1;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 1100px) {
  .sidebar{
    display: none;
  }
  .pc-nav {
    display: none;
  }
  .pc-btn {
    display: none;
  }
.sp-btn{
  position: fixed;
  top: auto;
    bottom: 0px;        /* 下からの距離 */
    left: 50%;           /* 横中央寄せのために */
    transform: translateX(-50%);
    width: 100%;          /* ボタン幅を画面幅に対して90%に */
    max-width: 450px;    /* 必要なら上限も */
    z-index: 999; 
    display: block;
}
.sp-btn img{
 width: 97%;
        border-radius: 20px 20px 0px 0px;
        box-shadow: 0px -4px 26px rgba(0, 0, 0, 0.16);
        margin: 0 auto;
}
.cta{
  padding-bottom: 150px;
}
}



/* ========= スマホ対応 ========= */
@media screen and (max-width: 768px) {
  body:before{
    content: none;
  }
.pc-btn img{
  margin-bottom: 0;
}
  .pc-wrapper {
    padding: 0;
    display: contents;
  }

  .main {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
}
