@charset "UTF-8";
.common_wrap {
  padding: 0 24px;
}
@media only screen and (max-width: 740px) {
  .common_wrap {
    padding: 0 12px;
  }
}

.h2_heading_block {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.h2_heading_block .sub_title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #142C6D;
  padding: 2px 24px;
  border-radius: 24px;
  gap: 4px;
}
@media only screen and (max-width: 740px) {
  .h2_heading_block .sub_title {
    padding: 1px 9px;
    gap: 0px;
  }
}
.h2_heading_block .sub_title .freee_logo {
  width: 140px;
  height: auto;
}
@media only screen and (max-width: 740px) {
  .h2_heading_block .sub_title .freee_logo {
    width: 100px;
  }
}
.h2_heading_block .sub_title .sova_logo {
  width: 150px;
  height: auto;
}
@media only screen and (max-width: 740px) {
  .h2_heading_block .sub_title .sova_logo {
    width: 90px;
  }
}
.h2_heading_block .sub_title p {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 740px) {
  .h2_heading_block .sub_title p {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 400;
  }
}
.h2_heading_block .main_title {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 0 24px;
  border-bottom: 5px solid #142C6D;
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .h2_heading_block .main_title {
    border-bottom: 2px solid #142C6D;
    padding: 0 0 12px;
    gap: 4px;
  }
}
@media only screen and (max-width: 480px) {
  .h2_heading_block .main_title {
    width: 100%;
  }
}
.h2_heading_block .main_title .point_number {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #142C6D;
  flex-shrink: 0;
}
@media only screen and (max-width: 740px) {
  .h2_heading_block .main_title .point_number {
    width: 44px;
    height: 44px;
  }
}
.h2_heading_block .main_title .point_number p {
  color: #FFEC80;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  margin-top: 6px;
  line-height: 1.3;
}
@media only screen and (max-width: 740px) {
  .h2_heading_block .main_title .point_number p {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
  }
}
.h2_heading_block .main_title .point_number p span {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 740px) {
  .h2_heading_block .main_title .point_number p span {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 600;
  }
}
.h2_heading_block .main_title p {
  color: #142C6D;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 52px;
  font-weight: 600;
}
@media only screen and (max-width: 740px) {
  .h2_heading_block .main_title p {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 30px;
    font-weight: 600;
  }
}
.h2_heading_block .h2_bg_text {
  color: #D7E5FF;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 180px;
  font-weight: 700;
  font-size: 12vw;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  z-index: -5;
  transform: translateY(-30%);
}

.h3_heading_block_common {
  text-align: center;
  color: #142C6D;
  margin-top: 64px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 740px) {
  .h3_heading_block_common {
    margin-top: 64px;
  }
}
.h3_heading_block_common .sub_text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 740px) {
  .h3_heading_block_common .sub_text {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 600;
  }
}
.h3_heading_block_common .main_text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 48px;
  font-weight: 600;
  position: relative;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 740px) {
  .h3_heading_block_common .main_text {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 32px;
    font-weight: 600;
  }
}
.h3_heading_block_common .main_text::before, .h3_heading_block_common .main_text::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #142C6D;
}

.establish_solution,
.recommend_solution {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  margin: 48px 0 0 0;
}
@media only screen and (max-width: 740px) {
  .establish_solution,
  .recommend_solution {
    gap: 12px;
  }
}
.establish_solution .h4_heading_block,
.recommend_solution .h4_heading_block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.establish_solution .h4_heading_block img,
.recommend_solution .h4_heading_block img {
  width: 50px;
  height: auto;
}
.establish_solution .h4_heading_block p,
.recommend_solution .h4_heading_block p {
  color: #142C6D;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 26px;
  font-weight: 600;
  padding: 8px 24px;
  border-radius: 99px;
  border: 1px solid #142C6D;
  background-color: #fff;
}
@media only screen and (max-width: 740px) {
  .establish_solution .h4_heading_block p,
  .recommend_solution .h4_heading_block p {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
  }
}
.establish_solution .recommend_solution_list,
.establish_solution .establish_solution_list,
.recommend_solution .recommend_solution_list,
.recommend_solution .establish_solution_list {
  max-width: 1060px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 740px) {
  .establish_solution .recommend_solution_list,
  .establish_solution .establish_solution_list,
  .recommend_solution .recommend_solution_list,
  .recommend_solution .establish_solution_list {
    gap: 4px;
  }
}
.establish_solution .recommend_solution_list .recommend_solution_item,
.establish_solution .recommend_solution_list .establish_solution_item,
.establish_solution .establish_solution_list .recommend_solution_item,
.establish_solution .establish_solution_list .establish_solution_item,
.recommend_solution .recommend_solution_list .recommend_solution_item,
.recommend_solution .recommend_solution_list .establish_solution_item,
.recommend_solution .establish_solution_list .recommend_solution_item,
.recommend_solution .establish_solution_list .establish_solution_item {
  flex: 1 1 calc(50% - 12px);
  border: 1px solid #142C6D;
  border-radius: 12px;
  background-color: #fff;
}
.establish_solution .recommend_solution_list .recommend_solution_item .title,
.establish_solution .recommend_solution_list .establish_solution_item .title,
.establish_solution .establish_solution_list .recommend_solution_item .title,
.establish_solution .establish_solution_list .establish_solution_item .title,
.recommend_solution .recommend_solution_list .recommend_solution_item .title,
.recommend_solution .recommend_solution_list .establish_solution_item .title,
.recommend_solution .establish_solution_list .recommend_solution_item .title,
.recommend_solution .establish_solution_list .establish_solution_item .title {
  padding: 8px 32px;
  background-color: #142C6D;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-radius: 10px 10px 0 0;
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 740px) {
  .establish_solution .recommend_solution_list .recommend_solution_item .title,
  .establish_solution .recommend_solution_list .establish_solution_item .title,
  .establish_solution .establish_solution_list .recommend_solution_item .title,
  .establish_solution .establish_solution_list .establish_solution_item .title,
  .recommend_solution .recommend_solution_list .recommend_solution_item .title,
  .recommend_solution .recommend_solution_list .establish_solution_item .title,
  .recommend_solution .establish_solution_list .recommend_solution_item .title,
  .recommend_solution .establish_solution_list .establish_solution_item .title {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 600;
    padding: 24px 16px;
  }
}
.establish_solution .recommend_solution_list .recommend_solution_item .title img,
.establish_solution .recommend_solution_list .establish_solution_item .title img,
.establish_solution .establish_solution_list .recommend_solution_item .title img,
.establish_solution .establish_solution_list .establish_solution_item .title img,
.recommend_solution .recommend_solution_list .recommend_solution_item .title img,
.recommend_solution .recommend_solution_list .establish_solution_item .title img,
.recommend_solution .establish_solution_list .recommend_solution_item .title img,
.recommend_solution .establish_solution_list .establish_solution_item .title img {
  width: 24px;
  position: absolute;
  top: 0px;
  left: 40px;
}
@media only screen and (max-width: 740px) {
  .establish_solution .recommend_solution_list .recommend_solution_item .title img,
  .establish_solution .recommend_solution_list .establish_solution_item .title img,
  .establish_solution .establish_solution_list .recommend_solution_item .title img,
  .establish_solution .establish_solution_list .establish_solution_item .title img,
  .recommend_solution .recommend_solution_list .recommend_solution_item .title img,
  .recommend_solution .recommend_solution_list .establish_solution_item .title img,
  .recommend_solution .establish_solution_list .recommend_solution_item .title img,
  .recommend_solution .establish_solution_list .establish_solution_item .title img {
    top: 4px;
    left: 4px;
  }
}
.establish_solution .recommend_solution_list .recommend_solution_item .content,
.establish_solution .recommend_solution_list .establish_solution_item .content,
.establish_solution .establish_solution_list .recommend_solution_item .content,
.establish_solution .establish_solution_list .establish_solution_item .content,
.recommend_solution .recommend_solution_list .recommend_solution_item .content,
.recommend_solution .recommend_solution_list .establish_solution_item .content,
.recommend_solution .establish_solution_list .recommend_solution_item .content,
.recommend_solution .establish_solution_list .establish_solution_item .content {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 24px;
}
@media only screen and (max-width: 740px) {
  .establish_solution .recommend_solution_list .recommend_solution_item .content,
  .establish_solution .recommend_solution_list .establish_solution_item .content,
  .establish_solution .establish_solution_list .recommend_solution_item .content,
  .establish_solution .establish_solution_list .establish_solution_item .content,
  .recommend_solution .recommend_solution_list .recommend_solution_item .content,
  .recommend_solution .recommend_solution_list .establish_solution_item .content,
  .recommend_solution .establish_solution_list .recommend_solution_item .content,
  .recommend_solution .establish_solution_list .establish_solution_item .content {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 13px;
    font-weight: 400;
    padding: 12px 16px;
  }
}

.cta_btn {
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .cta_btn {
    padding: 0 12px;
  }
}
.cta_btn .cta_btn_text {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 32px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.cta_btn .cta_btn_text.contact {
  background: var(--CTA-red, linear-gradient(49deg, #FE3321 23.11%, #FF6325 76.89%)); 
  margin: 0 8px 0 0;
}

@media only screen and (max-width: 760px) {
  .cta_btn .cta_btn_text.contact {
    margin: 0 8px 8px 0;
  }  
}

.cta_btn .cta_btn_text.request {
  background: #25B564; 
}

.cta_btn .cta_btn_text .cta_btn_text_inner {
  /* 共通スタイル */
  border: 1px solid #fff;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 28px;
  font-weight: 600;
  padding: 16px 120px;
  display: inline-block;
  margin: 4px;
  border-radius: 48px;
}
@media only screen and (max-width: 740px) {
  .cta_btn .cta_btn_text .cta_btn_text_inner {
    /* 個別スタイルのみ（共通スタイルは.cta_btn .cta_btn_text .cta_btn_text_innerで継承） */
    font-size: 20px;
    font-weight: 600;
    padding: 16px 54px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 480px) {
  .cta_btn .cta_btn_text .cta_btn_text_inner {
    /* 個別スタイルのみ（共通スタイルは.cta_btn .cta_btn_text .cta_btn_text_innerで継承） */
    font-size: 20px;
    font-weight: 600;
  }
}
.cta_btn .cta_btn_text .cta_btn_text_inner img {
  width: 28px;
  height: 30px;
}

/* ボタンコンテナ（縦並び）- 特定のセクションのみ */
.freee_support_cta_main .cta_buttons_container {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  margin-top: 20px;
}

.sp_only_md {
  display: none;
}
@media only screen and (max-width: 960px) {
  .sp_only_md {
    display: block;
  }
}

.sp_only_fv_sm {
  display: none;
}
@media only screen and (max-width: 740px) {
  .sp_only_fv_sm {
    display: block;
  }
}

@media only screen and (max-width: 740px) {
  .sp_only_fv_sm_none {
    display: none;
  }
}

.sp_only_sm {
  display: none;
}
@media only screen and (max-width: 480px) {
  .sp_only_sm {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .sp_only_sm_none {
    display: none;
  }
}

.markerUnder {
  background: linear-gradient(transparent 70%, #30ED82 0%);
  display: inline;
  padding: 0 2px;
}

/* ======================
   Header 共通
====================== */
/* ======================
   PC Header
====================== */
.freee_pc_header {
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  position: fixed;
  width: 100%;
  z-index: 100;
}
.freee_pc_header .freee_pc_header_inner {
  display: flex;
  padding: 8px 48px;
  justify-content: space-between;
  font-size: 16px;
}
.freee_pc_header .freee_pc_header_menu_block {
  display: flex;
  align-items: center;
}
.freee_pc_header .freee_pc_header_menu_block .freee_pc_header_logo_img {
  width: 150px;
}
.freee_pc_header .freee_pc_header_menu_block .freee_pc_header_logo_img img {
  margin: auto 0;
}
.freee_pc_header .freee_pc_header_cta_block {
  display: flex;
  align-items: center;
}
.freee_pc_header .freee_pc_header_cta_block .freee_pc_header_menu_list {
  display: flex;
}
.freee_pc_header .freee_pc_header_cta_block .freee_pc_header_menu_list .freee_pc_header_menu_item {
  margin-right: 24px;
  color: #142C6D;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
}

.freee_pc_header .freee_pc_header_cta_block .cta_btn .cta_btn_text .cta_btn_text_inner {
  /* 個別スタイルのみ（共通スタイルは.cta_btn .cta_btn_text .cta_btn_text_innerで継承） */
  font-size: 18px;
  font-weight: 600;
  padding: 8px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4px;
  border-radius: 32px;
}
.freee_pc_header .freee_pc_header_cta_block .cta_btn .cta_btn_text .cta_btn_text_inner img {
  width: 24px;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .freee_pc_header {
    display: none;
  }
}

/* ======================
   SP Header
====================== */
.freee_sp_header {
  display: none;
  overflow-x: hidden;
}
@media only screen and (max-width: 960px) {
  .freee_sp_header {
    background-color: #ffffff;
    display: block;
    height: 52px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    position: fixed;
    width: 100%;
    z-index: 100;
    transform: translateZ(5000px);
    -webkit-transform: translateZ(5000px);
  }
}
.freee_sp_header .freee_sp_header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.freee_sp_header .freee_sp_header_content .freee_sp_header_logo_img {
  width: 100px;
}
.freee_sp_header .freee_sp_header_content .freee_sp_header_menu_btn_wrap .freee_openbtn {
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.freee_sp_header .freee_sp_header_content .freee_sp_header_menu_btn_wrap .freee_openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #6e6e6e;
  width: 45%;
}
.freee_sp_header .freee_sp_header_content .freee_sp_header_menu_btn_wrap .freee_openbtn span:nth-of-type(1) {
  top: 15px;
}
.freee_sp_header .freee_sp_header_content .freee_sp_header_menu_btn_wrap .freee_openbtn span:nth-of-type(2) {
  top: 23px;
}
.freee_sp_header .freee_sp_header_content .freee_sp_header_menu_btn_wrap .freee_openbtn span:nth-of-type(3) {
  top: 31px;
}
.freee_sp_header .freee_sp_header_content .freee_sp_header_menu_btn_wrap .freee_openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
.freee_sp_header .freee_sp_header_content .freee_sp_header_menu_btn_wrap .freee_openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.freee_sp_header .freee_sp_header_content .freee_sp_header_menu_btn_wrap .freee_openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

/* ======================
   ハンバーガーメニュー
====================== */
#freee_hb_menu {
  display: none;
}
@media only screen and (max-width: 960px) {
  #freee_hb_menu {
    display: block;
  }
}
#freee_hb_menu .freee_hb_menu_wrap {
  width: 75%;
  height: calc(100% - 45px);
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  position: fixed;
  top: 45px;
  right: 0;
  transform: translateX(100%);
  transition: 0.5s;
  z-index: 20;
}
#freee_hb_menu .freee_hb_menu_wrap.active {
  transform: translateX(0%);
  transform: translateZ(5000px);
  -webkit-transform: translateZ(5000px);
}
#freee_hb_menu .freee_hb_menu_wrap .freee_hb_menu_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 12px;
  z-index: 150;
}
#freee_hb_menu .freee_hb_menu_wrap .freee_hb_menu_inner .freee_hb_menu_list .freee_hb_menu_item {
  color: #6c6c6c;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
}
#freee_hb_menu .freee_hb_menu_wrap .freee_hb_menu_inner .freee_hb_menu_list .freee_hb_menu_item:last-child {
  margin-bottom: 40px;
}
#freee_hb_menu .freee_hb_menu_wrap .freee_hb_menu_inner .cta_btn .cta_btn_text .cta_btn_text_inner {
  /* 個別スタイルのみ（共通スタイルは.cta_btn .cta_btn_text .cta_btn_text_innerで継承） */
  font-size: 16px;
  font-weight: 600;
  padding: 16px 16px;
}
#freee_hb_menu .freee_hb_menu_wrap .freee_hb_menu_inner .cta_btn .cta_btn_text .cta_btn_text_inner img {
  width: 24px;
  height: 24px;
}
#freee_hb_menu .freee_hb_menu_wrap .freee_hb_menu_inner .freee_hb_menu_item_corporate_link {
  color: #6c6c6c;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
  margin: 18px 0;
  display: flex;
  justify-content: center;
}

