.p-guide{
  margin: 25px 0 60px;
  padding: 0 20px;
}
.p-guide__inner{
  margin: 0 auto;
  max-width: 1100px;
}
.p-guide__sec:last-of-type .p-guide__group-wrap{
  padding-bottom: 0;
}
.p-guide__sec+.p-guide__sec{
  margin-top: 30px;
}
.p-guide__sec--about{
  margin-bottom: 50px;
}
.p-guide__sec--about .p-guide__group{
  margin-top: 40px;
}
.p-guide__sec-head{
  position: relative;
}
.p-guide__sec-head .c-heading__style02{
  margin-bottom: 0;
  padding-right: 40px;
}
.p-guide__sec-head.js-accordion{
  cursor: pointer;
}
.p-guide__sec-head.is-active .p-guide__sec-head-icon{
  background-color: #a2abbf;
}
.p-guide__sec-head.is-active .p-guide__sec-head-icon::after{
  transform: translate(-50%,-50%) rotate(0);
}
.p-guide__sec-head-icon{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: background-color .4s;
  border-radius: 999px;
  background-color: #09a7a8;
  width: 24px;
  height: 24px;
}
.p-guide__sec-head-icon::after,.p-guide__sec-head-icon::before{
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform .4s;
  background-color: #fff;
  width: 12px;
  height: 2px;
  content: "";
}
.p-guide__sec-head-icon::before{
  transform: translate(-50%,-50%);
}
.p-guide__sec-head-icon::after{
  transform: translate(-50%,-50%) rotate(90deg);
}
.p-guide__sec-details{
  visibility: hidden;
  transition: height .2s,visibility .1s;
  height: 0;
}
.p-guide__sec-details .p-guide__group-wrap{
  padding-right: 20px;
  padding-bottom: 25px;
  padding-left: 20px;
}
.p-guide__sec-details--accordion.is-show{
  visibility: visible;
}
.p-guide__group-wrap{
  padding-top: 25px;
}
.p-guide__logo{
  margin: 0 auto;
  padding: 15px 0 30px;
  width: 220px;
}
.p-guide__text{
  line-height: 1.875;
  letter-spacing: .02em;
}
.p-guide__text .icon-lock{
  display: inline-block;
  vertical-align: sub;
  transform: translateY(-2px);
  width: 14px;
  height: 18px;
}
.p-guide__text .icon-lock img{
  vertical-align: baseline;
  width: 100%;
  height: 100%;
}
.p-guide__text a{
  transition: color .4s;
  text-decoration: underline;
}
.p-guide__list a,.p-guide__text--bold{
  font-weight: 700;
}
.p-guide__img+.p-guide__text{
  margin-top: 20px;
}
.p-guide__group+.p-guide__group{
  margin-top: 50px;
}
.p-guide__detail+.p-guide__img-block,.p-guide__lists{
  margin-top: 20px;
}
.p-guide__img-block+.p-guide__img-block{
  margin-top: 75px;
}
.p-guide__img-block.arrow,.p-guide__list{
  position: relative;
}
.p-guide__img-block.arrow::before{
  position: absolute;
  bottom: -58px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/guide/index/arrow.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 26px;
  height: 37px;
  content: "";
}
.p-guide__list{
  padding-left: 22px;
}
.p-guide__list::before{
  position: absolute;
  top: 9px;
  left: 0;
  border-radius: 9999px;
  background-color: #09a7a8;
  width: 12px;
  height: 12px;
  content: "";
}
.p-guide__list+.p-guide__list,.p-guide__note{
  margin-top: 15px;
}
.p-guide__note{
  padding-left: 1em;
  font-size: 1.2rem;
  line-height: 1.5;
  text-indent: -1em;
}
.p-guide__faq{
  margin-top: 50px;
  background-color: #e5e9ef;
  padding: 35px 25px;
  text-align: center;
}
.p-guide__faq-text{
  line-height: 1.875;
  letter-spacing: .02em;
}
.p-guide__faq-btn{
  margin: 10px auto 0;
  width: 164px;
}
.p-guide__bottom{
  margin-top: 20px;
}
@media (min-width:48em){
  .p-guide{
    margin: 54px 0 60px;
  }
  .p-guide__sec:has(#profile) .p-guide__img-block.arrow::before{
    top: 52%;
  }
  .p-guide__sec--about{
    margin-bottom: 60px;
  }
  .p-guide__sec--about .p-guide__group{
    margin-top: 110px;
  }
  .p-guide__sec-head .c-heading__style02{
    padding-right: 60px;
  }
  .p-guide__sec-head-icon{
    right: 20px;
    width: 32px;
    height: 32px;
  }
  .p-guide__sec-details .p-guide__group-wrap{
    padding-bottom: 35px;
  }
  .p-guide__group-wrap{
    padding-top: 35px;
  }
  .p-guide__logo{
    padding: 35px 0 53px;
    width: 370px;
  }
  .p-guide__text{
    letter-spacing: .05em;
  }
  .p-guide__text:hover a{
    color: #09a7a8;
  }
  .p-guide__text--center{
    text-align: center;
  }
  .p-guide__img+.p-guide__text{
    margin-top: 15px;
  }
  .p-guide__group+.p-guide__group{
    margin-top: 45px;
  }
  .p-guide__group--col2{
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 50px;
  }
  .p-guide__group--col2 .p-guide__img-block{
    width: 602px;
  }
  .p-guide__group--col2 .p-guide__img-block--large{
    width: 500px;
  }
  .p-guide__detail+.p-guide__img-block,  .p-guide__img-block+.p-guide__img-block{
    margin-top: 0;
  }
  .p-guide__img-block.arrow::before{
    top: 33%;
    right: -45px;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
  }
  .p-guide__lists{
    margin-top: 15px;
  }
  .p-guide__list+.p-guide__list{
    margin-top: 10px;
  }
  .p-guide__faq{
    margin-top: 60px;
    padding: 35px;
  }
  .p-guide__faq-text{
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
  .p-guide__faq-btn{
    margin: 15px auto 0;
    width: 274px;
  }}
@media not all and (min-width:48em){
  .p-guide__faq-btn{
    padding-right: 15px;
  }
  .p-guide__reverse{
    display: flex;
    flex-direction: column-reverse;
  }
  .p-guide__reverse .p-guide__text{
    margin-top: 0;
  }
  .p-guide__reverse .p-guide__img{
    margin-top: 20px;
  }}