@charset "UTF-8";
/*--------------------
ブレイクポイント
--------------------*/
/*--------------------
メディアクエリ
--------------------*/
/*--------------------
矢印アイコン
--------------------*/
/*--------------------------------------
takuhai-kaitori
----------------------------------------*/
.c_flow_lists {
  display: grid;
  gap: 30px;
  margin-inline: auto;
  max-width: 940px;
}
@media screen and (max-width: 768px) {
  .c_flow_lists {
    gap: 20px;
  }
}
.c_flow_list:not(:last-child)::after {
  background-color: var(--body_color);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  content: "";
  display: block;
  height: 20px;
  margin: -1px auto 0;
  width: 40px;
}
@media screen and (max-width: 768px) {
  .c_flow_list:not(:last-child)::after {
    height: 10px;
    width: 20px;
  }
}
.c_flow_item {
  background-color: var(--gray_lt);
  border: 1px solid var(--border_color);
  display: grid;
  gap: 20px;
  grid-template-columns: 280px 1fr;
  padding: 0 180px 40px 30px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .c_flow_item {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .c_flow_item {
    gap: 10px;
    padding: 0 20px 20px;
  }
}
.c_flow_item_head {
  display: flex;
  min-height: 120px;
  padding: 15px 0 15px 110px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c_flow_item_head {
    min-height: 70px;
    padding: 10px 70px 10px 75px;
  }
}
.c_flow_item_num {
  background-color: var(--main_color);
  color: rgb(255, 255, 255);
  font-family: var(--font_jp_serif);
  font-size: 5rem;
  font-weight: var(--font_weight_bold);
  height: 120px;
  left: 0;
  letter-spacing: 0.025em;
  line-height: 1.05;
  padding-top: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  white-space: nowrap;
  width: 90px;
}
@media screen and (max-width: 768px) {
  .c_flow_item_num {
    font-size: 3rem;
    height: 70px;
    padding-top: 10px;
    width: 60px;
  }
}
.c_flow_item_num::before {
  content: "Step";
  display: block;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .c_flow_item_num::before {
    font-size: 1.5rem;
  }
}
.c_flow_item_category {
  border-radius: 6px;
  font-size: 1.6rem;
  font-weight: var(--font_weight_bold);
  margin-bottom: 8px;
  padding-block: 2px;
}
@media screen and (max-width: 768px) {
  .c_flow_item_category {
    border-radius: 3px;
    font-size: 1.4rem;
    padding-block: 0;
  }
}
.c_flow_item_ttl {
  font-size: 2.4rem;
  font-weight: var(--font_weight_bold);
  letter-spacing: 0.025em;
  line-height: var(--line_height_headline);
}
@media screen and (max-width: 768px) {
  .c_flow_item_ttl {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1081px) {
  .c_flow_item_body {
    padding-top: 35px;
  }
}
.c_flow_item_icon {
  position: absolute;
  right: 30px;
  top: 30px;
}
@media screen and (max-width: 768px) {
  .c_flow_item_icon {
    right: 15px;
    top: 10px;
    width: 65px;
  }
}
.c_flow_item_txt + .c_flow_item_txt {
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  .c_flow_item_btn .m_btn {
    margin-left: 0;
  }
}
.c_flow_item_phone {
  margin-inline: auto;
  max-width: 580px;
}
.c_flow_item_phone .m_phone {
  width: 100%;
}
@media screen and (min-width: 1081px) {
  .c_flow_item_phone .m_phone_num {
    font-size: 4.4rem;
  }
  .c_flow_item_phone .m_phone_num::before {
    height: 37px;
    margin-bottom: -6px;
    width: 65px;
  }
  .c_flow_item_phone .m_phone_hour {
    font-size: 1.8rem;
  }
}

.c_satei_result {
  background-color: var(--gray_lt);
  border: 1px solid var(--border_color);
  padding-block: 24px 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c_satei_result {
    padding-block: 15px 20px;
  }
}
.c_satei_result_img {
  text-align: center;
  padding-inline: 24px;
}
@media screen and (max-width: 768px) {
  .c_satei_result_img {
    padding-inline: 15px;
  }
}
.c_satei_result_body {
  margin-top: 40px;
  min-height: 90px;
  padding-inline: 110px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c_satei_result_body {
    margin-top: 20px;
    min-height: 50px;
    padding-inline: 60px 15px;
  }
}
.c_satei_result_num {
  background-color: var(--main_color);
  color: rgb(255, 255, 255);
  font-family: var(--font_jp_serif);
  font-size: 5rem;
  font-weight: var(--font_weight_bold);
  height: 90px;
  left: 0;
  letter-spacing: 0.025em;
  line-height: 1.05;
  padding-top: 15px;
  position: absolute;
  text-align: center;
  top: 0;
  white-space: nowrap;
  width: 90px;
}
@media screen and (max-width: 768px) {
  .c_satei_result_num {
    font-size: 3rem;
    height: 50px;
    padding-top: 8px;
    width: 50px;
  }
}
.c_satei_result_txt {
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .c_satei_result_txt {
    font-size: 1.5rem;
  }
}

.c_ttl_kit {
  font-family: var(--font_jp_serif);
  font-size: 2.8rem;
  font-weight: var(--font_weight_bold);
  letter-spacing: 0.025em;
  line-height: var(--line_height_headline);
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_ttl_kit {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
.c_ttl_kit::before {
  background: url(/library/images/common/icon/kit.svg) center/contain no-repeat;
  content: "";
  display: block;
  height: 88px;
  margin: 0 auto 15px;
  width: 88px;
}
@media screen and (max-width: 768px) {
  .c_ttl_kit::before {
    height: 48px;
    margin-bottom: 10px;
    width: 48px;
  }
}