@charset "utf-8";

.index_main_container {
  font-family: var(--NotoSans);
}

/* メインビジュアル */

.index_mainvisual_container {
  position: relative;
}

.mainvisual_wrapper {
  background-image: url(../img/fv.jpeg);
  background-size: 100%, cover;
  background-repeat: no-repeat;
  width: 100%;
  height: calc(72rem - 8.4rem);
  height: min(calc(72rem - 8.4rem), calc(100vh - 8.4rem));
}

.mainvisual_message_wrapper {
  position: absolute;
  bottom: 18.7rem;
  left: 8rem;
}

.mainvisual_message_font {
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1.444em;
  text-align: left;
  color: var(--black01);
  text-shadow: 0 0 0.2rem var(--white01);
}

.message_strong_font {
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 1.182em;
  text-align: left;
  color: var(--orange);
}

/* NEWS */

.news_container {
  width: 80rem;
  margin-inline: auto;
  padding: 3.6rem 0 3.7rem 0;
}

.news_wrapper_flex {
  width: 80rem;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
}

.news_title_wrapper {
  width: fit-content;
  background-color: var(--green);
  padding: 0.2rem 5.2rem 0.1rem 5.2rem;
}

.news_title_font {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45em;
  text-align: left;
  color: var(--white01);
}

.news_contents_flex {
  border: 0.1rem solid var(--green);
  width: 80rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.7rem;
  margin-inline: auto;
  padding: 2.8rem 4.25rem 2.9rem 4.2rem;
}

.news_contents_column {
  display: flex;
  border-bottom: 0.1rem solid var(--green);
}

.news_link_flex {
  font-family: var(--NotoSans);
  font-size: 1.6rem;
  line-height: 1.5em;
  text-align: left;
  color: var(--black01);
  width: 71.5rem;
  display: flex;
  column-gap: 2rem;
}

.news_date,
.news_title {
  font-weight: 700;
}

.category{
  background-color: var(--green);
  color: #fff;
  font-size: 1.4rem;
  padding: 0 0.5em;
  width: auto;
}

.more_btn{
  font-size: 1.6rem;
  text-align: right;
  padding-top: 0.5rem;
}

.more_btn:hover{
  color: var(--green);
}

/* こんなお悩みありませんか？ */
/* index_questioning */

.index_questioning_container {
  position: relative;
  width: 100%;
  height: 76.7rem;
  margin-inline: auto;
  padding: 4.6rem 0 0 0;
  background-color: var(--white02);
}

.questioning_backgroundimg_wrapper {
  position: relative;

}

.questioning_background_img {
  position: absolute;
  object-fit: cover;
}

.background_top_img {
  width: 20.8rem;
  height: 21.8rem;
  top: 2rem;
  right: 3rem;
}

.background_bottom_img {
  width: 19.7rem;
  height: 25.2rem;
  top: 35.6rem;
  left: 4.2rem;
}


.questioning_title_font {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.438em;
  text-align: center;
  color: var(--black01);
}

.questioning_text_wrapper {
  padding: 1.2rem 0 0 0;
}

.questioning_text_font {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.444em;
  text-align: center;
  color: var(--black01);
}

.questioning_shape_flex {
  position: absolute;
  top: calc(4.6rem + 1.2rem + 7rem);
  left: 22.1rem;
  width: fit-content;
  display: flex;
  column-gap: 4.5rem;
  margin-inline: auto;
  padding: 4rem 0 0 0;
}

.circle_shape_flex {
  width: 25rem;
  height: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.5rem solid var(--orange);
  border-radius: 50%;
  background-color: var(--yellow);
}

.circle_shape_font {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.455em;
  text-align: center;
  color: var(--black01);
}

.circle_strong_font {
  font-size: 2.2rem;
  font-weight: 900;
  text-align: left;
  line-height: 1.455em;
  color: var(--black01);
}

.questioning_illustration_flex {
  position: absolute;
  width: fit-content;
  top: calc(37rem + 3rem);
  left: 46.298rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1.449rem;
  margin-inline: auto;
  padding: 5rem 0 0 0;
}

.illustration_top_base {
  position: relative;
}

.illustration_top_flex {
  display: flex;
}

.questioning_illustration_img {
  object-fit: cover;
}

