@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: #0A4745;
  padding: 6px 40px;
  border-radius: 24px;
  gap: 4px;
}
@media only screen and (max-width: 740px) {
  .h2_heading_block .sub_title {
    padding: 2px 20px;
    gap: 0px;
  }
}
.h2_heading_block .sub_title .freee_logo {
  width: 80px;
  height: auto;
}
@media only screen and (max-width: 740px) {
  .h2_heading_block .sub_title .freee_logo {
    width: 66px;
  }
}
.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: 110px;
  }
}
.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 #0A4745;
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .h2_heading_block .main_title {
    border-bottom: 2px solid #0A4745;
    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: #0A4745;
  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: #0A4745;
  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: #E0FBF3;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 180px;
  font-weight: 700;
  font-size: 10vw;
  position: absolute;
  top: 0px;
  z-index: -5;
}

.h3_heading_block_common {
  text-align: center;
  color: #0A4745;
  margin-top: 100px;
  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: #0A4745;
}

.establish_solution,
.recommend_solution {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}
@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: #0A4745;
  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 #0A4745;
  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 #0A4745;
  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: #0A4745;
  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;
  bottom: 0px;
  margin: auto;
  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 {
    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;
  background: var(--CTA-red, linear-gradient(49deg, #FE3321 23.11%, #FF6325 76.89%));
  border-radius: 12px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.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;
  font-size: 28px;
  font-weight: 600;
  padding: 16px 120px;
  display: inline-block;
  margin: 4px;
  border-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 740px) {
  .cta_btn .cta_btn_text .cta_btn_text_inner {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
    padding: 16px 54px;
  }
}
@media only screen and (max-width: 480px) {
  .cta_btn .cta_btn_text .cta_btn_text_inner {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
  }
}
.cta_btn .cta_btn_text .cta_btn_text_inner img {
  width: 28px;
  height: 30px;
}

.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: 170px;
}
.freee_pc_header .freee_pc_header_menu_block .freee_pc_header_logo_img .logo_sub_text {
  color: #0A4745;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-bottom: 1px dotted #0A4745;
  padding-bottom: 2px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 1284px) and (max-width: 1284px) {
  .freee_pc_header .freee_pc_header_menu_block .freee_pc_header_logo_img .logo_sub_text {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: px;
    font-weight: 600;
  }
}
.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: #0A4745;
  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 {
  text-align: center;
}
.freee_pc_header .freee_pc_header_cta_block .cta_btn .cta_btn_text {
  display: inline-block;
  border: 1px solid #fff;
  background: var(--CTA-red, linear-gradient(49deg, #FE3321 23.11%, #FF6325 76.89%));
  border-radius: 12px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.freee_pc_header .freee_pc_header_cta_block .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;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 24px;
  display: inline-block;
  margin: 4px;
  border-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.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: 140px;
}
.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 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  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/establish_support_s/fv_bg.png") no-repeat center center;
  background-size: cover;
  padding-top: 71px;
}
@media only screen and (max-width: 740px) {
  .freee_support_fv {
    background: url("../images/establish_support_s/fv_bg_sp.png") no-repeat center center;
    padding-top: 63px;
  }
}
@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 .main_fv_block {
  position: relative;
  background: url("../images/establish_support_s/establish_bg.svg") no-repeat bottom center;
  background-size: contain;
  background-color: #fff;
  padding: 0px 80px 120px 100px;
  width: 660px;
  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: 0px 80px 163px 100px;
    transform: translateY(-20px);
  }
}
@media only screen and (max-width: 960px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block {
    width: 500px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 740px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block {
    padding: 0 12px 110px 12px;
    margin: 64px 0;
  }
}
@media only screen and (max-width: 480px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block {
    padding: 0 12px 64px 12px;
  }
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .main_title_block {
  margin-bottom: 32px;
}
@media only screen and (max-width: 740px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .main_title_block {
    text-align: center;
  }
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .main_title_block .price_text {
  color: #0A4745;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 36px;
  font-weight: 600;
  transform: skewX(-5deg);
  line-height: 1;
  margin-bottom: -8px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1284px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .main_title_block .price_text {
    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) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .main_title_block .price_text {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 4px;
  }
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .main_title_block .price_text .freee_price {
  color: #FFEC80;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 36px;
  font-weight: 600;
  background-color: #FE3321;
  padding: 0px 4px;
  margin-left: 12px;
}
@media only screen and (max-width: 740px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .main_title_block .price_text .freee_price {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 24px;
    font-weight: 600;
    margin-left: 4px;
  }
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .main_title_block .price_text .freee_price .price_strong {
  color: #FFEC80;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 76px;
  font-weight: 600;
  position: relative;
  margin-left: 8px;
  margin-right: -8px;
  text-shadow: 5px 0 #FE3321, -5px 0 #FE3321, 0 5px #FE3321, 0 -5px #FE3321, 5px 5px #FE3321, -5px 5px #FE3321, 5px -5px #FE3321, -5px -5px #FE3321;
  /* 左上に2px */
}
@media only screen and (max-width: 740px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .main_title_block .price_text .freee_price .price_strong {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 50px;
    font-weight: 600;
    margin-left: 4px;
  }
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .main_title_block .price_text .freee_price .price_strong .strong_icon {
  position: absolute;
  top: 16px;
  right: -1px;
  width: 26px;
  height: auto;
  transform: rotate(14deg);
}
@media only screen and (max-width: 740px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .main_title_block .price_text .freee_price .price_strong .strong_icon {
    top: 8px;
    right: 0px;
    width: 14px;
  }
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .main_title_block .establish_text {
  color: #0A4745;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 123px;
  font-weight: 700;
  transform: skewX(-5deg);
  line-height: 1;
}
@media only screen and (max-width: 1284px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .main_title_block .establish_text {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
  }
}
@media only screen and (max-width: 740px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .main_title_block .establish_text {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
  }
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .main_title_block .establish_text .normal {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 66px;
  font-weight: 700;
  transform: skewX(-5deg);
  line-height: 1;
}
@media only screen and (max-width: 740px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .main_title_block .establish_text .normal {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
  }
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .main_title_block .support_text {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 70px;
  font-weight: 700;
  transform: skewX(-5deg);
  line-height: 1;
  margin-top: 28px;
}
@media only screen and (max-width: 1284px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .main_title_block .support_text {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 58px;
    font-weight: 700;
    line-height: 1;
  }
}
@media only screen and (max-width: 740px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .main_title_block .support_text {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
  }
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .main_title_block .support_text .dot {
  position: relative;
  display: inline-block;
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .main_title_block .support_text .dot::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background-color: #0EB684;
  border-radius: 50%;
}
@media only screen and (max-width: 740px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .main_title_block .support_text .dot::before {
    width: 8px;
    height: 8px;
  }
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 740px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block {
    position: relative;
    justify-content: center;
    margin-right: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block {
    justify-content: flex-start;
  }
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block .support_area_block .support_list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 6px;
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block .support_area_block .support_list .support_item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  border: 1px solid #0A4745;
  background-color: #F5FFFB;
  border-radius: 99px;
  padding: 8px 24px;
}
@media only screen and (max-width: 740px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block .support_area_block .support_list .support_item {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 22px;
    font-weight: 700;
    padding: 4px 12px;
  }
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block .support_area_block .support_list .support_item p {
  color: #0A4745;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 34px;
  font-weight: 700;
  transform: skewX(-5deg);
  line-height: 1;
}
@media only screen and (max-width: 1284px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block .support_area_block .support_list .support_item p {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
  }
}
@media only screen and (max-width: 740px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block .support_area_block .support_list .support_item p {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
  }
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block .support_area_block .support_list .support_item img {
  height: 30px;
  width: auto;
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block .support_area_block .other_text {
  color: #0A4745;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 30px;
  font-weight: 700;
  transform: skewX(-5deg);
  padding: 8px 20px;
}
@media only screen and (max-width: 740px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block .support_area_block .other_text {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 700;
    padding: 4px 10px;
  }
}
@media only screen and (max-width: 1284px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block .support_area_block .other_text {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 22px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 740px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block .support_area_block .other_text {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block .fv_archivement_list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
  transform: translate(-50px, -28px);
}
@media only screen and (max-width: 960px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block .fv_archivement_list {
    transform: translate(-20px, -28px);
    position: relative;
  }
}
@media only screen and (max-width: 740px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block .fv_archivement_list {
    transform: scale(0.7);
    position: absolute;
    top: -52px;
    right: -75px;
  }
}
@media only screen and (max-width: 480px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block .fv_archivement_list {
    right: -148px;
  }
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block .fv_archivement_list .fv_archivement_item {
  background: url("../images/establish_support_s/fv_archive_bg.svg") no-repeat center;
  background-size: contain;
  width: 167px;
  height: 170px;
  text-align: center;
  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 .main_fv_block .sub_title_block .fv_archivement_list .fv_archivement_item {
    width: 123px;
  }
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block .fv_archivement_list .fv_archivement_item p {
  color: #0A4745;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block .fv_archivement_list .fv_archivement_item .number {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 700;
  color: #0EB684;
}
@media only screen and (max-width: 1284px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block .fv_archivement_list .fv_archivement_item .number {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 700;
  }
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block .fv_archivement_list .fv_archivement_item .number .number_large {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 1284px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block .fv_archivement_list .fv_archivement_item .number .number_large {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700;
  }
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block .fv_archivement_list .fv_archivement_item .number .text_large {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 1284px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block .fv_archivement_list .fv_archivement_item .number .text_large {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 700;
  }
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block .fv_archivement_list .fv_archivement_item .large {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (max-width: 1284px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block .fv_archivement_list .fv_archivement_item .large {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 700;
  }
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block .fv_archivement_list .sp_point_anywhere {
  display: none;
}
@media only screen and (max-width: 960px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block .fv_archivement_list .sp_point_anywhere {
    display: block;
    position: absolute;
    bottom: -60px;
    right: 50%;
    transform: translateX(50%);
    text-align: center;
    padding: 6px;
    background-color: #fff;
    background: url("../images/establish_support_s/anywhere_icon.png") no-repeat center;
    background-size: cover;
    width: 100px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block .fv_archivement_list .sp_point_anywhere p {
  color: #0A4745;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .sub_title_block .fv_archivement_list .sp_point_anywhere .strong {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 22px;
  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;
}
.freee_support_fv .common_wrap .common_inner .main_fv_block .fv_pro_img {
  position: absolute;
  bottom: 0;
  right: -42%;
  width: 454px;
  height: auto;
}
@media only screen and (max-width: 1284px) {
  .freee_support_fv .common_wrap .common_inner .main_fv_block .fv_pro_img {
    right: -30%;
    width: 350px;
  }
}
@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 {
    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: 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/establish_support_s/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: #0A4745;
  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 #0A4745;
  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 .h2_heading_block .h2_bg_text {
  top: -40%;
}
.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, #0A4745 0%, #0EB684 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: #0A4745;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px dotted #018482;
  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: #0A4745;
  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: #0A4745;
  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: #0A4745;
  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: linear-gradient(180deg, #0A4746 0%, #01A87A 165.87%);
  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: 20px;
    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;
  margin-top: 8px;
}
@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: 40px;
  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 .sova_logo {
  width: 360px;
  height: auto;
}
@media only screen and (max-width: 740px) {
  .freee_support_cta .freee_support_cta_title .main_text .logo_block .sova_logo {
    width: 260px;
  }
}
.freee_support_cta .freee_support_cta_title .main_text .large {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 38px;
  font-weight: 500;
}
@media only screen and (max-width: 740px) {
  .freee_support_cta .freee_support_cta_title .main_text .large {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 500;
  }
}
.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, #22876C -1.03%, #28C86E 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  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: 740px) {
  .freee_support_cta .freee_support_cta_main .cta_point_list {
    transform: scale(0.72);
    transform-origin: center center;
  }
}
.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: #0A4745;
  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;
    margin-top: 24px;
  }
}
.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;
  background: var(--CTA-red, linear-gradient(49deg, #FE3321 23.11%, #FF6325 76.89%));
  border-radius: 12px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.freee_support_cta .freee_support_cta_main .cta_btn .freee_support_cta_person {
  position: absolute;
  bottom: -123px;
  right: -40px;
  width: 400px;
  z-index: -1;
}
@media only screen and (max-width: 1284px) {
  .freee_support_cta .freee_support_cta_main .cta_btn .freee_support_cta_person {
    width: 280px;
    right: 21%;
    bottom: -50px;
  }
}

.freee_support_ploblem {
  color: #0A4745;
  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;
}
.freee_support_ploblem .common_wrap .common_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.freee_support_ploblem .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_ploblem .common_wrap .common_inner .h3_heading_block {
    position: static;
    left: auto;
    transform: none;
    margin: 0;
  }
}
.freee_support_ploblem .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: #0A4745;
  border-radius: 99px;
  display: inline-block;
  margin-bottom: 24px;
}
@media only screen and (max-width: 960px) {
  .freee_support_ploblem .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_ploblem .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_ploblem .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: 32px;
    font-weight: 700;
  }
}
.freee_support_ploblem .common_wrap .common_inner .h3_heading_block .main_text .wave {
  padding-bottom: 5px;
  background: url(../images/establish_support_s/wave.svg) repeat-x bottom left/auto 7px;
}
.freee_support_ploblem .common_wrap .common_inner .freee_support_ploblem_img {
  margin: 140px auto 0px;
}
@media only screen and (max-width: 740px) {
  .freee_support_ploblem .common_wrap .common_inner .freee_support_ploblem_img {
    display: none;
  }
}
.freee_support_ploblem .common_wrap .common_inner .freee_support_ploblem_img_sp {
  display: none;
  width: 400px;
  margin: 16px auto;
}
@media only screen and (max-width: 740px) {
  .freee_support_ploblem .common_wrap .common_inner .freee_support_ploblem_img_sp {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .freee_support_ploblem .common_wrap .common_inner .freee_support_ploblem_img_sp {
    width: 340px;
  }
}
.freee_support_ploblem .common_wrap .common_inner .reason_comment_block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1284px) {
  .freee_support_ploblem .common_wrap .common_inner .reason_comment_block {
    position: static;
    left: auto;
    bottom: auto;
    transform: none;
  }
}
.freee_support_ploblem .common_wrap .common_inner .reason_comment_block .reason_comment {
  color: #0A4745;
  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_ploblem .common_wrap .common_inner .reason_comment_block .arrow_down {
  width: 40px;
  height: auto;
}

.freee_support_recommend {
  position: relative;
}
.freee_support_recommend::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #F5FFFB;
  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: #0A4745;
  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: #0A4745;
  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: #0EB684;
}
.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: #0EB684;
  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: #E0FBF3;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 10vw;
  font-weight: 700;
  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: #0A4745;
  border-bottom: 1px solid #0A4745;
  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;
  opacity: 0.5;
}
.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/establish_support_s/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/establish_support_s/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 #0A4745;
  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: #0A4745;
  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: #0A4745;
  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: #0A4745;
  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: #0A4745;
  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 #0A4745;
}
.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: #0A4745;
  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: #0A4745;
  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: #0A4745;
}
.freee_support_recommend .h2_heading_block {
  padding-top: 120px;
}
.freee_support_recommend .h3_heading_block {
  max-width: 840px;
  border-radius: 99px;
  border: 1px solid #0A4745;
  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: #0A4745;
  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/establish_support_s/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: #0A4745;
  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: #0EB684;
  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 .sova_logo {
  width: 200px;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .price-table .common_wrap .common_inner .table .cell-header-sova .sova_logo {
    display: none;
  }
}
.freee_support_recommend .price-table .common_wrap .common_inner .table .cell-header-sova .sova_logo_sp {
  display: none;
}
@media only screen and (max-width: 740px) {
  .freee_support_recommend .price-table .common_wrap .common_inner .table .cell-header-sova .sova_logo_sp {
    width: 100px;
    display: block;
  }
}
.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: #018482;
  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: #DCF8F8;
  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: #0A4745;
}
@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: #0A4745;
  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 #0A4745;
  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 #142C6D;
  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 #0A4745;
  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 #0A4745;
}
.freee_support_recommend .sova_plan_cost .sova_plan_content .plan_item.all_plan .plan_content .recommend_person .recommend_person_content .strong {
  color: #0A4745;
  border-bottom: 2px dotted #0A4745;
}
.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 #018482;
}
.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: #0A4745;
}
@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: #0A4745;
  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: #F5FFFB;
  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: #0A4745;
  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, #0EB684 0%, #018482 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-top: 12px;
    margin-bottom: 12px;
  }
}
.freee_support_content .support_content_block .support_content_item .support_content_detail .comparison_list .comparison_item .plan_title .sova_logo {
  width: 200px;
}
@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: 160px;
    display: none;
  }
}
.freee_support_content .support_content_block .support_content_item .support_content_detail .comparison_list .comparison_item .plan_title .sova_logo_sp {
  display: none;
}
@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_sp {
    display: block;
    width: 100px;
  }
}
.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: 38px;
  }
}
.freee_support_content .support_content_block .support_content_item .support_content_detail .other_trouble {
  background: url("../images/establish_support_s/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/establish_support_s/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(45deg, #018482 0%, #0EB684 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/establish_support_s/annual_consistent.svg") no-repeat center;
  background-size: contain;
  color: #0EB684;
  position: absolute;
  width: 300px;
  height: 160px;
  bottom: -110px;
  left: -112px;
}
@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/establish_support_s/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: 27px;
  left: 21px;
  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: 20px;
    left: 4px;
  }
}
.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 #0EB684;
}

.freee_support_archievement {
  position: relative;
  background: url("../images/establish_support_s/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 #0A4745;
  margin: 0 auto;
  max-width: 960px;
  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/establish_support_s/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;
}
.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: #018482;
  border: 1px solid #018482;
}
.freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_item_title .sova_block .text {
  color: #018482;
  border: 1px solid #018482;
}
.freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_item_title .with {
  color: #0A4745;
  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;
  flex-wrap: wrap;
}
.freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_detail_list .detail_item {
  background: url("../images/establish_support_s/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: 158px;
    height: 158px;
  }
}
.freee_support_archievement .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_detail_list .detail_item p {
  color: #0A4745;
  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: #018482;
  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 {
  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 .freee_sova_archievement .achievement_content .archievement_content_list .archievement_content_detail_list .detail_item .strong_text {
  color: #018482;
  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 .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: 960px;
  margin: 0 auto;
  border-radius: 12px;
  background: linear-gradient(90deg, #0A4745 0%, #0EB684 100%);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 32px 0;
  margin-top: 16px;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .freee_support_archievement .freee_sova_summary {
    padding: 12px 32px;
  }
}
.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: #018482;
  background-color: #fff;
  padding: 0px 6px;
  margin-right: 4px;
}
.freee_support_archievement .freee_sova_summary p .strong.sova_strong {
  color: #018482;
  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: 140px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 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 #0A4745;
  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: #0A4745;
  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 #0A4745;
  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: #E0FBF3;
  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: #0A4745;
  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: #0A4745;
  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: #0A4745;
  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 {
  display: none;
  position: fixed;
  bottom: 16px;
  left: 0px;
  width: 100%;
  z-index: 18;
}
@media only screen and (max-width: 740px) {
  .freee_footer_cta {
    display: block;
  }
}
.freee_footer_cta .common_wrap .common_inner .cta_btn {
  padding: 0px;
}
.freee_footer_cta .common_wrap .common_inner .cta_btn .cta_btn_text {
  width: 100%;
}
.freee_footer_block {
  background-color: #0A4745;
}
.freee_footer_block .common_wrap .common_inner {
  background-color: #0A4745;
  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: 260px;
  height: auto;
  margin-bottom: 24px;
}
@media only screen and (max-width: 740px) {
  .freee_footer_block .common_wrap .common_inner img {
    width: 200px;
  }
}
.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;
  }
}

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