@charset "utf-8";

html,
body {
  -webkit-appearance: none;
}
html {
  font-size: 62.5%;
  cursor: auto;
  scroll-behavior: smooth;
}
body {
  font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 1.6rem;
}
*,
* ::before,
* ::after {
  box-sizing: border-box;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc-block {
  display: block;
}
.sp-block {
  display: none;
}
.pc-inline {
  display: inline;
}
.sp-inline {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc-block {
    display: none;
  }
  .sp-block {
    display: block;
  }
  .pc-inline {
    display: none;
  }
  .sp-inline {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .u-sp-only {
    display: none !important;
  }
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

/* 上部フロー */
.form-flow {
  margin: 50px 0 0;
}
.form-flow__list {
  display: flex;
  justify-content: center;
}
.form-flow__item {
  font-size: 1.8rem;
  line-height: 1;
  position: relative;
  padding: 9px 9px 11px;
  border-radius: 3px;
  border: 1px solid #B4B4B4;
  color: #B4B4B4;
}
.form-flow__item:nth-child(-n+2) {
  margin-right: 30px;
}
.form-flow__item:nth-child(-n+2)::before {
  content: '';
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #B4B4B4 #B4B4B4 transparent transparent;
}
/* ステップ */
.form-phase_finished .form-flow__item--finished {
  border-color: #cc0033;
  background: #f6fbfe;
  color: #cc0033;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .form-flow {
    margin-top: 15px;
  }
  .form-flow__item {
    padding: 5px;
    font-size: 16px;
  }
  .form-flow__item:nth-child(-n+2) {
    margin-right: 16px;
  }
  .form-flow__item:nth-child(-n+2)::before {
    right: -10px;
  }
}

.mainvisual__inner{
  max-width: 990px;
  margin: 0 auto;
}

/* FV見出し */
.mainvisual__heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 50px 0 0;
  color: #cc0033;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.2;
}
.mainvisual__heading-sub{
  display: inline-block;
  margin: 0 0 5px;
  padding: 0 0 8px;
  background: linear-gradient(transparent 65%, #fbd8d8 65%);
  color: #000;
  font-size: 3.4rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  /* FV見出し */
  .mainvisual__heading{
    font-size: 22px;
  }
  .mainvisual__heading-sub{
    padding-bottom: 3px;
    font-size: 20px;
  }
}


/* 確認画面
--------------------------------------------------------- */
.result-body{
  margin: 55px 0 0;
}
.result-body__inner{
  max-width: 990px;
  margin: 0 auto;
}

/* 診断結果 */
.result-reason{
  max-width: 684px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
  background: #f6f6f6;
}
.result-reason__title{
  margin: 0;
  padding: 11px;
  background: #333;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
}
.result-reason__text{
  margin: 25px 0 0;
  font-size: 1.8rem;
  line-height: 1.5;
}

/* 診断結果に基づくおすすめサービス */
.result-rcm{
  margin: 50px 0 0;
}
.result-rcm__title{
  margin: 0;
  text-align: center;
}
.result-rcm__title span{
  position: relative;
  padding: 0 38px;
  font-size: 3rem;
  font-weight: bold;
}
.result-rcm__title span::before,
.result-rcm__title span::after{
  position: absolute;
  top: 50%;
  content: "";
  display: inline-block;
  width: 35px;
  height: 2px;
  background: #000;
}
.result-rcm__title span::before{
  transform: rotate(50deg) translateY(-50%);
  left: 0;
}
.result-rcm__title span::after{
  transform: rotate(-50deg) translateY(-50%);
  right: 0;
}
.result-service__name{
  margin: 16px 0 0;
  padding: 10px 0;
  background: #cf053c;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.rcm-service__inner{
  max-width: 684px;
  margin: 36px auto 0;
}
.rcm-service__lead{
  font-size: 1.8rem;
}

/* 特長 */
.rcm-service-features{
  margin: 16px 0 0;
}
.rcm-service-features__title{
  color: #cf053c;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.rcm-service__list{
  margin: 22px 0 0;
}
.rcm-service__list-item{
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
}
.rcm-service__list-item::before{
  position: absolute;
  top: 1rem;
  left: 4px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
}

.button-area{
  margin: 50px 0 0;
}
.more-button{
  display: block;
  width: 380px;
  margin: 0 auto;
  padding: 16px 5px;
  border-radius: 100vh;
  background: #ec6941;
  color: #fff !important;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}


@media screen and (max-width: 768px) {
  .mainvisual__inner,
  .result-body__inner{
    margin: 0 20px;
  }

  /* 診断結果 */
  .result-reason{
    padding: 20px;
  }
  .result-reason__title{
    padding: 6px;
    font-size: 18px;
  }
  .result-reason__text{
    margin-top: 20px;
    font-size: 15px;
  }


  /* 診断結果に基づくおすすめサービス */
  .result-rcm{
    margin-top: 30px;
  }
  .result-rcm__title span{
    padding: 0 20px;
    font-size: 18px;
  }
  .result-rcm__title span::before,
  .result-rcm__title span::after{
    width: 20px;
    height: 2px;
  }
  .result-service__name{
    margin-top: 12px;
    font-size: 18px;
  }
  .rcm-service__inner{
    margin-top: 16px;
  }
  .rcm-service__lead{
    font-size: 15px;
  }

  /* 特長 */
  .rcm-service-features{
    margin-top: 10px;
  }
  .rcm-service-features__title{
    font-size: 18px;
  }
  .rcm-service__list{
    margin-top: 14px;
  }
  .rcm-service__list-item{
    font-size: 15px;
    line-height: 1.5;
  }
  .rcm-service__list-item::before{
    top: 7px;
  }

  .button-area{
    margin-top: 40px;
  }
  .more-button{
    width: 100%;
  }

}