.first_illustration_wrapper {
  width: 10.303rem;
  height: fit-content;
  margin: 5.6rem 1.342rem 0 0;
}

.second_illustration_wrapper {
  width: 10.456rem;
  height: 10.99rem;
}

.last_illustration_wrapper {
  width: 9.822rem;
  height: 10.084rem;
  margin: 6rem 0 0 2rem;

}

.illustration_bottom_side {
  position: absolute;
  top: 12.2rem;
  left: 11.1rem;
}

.illustration_house_img {
  width: 12.987rem;
  height: 12.18rem;
  object-fit: cover;
}

/* スマイミツなら解決できます！ */
/* index_resolution */

.index_resolution_container {
  margin-inline: auto;
}

.resolution_introduction_wrapper {
  position: absolute;
  top: -8rem;
  left: 4.1rem;
  z-index: 9999;
  width: 118.387rem;
  height: 14.813rem;
  margin-inline: auto;
  padding: 4.074rem 0;
  background-color: var(--white01);
  border: 0.5rem solid var(--orange);
}

.resolution_introduction_wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 1.9rem 2.05rem 0 2.05rem;
  border-color: var(--orange) transparent transparent;
  translate: -50% 100%;
}

.resolution_introduction_wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 1.22rem 1.31rem 0 1.31rem;
  border-color: var(--white01) transparent transparent;
  translate: -50% 100%;
}

.resolution_introduction_font {
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
  line-height: 1.45em;
  color: var(--black01);
}

.index_resolution_container {
  position: relative;
  height: 47.2rem;
}

.resolution_background_wrapper {
  position: relative;
  overflow: hidden;
}

.background_white_circle {
  position: absolute;
  width: 100%;
  height: 14.2rem;
  top: 20.3rem;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  background-color: var(--white01);
}

.background_orange_shape {
  width: 100%;
  height: 26.4rem;
  background-color: var(--yellow);
  padding-top: 10.044rem;
}

.balloon_img_flex {
  position: absolute;
  top: 9.6rem;
  left: 14.232rem;
  z-index: 999;
  width: fit-content;
  display: flex;
  align-items: flex-end;
  column-gap: 16.95rem;
  margin-inline: auto;
}

.orange_balloon_flex {
  position: relative;
}

.orange_balloon_img {
  width: 33.2rem;
  height: fit-content;
  object-fit: cover;
}

.orange_balloon_font {
  position: absolute;
  top: 3.963rem;
  left: 5.868rem;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.44em;
  color: var(--orange);
}

.gray_balloon_flex {
  display: flex;
  column-gap: 2.4rem;
}

.left_balloon_flex {
  position: relative;
}

.balloon_left {
  width: 20.9rem;
  height: 4.62rem;
  object-fit: cover;
}


.left_balloon_font {
  position: absolute;
  top: 0.7rem;
  left: 1.55rem;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.471em;
  color: var(--yellow);
}

.right_balloon_flex {
  position: relative;
}

.balloon_right {
  width: 20.9rem;
  height: 4.699rem;
  object-fit: cover;
}

.right_balloon_font {
  position: absolute;
  top: 0.65rem;
  left: 2.203rem;
  font-weight: 700;
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.471em;
  color: var(--green);
}

.probability_img_area {
  position: absolute;
  top: 24.6rem;
  left: 30.9rem;
  z-index: 9999;
}

.probability_img_wrapper {
  width: 64.02rem;
  margin-inline: auto;
}

.probability_img {
  width: 64.02rem;
  height: 14.138rem;
  object-fit: cover;
}

.probability_text_wrapper {
  padding: 2.9rem 0 0 0;
}

.probability_text_font {
  position: relative;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.457em;
  text-align: center;
  color: var(--black01);

}

.probability_text_font::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1.3rem;
  width: 62.5rem;
  height: 1.7rem;
  background-color: var(--yellow);
}

.probability_strong_font {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.02em;
  text-align: center;
  color: var(--black01);
}

/* 気になる賃貸物件のURLや 詳細情報をアプリに登録するだけ。～  */
/* index_service */

.service_feature_flex {
  display: flex;
  flex-direction: column;
  row-gap: 7rem;
  padding: 8.2rem 0 10rem 0;
}