.freee_support_fv {
  height: 672px;
  background: url("../images/freee/fv_cost_bg.png") no-repeat center center;
  background-size: cover;
  padding-top: 71px;
}
@media only screen and (max-width: 1284px) {
  .freee_support_fv {
    height: 570px;
  }
}
@media only screen and (max-width: 960px) {
  .freee_support_fv {
    height: 380px;
  }
}
@media only screen and (max-width: 480px) {
  .freee_support_fv {
    height: 328px;
  }
}
@media only screen and (max-width: 740px) {
  .freee_support_fv .common_wrap {
    padding: 0;
  }
}
.freee_support_fv .common_wrap .common_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.freee_support_fv .common_wrap .common_inner .fv_side_content {
  width: 211px;
  height: auto;
  position: absolute;
  top: 40px;
  right: 40px;
}
@media only screen and (max-width: 960px) {
  .freee_support_fv .common_wrap .common_inner .fv_side_content {
    display: none;
  }
}
.freee_support_fv .common_wrap .common_inner .main_fv_block {
  position: relative;
  background-size: contain;
  background-color: #fff;
  padding: 64px;
  position: relative;
  margin-right: 300px;
  transform: translateY(-14px);
  border-radius: 12px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1284px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block {
    width: 600px;
    margin-right: 220px;
    padding: 64px;
    transform: translateY(-20px);
  }
}
@media only screen and (max-width: 960px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block {
    padding: 32px;
    width: 500px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block {
    padding: 12px;
    margin: 32px 0;
  }
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .main_fv_img {
  width: 800px;
  height: auto;
}
@media only screen and (max-width: 1284px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .main_fv_img {
    width: 640px;
  }
}
@media only screen and (max-width: 960px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .main_fv_img {
    width: 100%;
  }
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .fv_cost_label {
  position: absolute;
  top: 58px;
  right: -18px;
  width: 250px;
  filter: drop-shadow(0 4.276px 4.276px rgba(0, 0, 0, 0.25));
}
@media only screen and (max-width: 1284px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .fv_cost_label {
    width: 180px;
    right: -58px;
  }
}
@media only screen and (max-width: 1284px) and (max-width: 960px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .fv_cost_label {
    width: 22%;
    top: 48px;
    left: 76%;
  }
}
@media only screen and (max-width: 1284px) and (max-width: 480px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .fv_cost_label {
    width: 22%;
    top: 18px;
  }
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .fv_pro_img {
  position: absolute;
  bottom: 18px;
  right: -31%;
  width: 340px;
  height: auto;
}
@media only screen and (max-width: 1284px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .fv_pro_img {
    bottom: 0px;
    right: -30%;
    width: 240px;
  }
}
@media only screen and (max-width: 960px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .fv_pro_img {
    display: none;
  }
}
.freee_support_fv .common_wrap .common_inner .cta_btn {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (max-width: 740px) {
  .freee_support_fv .common_wrap .common_inner .cta_btn {
    bottom: 100px;
    left: auto;
    transform: none;
  }
}
@media only screen and (max-width: 480px) {
  .freee_support_fv .common_wrap .common_inner .cta_btn {
    display: none;
  }
}
@media only screen and (max-width: 1284px) {
  .freee_support_fv .common_wrap .common_inner .cta_btn .cta_btn_text .cta_btn_text_inner {
    padding: 16px 40px;
  }
}
@media only screen and (max-width: 960px) {
  .freee_support_fv .common_wrap .common_inner .cta_btn .cta_btn_text .cta_btn_text_inner {
    /* 個別スタイルのみ（共通スタイルは.cta_btn .cta_btn_text .cta_btn_text_innerで継承） */
    font-size: 20px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 960px) {
  .freee_support_fv .common_wrap .common_inner .cta_btn .cta_btn_text .cta_btn_text_inner img {
    width: 20px;
    height: auto;
  }
}
.freee_support_fv .common_wrap .common_inner .point_anywhere {
  position: absolute;
  bottom: 120px;
  right: 190px;
  text-align: center;
  padding: 12px;
  background-color: #fff;
  background: url("../images/freee/anywhere_icon.png") no-repeat center;
  background-size: cover;
  width: 130px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 1284px) {
  .freee_support_fv .common_wrap .common_inner .point_anywhere {
    width: 110px;
    height: 80px;
  }
}
@media only screen and (max-width: 960px) {
  .freee_support_fv .common_wrap .common_inner .point_anywhere {
    display: none;
  }
}
.freee_support_fv .common_wrap .common_inner .point_anywhere p {
  color: #0A4745;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 1284px) {
  .freee_support_fv .common_wrap .common_inner .point_anywhere p {
    font-size: 16px;
  }
}
.freee_support_fv .common_wrap .common_inner .point_anywhere .strong {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 32px;
  font-weight: 600;
  background: var(--CTA-red, linear-gradient(49deg, #FE3321 23.11%, #FF6325 76.89%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
}
@media only screen and (max-width: 1284px) {
  .freee_support_fv .common_wrap .common_inner .point_anywhere .strong {
    font-size: 26px;
  }
}

@media only screen and (max-width: 480px) {
  .freee_support_establish_content .common_wrap {
    padding: 0 12px;
  }
}
.freee_support_establish_content .common_wrap .common_inner .scroll {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in 3s;
  transition: all 0.5s ease-in 3s;
}
.freee_support_establish_content .common_wrap .common_inner .scroll {
  color: #142C6D;
  display: block;
  z-index: 2;
  text-decoration: none;
  position: relative;
}
.freee_support_establish_content .common_wrap .common_inner .scroll:before {
  position: absolute;
  top: -110px;
  left: calc(50% - 8px);
  transform: rotate(-45deg);
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  border: 10px solid #142C6D;
  border-width: 0px 0 5px 5px;
  animation: bounce 2s linear infinite;
}
@media only screen and (max-width: 480px) {
  .freee_support_establish_content .common_wrap .common_inner .scroll:before {
    top: -100px;
  }
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 70%, 80% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
  40% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  60% {
    -webkit-transform: translateY(-4px) rotate(-45deg);
    -ms-transform: translateY(-4px) rotate(-45deg);
    transform: translateY(-4px) rotate(-45deg);
  }
}
.freee_support_establish_content .common_wrap .common_inner .h2_heading_block {
  margin-top: 100px;
}
@media only screen and (max-width: 740px) {
  .freee_support_establish_content .common_wrap .common_inner .h2_heading_block {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .freee_support_establish_content .common_wrap .common_inner .h2_heading_block {
    margin-top: 0px;
  }
}
.freee_support_establish_content .common_wrap .common_inner .h2_heading_block .main_title {
  border-bottom: 0px;
}
.freee_support_establish_content .common_wrap .common_inner .establish_content_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 32px auto 0px;
  max-width: 840px;
  align-items: stretch;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .freee_support_establish_content .common_wrap .common_inner .establish_content_list {
    grid-template-columns: repeat(2, 1fr);
    margin: 12px auto 0px;
    gap: 4px;
  }
}
.freee_support_establish_content .common_wrap .common_inner .establish_content_list .establish_content_item {
  padding: 8px;
  border-radius: 12px;
  background: linear-gradient(180deg, #1C3DA0 0%, #416ADB 100%);
  display: flex;
  flex-direction: column;
}
.freee_support_establish_content .common_wrap .common_inner .establish_content_list .establish_content_item .title {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 740px) {
  .freee_support_establish_content .common_wrap .common_inner .establish_content_list .establish_content_item .title {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
  }
}
.freee_support_establish_content .common_wrap .common_inner .establish_content_list .establish_content_item .detail_block {
  background-color: #fff;
  border-radius: 6px;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
  flex-grow: 1;
}
.freee_support_establish_content .common_wrap .common_inner .establish_content_list .establish_content_item .detail_block .detail_item {
  color: #142C6D;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px dotted #007AFF;
  padding: 2px;
}
@media only screen and (max-width: 740px) {
  .freee_support_establish_content .common_wrap .common_inner .establish_content_list .establish_content_item .detail_block .detail_item {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 11px;
    font-weight: 400;
  }
}
.freee_support_establish_content .common_wrap .common_inner .establish_content_list .attention {
  position: absolute;
  bottom: -16px;
  right: 0px;
  color: #6C6C6C;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 10px;
  font-weight: 400;
}
.freee_support_establish_content .common_wrap .common_inner .establish_content_list .establish_content_list_bg {
  position: absolute;
  bottom: -24%;
  z-index: -5;
}
@media only screen and (max-width: 740px) {
  .freee_support_establish_content .common_wrap .common_inner .establish_content_list .establish_content_list_bg {
    bottom: -8%;
  }
}
.freee_support_establish_content .common_wrap .common_inner .establish_appeal {
  color: #142C6D;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 44px;
  font-weight: 600;
  text-align: center;
  position: relative;
  line-height: 1;
}
@media only screen and (max-width: 740px) {
  .freee_support_establish_content .common_wrap .common_inner .establish_appeal {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 28px;
    font-weight: 600;
  }
}
.freee_support_establish_content .common_wrap .common_inner .establish_appeal .establish_appeal_text {
  margin: 80px 0 40px 0;
}
@media only screen and (max-width: 740px) {
  .freee_support_establish_content .common_wrap .common_inner .establish_appeal .establish_appeal_text {
    margin: 120px 0 40px 0;
  }
}
.freee_support_establish_content .common_wrap .common_inner .establish_appeal .establish_appeal_text p {
  display: inline-block;
  transform: skewX(-5deg);
  line-height: 1;
}
.freee_support_establish_content .common_wrap .common_inner .establish_appeal .establish_appeal_text p .strong {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 52px;
  font-weight: 600;
}
@media only screen and (max-width: 740px) {
  .freee_support_establish_content .common_wrap .common_inner .establish_appeal .establish_appeal_text p .strong {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 32px;
    font-weight: 600;
  }
}
.freee_support_establish_content .common_wrap .common_inner .establish_appeal .establish_appeal_text p .orange {
  display: inline-block;
  background: var(--CTA-red, linear-gradient(49deg, #FE3321 23.11%, #FF6325 76.89%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (max-width: 740px) {
  .freee_support_establish_content .common_wrap .common_inner .establish_appeal .establish_appeal_text p .orange {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
  }
}
.freee_support_establish_content .common_wrap .common_inner .establish_appeal .establish_appeal_text p.bg {
  background: linear-gradient(transparent 70%, #FFEC80 0%);
  display: inline;
  padding: 0 2px;
}
.freee_support_establish_content .common_wrap .common_inner .establish_appeal .establish_appeal_text p.attention {
  color: #6C6C6C;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
  transform: skewX(0deg);
}
@media only screen and (max-width: 740px) {
  .freee_support_establish_content .common_wrap .common_inner .establish_appeal .establish_appeal_text p.attention {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    margin-top: 12px;
  }
}
.freee_support_establish_content .common_wrap .common_inner .establish_appeal .point_right {
  position: absolute;
  top: 0px;
  right: 140px;
}
@media only screen and (max-width: 1284px) {
  .freee_support_establish_content .common_wrap .common_inner .establish_appeal .point_right {
    right: 0px;
    top: -60px;
  }
}
@media only screen and (max-width: 480px) {
  .freee_support_establish_content .common_wrap .common_inner .establish_appeal .point_right {
    right: 0px;
    top: -100px;
  }
}
.freee_support_establish_content .common_wrap .common_inner .establish_appeal .point_right p {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  top: 32px;
  right: 32px;
}
@media only screen and (max-width: 740px) {
  .freee_support_establish_content .common_wrap .common_inner .establish_appeal .point_right p {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 500;
    top: 22px;
    right: 22px;
  }
}
.freee_support_establish_content .common_wrap .common_inner .establish_appeal .point_right p .strong {
  color: #142C6D;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 740px) {
  .freee_support_establish_content .common_wrap .common_inner .establish_appeal .point_right p .strong {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 600;
  }
}
.freee_support_establish_content .common_wrap .common_inner .establish_appeal .point_right .point_icon {
  width: 160px;
  height: auto;
}
@media only screen and (max-width: 740px) {
  .freee_support_establish_content .common_wrap .common_inner .establish_appeal .point_right .point_icon {
    width: 100px;
  }
}
.freee_support_establish_content .common_wrap .common_inner .establish_appeal .point_left {
  position: absolute;
  top: 0px;
  left: 140px;
}
@media only screen and (max-width: 1284px) {
  .freee_support_establish_content .common_wrap .common_inner .establish_appeal .point_left {
    left: 0px;
    top: -60px;
  }
}
@media only screen and (max-width: 480px) {
  .freee_support_establish_content .common_wrap .common_inner .establish_appeal .point_left {
    left: 0px;
    top: -100px;
  }
}
.freee_support_establish_content .common_wrap .common_inner .establish_appeal .point_left p {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  top: 32px;
  left: 32px;
}
@media only screen and (max-width: 740px) {
  .freee_support_establish_content .common_wrap .common_inner .establish_appeal .point_left p {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 500;
    top: 22px;
    left: 22px;
  }
}
.freee_support_establish_content .common_wrap .common_inner .establish_appeal .point_left p .strong {
  color: #142C6D;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 740px) {
  .freee_support_establish_content .common_wrap .common_inner .establish_appeal .point_left p .strong {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 600;
  }
}
.freee_support_establish_content .common_wrap .common_inner .establish_appeal .point_left .point_icon {
  width: 160px;
  height: auto;
}
@media only screen and (max-width: 740px) {
  .freee_support_establish_content .common_wrap .common_inner .establish_appeal .point_left .point_icon {
    width: 100px;
  }
}

.freee_support_cta {
  position: relative;
}
.freee_support_cta .freee_support_cta_title {
  padding: 12px 0 8px 0;
  background: #142C6D;
  text-align: center;
  position: relative;
  margin-bottom: -52px;
  z-index: 5;
}
@media only screen and (max-width: 740px) {
  .freee_support_cta .freee_support_cta_title {
    margin-bottom: -80px;
  }
}
@media only screen and (max-width: 480px) {
  .freee_support_cta .freee_support_cta_title {
    margin-bottom: -52px;
  }
}
.freee_support_cta .freee_support_cta_title p {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 28px;
  font-weight: 500;
}
@media only screen and (max-width: 740px) {
  .freee_support_cta .freee_support_cta_title p {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 24px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 480px) {
  .freee_support_cta .freee_support_cta_title p {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 500;
  }
}
.freee_support_cta .freee_support_cta_title .main_text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media only screen and (max-width: 740px) {
  .freee_support_cta .freee_support_cta_title .main_text {
    flex-direction: column;
    gap: 0px;
  }
}
.freee_support_cta .freee_support_cta_title .main_text .logo_block {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 38px;
  font-weight: 500;
}
.freee_support_cta .freee_support_cta_title .main_text .logo_block span {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .freee_support_cta .freee_support_cta_title .main_text .logo_block span {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 500;
  }
}
.freee_support_cta .freee_support_cta_title .main_text .logo_block .freee_logo {
  width: 280px;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .freee_support_cta .freee_support_cta_title .main_text .logo_block .freee_logo {
    width: 150px;
  }
}
.freee_support_cta .freee_support_cta_title .main_text .logo_block .sova_logo {
  width: 292px;
  height: auto;
  margin-bottom: 2px;
}
@media only screen and (max-width: 960px) {
  .freee_support_cta .freee_support_cta_title .main_text .logo_block .sova_logo {
    width: 140px;
    margin-bottom: 0px;
  }
}
.freee_support_cta .freee_support_cta_title .freee_person {
  width: 120px;
  height: auto;
  position: absolute;
  bottom: 0px;
  right: 15%;
}
@media only screen and (max-width: 1284px) {
  .freee_support_cta .freee_support_cta_title .freee_person {
    display: none;
  }
}
.freee_support_cta .freee_support_cta_main {
  position: relative;
  background: linear-gradient(95deg, #152F73 -1.03%, #2859D9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 120px 0 48px 0;
  flex-wrap: wrap;
}
@media only screen and (max-width: 740px) {
  .freee_support_cta .freee_support_cta_main {
    padding: 90px 0 48px 0;
    gap: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .freee_support_cta .freee_support_cta_main {
    padding: 64px 0 48px 0;
    gap: 0px;
  }
}
.freee_support_cta .freee_support_cta_main .cta_point_list {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media only screen and (max-width: 960px) {
  .freee_support_cta .freee_support_cta_main .cta_point_list {
    display: none;
  }
}
.freee_support_cta .freee_support_cta_main .cta_point_list .cta_point {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  position: relative;
  height: 240px;
  width: 240px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}
.freee_support_cta .freee_support_cta_main .cta_point_list .cta_point .cta_point_strong {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}
.freee_support_cta .freee_support_cta_main .cta_point_list .cta_point .cta_point_strong span {
  color: #E9730C;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  font-family: "Noto Sans";
  font-style: normal;
  letter-spacing: -4px;
  margin-right: 4px;
}
.freee_support_cta .freee_support_cta_main .cta_point_list .cta_point .cta_point_strong_icon {
  position: absolute;
  width: 24px;
  height: 100%;
  top: -66px;
  right: 57px;
}
.freee_support_cta .freee_support_cta_main .cta_point_list .cta_point .cta_point_normal {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 600;
}
.freee_support_cta .freee_support_cta_main .cta_point_list .cta_point .cta_point_highlight {
  display: inline;
  color: #282828;
  background-color: #FFEC80;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 600;
}
.freee_support_cta .freee_support_cta_main .cta_point_list .cta_point .cta_point_timing {
  position: absolute;
  top: -25px;
  left: 50%;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 6px;
  background-color: #142C6D;
  display: inline-block;
  white-space: nowrap;
  transform: translateX(-50%);
  border: 2px solid #fff;
}
.freee_support_cta .freee_support_cta_main .cta_point_list .cta_point.after_establish .cta_point_strong_icon {
  position: absolute;
  width: 24px;
  height: 100%;
  top: -66px;
  right: 82px;
}
.freee_support_cta .freee_support_cta_main .cta_btn {
  position: relative;
  z-index: 6;
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 740px) {
  .freee_support_cta .freee_support_cta_main .cta_btn {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .freee_support_cta .freee_support_cta_main .cta_btn {
    margin-bottom: 0px;
  }
}
.freee_support_cta .freee_support_cta_main .cta_btn .micro_copy {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 4px;
}
@media only screen and (max-width: 740px) {
  .freee_support_cta .freee_support_cta_main .cta_btn .micro_copy {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
  }
}
.freee_support_cta .freee_support_cta_main .cta_btn .cta_btn_text {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 48px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.freee_support_cta .freee_support_cta_person {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 440px;
  z-index: 5;
}
@media only screen and (max-width: 960px) {
  .freee_support_cta .freee_support_cta_person {
    display: none;
  }
}
@media only screen and (max-width: 624px) {
  .freee_support_cta .freee_support_cta_person {
    width: 260px;
    right: 26%;
    bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .freee_support_cta .freee_support_cta_person {
    width: 280px;
    right: 21%;
    bottom: 10px;
  }
}

.freee_support_problem {
  color: #142C6D;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 44px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .freee_support_problem {
    margin-top: 32px;
  }
}

.freee_support_problem .common_wrap .common_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.freee_support_problem .common_wrap .common_inner .h3_heading_block {
  text-align: center;
  position: absolute;
  margin: 80px 0 -80px 0;
  display: inline-block;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
@media only screen and (max-width: 740px) {
  .freee_support_problem .common_wrap .common_inner .h3_heading_block {
    position: static;
    left: auto;
    transform: none;
    margin: 0;
  }
}
.freee_support_problem .common_wrap .common_inner .h3_heading_block .sub_text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 32px;
  font-weight: 500;
  padding: 6px 40px;
  background-color: #142C6D;
  border-radius: 99px;
  display: inline-block;
  margin-bottom: 24px;
}
@media only screen and (max-width: 960px) {
  .freee_support_problem .common_wrap .common_inner .h3_heading_block .sub_text {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
  }
}
.freee_support_problem .common_wrap .common_inner .h3_heading_block .main_text {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 44px;
  font-weight: 700;
}
@media only screen and (max-width: 960px) {
  .freee_support_problem .common_wrap .common_inner .h3_heading_block .main_text {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 24px;
    font-weight: 700;
  }
}
.main_text .wave {
  padding-bottom: 5px;
  background: url(../images/freee/wave.svg) repeat-x bottom left/auto 7px;
}
.freee_support_problem .common_wrap .common_inner .freee_support_problem_img {
  margin: 140px auto 0px;
}
@media only screen and (max-width: 740px) {
  .freee_support_problem .common_wrap .common_inner .freee_support_problem_img {
    display: none;
  }
}
.freee_support_problem .common_wrap .common_inner .freee_support_problem_img_sp {
  display: none;
  width: 400px;
  margin: 16px auto;
}
@media only screen and (max-width: 740px) {
  .freee_support_problem .common_wrap .common_inner .freee_support_problem_img_sp {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .freee_support_problem .common_wrap .common_inner .freee_support_problem_img_sp {
    width: 340px;
  }
}
.freee_support_problem .common_wrap .common_inner .reason_comment_block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1284px) {
  .freee_support_problem .common_wrap .common_inner .reason_comment_block {
    position: static;
    left: auto;
    bottom: auto;
    transform: none;
  }
}
.freee_support_problem .common_wrap .common_inner .reason_comment_block .reason_comment {
  color: #142C6D;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
}
.freee_support_problem .common_wrap .common_inner .reason_comment_block .arrow_down {
  width: 40px;
  height: auto;
}

.freee_support_recommend {
  position: relative;
  position: relative;
  background-color: #F5F9FF;
}
.freee_support_recommend::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #F5F9FF;
  z-index: -10;
}
.freee_support_recommend .recommend_title {
  text-align: center;
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 24px;
  position: relative;
  padding-top: 40px;
  z-index: 1;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .recommend_title {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 31px;
    font-weight: 600;
    letter-spacing: -1px;
  }
}
.freee_support_recommend .recommend_title .blue {
  color: #142C6D;
  margin-right: 8px;
}
.freee_support_recommend .recommend_title .highlight {
  background: linear-gradient(transparent 70%, #FFEC80 0%);
  display: inline;
  padding: 0 2px;
  position: relative;
  display: inline;
}
.freee_support_recommend .recommend_title .highlight .advisor_contract {
  position: absolute;
  top: -70px;
  right: -20px;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .recommend_title .highlight .advisor_contract {
    transform: scale(0.8);
    top: -50px;
  }
}
@media only screen and (max-width: 480px) {
  .freee_support_recommend .recommend_title .highlight .advisor_contract {
    writing-mode: vertical-lr;
    top: -13px;
    right: -70px;
  }
}
.freee_support_recommend .recommend_title .highlight .advisor_contract p {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 12px;
  background-color: #142C6D;
  display: inline;
  border-radius: 99px;
}
@media only screen and (max-width: 480px) {
  .freee_support_recommend .recommend_title .highlight .advisor_contract p {
    padding: 18px 12px;
  }
}
.freee_support_recommend .recommend_title .highlight .advisor_contract p span {
  color: #007AFF;
}
.freee_support_recommend .recommend_title .highlight .advisor_contract img {
  position: absolute;
  bottom: -10px;
  right: 50%;
  transform: translateX(50%);
  width: 20px;
}
@media only screen and (max-width: 480px) {
  .freee_support_recommend .recommend_title .highlight .advisor_contract img {
    bottom: 40%;
    right: 42px;
    transform: rotate(90deg);
  }
}
.freee_support_recommend .recommend_title .dot {
  position: relative;
  z-index: 1;
  position: relative;
  display: inline-block;
}
.freee_support_recommend .recommend_title .dot::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 0.5em;
  background: #FFEC80;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (max-width: 480px) {
  .freee_support_recommend .recommend_title .dot {
    font-size: 38px;
  }
}
.freee_support_recommend .recommend_title .dot::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 11px;
  height: 11px;
  background-color: #3974CB;
  border-radius: 50%;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .recommend_title .dot::before {
    width: 8px;
    height: 8px;
    top: 0px;
  }
}
.freee_support_recommend .recommend_title .recommend_title_bg {
  color: #D7E5FF;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 12vw;
  font-weight: 700;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: inline;
  z-index: -5;
}
.freee_support_recommend .recommend_solution {
  z-index: 1;
}
.freee_support_recommend .recommend_solution .recommend_solution_list {
  max-width: 1060px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 auto 48px;
  padding: 0 12px;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .recommend_solution .recommend_solution_list {
    flex-direction: column;
    gap: 8px;
    margin: 0 auto 12px;
  }
}
.freee_support_recommend .recommend_solution .recommend_solution_list .recommend_solution_item {
  flex: 1 1 calc(32.333% - 8px);
  position: relative;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .recommend_solution .recommend_solution_list .recommend_solution_item {
    flex: 1 1 100%;
  }
}
.freee_support_recommend .recommend_solution .recommend_solution_list .recommend_solution_item .title {
  padding: 12px 24px;
  background-color: #F5F6F8;
  color: #142C6D;
  border-bottom: 1px solid #142C6D;
  height: 40px;
}
.freee_support_recommend .recommend_solution .recommend_solution_list .recommend_solution_item .content {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  padding: 24px;
}
.freee_support_recommend .recommend_solution .recommend_solution_list .recommend_solution_item .content .strong {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
}
.freee_support_recommend .recommend_solution .recommend_solution_list .recommend_solution_item .recommend_solution_item_img {
  width: 86px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.freee_support_recommend .recommend_point_list_block {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: -52px auto;
  padding: 120px 0px;
  z-index: 1;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .recommend_point_list_block {
    padding: 50px 0px;
  }
}
.freee_support_recommend .recommend_point_list_block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/freee/recommend_point_list_bg.svg") no-repeat center;
  background-size: cover;
  z-index: -1;
}
@media only screen and (max-width: 480px) {
  .freee_support_recommend .recommend_point_list_block::before {
    background: url("../images/freee/recommend_point_list_bg_sp.svg") no-repeat center;
  }
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .recommend_point_list_block .recommend_title {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -1px;
  }
}
.freee_support_recommend .recommend_point_list_block .recommend_point_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  text-align: center;
  max-width: 840px;
  flex-wrap: wrap;
  margin: 64px auto 0;
  padding: 0 12px;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .recommend_point_list_block .recommend_point_list {
    gap: 32px;
    margin-bottom: 32px;
  }
}
.freee_support_recommend .recommend_point_list_block .recommend_point_list .recommend_point_item {
  flex: 1 1 calc(32.333% - 8px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-direction: column;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .recommend_point_list_block .recommend_point_list .recommend_point_item {
    flex: 1 1 100%;
    flex-direction: row;
    gap: 4px;
    align-items: flex-start;
  }
}
.freee_support_recommend .recommend_point_list_block .recommend_point_list .recommend_point_item .recommend_point_img {
  border: 3px solid #142C6D;
  border-radius: 6px;
  height: 160px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .recommend_point_list_block .recommend_point_list .recommend_point_item .recommend_point_img {
    flex: 1;
  }
}
.freee_support_recommend .recommend_point_list_block .recommend_point_list .recommend_point_item .recommend_point_img img {
  width: 140px;
  height: auto;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .recommend_point_list_block .recommend_point_list .recommend_point_item .recommend_point_img img {
    width: 105px;
  }
}
.freee_support_recommend .recommend_point_list_block .recommend_point_list .recommend_point_item .recommend_point_img .recommend_point_img_03 {
  width: 120px;
  height: auto;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .recommend_point_list_block .recommend_point_list .recommend_point_item .recommend_point_img .recommend_point_img_03 {
    width: 100px;
  }
}
.freee_support_recommend .recommend_point_list_block .recommend_point_list .recommend_point_item .recommend_point_img .point_number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background-color: #142C6D;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -10px;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .recommend_point_list_block .recommend_point_list .recommend_point_item .recommend_point_img .point_number {
    width: 42px;
    height: 42px;
  }
}
.freee_support_recommend .recommend_point_list_block .recommend_point_list .recommend_point_item .recommend_point_img .point_number p {
  color: #FFEC80;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .recommend_point_list_block .recommend_point_list .recommend_point_item .recommend_point_img .point_number p {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
  }
}
.freee_support_recommend .recommend_point_list_block .recommend_point_list .recommend_point_item .recommend_point_img .point_number p span {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .recommend_point_list_block .recommend_point_list .recommend_point_item .recommend_point_img .point_number p span {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
  }
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .recommend_point_list_block .recommend_point_list .recommend_point_item .recommend_point_text {
    flex: 2;
  }
}
.freee_support_recommend .recommend_point_list_block .recommend_point_list .recommend_point_item .recommend_point_text .recommend_point_title {
  color: #142C6D;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .recommend_point_list_block .recommend_point_list .recommend_point_item .recommend_point_text .recommend_point_title {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
  }
}
.freee_support_recommend .recommend_point_list_block .recommend_point_list .recommend_point_item .recommend_point_text .recommend_point_title .strong {
  background-color: #142C6D;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 26px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 3px;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .recommend_point_list_block .recommend_point_list .recommend_point_item .recommend_point_text .recommend_point_title .strong {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
  }
}
.freee_support_recommend .recommend_point_list_block .recommend_point_list .recommend_point_item .recommend_point_text .recommend_point_content {
  color: #282828;
  margin-bottom: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .recommend_point_list_block .recommend_point_list .recommend_point_item .recommend_point_text .recommend_point_content {
    margin-bottom: 12px;
  }
}
.freee_support_recommend .recommend_point_list_block .recommend_point_list .recommend_point_item .recommend_point_text .recommend_point_detail_link {
  color: #142C6D;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 13px;
  font-weight: 400;
  padding: 8px 12px;
  border-bottom: 1px solid #142C6D;
}
.freee_support_recommend .recommend_point_list_block .recommend_point_list .recommend_point_item .recommend_point_text .recommend_point_detail_link .dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #142C6D;
  line-height: 1;
  width: 4px;
  height: 4px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-left: 4px;
}
.freee_support_recommend .recommend_point_list_block .scroll_down {
  position: absolute;
  bottom: -30px;
  left: 50%;
}
.freee_support_recommend .recommend_point_list_block .scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #142C6D;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove {
  0% {
    bottom: 80px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.freee_support_recommend .recommend_point_list_block .scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 80px;
  background: #142C6D;
}
.freee_support_recommend::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #F5F9FF;
  z-index: -20;
}
.freee_support_recommend .h2_heading_block {
  padding-top: 120px;
}
.freee_support_recommend .h3_heading_block {
  max-width: 840px;
  border-radius: 99px;
  border: 1px solid #142C6D;
  background-color: #fff;
  margin: 52px auto 16px;
}
.freee_support_recommend .h3_heading_block .common_wrap .common_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .h3_heading_block .common_wrap .common_inner {
    flex-direction: column;
  }
}
.freee_support_recommend .h3_heading_block .common_wrap .common_inner .blue {
  color: #142C6D;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 22px;
  font-weight: 600;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .h3_heading_block .common_wrap .common_inner .blue {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }
}
.freee_support_recommend .h3_heading_block .common_wrap .common_inner .cost_down {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  background: url("../images/freee/cost_h3_heading_block.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
  padding: 8px 64px;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .h3_heading_block .common_wrap .common_inner .cost_down {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 500;
  }
}
.freee_support_recommend .h3_heading_block .common_wrap .common_inner .cost_down .strong {
  color: #FFEC80;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 36px;
  font-weight: 600;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .h3_heading_block .common_wrap .common_inner .cost_down .strong {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 28px;
    font-weight: 500;
  }
}
.freee_support_recommend .price-table {
  max-width: 840px;
  margin: 0 auto 54px;
}
@media only screen and (max-width: 480px) {
  .freee_support_recommend .price-table {
    margin: 0 auto 24px;
  }
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .price-table .common_wrap {
    padding: 0 12px;
  }
}
.freee_support_recommend .price-table .common_wrap .common_inner {
  position: relative;
}
.freee_support_recommend .price-table .common_wrap .common_inner .table {
  display: grid;
  grid-template-columns: 40px 180px 1fr 1fr;
  gap: 4px;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .price-table .common_wrap .common_inner .table {
    grid-template-columns: 18px 82px minmax(120px, 1fr) minmax(120px, 1fr);
  }
}
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell {
  padding: 16px;
  text-align: center;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #282828;
  background-color: #fff;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .price-table .common_wrap .common_inner .table .cell {
    padding: 8px;
  }
}
.freee_support_recommend .price-table .common_wrap .common_inner .table .annual-row {
  display: grid;
  grid-template-columns: 44px 180px 1.3fr 1fr;
  grid-column: 1/-1;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .price-table .common_wrap .common_inner .table .annual-row {
    grid-template-columns: 18px 86px minmax(120px, 1fr) minmax(120px, 1fr);
  }
}
.freee_support_recommend .price-table .common_wrap .common_inner .table .annual-row::before {
  content: "";
  grid-column: 2/5;
  position: absolute;
  inset: 0;
  border: 6px solid #FF6325;
  border-radius: 3px;
}
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell-annual-label {
  background: #142C6D;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .price-table .common_wrap .common_inner .table .cell-annual-label {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 500;
  }
}
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell-annual-sova,
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell-annual-other {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 34px;
  font-weight: 700;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .price-table .common_wrap .common_inner .table .cell-annual-sova,
  .freee_support_recommend .price-table .common_wrap .common_inner .table .cell-annual-other {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 22px;
    font-weight: 700;
  }
}
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell-annual-sova small,
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell-annual-other small {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 700;
  margin-top: 8px;
  margin-left: 4px;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .price-table .common_wrap .common_inner .table .cell-annual-sova small,
  .freee_support_recommend .price-table .common_wrap .common_inner .table .cell-annual-other small {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 13px;
    font-weight: 700;
  }
}
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell-annual-other {
  background: rgba(255, 255, 255, 0.5);
}
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell-header-sova,
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell-header-other {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
}
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell-support {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 22px;
  font-weight: 600;
  flex-direction: column;
}
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell-support small {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  margin-left: 2px;
}
@media only screen and (max-width: 480px) {
  .freee_support_recommend .price-table .common_wrap .common_inner .table .cell-support small {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 400;
  }
}
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell-advisor {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 22px;
  font-weight: 600;
  gap: 4px;
}
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell-advisor small {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  margin-top: 6px;
  line-height: 1;
}
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell-annual {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 22px;
  font-weight: 600;
  gap: 4px;
  flex-direction: column;
  line-height: 1;
}
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell-annual .block small {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 400;
  margin-top: 6px;
  line-height: 1;
  margin-left: 2px;
}
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell-annual small {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 400;
  margin-top: 6px;
  line-height: 1.5;
  margin-left: 2px;
}
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell-freee {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 22px;
  font-weight: 600;
  margin-top: 6px;
}
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell-freee small {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  margin-left: 2px;
}
@media only screen and (max-width: 480px) {
  .freee_support_recommend .price-table .common_wrap .common_inner .table .cell-freee small {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 400;
  }
}
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell-header-sova {
  gap: 4px;
  background-color: #007AFF;
  box-shadow: 0 4.002px 4.002px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .price-table .common_wrap .common_inner .table .cell-header-sova {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
}
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell-header-sova .freee_logo {
  width: 140px;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .price-table .common_wrap .common_inner .table .cell-header-sova .freee_logo {
    width: 100px;
  }
}
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell-header-sova .sova_logo {
  width: 90px;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .price-table .common_wrap .common_inner .table .cell-header-sova .sova_logo {
    width: 70px;
  }
}
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell-header-other {
  background-color: #6C6C6C;
  padding: 12px;
}
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell-header {
  background-color: #3974CB;
  color: #fff;
  font-weight: 700;
}
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell-strong {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
}
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell-label {
  background-color: #1C3DA0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 17px;
  font-weight: 600;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .price-table .common_wrap .common_inner .table .cell-label {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 11px;
    font-weight: 600;
  }
}
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell-other {
  background: rgba(255, 255, 255, 0.5);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
  flex-direction: column;
}
@media only screen and (max-width: 480px) {
  .freee_support_recommend .price-table .common_wrap .common_inner .table .cell-other {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
  }
}
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell-other small {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  margin-top: 6px;
}
@media only screen and (max-width: 480px) {
  .freee_support_recommend .price-table .common_wrap .common_inner .table .cell-other small {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 400;
  }
}
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell-category {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background-color: #eaf2ff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 12px;
  color: #203981;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .price-table .common_wrap .common_inner .table .cell-category {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 11px;
    font-weight: 500;
  }
}
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell-empty {
  background-color: transparent;
}
.freee_support_recommend .price-table .common_wrap .common_inner .attention {
  position: absolute;
  bottom: -24px;
  color: #6C6C6C;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 400;
}
.freee_support_recommend .arrow_down {
  display: flex;
  justify-content: center;
  width: 32px;
  height: auto;
  margin: 0 auto;
}
.freee_support_recommend .sova_plan_cost {
  max-width: 1060px;
  margin: 0 auto;
  padding-bottom: 88px;
  border-radius: 24px;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .sova_plan_cost {
    padding-bottom: 40px;
  }
}
.freee_support_recommend .sova_plan_cost .sova_plan_title {
  background-color: #142C6D;
  text-align: center;
  color: #fff;
  padding: 16px 0 24px 0;
  border-radius: 12px 12px 0 0;
  position: relative;
  margin-top: 64px;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .sova_plan_cost .sova_plan_title {
    padding: 16px 0 16px 0;
    margin-top: 32px;
  }
}
.freee_support_recommend .sova_plan_cost .sova_plan_title .sub_text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .sova_plan_cost .sova_plan_title .sub_text {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 500;
  }
}
.freee_support_recommend .sova_plan_cost .sova_plan_title .main_text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 44px;
  font-weight: 600;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .sova_plan_cost .sova_plan_title .main_text {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 28px;
    font-weight: 500;
  }
}
.freee_support_recommend .sova_plan_cost .sova_plan_title .sova_plan_cost_top_img {
  width: 400px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .sova_plan_cost .sova_plan_title .sova_plan_cost_top_img {
    width: 200px;
    top: -10px;
  }
}
.freee_support_recommend .sova_plan_cost .sova_plan_content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  margin: 0 auto;
  padding: 64px;
  background-color: #fff;
  border-radius: 0 0 24px 24px;
}
@media only screen and (max-width: 960px) {
  .freee_support_recommend .sova_plan_cost .sova_plan_content {
    flex-direction: column;
    align-items: stretch;
    max-width: 640px;
  }
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .sova_plan_cost .sova_plan_content {
    padding: 24px 12px 64px 12px;
    gap: 24px;
  }
}
.freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item {
  border: 1px solid #142C6D;
  border-radius: 14px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  flex: 1 1 calc(50% - 40px);
}
.freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item .title {
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 32px;
  font-weight: 600;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(92deg, #142C6D 0%, #2450C1 101.02%);
  padding: 16px;
  position: relative;
}
@media only screen and (max-width: 1284px) {
  .freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item .title {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 28px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item .title {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 24px;
    font-weight: 600;
  }
}
.freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item .title .title_label {
  width: 100px;
  height: auto;
  position: absolute;
  top: -10px;
  left: -55px;
}
@media only screen and (max-width: 960px) {
  .freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item .title .title_label {
    left: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item .title .title_label {
    width: 70px;
    left: -23px;
  }
}
.freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item .plan_price {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 48px;
  font-weight: 600;
  font-family: "Noto Sans";
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px 0;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item .plan_price {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 36px;
    font-weight: 600;
  }
}
.freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item .plan_price small {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item .plan_price small {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600;
  }
}
.freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item .plan_content {
  background-color: #F7F7FF;
  border-radius: 0 0 12px 12px;
  padding: 24px;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item .plan_content {
    padding: 16px 12px;
  }
}
.freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item .plan_content .recommend_person {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item .plan_content .recommend_person .recommend_person_title {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 3px solid #007AFF;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  padding: 4px 0;
  margin-bottom: 16px;
}
.freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item .plan_content .recommend_person .recommend_person_title .recommend_person_icon {
  width: 24px;
  height: auto;
}
.freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item .plan_content .recommend_person .recommend_person_content {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
  background-color: #fff;
  padding: 12px 24px;
  border-radius: 12px;
  margin-bottom: 24px;
  display: inline-block;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item .plan_content .recommend_person .recommend_person_content {
    padding: 12px;
  }
}
.freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item .plan_content .recommend_person .recommend_person_content .strong {
  color: #142C6D;
  padding: 2px 4px 0 4px;
  border-bottom: 2px dotted #007AFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item .plan_content .recommend_person .recommend_person_content .strong .recommend_person_content_icon {
  width: 24px;
  height: auto;
}
.freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item .plan_content .service_content .service_content_title {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
.freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item .plan_content .service_content .service_content_list .service_content_item {
  list-style: none;
  border-bottom: 1px dotted #007AFF;
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  padding: 4px;
}
.freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item.all_plan {
  border: 1px solid #004544;
  position: relative;
}
.freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item.all_plan .title {
  background: linear-gradient(92deg, #004544 0%, #008482 101.02%);
}
.freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item.all_plan .title .title_label {
  width: 80px;
  height: auto;
  position: absolute;
  top: -4px;
  left: -4px;
}
.freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item.all_plan .plan_content {
  background-color: #E7F8F7;
}
.freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item.all_plan .plan_content .recommend_person .recommend_person_title {
  border-bottom: 3px solid #017B79;
}
.freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item.all_plan .plan_content .recommend_person .recommend_person_content .strong {
  color: #017B79;
  border-bottom: 2px dotted #017B79;
}
.freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item.all_plan .plan_content .service_content .service_content_list .service_content_item {
  border-bottom: 1px dotted #017B79;
}
.freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item.all_plan .attention {
  position: absolute;
  bottom: -24px;
  color: #6C6C6C;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 400;
  margin-top: 8px;
}
@media only screen and (max-width: 480px) {
  .freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item.all_plan .attention {
    bottom: -44px;
  }
}

.freee_support_content {
  padding: 0 0 160px;
  position: relative;
}
.freee_support_content::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#F5F6F8 1px, transparent 1px), linear-gradient(90deg, #F5F6F8 1px, transparent 1px);
  background-size: 24px 24px;
  background-repeat: repeat;
  z-index: -10;
}
.freee_support_content .h2_heading_block {
  padding-top: 120px;
  margin-bottom: 40px;
  position: relative;
}
.freee_support_content .h2_heading_block .h2_bg_img {
  position: absolute;
  top: 10%;
  z-index: -5;
}
@media only screen and (max-width: 740px) {
  .freee_support_content .h2_heading_block .h2_bg_img {
    top: 18%;
  }
}
.freee_support_content .support_content_block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 54px;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1060px;
}
@media only screen and (max-width: 960px) {
  .freee_support_content .support_content_block {
    gap: 120px;
  }
}
.freee_support_content .support_content_block .support_content_item {
  padding: 40px 110px;
  background-color: #F5F6F8;
  border-radius: 12px;
  width: calc(100% - 220px);
}
@media only screen and (max-width: 960px) {
  .freee_support_content .support_content_block .support_content_item {
    padding: 0px;
    background-color: transparent;
    width: 100%;
  }
}
.freee_support_content .support_content_block .support_content_item .h3_heading_block .common_wrap {
  padding: 0px;
}
@media only screen and (max-width: 960px) {
  .freee_support_content .support_content_block .support_content_item .h3_heading_block .common_wrap {
    padding: 0px 12px;
  }
}
.freee_support_content .support_content_block .support_content_item .h3_heading_block .common_wrap .common_inner {
  margin-bottom: 52px;
}
@media only screen and (max-width: 960px) {
  .freee_support_content .support_content_block .support_content_item .h3_heading_block .common_wrap .common_inner {
    margin-bottom: 32px;
  }
}
.freee_support_content .support_content_block .support_content_item .h3_heading_block .common_wrap .common_inner .sub_title {
  color: #FFEC80;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 600;
  padding: 2px 8px;
  display: inline-block;
  border-radius: 3px;
  background-color: #142C6D;
}
@media only screen and (max-width: 740px) {
  .freee_support_content .support_content_block .support_content_item .h3_heading_block .common_wrap .common_inner .sub_title {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
  }
}
.freee_support_content .support_content_block .support_content_item .h3_heading_block .common_wrap .common_inner .main_title {
  color: #142C6D;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 36px;
  font-weight: 600;
}
@media only screen and (max-width: 740px) {
  .freee_support_content .support_content_block .support_content_item .h3_heading_block .common_wrap .common_inner .main_title {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 26px;
    font-weight: 600;
  }
}
.freee_support_content .support_content_block .support_content_item .h3_heading_block .common_wrap .common_inner .main_title .highlight {
  background: linear-gradient(transparent 70%, #FFEC80 0%);
  display: inline;
  padding: 0 2px;
}
.freee_support_content .support_content_block .support_content_item .support_content_detail {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #E1F0FF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  padding: 24px;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .freee_support_content .support_content_block .support_content_item .support_content_detail {
    padding: 12px;
  }
}
.freee_support_content .support_content_block .support_content_item .support_content_detail .detail_title {
  color: #142C6D;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media only screen and (max-width: 740px) {
  .freee_support_content .support_content_block .support_content_item .support_content_detail .detail_title {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
  }
}
.freee_support_content .support_content_block .support_content_item .support_content_detail .comparison_list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}
.freee_support_content .support_content_block .support_content_item .support_content_detail .comparison_list .comparison_item {
  border-radius: 9px;
  background: linear-gradient(124deg, #266CD3 0%, #288ABC 96.63%);
  box-shadow: 4px 4px 2.643px 0 rgba(0, 0, 0, 0.25);
  padding: 24px;
  flex: 1;
}
@media only screen and (max-width: 740px) {
  .freee_support_content .support_content_block .support_content_item .support_content_detail .comparison_list .comparison_item {
    padding: 12px;
  }
}
.freee_support_content .support_content_block .support_content_item .support_content_detail .comparison_list .comparison_item .plan_title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 740px) {
  .freee_support_content .support_content_block .support_content_item .support_content_detail .comparison_list .comparison_item .plan_title {
    flex-direction: column;
    margin-bottom: 12px;
  }
}
.freee_support_content .support_content_block .support_content_item .support_content_detail .comparison_list .comparison_item .plan_title .freee_logo {
  width: 160px;
}
@media only screen and (max-width: 740px) {
  .freee_support_content .support_content_block .support_content_item .support_content_detail .comparison_list .comparison_item .plan_title .freee_logo {
    width: 100px;
    margin-bottom: 8px;
  }
}
.freee_support_content .support_content_block .support_content_item .support_content_detail .comparison_list .comparison_item .plan_title .sova_logo {
  width: 120px;
}
@media only screen and (max-width: 740px) {
  .freee_support_content .support_content_block .support_content_item .support_content_detail .comparison_list .comparison_item .plan_title .sova_logo {
    width: 80px;
  }
}
.freee_support_content .support_content_block .support_content_item .support_content_detail .comparison_list .comparison_item .support_procedure_list .support_procedure_item {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  padding: 8px 24px;
  border-radius: 6px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
@media only screen and (max-width: 740px) {
  .freee_support_content .support_content_block .support_content_item .support_content_detail .comparison_list .comparison_item .support_procedure_list .support_procedure_item {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 12px;
  }
}
.freee_support_content .support_content_block .support_content_item .support_content_detail .comparison_list .comparison_item .support_procedure_list .support_procedure_item .support_procedure_item_img {
  width: 16px;
  height: auto;
}
@media only screen and (max-width: 740px) {
  .freee_support_content .support_content_block .support_content_item .support_content_detail .comparison_list .comparison_item .support_procedure_list .support_procedure_item .support_procedure_item_img {
    width: 14px;
  }
}
.freee_support_content .support_content_block .support_content_item .support_content_detail .comparison_list .comparison_item.other_pro {
  background: #F5F4F4;
  box-shadow: none;
}
.freee_support_content .support_content_block .support_content_item .support_content_detail .comparison_list .comparison_item.other_pro .plan_title {
  color: #282828;
  margin: 12px 0 30px 0;
}
.freee_support_content .support_content_block .support_content_item .support_content_detail .comparison_list .comparison_item.other_pro .support_procedure_list .support_procedure_item {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.freee_support_content .support_content_block .support_content_item .support_content_detail .comparison_list .comparison_item.other_pro .support_procedure_list .support_procedure_item_empty {
  background: #F5F4F4;
  border: 1px dotted #BEBEBE;
  box-shadow: none;
  height: 19px;
}
.freee_support_content .support_content_block .support_content_item .support_content_detail .attention {
  margin-top: 12px;
  color: #6C6C6C;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 400;
  width: 100%;
  text-align: start;
}
.freee_support_content .support_content_block .support_content_item .support_content_detail .comparison_item_freee_sova_icon {
  position: absolute;
  width: 110px;
  top: 74px;
  left: -62px;
}
@media only screen and (max-width: 960px) {
  .freee_support_content .support_content_block .support_content_item .support_content_detail .comparison_item_freee_sova_icon {
    left: 0px;
    top: 34px;
  }
}
@media only screen and (max-width: 740px) {
  .freee_support_content .support_content_block .support_content_item .support_content_detail .comparison_item_freee_sova_icon {
    width: 64px;
    left: 0px;
    top: 45px;
  }
}
.freee_support_content .support_content_block .support_content_item .support_content_detail .other_trouble {
  background: url("../images/freee/other_trouble.svg") no-repeat center;
  background-size: contain;
  color: #6C6C6C;
  position: absolute;
  width: 350px;
  height: 210px;
  bottom: -8px;
  right: -72px;
}
@media only screen and (max-width: 960px) {
  .freee_support_content .support_content_block .support_content_item .support_content_detail .other_trouble {
    right: 0px;
  }
}
@media only screen and (max-width: 740px) {
  .freee_support_content .support_content_block .support_content_item .support_content_detail .other_trouble {
    background: url("../images/freee/other_trouble_sp.svg") no-repeat center;
    width: 282px;
    height: 230px;
    bottom: -121px;
  }
}
.freee_support_content .support_content_block .support_content_item .support_content_detail .other_trouble .other_trouble_text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  bottom: 36px;
  right: 48px;
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .freee_support_content .support_content_block .support_content_item .support_content_detail .other_trouble .other_trouble_text {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 13px;
    font-weight: 400;
    bottom: 43px;
    right: 24px;
  }
}
.freee_support_content .support_content_block .support_content_item .support_content_detail .other_trouble .other_trouble_text .strong {
  background-color: #F5F6F8;
}
.freee_support_content .support_content_block .support_content_item.support_content_annual .support_content_detail .annual_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 8px;
}
@media only screen and (max-width: 740px) {
  .freee_support_content .support_content_block .support_content_item.support_content_annual .support_content_detail .annual_list {
    flex-direction: column;
  }
}
.freee_support_content .support_content_block .support_content_item.support_content_annual .support_content_detail .annual_list .annual_item {
  flex: 1;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  background-color: #fff;
  position: relative;
}
.freee_support_content .support_content_block .support_content_item.support_content_annual .support_content_detail .annual_list .annual_item .annual_item_title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(90deg, #266CD3 0%, #288ABC 100%);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 10px;
  height: 64px;
}
@media only screen and (max-width: 740px) {
  .freee_support_content .support_content_block .support_content_item.support_content_annual .support_content_detail .annual_list .annual_item .annual_item_title {
    height: 40px;
    padding: 0px;
  }
}
.freee_support_content .support_content_block .support_content_item.support_content_annual .support_content_detail .annual_list .annual_item .annual_item_detail {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  padding: 14px 10px 48px 10px;
  background-color: #fff;
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 300;
  border-radius: 0 0 12px 12px;
}
@media only screen and (max-width: 740px) {
  .freee_support_content .support_content_block .support_content_item.support_content_annual .support_content_detail .annual_list .annual_item .annual_item_detail {
    flex-direction: row;
    padding: 12px 32px;
  }
}
.freee_support_content .support_content_block .support_content_item.support_content_annual .support_content_detail .annual_list .annual_item .annual_item_detail .annual_item_img {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 740px) {
  .freee_support_content .support_content_block .support_content_item.support_content_annual .support_content_detail .annual_list .annual_item .annual_item_detail .annual_item_img {
    width: 24px;
    height: 24px;
  }
}
.freee_support_content .support_content_block .support_content_item.support_content_annual .support_content_detail .annual_list .annual_item .annual_item_arrow {
  width: 32px;
  height: auto;
  position: absolute;
  bottom: 8px;
  right: -18px;
  z-index: 5;
}
@media only screen and (max-width: 740px) {
  .freee_support_content .support_content_block .support_content_item.support_content_annual .support_content_detail .annual_list .annual_item .annual_item_arrow {
    transform: rotate(90deg);
    bottom: -4px;
    right: 8px;
  }
}
.freee_support_content .support_content_block .support_content_item.support_content_annual .support_content_detail .support_content_detail_absolute .seamless_support {
  background: url("../images/freee/annual_consistent.svg") no-repeat center;
  background-size: contain;
  color: #007AFF;
  position: absolute;
  width: 300px;
  height: 160px;
  bottom: -125px;
  left: -123px;
}
@media only screen and (max-width: 960px) {
  .freee_support_content .support_content_block .support_content_item.support_content_annual .support_content_detail .support_content_detail_absolute .seamless_support {
    left: 0px;
  }
}
@media only screen and (max-width: 740px) {
  .freee_support_content .support_content_block .support_content_item.support_content_annual .support_content_detail .support_content_detail_absolute .seamless_support {
    background: url("../images/freee/annual_consistent_sp.svg") no-repeat center;
    width: 314px;
    height: 249px;
    bottom: -101px;
    left: auto;
    right: 0px;
  }
}
.freee_support_content .support_content_block .support_content_item.support_content_annual .support_content_detail .support_content_detail_absolute .seamless_support .seamless_support_text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  bottom: 20px;
  left: 30px;
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .freee_support_content .support_content_block .support_content_item.support_content_annual .support_content_detail .support_content_detail_absolute .seamless_support .seamless_support_text {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 400;
    bottom: 10px;
    left: 8px;
  }
}
.freee_support_content .support_content_block .support_content_item.support_content_annual .support_content_detail .support_content_detail_absolute .seamless_support .seamless_support_text .strong {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #007AFF;
}

.freee_support_archievement {
  position: relative;
  background: url("../images/freee/achivement_bg.png") no-repeat center top;
  background-size: contain;
}
@media only screen and (max-width: 1284px) {
  .freee_support_archievement {
    background: none;
  }
}
.freee_support_archievement .freee_sova_archievement .h2_heading_block {
  margin-bottom: 40px;
  padding-top: 80px;
}
@media only screen and (max-width: 480px) {
  .freee_support_archievement .freee_sova_archievement .h2_heading_block {
    padding-top: 24px;
  }
}
.freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  border: 1px solid #142C6D;
  margin: 0 auto;
  max-width: 1052px;
  padding: 24px;
  gap: 24px;
}
@media only screen and (max-width: 1284px) {
  .freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list {
    flex-direction: column;
    background: url("../images/freee/achivement_bg_sp.png") no-repeat center center;
    background-size: cover;
  }
}
@media only screen and (max-width: 740px) {
  .freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list {
    padding: 12px;
  }
}
.freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_item_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 960px) {
  .freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_item_title {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
  }
}
.freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_item_title .freee_block,
.freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_item_title .sova_block {
  display: flex;
  align-items: center;
  gap: 8px;
}
.freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_item_title .freee_block .text,
.freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_item_title .sova_block .text {
  text-align: center;
  padding: 8px 16px;
  border-radius: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
  width: 240px;
}
@media only screen and (max-width: 960px) {
  .freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_item_title .freee_block .text,
  .freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_item_title .sova_block .text {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 12px;
    width: 180px;
  }
}
.freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_item_title .freee_block .freee_logo img,
.freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_item_title .sova_block .freee_logo img {
  width: 140px;
  height: auto;
}
.freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_item_title .freee_block img,
.freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_item_title .sova_block img {
  width: 140px;
  height: auto;
}
@media only screen and (max-width: 740px) {
  .freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_item_title .freee_block img,
  .freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_item_title .sova_block img {
    width: 120px;
  }
}
.freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_item_title .freee_block .text {
  color: #007AFF;
  border: 1px solid #007AFF;
}
.freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_item_title .sova_block .text {
  color: #017B79;
  border: 1px solid #017B79;
}
.freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_item_title .with {
  color: #004544;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 740px) {
  .freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_item_title .with {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 600;
  }
}
.freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_detail_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media only screen and (max-width: 1284px) {
  .freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_detail_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_detail_list .detail_item {
  background: url("../images/freee/freee_archivement_bg.svg") no-repeat center;
  background-size: contain;
  width: 240px;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_detail_list .detail_item {
    width: 163px;
    height: 163px;
  }
}
.freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_detail_list .detail_item p {
  color: #142C6D;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 740px) {
  .freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_detail_list .detail_item p {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 11px;
    font-weight: 600;
  }
}
.freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_detail_list .detail_item .number {
  color: #007AFF;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 740px) {
  .freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_detail_list .detail_item .number {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 600;
  }
}
.freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_detail_list .detail_item .number .strong {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 50px;
  font-weight: 600;
  font-family: "Noto Sans";
  letter-spacing: -2px;
  margin-right: 4px;
}
@media only screen and (max-width: 740px) {
  .freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_detail_list .detail_item .number .strong {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 34px;
    font-weight: 600;
  }
}
.freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_detail_list .detail_item .number .small {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 600;
}
.freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_detail_list .detail_item .strong_text {
  color: #007AFF;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 32px;
  font-weight: 600;
  line-height: 2.5;
}
@media only screen and (max-width: 740px) {
  .freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_detail_list .detail_item .strong_text {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
    line-height: 2;
  }
}
.freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_detail_list .detail_item.detail_item_star {
  background: url("../images/freee/blue_archivement_bg.svg") no-repeat center;
  background-size: contain;
}
.freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_detail_list .detail_item.detail_item_star_sova {
  background: url("../images/freee/sova_archivement_bg.svg") no-repeat center;
  background-size: contain;
}
.freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_detail_list .detail_item.detail_item_star_sova p {
  color: #004544;
}
.freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_detail_list .detail_item.detail_item_star_sova .strong_text {
  color: #017B79;
}
.freee_support_archievement .freee_sova_archievement .achievement_content .attention {
  max-width: 1052px;
  margin: 0 auto;
  color: #6C6C6C;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 400;
}
.freee_support_archievement .arrow_down .arrow_down {
  display: flex;
  justify-content: center;
  width: 32px;
  height: auto;
  margin: 0 auto;
  margin-top: 18px;
}
.freee_support_archievement .freee_sova_summary {
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 12px;
  background: linear-gradient(90deg, #142C6D 0%, #2755D3 100%);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  padding: 32px 0;
  margin-top: 16px;
}
@media only screen and (max-width: 740px) {
  .freee_support_archievement .freee_sova_summary {
    padding: 12px 32px;
  }
}
.freee_support_archievement .freee_sova_summary .freee_logo {
  width: 100px;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .freee_support_archievement .freee_sova_summary .freee_logo {
    display: none;
  }
}
.freee_support_archievement .freee_sova_summary p {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
}
.freee_support_archievement .freee_sova_summary p .strong.freee_strong {
  color: #007AFF;
  background-color: #fff;
  padding: 0px 6px;
  margin-right: 4px;
}
.freee_support_archievement .freee_sova_summary p .strong.sova_strong {
  color: #017B79;
  background-color: #fff;
  padding: 0px 6px;
  margin-right: 4px;
}
.freee_support_archievement .freee_sova_summary p .large {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 28px;
  font-weight: 600;
}
@media only screen and (max-width: 740px) {
  .freee_support_archievement .freee_sova_summary p .large {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
  }
}
.freee_support_archievement .freee_sova_summary p .sp_only_fv_sm.strong.freee_strong {
  display: none;
}
@media only screen and (max-width: 740px) {
  .freee_support_archievement .freee_sova_summary p .sp_only_fv_sm.strong.freee_strong {
    display: inline;
  }
}
.freee_support_archievement .freee_sova_summary .sova_logo {
  width: 75px;
  height: auto;
  margin-top: 4px;
}
@media only screen and (max-width: 960px) {
  .freee_support_archievement .freee_sova_summary .sova_logo {
    display: none;
  }
}
.freee_support_archievement .customer_voice .customer_voice_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 16px;
  max-width: 840px;
  margin: 0 auto;
  margin-bottom: 120px;
}
@media only screen and (max-width: 960px) {
  .freee_support_archievement .customer_voice .customer_voice_list {
    max-width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .freee_support_archievement .customer_voice .customer_voice_list {
    margin-bottom: 40px;
  }
}
.freee_support_archievement .customer_voice .customer_voice_list .customer_voice_item {
  flex: 1 1 calc(32.333% - 8px);
  border-radius: 12px;
  background: #F5F6F8;
  padding: 24px 16px;
  min-width: 260px;
}
@media only screen and (max-width: 960px) {
  .freee_support_archievement .customer_voice .customer_voice_list .customer_voice_item .customer_voice_item {
    flex: 0 0 auto;
  }
}
.freee_support_archievement .customer_voice .customer_voice_list .customer_voice_item .customer_voice_img {
  height: 110px;
  width: auto;
  margin-bottom: 20px;
}
.freee_support_archievement .customer_voice .customer_voice_list .customer_voice_item .title {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 0 16px;
  border-left: 2px solid #142C6D;
  margin-bottom: 12px;
}
@media only screen and (max-width: 960px) {
  .freee_support_archievement .customer_voice .customer_voice_list .customer_voice_item .title {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600;
  }
}
.freee_support_archievement .customer_voice .customer_voice_list .customer_voice_item .customer_voice_tag_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 18px;
  gap: 8px;
}
.freee_support_archievement .customer_voice .customer_voice_list .customer_voice_item .customer_voice_tag_list .customer_voice_tag_item {
  color: #142C6D;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 10px;
  font-weight: 600;
  padding: 4px 10px;
  border: 1px solid #142C6D;
  display: inline-block;
}
.freee_support_archievement .customer_voice .customer_voice_list .customer_voice_item .desc {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
}

.freee_support_question .freee_question_list {
  max-width: 1100px;
  margin: 0 auto 160px;
}
@media only screen and (max-width: 480px) {
  .freee_support_question .freee_question_list {
    margin: 0 auto 80px;
  }
}
.freee_support_question .freee_question_list .question_item {
  margin-bottom: 24px;
}
.freee_support_question .freee_question_list .question_item .question_title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 40px;
  border-radius: 12px 12px 0 0;
  background: #D7E5FF;
  gap: 20px;
}
@media only screen and (max-width: 740px) {
  .freee_support_question .freee_question_list .question_item .question_title {
    padding: 12px;
  }
}
.freee_support_question .freee_question_list .question_item .question_title .freee_question_icon {
  width: 64px;
  height: 64px;
  background-color: #142C6D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans";
  font-style: normal;
  flex-shrink: 0;
}
@media only screen and (max-width: 740px) {
  .freee_support_question .freee_question_list .question_item .question_title .freee_question_icon {
    width: 32px;
    height: 32px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 700;
    font-family: "Noto Sans";
    font-style: normal;
  }
}
.freee_support_question .freee_question_list .question_item .question_title .text {
  color: #142C6D;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 740px) {
  .freee_support_question .freee_question_list .question_item .question_title .text {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 600;
  }
}
.freee_support_question .freee_question_list .question_item .question_answer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 40px;
  border-radius: 0 0 12px 12px;
  gap: 20px;
  background: var(--Base-Gray, #F8F8F8);
}
@media only screen and (max-width: 740px) {
  .freee_support_question .freee_question_list .question_item .question_answer {
    padding: 12px;
  }
}
.freee_support_question .freee_question_list .question_item .question_answer .freee_answer_icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #142C6D;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans";
  font-style: normal;
}
@media only screen and (max-width: 740px) {
  .freee_support_question .freee_question_list .question_item .question_answer .freee_answer_icon {
    width: 32px;
    height: 32px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 700;
    font-family: "Noto Sans";
    font-style: normal;
  }
}
.freee_support_question .freee_question_list .question_item .question_answer .text {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 740px) {
  .freee_support_question .freee_question_list .question_item .question_answer .text {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
  }
}

.freee_footer_cta {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 18;
  background: rgba(21, 47, 115, 0.8);
  padding: 6px 0 16px 0;
  transform: translateY(120%);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media only screen and (max-width: 740px) {
  .freee_footer_cta {
    padding: 6px 0 ;
  }
}
.freee_footer_cta .common_wrap {
  padding: 0 40px;
}
@media only screen and (max-width: 1284px) {
  .freee_footer_cta .common_wrap {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 960px) {
  .freee_footer_cta .common_wrap {
    padding: 12px 24px 0 12px;
  }
}

.freee_footer_cta .cta_buttons_container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 180px;
}

.contact {
  padding: 0px;
}

@media only screen and (max-width: 960px) {
  .freee_footer_cta .cta_buttons_container {
    padding: 0px 100px;
  }
}

@media only screen and (max-width: 840px) {
  .freee_footer_cta .cta_buttons_container {
    padding: 0px 40px;
  }
}

@media only screen and (max-width: 760px) {
  .freee_footer_cta .cta_buttons_container {
    flex-direction: column;
  }
}

@media only screen and (max-width: 640px) {
  .freee_footer_cta .cta_buttons_container {
    padding: 0px;
  }
}


.freee_footer_cta .common_wrap .common_inner .cta_btn {
  padding: 0px;
  width: 50%;
  margin: 0 8px;
}

@media only screen and (max-width: 760px) {
  .freee_footer_cta .common_wrap .common_inner .cta_btn {
    padding: 0px;
    width: 100%;
    margin: 0 8px;
  }  
}

.freee_footer_cta .common_wrap .common_inner .cta_btn .micro_copy {
  color: white;
  margin-bottom: 6px;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (max-width: 1180px) {
  .freee_footer_cta .common_wrap .common_inner .cta_btn .micro_copy {
    display: none;
  }
}
.freee_footer_cta .common_wrap .common_inner .cta_btn .cta_btn_text {
  width: 100%;
}
.freee_footer_cta .common_wrap .common_inner .cta_btn .cta_btn_text .cta_btn_text_inner {
  /* 個別スタイルのみ（共通スタイルは.cta_btn .cta_btn_text .cta_btn_text_innerで継承） */
  padding: 8px 20px;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  width: calc(100% - 52px);
}
@media only screen and (max-width: 960px) {
  .freee_footer_cta .common_wrap .common_inner .cta_btn .cta_btn_text .cta_btn_text_inner {
    /* 個別スタイルのみ（共通スタイルは.cta_btn .cta_btn_text .cta_btn_text_innerで継承） */
    font-size: 16px;
    font-weight: 600;
    line-height: 2.5;
  }
}
.freee_footer_cta .common_wrap .common_inner .cta_btn .cta_btn_text .cta_btn_text_inner .cta_man {
  position: absolute;
  width: 70px;
  height: auto;
  top: 0px;
  right: -5px;
  z-index: 5;
}
@media only screen and (max-width: 960px) {
  .freee_footer_cta .common_wrap .common_inner .cta_btn .cta_btn_text .cta_btn_text_inner .cta_man {
    right: 70px;
  }
}
@media only screen and (max-width: 740px) {
  .freee_footer_cta .common_wrap .common_inner .cta_btn .cta_btn_text .cta_btn_text_inner .cta_man {
    display: none;
  }
}
.freee_footer_cta .common_wrap .common_inner .cta_btn .cta_btn_text .cta_btn_text_inner .cta_ok {
  position: absolute;
  width: 90px;
  height: auto;
  top: -23px;
  right: -70px;
  z-index: 2;
}
@media only screen and (max-width: 960px) {
  .freee_footer_cta .common_wrap .common_inner .cta_btn .cta_btn_text .cta_btn_text_inner .cta_ok {
    right: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .freee_footer_cta .common_wrap .common_inner .cta_btn .cta_btn_text .cta_btn_text_inner .cta_ok {
    width: 70px;
    right: -30px;
  }
}

/* スクロール後に出現 */
.freee_footer_cta.active {
  transform: translateY(0);
}

/* フォームセクション表示時にCTAを非表示 */
.freee_footer_cta.hide-on-form {
  transform: translateY(120%);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* スムーズスクロール */
html {
  scroll-behavior: smooth;
}

/* より滑らかなスクロール効果 */
.simple_contact_section {
  scroll-margin-top: 80px; /* ヘッダーの高さ分だけオフセット */
}

#step_form_section {
  scroll-margin-top: 80px; /* ヘッダーの高さ分だけオフセット */
}

/* 簡単お問い合わせセクション */
.simple_contact_section {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.simple_contact_section .common_inner {
  max-width: 840px;
  margin: 0 auto;
}

.simple_contact_header {
  border-radius: 12px 12px 0 0;
  border: 1px solid #142C6D;
  background: #142C6D;
  padding: 16px 32px;
  text-align: center;
}

.simple_contact_title {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 16px 0;
}

.simple_contact_subtitle {
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 1.5;
}

.simple_contact_form_container {
  border-radius: 0 0 12px 12px;
  border: 4px solid #142C6D;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 0;
}

/* 簡単お問い合わせセクション用の独立したスタイル（元のフォームと完全に同じ） */
.simple-step-form-chat-container {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
  max-height: 400px;
  overflow-y: auto;
}

.simple-step-form-chat-message {
  display: none;
  margin-bottom: 30px;
  animation: fadeInUp 0.5s ease-out;
}

.simple-step-form-chat-message.active {
  display: block;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* レスポンシブ対応（元のフォームと同じ） */
@media only screen and (max-width: 960px) {
  .simple_contact_section {
    padding: 40px 0;
  }
  
  .simple_contact_header {
    padding: 16px 20px;
  }
  
  .simple_contact_title {
    font-size: 24px;
  }
  
  .simple_contact_subtitle {
    font-size: 13px;
  }
  
  .simple-step-form-chat-container {
    padding: 30px 20px;
    max-height: 400px;
  }
}

@media only screen and (max-width: 740px) {
  .simple_contact_section {
    padding: 30px 0;
  }
  
  .simple_contact_header {
    padding: 12px 16px;
  }
  
  .simple_contact_title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  
  .simple_contact_subtitle {
    font-size: 12px;
  }
  
  .simple-step-form-chat-container {
    padding: 20px;
    max-height: 400px;
  }
}

.freee_footer_block {
  background-color: #142C6D;
}
.freee_footer_block .common_wrap .common_inner {
  background-color: #142C6D;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
}
@media only screen and (max-width: 740px) {
  .freee_footer_block .common_wrap .common_inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 40px 12px 80px 12px;
  }
}
.freee_footer_block .common_wrap .common_inner img {
  width: 240px;
  height: auto;
  margin-bottom: 24px;
}
@media only screen and (max-width: 740px) {
  .freee_footer_block .common_wrap .common_inner img {
    width: 160px;
  }
}
.freee_footer_block .common_wrap .common_inner .link_block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-direction: column;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 740px) {
  .freee_footer_block .common_wrap .common_inner .link_block {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 400;
  }
}
.freee_footer_block .common_wrap .common_inner .link_block .link_authority {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 0.5px solid #fff;
  width: 100%;
  padding: 12px;
}
@media only screen and (max-width: 740px) {
  .freee_footer_block .common_wrap .common_inner .link_block .link_authority {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
  }
}
.freee_footer_block .common_wrap .common_inner .link_block .link_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 740px) {
  .freee_footer_block .common_wrap .common_inner .link_block .link_list {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 400;
  }
}
/* ======================
   support_establish_cost
====================== */
.support_establish_cost .h2_heading_block {
  margin-top: 64px;
}
.support_establish_cost .h2_heading_block .main_title {
  border-bottom: none;
}

.tab-container {
  width: 1060px;
  margin: 30px auto 0;
}
@media only screen and (max-width: 1284px) {
  .tab-container {
    width: 800px;
  }
}
@media only screen and (max-width: 960px) {
  .tab-container {
    width: 640px;
  }
}
@media only screen and (max-width: 740px) {
  .tab-container {
    width: 350px;
  }
}

.tab-wrapper {
  display: flex;
  border-radius: 12px 12px 0 0;
  overflow: visible;
  align-items: flex-end;
  /* 吹き出しが見えるように */
}

/* 共通タブ */
.tab {
  flex: 1;
  position: relative;
  text-align: center;
  cursor: pointer;
  padding: 10px 0;
  transition: all 0.3s;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 30px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #989B9B;
  color: #fff;
  border-radius: 12px 12px 0 0;
}

/* -----------------------
   タブ名
----------------------- */
.tab_name {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 740px) {
  .tab_name {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600;
  }
}

/* ホバー時 */
.tab:hover:not(.active) {
  filter: brightness(1.05);
}

.tab.active {
  flex: 1.5;
}
.tab.active .tab_name {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 740px) {
  .tab.active .tab_name {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600;
  }
}
.tab.active .tab_name span {
  color: #142C6D;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 44px;
  font-weight: 600;
  background: linear-gradient(transparent 70%, #FFEC80 0%);
}
@media only screen and (max-width: 740px) {
  .tab.active .tab_name span {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 26px;
    font-weight: 600;
  }
}

.tab:last-child {
  border-right: none;
}

/* activeタブ */
.tab.active {
  background: #E1F0FF;
  color: #222;
  border-radius: 12px 12px 0 0;
  border-bottom: none;
  border-top: 4px solid #142C6D;
  border-left: 4px solid #142C6D;
  border-right: 4px solid #142C6D;
  padding: 10px 0;
}

/* 強調 */
.tab .strong {
  font-weight: 700;
  color: #004d40;
  border-bottom: 4px solid #f4e64e;
  padding-bottom: 3px;
}

/* -----------------------
   クリック誘導バルーン
----------------------- */
.tab_click_support {
  position: absolute;
  top: -28px;
  right: 50%;
  transform: translateX(50%);
  background: #ffeb85;
  border: 1px solid #142C6D;
  color: #222;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  z-index: 2;
  display: block;
  /* デフォルトで表示 */
}
@media only screen and (max-width: 1284px) {
  .tab_click_support {
    font-size: 8px;
  }
}

/* activeのタブ内では非表示 */
.tab.active .tab_click_support {
  display: none;
}

/* ====== コンテンツ部分 ====== */
.content-container {
  border: 4px solid #142C6D;
  border-top: none;
  border-radius: 0 0 12px 12px;
  padding: 32px 64px;
  background: #E1F0FF;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1284px) {
  .content-container {
    padding: 8px;
  }
}

.content_tab {
  display: none;
}

.content_tab.show {
  display: block;
  position: relative;
}

.content_pc,
.content_label {
  display: block;
}

.content_sp {
  display: none;
}

/* --- SP時に切り替え --- */
@media only screen and (max-width: 960px) {
  .content_tab .content_pc,
  .content_tab .content_label {
    display: none;
  }
  .content_tab .content_sp {
    display: block;
  }
}
/* ====== 画像を入れる場合 ====== */
.content_label {
  width: 140px;
  height: auto;
  position: absolute;
  top: 16px;
  left: -120px;
  filter: drop-shadow(0 4.276px 4.276px rgba(0, 0, 0, 0.25));
}

/* ========================================
   Step Form Styles (establish_support.php デザイン踏襲)
   ======================================== */

/* ステップフォーム全体 */
.step-form-section {
    background-color: #f8f9fa;
    padding: 48px 0;
}

.step-form-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 24px;
}

@media only screen and (max-width: 740px) {
    .step-form-container {
        padding: 0 12px;
    }
}

/* セクションタイトル */
.step-form-title {
    text-align: center;
    margin-bottom: 18px;
}

.step-form-title .h3_heading_block_common {
    margin-top: 24px;
    margin-bottom: 20px;
}

.step-form-title .sub_text {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

@media only screen and (max-width: 740px) {
    .step-form-title .main_text {
        font-size: 24px;
    }
    .step-form-title .sub_text {
        font-size: 14px;
    }
}

/* チャットコンテナ */
.step-form-chat-container {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 40px;
    max-height: 400px;
    overflow-y: auto;
}

@media only screen and (max-width: 740px) {
    .step-form-chat-container {
        padding: 20px;
        max-height: 400px;
    }
}

/* チャットメッセージ */
.step-form-chat-message {
    display: none;
    margin-bottom: 30px;
    animation: fadeInUp 0.5s ease-out;
}

.step-form-chat-message.active {
    display: block;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* チャットボットメッセージ */
.step-form-ca-block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 12px;
}

.step-form-ca-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #142C6D, #1e3a8a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.step-form-ca-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.step-form-ca-detail {
    flex: 1;
    position: relative;
}

.step-form-ca-detail::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #F7F8F9;
    z-index: 1;
}

.step-form-ca-text {
    background-color: #F7F8F9;
    padding: 16px;
    border-radius: 12px;
    margin: 0;
    position: relative;
    z-index: 2;
}

.step-form-ca-name {
    font-weight: bold;
    color: #142C6D;
    margin-bottom: 8px;
    font-size: 14px;
}

.step-form-ca-text {
    color: #333;
    line-height: 1.6;
    margin-bottom: 8px;
}

.step-form-ca-text .bold {
    font-weight: bold;
}

.step-form-ca-text .text_bold {
    font-weight: 700;
    font-size: 22px;
}

@media only screen and (max-width: 640px) {
    .step-form-ca-text .text_bold {
        font-size: 18px;
    }
}

.step-form-ca-text .text_blue {
    color:#2864F0;
}

.step-form-ca-text-note {
    font-size: 12px;
    color: #666;
    margin-top: 8px;
}

.step-form-ca-text-note .note_icon {
    color: #ff6b35;
    font-weight: bold;
}

/* 入力ブロック */
.step-form-input-block {
    margin-top: 20px;
}

.step-form-input-block-inner {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

/* ラジオボタン */
.step-form-checkbox-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.step-form-checkbox-block label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 12px 16px;
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.step-form-checkbox-block label:hover {
    border-color: #142C6D;
    background: #f8f9ff;
}

.step-form-checkbox-block input[type="radio"] {
    margin-right: 12px;
    width: 18px;
    height: 18px;
    accent-color: #142C6D;
}

.step-form-checkbox-block .radio_text {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

/* テキスト入力 */
.step-form-input-text-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.step-form-input-text-item {
    margin-bottom: 20px;
}

.step-form-input-text-item-title {
    font-weight: bold;
    color: #142C6D;
    margin-bottom: 8px;
    font-size: 16px;
}

.step-form-input-text-block {
    margin-bottom: 8px;
}

.step-form-input-text-block input,
.step-form-input-text-block textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.step-form-input-text-block input:focus,
.step-form-input-text-block textarea:focus {
    outline: none;
    border-color: #142C6D;
    box-shadow: 0 0 0 3px rgba(20, 44, 109, 0.1);
}

.step-form-input-text-block input.error {
    border-color: #dc3545;
}

.step-form-input-text-block textarea {
    resize: vertical;
    min-height: 100px;
}

/* 電話番号入力 */
.step-form-input-tel-block {
    margin-bottom: 8px;
}

.step-form-input-tel-block input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.step-form-input-tel-block input:focus {
    outline: none;
    border-color: #142C6D;
    box-shadow: 0 0 0 3px rgba(20, 44, 109, 0.1);
}

.step-form-input-tel-block input.error {
    border-color: #dc3545;
}

/* 補足テキスト */
.step-form-supplement {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
}

.step-form-supplement .supplement_icon {
    color: #ff6b35;
    font-weight: bold;
}

/* 次へボタン */
.step-form-input-next-btn {
  background: linear-gradient(135deg, #142C6D, #1e3a8a);
  color: white;
  border: none;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  display: block;
}

.step-form-input-next-btn:hover {
  background: linear-gradient(135deg, #1e3a8a, #142C6D);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(20, 44, 109, 0.3);
}

.step-form-input-next-btn:active {
  transform: translateY(0);
}

.step-form-input-next-btn.active {
  background: linear-gradient(135deg, #ff6b35, #e55a2b);
}

.step-form-input-next-btn.active:hover {
  background: linear-gradient(135deg, #e55a2b, #ff6b35);
}

/* 回答するボタン（送信ボタン） */
.step-form-btn-submit {
  background: linear-gradient(135deg, #ff6b35, #e55a2b);
  color: white;
  border: none;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  display: block;
}

.step-form-btn-submit:hover {
  background: linear-gradient(135deg, #e55a2b, #ff6b35);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.step-form-btn-submit:active {
  transform: translateY(0);
}

/* 完了メッセージ */
.step-form-complete-message {
    text-align: center;
    padding: 40px 20px;
    background: linear-gradient(135deg, #f8f9ff, #e8f2ff);
    border-radius: 12px;
    border: 2px solid #142C6D;
}

.step-form-complete-message .complete-icon {
    font-size: 48px;
    color: #142C6D;
    margin-bottom: 20px;
}

.step-form-complete-message .complete-text {
    font-size: 18px;
    color: #142C6D;
    font-weight: bold;
    line-height: 1.6;
}

/* 確認ポップアップ */
.step-form-confirmation-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-form-popup-content {
    background: white;
    padding: 40px;
    border-radius: 12px;
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.step-form-popup-content h3 {
    margin: 0 0 20px 0;
    color: #142C6D;
    text-align: center;
    font-size: 24px;
}

.step-form-confirmation-list {
    margin-bottom: 30px;
}

.step-form-confirmation-item {
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 10px;
    background: #f8f9fa;
    border-radius: 8px;
}

.step-form-confirmation-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.step-form-confirmation-item strong {
    color: #142C6D;
    display: inline-block;
    min-width: 120px;
}

.step-form-popup-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.step-form-btn-cancel,
.step-form-btn-confirm {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
    min-width: 120px;
}

.step-form-btn-cancel {
    background: #6c757d;
    color: white;
}

.step-form-btn-cancel:hover {
    background: #5a6268;
    transform: translateY(-2px);
}

.step-form-btn-confirm {
    background: linear-gradient(135deg, #142C6D, #1e3a8a);
    color: white;
}

.step-form-btn-confirm:hover {
    background: linear-gradient(135deg, #1e3a8a, #142C6D);
    transform: translateY(-2px);
}

/* レスポンシブ対応 */
@media only screen and (max-width: 740px) {
    .step-form-section {
        padding: 24px 0;
    }
    
    .step-form-title {
        margin-bottom: 40px;
    }
    
    .step-form-chat-container {
        padding: 20px;
    }
    
    .step-form-ca-block {
        gap: 8px;
    }
    
    .step-form-ca-icon {
        width: 50px;
        height: 50px;
    }
    
    .step-form-ca-detail::before {
        left: -6px;
        top: 15px;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 6px solid #F7F8F9;
    }
    
    .step-form-ca-text {
        padding: 12px;
        border-radius: 10px;
    }
    
    .step-form-checkbox-block label {
        padding: 10px 12px;
    }
}

@media only screen and (max-width: 480px) {
    .step-form-ca-icon {
        width: 40px;
        height: 40px;
    }
    
    .step-form-ca-detail::before {
        left: -5px;
        top: 12px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 5px solid #F7F8F9;
    }
    
    .step-form-ca-text {
        padding: 10px;
        border-radius: 8px;
        font-size: 14px;
    }
    
    .step-form-input-next-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .step-form-btn-submit {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .step-form-popup-content {
        padding: 20px;
        margin: 20px;
    }
    
    .step-form-popup-buttons {
        flex-direction: column;
    }
    
    .step-form-btn-cancel,
    .step-form-btn-confirm {
        width: 100%;
    }
}

/* CTA Savings Text Styles */
.cta_savings_text {
    text-align: center;
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.savings_line_1,
.savings_line_2,
.savings_line_3 {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 8px;
}

.savings_text_1 {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.4px;
    margin: 0 0 8px 0;
}

.savings_text_2 {
    color: #FFF;
    text-align: center;
    text-shadow: 0 4.69px 4.69px rgba(0, 0, 0, 0.25);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -2.2px;
}

.savings_text_3 {
    color: #FFF;
    text-align: center;
    text-shadow: 0 4.69px 4.69px rgba(0, 0, 0, 0.25);
    font-family: "Noto Sans", sans-serif;
    font-size: 87px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -3.5px;
}

.savings_text_4 {
    color: #FFF;
    text-align: center;
    text-shadow: 0 4.69px 4.69px rgba(0, 0, 0, 0.25);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 83px;
    letter-spacing: -2.2px;
}

.savings_text_5 {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.6px;
}

.savings_text_6 {
    font-size: 40px;
    color: #FFF;
    font-weight: 700;
    margin-left: 4px;
}

/* Responsive adjustments for savings text */
@media (max-width: 768px) {
    .cta_savings_text {
        margin: 30px 0 8px 0;
        gap: 4px;
    }
    
    .savings_text_1 {
        font-size: 24px;
        letter-spacing: -1px;
    }
    
    .savings_text_2,
    .savings_text_4 {
        font-size: 36px;
        letter-spacing: -1.4px;
    }
    
    .savings_text_3 {
        font-size: 56px;
        letter-spacing: -2.2px;
    }
    
    .savings_text_5 {
        font-size: 28px;
        letter-spacing: -1.1px;
    }
    
    .savings_text_6 svg {
        width: 12px;
        height: 36px;
    }
}

/* Privacy Policy Notice Styles */
.privacy-policy-notice {
    font-size: 10px;
    color: #999;
    text-align: center;
    margin-top: 8px;
    line-height: 1.3;
    opacity: 0.8;
}

.privacy-policy-notice a {
    color: #999;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}

.privacy-policy-notice a:hover {
    color: #666;
    border-bottom-color: #999;
}


/*# sourceMappingURL=freeeStyle.css.map */
