@charset "UTF-8";
/*=======================================
共通
=======================================*/
.pc_disp {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .pc_disp {
    display: block !important;
  }
}

.sp_disp {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .sp_disp {
    display: none !important;
  }
}
nav.ContentNavi01{
  margin-bottom: 0 !important;
}
/*=======================================
コンテンツ
=======================================*/
.kv,
.step01,
.step02,
.step03,
.cta {
  width: 100%;
}

.SectionInner,
.kv_inner.SectionInner {
  width: min(100%, 627px);
  margin-inline: auto;
  box-sizing: border-box;
}

.SectionInner img,
.kv_inner.SectionInner img {
  max-width: 100%;
  height: auto;
  display: block;
}

.kv { background-color: #FCF5D7; }
.step01 { background-color: #FFEDED; }
.step02 { background-color: #DCF4F1; }
.step03 { background-color: #FFEFC4; }
.cta { background-color: #FCF5D7; }

.kv,
.step01,
.step03,
.cta {
  padding-block: 30px;
}
h3{
  width: 382px;
  margin: auto;
}
@media screen and (max-width: 768px){

  .SectionInner,
  .kv_inner.SectionInner {
    width: 100%;
  }
  h3{
    width: 89.333vw;
  }
}
/*-- kv --*/
.kv{
  padding-top: 20px;
}
.kv h2{
  margin-bottom: 30px;
}
.kv_text{
  margin-bottom: 20px;
}
.kv_note{
  width: 382px;
  margin:0 auto 30px;
  font-size: 14px;
  color: #4E4545;
  line-height: 1.8571428571428572;
}
.free_trial_case_img{
  width: 382px;
  margin: 0 auto;
}
.kv_note span{
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .kv_text{
    padding: 0 5.333vw;
  }
  .kv_note{
    width: 100%;
    padding: 0 5.333vw;
    font-size: 3.200vw;
  }
  .free_trial_case_img{
    width: 89.33333333333333vw;
  }
}
/*-- step1 --*/
.step01_title{
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .step01_title{
    margin-bottom: 5.333333333333334vw;
  }
}
/*-- step2 --*/
.step02 {
  padding-top: 30px;
}
.step02 .SectionInner{
  padding-bottom: 1px;
}
.step02 h3{
  margin-bottom: 20px;
}
.step02_balloon {
  position: relative;
  width: 382px;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 auto 21px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #4E4545;
}
.step02_balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10.5px solid transparent;
  border-right: 10.5px solid transparent;
  border-top: 11px solid #fff;
}

.step02_balloon svg {
  display: inline-block; 
  vertical-align: middle; 
}

.step02 .step02_block:nth-of-type(1) .step02_balloon svg {
  width: 33px; height: 17px;
}

.step02 .step02_block:nth-of-type(2) .step02_balloon svg {
  width: 21px; height: 21px; 
}
.step02_balloon span{
  font-size: 18px;
}
.step02_block img{
  width: 331px;
  margin:0 auto 20px;
}
.step02_desc{
  color: #4E4545;
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
}
.step02_desc span{
  font-weight: bold;
}
.step02_link{
  position: relative;
  display: block;
  width: fit-content;
  font-size: 18px;
  text-align: center;
  color: #4E4545;
  font-weight: bold;
  margin:0 auto 30px;
  padding-right: 17px;
  text-decoration: underline;
}
.step02_link svg{
  position: absolute;
  right: 0;
  top: 0px;
  width: 6px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .step02 {
      padding-top: 5.333333333333334vw;
  }
  .step02 h3 {
    margin-bottom: 5.333333333333334vw;
  }
  .step02_balloon{
    width: 89.333vw;
    height: 7.466666666666668vw;
    line-height: 7.466666666666668vw;
    border-radius: 2.666666666666667vw;
    margin: 0 auto 5.6000000000000005vw;
    font-size: 4vw;
  }
  .step02_balloon span {
      font-size: 4.8vw;
  }
  .step02 .step02_block:nth-of-type(1) .step02_balloon svg {
    width: 5.733vw;
    height: 3vw;
    position: relative;
    top: -0.5333333333333333vw;
  }
  .step02 .step02_block:nth-of-type(2) .step02_balloon svg{
    width: 3.433333vw;
    height: 3.433333vw;
  }
  .step02_balloon::after {
      bottom: -2.933333333333333vw;
      border-left: 2.8000000000000003vw solid transparent;
      border-right: 2.8000000000000003vw solid transparent;
      border-top: 2.933333333333333vw solid #fff;
  }
  .step02_block img{
    width: 86.933vw;
    margin: 0 auto 5.333333333333334vw;
  }
  .step02_desc{
    font-size: 3.467vw;
    margin-bottom: 5.333333333333334vw;
  }
  .step02_link{
    font-size: 4.000vw;
    margin: 0 auto 8vw;
    padding-right: 4.533333333333333vw;
  }
  .step02_link svg{
    width: 1.600vw;
    height: 2.933vw;
    top:0.533vw;
  }
}
/*-- step3 --*/
.step03 h3{
  margin-bottom: 20px;
}
.step03_block{
  width: 400px;
  margin: 0 auto;
}
.step03_block img{
  margin-bottom: 20px;
}
.step03_desc{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #4E4545;
}
.step03_desc span{
  display: block;
  color: #fff;
  padding: 0 6px;
  width: fit-content;
  height: 22px;
  line-height: 22px;
  background-color: #4E4545;
  margin: 10px auto 0;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .step03_block{
    width: 100%;
  }
  .step03_block img{
    width: 94.667vw;
    margin:0 auto 5.333vw; 
  }
  .step03_desc{
    font-size: 3.733333333333334vw;
  }
  .step03_desc span{
    padding: 0 1.6vw;
    height: 5.866666666666666vw;
    line-height: 5.866666666666666vw;
    margin: 2.666666666666667vw auto 0;
    border-radius: 1.0666666666666667vw;
  }
}
/*-- cta --*/
.cta_text{
  font-size: 15px;
  font-weight: bold;
  color: #4E4545;
  text-align: center;
  margin-bottom: 10px;
}
.cta_btn{
  position: relative;
  display: block;
  width: 302px;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: auto;
  border-radius: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #4E4545;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.16);
  transition: all 0.2s ease;
}
.cta_btn svg{
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
}
.cta_btn:hover {
  box-shadow: none;
  transform: translateY(3px);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .cta_btn{
    width: 69.333vw;
    height: 12.800vw;
    line-height: 12.800vw;
    border-radius: 12.800vw;
    font-size: 4.267vw;
  }
  .cta_text{
    font-size: 4vw;
    margin-bottom: 2.666666666666667vw;
  }
}

/*=======================================
おすすめ予想家
=======================================*/
.TopYosoRecommend {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* セクションヘッダー */
.TopYosoRecommendHead {
    width: 190px;
    margin: 0 auto 20px;
}

.TopYosoRecommendStar {
    color: #FFD700;
    font-size: 24px;
    line-height: 1;
}

.TopYosoRecommendTitle {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

/* カードコンテナ */
.TopYosoRecommendList {
    display: flex;
    gap: 20px;
    max-width: 380px;
    margin: 0 auto;
}

/* カード */
.TopYosoRecommendItem {
    position: relative;
    width: 50%;
    max-width: 350px;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1);
}

/* カードラベル（吹き出し風） */
.TopYosoRecommendLabel {
    position: relative;
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 25px;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto 10px;
    background-color: #fff;
}


.TopYosoRecommendLabel::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 5px solid #ffffff;
  border-bottom: 0;
}

.TopYosoRecommendLabelGreen span{
    color: #25C6B6;
}


.TopYosoRecommendLabelPink span{
    color: #F57C7C;
}

/* カードコンテンツ */
.TopYosoRecommendContent {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 予想家画像 */
.TopYosoRecommendImg {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.TopYosoRecommendImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 予想家情報 */
.TopYosoRecommendInfo {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.TopYosoRecommendName {
    color: #4E4545;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.TopYosoRecommendDesc {
    color: #4E4545;
    font-size: 12px;
    line-height: 1.5;
}

/* プロフィールボタン */
.TopYosoRecommendBtn {
    display: block;
    width: 180px;
    height: 27px;
    line-height: 27px;
    background-color:#F7C642;
    color: #4E4545;
    text-align: center;
    text-decoration: none;
    border-radius: 27px;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    width: 180px;
    box-shadow: 0px 4px 0px #EDE5C4;

}
.TopYosoRecommendBtn svg{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 4.562px !important;
  height: 7.789px !important;
}
.TopYosoRecommendOtherText{
  font-size: 13px;
  text-align: center;
  line-height: 1.4615384615384615;
}
.TopYosoRecommendOtherText span{
  font-weight: bold;
}
.TopYosoRecommendOtherText a{
  display: block;
  width: 109px;
  margin: auto;
  color: #4E4545;
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
}
.TopYosoRecommendOtherText a span{
  text-decoration: underline;
  margin-right: 10px;
}
.TopYosoRecommendOtherLink svg{
  width: 8.818px !important;
  height: 14.995px !important;
}
@media screen and (max-width: 768px) {
  .TopYosoRecommend {
    max-width: 213.33333333333334vw;
    padding: 10.666666666666666vw 5.333333333333333vw;
  }

  .TopYosoRecommendHead {
    width: 48.000vw;
    margin: 0 auto 5.333333333333334vw;
  }

  .TopYosoRecommendStar {
    font-size: 6.4vw;
  }

  .TopYosoRecommendTitle {
    font-size: 6.4vw;
  }

  .TopYosoRecommendList {
    max-width: 93.33333333333333vw;
    gap: 5.333333333333333vw;
  }

  .TopYosoRecommendItem {
    max-width: 93.33333333333333vw;
    box-shadow: 0 1.0666666666666667vw 3.2vw rgba(255, 255, 255, 0.1);
  }

  .TopYosoRecommendLabel {
    width: 21.333333333333332vw;
    height: 6.666666666666667vw;
    line-height: 6.666666666666667vw;
    border-radius: 6.666666666666667vw;
    font-size: 4vw;
    margin: 0 auto 2.666666666666667vw;
  }

  .TopYosoRecommendLabel::after {
    bottom: -1.3333333333333333vw;
    border-right: 1.0666666666666667vw solid transparent;
    border-left: 1.0666666666666667vw solid transparent;
    border-top: 1.3333333333333333vw solid #ffffff;
  }

  .TopYosoRecommendImg {
    width: 34.66666666666667vw;
    height: 34.66666666666667vw;
    margin-bottom: 4vw;
    border-radius: 2.1333333333333333vw;
  }

  .TopYosoRecommendInfo {
    margin-bottom: 2.666666666666667vw;
  }

  .TopYosoRecommendName {
    font-size: 4vw;
    margin-bottom: 1.3333333333333333vw;
  }

  .TopYosoRecommendDesc {
    font-size: 3.2vw;
  }

  .TopYosoRecommendBtn {
    width:100%;
    height: 7.2vw;
    line-height: 7.2vw;
    border-radius: 7.2vw;
    font-size: 3.466666666666667vw;
    box-shadow: 0px 1.0666666666666667vw 0px #EDE5C4;
  }

  .TopYosoRecommendBtn svg {
    right: 2.666666666666667vw;
    width: 1.2165333333333333vw !important;
    height: 2.0770666666666667vw !important;
  }

  .TopYosoRecommendOtherText {
    font-size: 3.466666666666667vw;
  }

  .TopYosoRecommendOtherText a {
    width: 29.8vw;
    font-size: 4.8vw;
    margin-top: 5.333333333333333vw;
  }

  .TopYosoRecommendOtherText a span {
    margin-right: 2.666666666666667vw;
  }

  .TopYosoRecommendOtherLink svg {
    width: 2.3514666666666667vw !important;
    height: 3.9986666666666667vw !important;
  }
}