.feature_column_flex {
  width: 112rem;
  display: flex;
  column-gap: 2.4rem;
  margin-inline: auto;
  padding: 1.5rem 1.5rem 1.5rem 1.9rem;
  background-color: var(--white02);
}

.feature_left_flex {
  display: flex;
  flex-direction: column;
}

.left_top_flex {
  width: 55.8rem;
  display: flex;
  align-items: center;
  column-gap: 1.65rem;
  padding: 2rem 0 0 0;
}

.left_top_number {
  font-family: var(--roboto);
  font-weight: 700;
  font-size: 7.5rem;
  text-align: center;
  line-height: 1.32em;
  color: var(--orange);
}

.left_top_text {
  width: fit-content;
  font-family: var(--NotoSans);
  font-weight: 700;
  font-size: 2.5rem;
  text-align: left;
  line-height: 1.44em;
  color: var(--black01);
}

.left_bottom_area {
  width: 55.5rem;
  padding: 2.05rem 0 0 0.4rem;
  border-top: 0.2rem solid var(--orange);
}

.left_bottom_font {
  font-family: var(--NotoSans);
  font-weight: 500;
  font-size: 2rem;
  text-align: left;
  line-height: 1.45em;
  color: var(--black01);
}

.feature_right_img {
  width: 50.4rem;
  height: 34.2rem;
  object-fit: cover;
}

    /* できること */
/* index_goodpoint */

.index_goodpoint_container {
  width: 100%;
  background-color: var(--yellow);
  padding:11.2rem 0 6.9rem 0; 
}

.goodpoint_contents_flex {
  display: flex;
  column-gap: 5rem;
  justify-content: center;
}

.goodpoint_contents_wrapper {
  width: 34rem;
}

.goodpoint_contents_img {
  width: 34rem;
  height: 24rem;
  object-fit: cover;
}

.goodpoint_text_flex {
  display: flex;
  flex-direction: column;
  row-gap: 2.55rem;
  padding: 2rem 0 0 0;
}

.goodpoint_text_wrapper {
  border-top: 0.2rem solid var(--white01);
    padding: 2.05rem 0 0 0;
}

.goodpoint_title_font {
  font-family: var(--NotoSans);
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.44em;
  color: var(--black01);
}

.goodpoint_contents_wrapper p {
  font-family: var(--NotoSans);
  font-weight: 700;
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.4em;
  color: var(--black01);
}

/* <!-- 日本全国！賃貸、売買どちらも対応！ --> */

/* <section class="index_supportedarea_container"> */

.index_supportedarea_container {
  height: 72rem;
  background-color: var(--white02);
  padding-top: 7.97rem;
  padding-bottom: 8.263rem;
}

.supportedarea_map_img {
  position: absolute;
  top: 0;
  left: 49rem;
  width: 68.433rem;
  height: 55.473rem;
  object-fit: cover;
}

.supportedarea_contents_flex {
  display: flex;
  justify-content: center;
  position: relative;
}

.supported_circle_flex {
  display: flex;

  background-color: var(--orange);
  width: 39.2rem;
  height: 39.2rem;
  border-radius: 50%;
  padding-top: 12rem;
  padding-left: 6.11rem;
  position: absolute;
  top: 0;
  left: 15.5rem;
}

.circle_font_flex {
  font-family: var(--NotoSans);
  font-weight: 700;
  text-align: left;
  color: var(--white01);
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  height: min-content;
}

.supported_font_top {
  font-size: 4.5rem;
  line-height: 1.444em;
}

.supported_font_bottom {
  font-size: 2.5rem;
  line-height: 1.44em;
}

/* <!-- ご利用の流れ --> */

.index_flow_container {
  padding-top: 6rem;
  padding-bottom: 6.002rem;
}


.flow_title_wrapper {
  width: fit-content;
  margin-inline: auto;
}

.flow_title_font {
  font-family: var(--NotoSans);
  font-weight: 700;
  line-height: 1.45em;
  font-size: 4rem;
  text-align: left;
  color: var(--black01);
}

.flow_wrapper_flex {
  padding-top: 2.8rem;
  display: flex;
  justify-content: center;

}

.flow_illustration_img {
  width: 19.783rem;
  height: 8.743rem;
  object-fit: cover;
}

.flow_contents_flex {
  display: flex;
  padding-top: 3.3rem;
  padding-bottom: 7.941rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33.7rem;
  padding-left: 3.6rem;
  background-color: var(--orange);
  padding-right: 3.6rem;
}

