/* RAGページ用スタイル ------------------------------------------------------------ */

/* FV -------------------------------------------------------------- */

.lptemp_fv__inner {
  @media screen and (max-width: 780px) {
    margin: 40px 20px 20px;
  }
}

.lp_rag__fv_wrap {
  background: url('../images/lp_rag/lp_rag_fv_bg.jpg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.lp_rag__fv_wrap > div {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  justify-content: center;
  @media screen and (max-width: 780px) {
    flex-direction: column;
  }
}

.lp_rag__fv_wrap .lptemp_fv_right {
  flex: 1.1;
  @media screen and (max-width: 780px) {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    figure {
      width: 80% !important;
    }
  }
}


.lp_rag__fv_textwrap {
  /* テキストラッパーのスタイル */
  color: #FFFFFF;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  @media screen and (max-width: 780px) {
    text-align: center;
  }
}

.lp_rag__fv_textwrap .main-title {
  /* メインタイトルのスタイル */
  font-weight: 900;
  margin-bottom: 36px;
  span {
    transform: scale(1.1);
  }
}

.yellow {
  color: #ffce00;
}

.lp_rag__fv_textwrap .lead {
  /* リード文のスタイル */
  font-weight: 900;
  margin-bottom: 24px;
  margin-left: -0.7rem;
  line-height: 1.5;
  word-break: auto-phrase;

}

.lp_rag__fv_textwrap .desc {
  /* 説明文のスタイル */
  font-weight: 400;
  line-height: 2;
  span {
    font-weight: 900;
    text-decoration: underline;
  }
  
}

.lptemp_fv__inner .lptemp_cta02__btnarea_wrapper {
  margin: 20px auto 0 !important;
  gap: 15px !important;
}

.lptemp_fv__inner .wp-block-buttons>.wp-block-button.has-custom-width {
  max-width: 270px;
}

.fv_btnwrap {
  @media screen and (max-width: 780px) {
    flex-direction: column;
    align-items: flex-start;
  }
}

.fv_btn a {
  padding: 20px !important;
  transition: transform 0.25s ease-in-out;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  &:hover {
    transform: scale(1.05);
  }

  @media screen and (max-width: 780px) {
    width: 200px !important;
  }
}


/* RAGとは -------------------------------------------------------------- */

.about_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
  width: 100%;
  position: relative;
  /* background-image: url('../images/lp_rag/rag_fv01d.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
}
.about_wrap > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about_wrap::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/lp_rag/rag_fv01d.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  background-color: #e5f6ff;
  /* background-color: #bfe9ef; */
  /* background-blend-mode: color-dodge; */
  opacity: 0.3;
}

.about_heading {
  margin-top: 60px !important;
}

.about_text {
  margin: 0 20px;
  line-height: 2;
  word-break: auto-phrase;
}



/* ポイント -------------------------------------------------------------- */

.lptemp_point__textwrap img {
  margin-bottom: 20px;

  @media screen and (max-width: 1280px) {
    width: 15vw !important;
    height: auto !important;
  }
  @media screen and (max-width: 780px) {
    width: 36vw !important;
    height: auto !important;
  }
}

/* RAGリンクとは -------------------------------------------------------------- */

.unique_feature__wrapper {
  display: flex;
  justify-content: center;
}

.unique_feature__text {
  background: #ffa93b;
  color: #fff;
  padding: 5px 10px;
  width: fit-content;
  text-align: center;
}

/* 具体的な活用シーン -------------------------------------------------------------- */

/* 後押しする2つの理由 -------------------------------------------------------------- */

.lp_rag__point {
  margin-bottom: 60px;
}

.lp_rag__point .lptemp_point {
  height: 250px;
  @media screen and (max-width: 780px) {
    height: 100%;
  }
}

/* フッター -------------------------------------------------------------- */

footer {
  margin-top: 0 !important;
}
