@charset "utf-8";
/*==================================================================
   セクションジャンプ
==================================================================*/

.lp-index {
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 100;
  width: 200px;
  padding: 18px 16px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
  transition: opacity .3s, visibility .3s;
}

.lp-index__ttl {
  margin: 0 0 20px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background: #a4a4a4;
  border-radius: 999px;
}

.lp-index__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lp-index__list li + li {
  margin-top: 13px;
}

.lp-index__list a {
  display: block;
  position: relative;
  padding-left: 16px;
  color: #888;
  font-size: 16px;
  line-height: 1.35;
  text-decoration: none;
  transition: color .3s;
}

.lp-index__list a::before {
  content: "";
  position: absolute;
  top: .68em;
  left: 0;
  width: 7px;
  height: 7px;
  background: #ccc;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: background .3s;
}

.lp-index__list a:hover,
.lp-index__list a.is-current {
  color: #ea1b0f;
  font-weight: 700;
}

.lp-index__list a:hover::before,
.lp-index__list a.is-current::before {
  background: #DC7F88;
}

.lp-index.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.js-index-section {
  scroll-margin-top: 100px;
}

@media screen and (max-width: 1180px) {
  .lp-index {
    display: none;
  }
}

/*==================================================================
   セクションジャンプ END
==================================================================*/

.new_img_style img{
  border-radius: 25px;
}

/*==================================================================
   ３カラム
==================================================================*/

.support-phase{
  max-width: 100%;
  margin: 0 auto;
}

.support-phase__list{
  display: flex;
  gap: 18px;
}

.support-phase__item{
  flex: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 105px;
  padding: 18px 14px;
  background: #fff3f4;
}

.support-phase__photo{
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}

.support-phase__photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.support-phase__body{
  flex: 1;
  color: #000;
}

.support-phase__name{
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
}

.support-phase__text{
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
}

.support-phase__lead{
    margin: 30px 0 0;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
}

@media screen and (max-width: 767px){
  .support-phase__list{
    flex-direction: column;
    gap: 12px;
  }

  .support-phase__item{
    min-height: auto;
    width: min(350px, 100%);
    margin: 0 auto;
    
  }

  .support-phase__lead{
    font-size: 15px;
  }

  .support-phase__lead br{
    display: none;
  }
}




/*--- blc_reasons ---*/
.blc_reasons h2.ttl_01 {
  /* background: url(../img/manage_ttlbg_sp.jpg) center top / cover no-repeat; */
  background: #fff3f4;
  margin-top: 50px;
}
.blc_reasons .area_support {
  background: url(../img/manage_supportbg_sp.jpg) center top no-repeat;
}
.blc_reasons .area_support .satisfaction {
  position: relative;
}
.blc_reasons .area_support .satisfaction > .rate {
  position: absolute;
  display: block;
  max-width: 20rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blc_reasons .area_slider ul > li {
  max-width: 80%;
}
@media screen and (min-width: 750px) {
  .blc_reasons h2.ttl_01 {
        /* background-image: url(../img/manage_ttlbg_pc.jpg);
        background-repeat: no-repeat; */
        background: #fff3f4;
        margin-top: 50px;
  }
  .blc_reasons .area_support {
    background-image: url(../img/manage_supportbg_pc.jpg);
  }

}

/*--- blc_reasons END---*/

/*--- 初めての起業セミナーボタン---*/

.starting_btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 55rem;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    padding: 0.6em;
    margin: 1.5em auto;
    border-radius: 5px;
    background: #ea1b0f;
}

@media only screen and (max-width: 767px) {
.starting_btn a{
        max-width: 100%;
    }
}