.flow_content_box {
  width: 4.6rem;
  height: auto;
  background-color: var(--orange);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: relative;
  left: -0.1rem;
}

.flow_text_flex {
  display: flex;
  flex-direction: column;
  padding-top: 2.957rem;
  row-gap: 2.257rem;
  width: fit-content;
}

.flow_top_text {
  width: 26.5rem;
  font-family: var(--NotoSans);
  font-weight: 700;
  line-height: 1.458em;
  font-size: 2.4rem;
  text-align: left;
  color: var(--white01);
}

.flow_bottom_link {}

.bottom_link_font {
  font-family: var(--NotoSans);
  font-weight: 700;
  line-height: 1.444em;
  font-size: 1.8rem;
  text-align: center;
  color: var(--white01);
  background-color: var(--black02);
  padding: 1.7rem 6.4rem 1.7rem 6.5rem;
  display: flex;
  align-items: center;
}


.flow_bottom_text {
  font-family: var(--NotoSans);
  font-weight: 500;
  line-height: 1.444em;
  font-size: 1.8rem;
  text-align: left;
  color: var(--white01);
}



.index_question_container {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: var(--yellow);
}

.question_page_title {
  width: fit-content;
  padding-bottom: 4.5rem;
  margin-inline: auto;
}

.question_title_font {
  font-weight: 700;
  line-height: 1.45em;
  font-size: 4rem;
  text-align: left;
  color: var(--black01);
}

.accordion_menu_flex {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}

.question_content_wrapper {
  width: 102.2rem;
  background-color: var(--white01);
  border: 0.1rem solid var(--gray);
  border-radius: 1rem;
  margin-inline: auto;
}

.question_title_wrapper {
  padding: 2.2rem 2.2rem 2.2rem 2.2rem;
  position: relative;
  cursor: pointer;
  transition: all .5s ease;
}

.question_title_wrapper::after {
  position: absolute;
  top: 2.8rem;
  right: 2.2rem;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.9rem solid transparent;
  border-left: 0.9rem solid transparent;
  border-bottom: 1.5rem solid var(--orange);
  border-top: 0;
  opacity: 1;
}

.question_title_wrapper::after {
  transition: .5s;
}


/*
アコーディオンメニューが開いている場合
*/
#accordion_menu .question_title_wrapper.open {}

#accordion_menu .question_title_wrapper.open::before {
  opacity: 0;
}

#accordion_menu .question_title_wrapper.open::after {
  transform: rotate(180deg);
}

.question_title_flex {
  display: flex;
  column-gap: 1rem;
}

.question_title_flex {
  font-size: 1.8rem;
  line-height: 1.444em;
  font-weight: 700;
  text-align: left;
}

.answer_text_flex {
  width: 92.6rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.444em;
  text-align: left;
  display: flex;
  column-gap: 1rem;
}

.question_title {
  font-weight: 700;
}

.question_q_font {
  color: var(--orange);
  font-weight: 700;
}

.answer_text {
  color: var(--black01);
}

.answer_a_font {
  color: var(--yellow);
  font-weight: 700;
}


.accordion_detail {
  display: none;
}

.answer_text_wrapper {
  padding: 0 2.2rem 2.2rem 2.2rem;
}




.index_company_container {
  background-color: var(--white02);
  padding-top: 9.907rem;
  padding-bottom: 8.2rem;
}

.company_text_flex {
  width: 41.6rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 1.3rem;
  color: var(--black01);
}

.company_top_font {
  font-size: 2rem;
  text-align: left;
  line-height: 1.5em;
  font-weight: 700;
}

.company_bottom_font {
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.375em;
  font-weight: 700;
}


.company_img_wrapper {
  padding-top: 2.957rem;
  width: fit-content;
  padding-bottom: 4.502rem;
  margin-inline: auto;
}

.company_logo_img {
  width: 22.298rem;
  height: 20.434rem;
  object-fit: cover;
}


.registration_link {
  display: flex;
  width: 33.2rem;
  height: 6rem;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(270deg, var(--orange) 0%, var(--yellow) 100%);
  font-family: var(--NotoSans);
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.444em;
  text-align: center;
  color: var(--white01);
  margin-inline: auto;
}

/* SP版 */

@media screen and (max-width: 699.98px) {

  /* メインビジュアル */

  .mainvisual_wrapper {
    height: 24.4rem;
    background-size: 37.5rem 24.4rem, contain;
  }

  .mainvisual_message_wrapper {
    top: 15.1rem;
    left: 2rem;
  }

  .mainvisual_message_font {
    font-size: 1.4rem;
  }

  .message_strong_font {
    font-size: 1.8rem;
  }

  /* NEWS */

  .news_container {
    margin-inline: 0;
    padding: 2rem 0 3.8rem 0;
    width: 100%;
  }

  .news_wrapper_flex {
    width: 33.5rem;
    margin-inline: 2rem;
  }

  .news_title_wrapper {
    padding: 0.2rem 1.5rem 0.1rem 1rem;
  }

  .news_title_font {
    font-size: 1.2rem;
    line-height: 1.417em;
  }


  .news_contents_flex {
    width: 33.5rem;
    row-gap: 1rem;
    padding: 1rem 1.3rem 2.9rem 1.2rem;
  }

  .news_link_flex {
    width: 31rem;
    flex-direction: column;
    font-size: 1.3rem;
    align-items: flex-start;
  }

  .news_title {
    padding-bottom: 0.5rem;
    line-height: calc(18/13);
  }

  /* こんなお悩みありませんか？ */
  /* index_questioning */

  .index_questioning_container {
    height: 44.3rem;
    padding-top: 3rem;
    padding-bottom: calc(3rem + 2.8rem + 0.737rem);
  }

  .background_top_img {
    width: 6.9rem;
    height: 7.2rem;
    top: 21.5rem;
    right: 2.3rem;
  }

  .background_bottom_img {
    width: 7.8rem;
    height: 9.9rem;
    top: 27.9rem;
    left: 1.2rem;
    margin-bottom: 3rem;
  }


  .questioning_title_font {
    font-size: 2.2rem;
    line-height: calc(32/22);
  }

  .questioning_text_wrapper {
    padding: 1rem 0 0 0;
  }

  .questioning_text_font {
    font-size: 1.2rem;
    line-height: calc(17/12);
  }

  .questioning_shape_flex {
    column-gap: 0.4rem;
    top: calc(3.2rem + 1.3rem + 4rem);
    left: 1.4rem;
  }

  .circle_shape_flex {
    width: 10.9rem;
    height: 10.9rem;
  }

  .circle_shape_font {
    font-size: 1.3rem;
    line-height: calc(19/13);
  }

  .circle_strong_font {
    font-size: 1.3rem;
    line-height: calc(19/13);
  }

  .questioning_illustration_flex {
    top: 21.811rem;
    left: 9.88rem;
    row-gap: 0.741rem;
    margin-bottom: 2.226rem;
    padding: 3.725rem 0 0 0;
  }

  .first_illustration_wrapper,
  .second_illustration_wrapper,
  .last_illustration_wrapper {
    width: 5.567rem;
    height: fit-content;
  }

  .first_illustration_wrapper {
    margin: 4.5rem 0 0 0;
  }

  .second_illustration_wrapper {
    margin: 1.3rem 0 0 0.3rem;
  }

  .last_illustration_wrapper {
    margin: 4.2rem 0 0 0.7rem;
  }

  .illustration_bottom_side {
    top: 7.7rem;
    left: 5.5rem;
  }

  .illustration_house_img {
    width: 6.639rem;
    height: 6.226rem;
  }

  /* スマイミツなら解決できます！ */
  /* index_resolution */

  .index_resolution_container {
    height: 24.6rem;
    margin-bottom: 3rem;
  }

  .resolution_introduction_wrapper {
    width: 33.5rem;
    height: 5.111rem;
    top: -2.8rem;
    left: 2rem;
    padding: 0.856rem 0 1.854rem 0;
  }

  .resolution_introduction_font {
    font-size: 2rem;
    line-height: calc(29/20);
  }

  .background_white_circle {
    width: 43.8rem;
    top: 5.4rem;
    left: -3.3rem;
  }

  .background_orange_shape {
    height: 7.721rem;
  }

  .balloon_img_flex {
    top: 5rem;
    left: 2.593rem;
    align-items: center;
    column-gap: 1.256rem;
  }

  .orange_balloon_img {
    width: fit-content;
    height: 5.591rem;
  }

  .orange_balloon_font {
    top: 1.6rem;
    left: 2.868rem;
    font-size: 1.2rem;
    line-height: calc(17/12);
  }

  .gray_balloon_flex {
    flex-direction: column-reverse;
    align-items: center;
    column-gap: 0;
    row-gap: 0.6rem;
  }

  .balloon_left {
    width: 15.073rem;
    height: fit-content;
  }

  .right_balloon_flex {
    width: 17.055rem;
  }

  .balloon_right {
    width: 17.555rem;
    height: 3.947rem;
  }




  .right_balloon_font {
    top: 0.85rem;
    left: 2.903rem;
    font-size: 1.2rem;
    line-height: calc(17/12);
  }

  .left_balloon_font {
    top: 1rem;
    left: 3rem;
    font-size: 1.1rem;
    line-height: calc(17/11);
  }

  .probability_img_area {
    top: 14rem;
    left: 1.895rem;
  }

  .probability_img_wrapper {
    width: 33.71rem;
  }

  .probability_img {
    width: 33.71rem;
    height: 7.444rem;
  }

  .probability_text_wrapper {
    width: fit-content;
    padding: 2.494rem 0 0 0.3rem;
  }

  .probability_text_font {
    font-size: 1.8rem;
    line-height: calc(26/18);
  }

  .probability_strong_font {
    font-size: 2.6rem;
    line-height: calc(26/26);
  }

  .probability_text_font::after {
    width: 33.5rem;
    height: 0.9rem;
    bottom: -0.6rem;
  }

  /* 気になる賃貸物件のURLや 詳細情報をアプリに登録するだけ。～  */
  /* index_service */

  .service_feature_flex {
    row-gap: 2rem;
    padding: 3rem 0 5.088rem 0;
  }

  .feature_column_flex {
    width: 37.5rem;
    flex-direction: column;
    padding: 0 0 4.03rem 2.05rem;
  }

  .left_top_flex {

    width: 34.3rem;
    column-gap: 0.65rem;
    padding: 0;
  }

  .left_top_number {
    font-size: 5.4rem;
    line-height: 1.333em;
  }

  .left_top_text {
    padding: 0;
    font-size: 1.7rem;
    line-height: 1.471em;
  }

  .left_bottom_area {
    width: 33.5rem;
    padding: 1.536rem 0 2.038rem 0.4rem;
  }

  .left_bottom_font {
    font-size: 1.8rem;
    line-height: calc(26/18);
  }

  .feature_right_img {
    width: 33.5rem;
    height: 22.732rem;
  }

    /* できること */
/* index_goodpoint */

  .index_goodpoint_container {
      padding:3.05rem 1.8rem 8.378rem 1.7rem; 
  }

  .goodpoint_contents_flex {
    flex-direction: column;
    row-gap: 5.007rem;
  }

  .goodpoint_contents_wrapper {
    width: 33.5rem;
  }

  .goodpoint_contents_img {
    width: 33.5rem;
    height: 23.44rem;
  }

  .goodpoint_text_flex {
    row-gap: 2.05rem;
  }

  .goodpoint_text_wrapper {
    padding: 1.888rem 0 0 0;
  }

  .supportedarea_contents_flex {
    flex-direction: column;
    position: relative;
  }
  

  .index_supportedarea_container {
    padding-top: 0;
    padding-bottom: 0;
    height: 34.841rem;
    background-color: var(--white01);
  }

  .supported_circle_flex {
    position: absolute;
    top: 5.022rem;
    left: 3.05rem;
    width: 16.3rem;
    height: 16.3rem;
    row-gap: 1.059rem;
    padding-top: 4.998rem;
    padding-left: 1.292rem;
  }

  .supported_font_top {
    font-size: 2.1rem;
    line-height: calc(30/21);
  }

  .supported_font_bottom {
    font-size: 1.2rem;
    line-height: calc(17/12);
  }

  .supportedarea_map_img {
    position: absolute;
    top: 7.685rem;
    left: 2rem;
    width: 33.214rem;
    height: 26.836rem;
  }

  /* <!-- ご利用の流れ --> */

  .index_flow_container {
    padding-top: 5.401rem;
    padding-bottom: 5.016rem;
  }


  .flow_title_wrapper {
    width: fit-content;
    margin-inline: auto;
  }

  .flow_title_font {
    line-height: 1.455em;
    font-size: 2.2rem;
  }

  .flow_wrapper_flex {
    padding-top: 2.336rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .illustration_img_wrapper {
    width: 15rem
  }

  .flow_illustration_img {
    width: 12.402rem;
    height: 5.481rem;
    object-fit: cover;
  }

  .flow_contents_flex {
    display: flex;
    padding-top: 2.084rem;
    padding-bottom: 2.4815rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 24rem;
    padding-left: 2.841rem;
    background-color: var(--orange);
    padding-right: 2.925rem;
    margin-inline: auto;
    position: relative;
  }

  .flow_content_box {
    width: 24.018rem;
    height: 2.4815rem;
    background-color: var(--orange);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin: 0 auto;
    position: relative;
    top: -0.1rem;
  }

  .flow_text_flex {
    padding-top: 0.967rem;
    row-gap: 1.091rem;
    width: fit-content;
    align-items: center;
  }

  .flow_top_text {
    width: 18.252rem;
    line-height: 1.4em;
    font-size: 1.5rem;
    text-align: center;
  }

  .flow_bottom_link {}

  .bottom_link_font {
    font-family: var(--NotoSans);
    font-weight: 700;
    line-height: 1.429em;
    font-size: 1.4rem;
    text-align: center;
    color: var(--white01);
    background-color: var(--black02);
    padding: 0.797rem 4.268rem 0.965rem 4.184rem;
  }


  .flow_bottom_text {
    line-height: 1.417em;
    font-size: 1.2rem;
  }




  .index_question_container {
    padding-top: 3.036rem;
    padding-bottom: 3.943rem;
  }

  .question_page_title {
    width: fit-content;
    padding-bottom: 1.3rem;
    margin-inline: auto;
  }

  .question_title_font {
    line-height: 1.455em;
    font-size: 2.2rem;
  }

  .accordion_menu_flex {
    flex-direction: column;
    row-gap: 2.001rem;
  }

  .question_content_wrapper {
    width: 33.6rem;
  }

  .question_title_wrapper {
    padding: 3.081rem 1rem 2.119rem 1.4rem;
    position: relative;
    cursor: pointer;
    transition: all .5s ease;

  }

  .question_title_wrapper::after {
    position: absolute;
    top: 3.6rem;
    right: 1rem;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 0.9rem solid transparent;
    border-left: 0.9rem solid transparent;
    border-bottom: 1.5rem solid var(--orange);
    border-top: 0;
    opacity: 1;
  }

  .question_title_wrapper::after {
    transition: .5s;
  }


  /*
  アコーディオンメニューが開いている場合
  */
  #accordion_menu .question_title_wrapper.open {}

  #accordion_menu .question_title_wrapper.open::before {
    opacity: 0;
  }

  #accordion_menu .question_title_wrapper.open::after {
    transform: rotate(180deg);
  }

  .question_title_flex {
    display: flex;
    column-gap: 1rem;
  }

  .question_title_flex {
    font-size: 1.8rem;
    line-height: 1.444em;
  }

  .answer_text_flex {
    width: 30.5rem;
    flex-direction: column;
    column-gap: 0;
    row-gap: 0.457rem;
  }

  .answer_text_wrapper {
    padding: 0 1.6rem 3.042em 1.5rem;
  }

  /* /* 探した住まいにお得に住める 住まいの相見積もり     */
  /* company */

  .index_company_container {
    padding-top: 5.056rem;
    padding-bottom: 6.857rem;
  }

  .company_text_flex {
    width: 28.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1.101rem;
    margin-inline: auto;
    color: var(--black01);
  }

  .company_top_font {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5em;
    text-align: left;
  }

  .company_bottom_font {
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.364em;
  }

  .company_img_wrapper {
    padding-top: 3.499rem;
    width: fit-content;
    padding-bottom: 3.285rem;
    margin-inline: auto;
  }

  .company_logo_img {
    width: 17.949rem;
    height: 16.449rem;
  }

  .registration_link {
    font-family: var(--NotoSans);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.417em;
    color: var(--white01);
    width: 25rem;
    height: 4.5rem;
  }

}