@media screen and (min-width: 769px), print {
  .jyosei .b_mainvisual {
    width: 100%;
    background-color: #fff;
    padding-bottom: 50px;
  }
  .jyosei .b_mainvisual_inner {
    position: relative;
    width: 100%;
    /* Updated to jyosei folder */
    background: url("../img/jyosei/bg_mainvisual.webp") no-repeat center right/cover;
    min-height: 580px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .jyosei .b_mainvisual_inner .row {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .jyosei .b_mainvisual .text_box {
    width: 60%;
    padding: 50px 0;
  }
  .jyosei .b_mainvisual .text_box .ttl {
    line-height: 1.2;
    margin-bottom: 25px;
  }
  .jyosei .b_mainvisual .text_box .ttl_sub {
    font-size: 3.6rem;
    font-weight: bold;
    color: #000;
    letter-spacing: 1px;
  }
  .jyosei .b_mainvisual .text_box .ttl_main {
    font-size: 8rem;
    font-weight: bold;
    color: #0076cf;
    font-style: italic;
    letter-spacing: 2px;
    display: inline-block;
    margin-top: 10px;
  }
  .jyosei .b_mainvisual .text_box .desc {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.8;
    color: #000;
  }
  .jyosei .b_mainvisual .badge_yellow {
    border: 3px solid #fff;
    position: absolute;
    right: 10%;
    top: 70%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 220px;
    height: 220px;
    background-color: #ffe600;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #0076cf;
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
         box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  }
  .jyosei .b_mainvisual .badge_yellow p {
    line-height: 1;
    font-weight: bold;
  }
  .jyosei .b_mainvisual .badge_yellow .txt_top {
    font-size: 1.8rem;
  }
  .jyosei .b_mainvisual .badge_yellow .num {
    font-size: 6.5rem;
    font-family: "Roboto", sans-serif;
    line-height: 0.9;
    margin: 5px 0;
    display: inline-block;
  }
  .jyosei .b_mainvisual .badge_yellow .num .percent {
    font-size: 3.5rem;
    margin-left: 5px;
  }
  .jyosei .b_mainvisual .badge_yellow .txt_bottom {
    font-size: 1.6rem;
  }
  .jyosei .b_mainvisual .info_bar {
    background-color: #0076cf;
    -moz-border-radius: 15px;
         border-radius: 15px;
    padding: 25px 40px;
    margin-top: -30px;
    position: relative;
    width: 80%;
    margin: -50px auto 0;
    z-index: 10;
  }
  .jyosei .b_mainvisual .info_bar .info_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .jyosei .b_mainvisual .info_bar .info_list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 32%;
  }
  .jyosei .b_mainvisual .info_bar .info_list li .icon {
    width: 60px;
    height: auto;
    margin-right: 15px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .jyosei .b_mainvisual .info_bar .info_list li .icon img {
    width: 100%;
    height: auto;
  }
  .jyosei .b_mainvisual .info_bar .info_list li p {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .jyosei .b_mainvisual .note_bottom {
    text-align: right;
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
    padding-right: 15px;
    width: 80%;
    margin: 0 auto;
  }
  .jyosei .b_subsidy_features {
    padding: 80px 0;
    background-color: #fff;
  }
  .jyosei .b_subsidy_features .row {
    width: 1000px;
  }
  .jyosei .b_subsidy_features_ttl {
    text-align: center;
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .jyosei .b_subsidy_features_ttl .c_blue {
    color: #0076cf;
    font-size: 5.6rem;
  }
  .jyosei .b_subsidy_features_sub {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 60px;
  }
  .jyosei .b_subsidy_features .feature_block {
    background-color: #f7f7f7;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 50px 50px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
    overflow: hidden;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .text_box {
    width: 50%;
    padding-bottom: 50px;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .step_ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .step_ttl .num {
    font-family: "Roboto", sans-serif;
    font-size: 9rem;
    font-weight: bold;
    color: #36a045;
    line-height: 0.9;
    margin-right: 20px;
    letter-spacing: -2px;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .step_ttl .txt {
    font-size: 3rem;
    font-weight: bold;
    color: #36a045;
    line-height: 1.3;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .lead {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .check_list {
    margin-bottom: 40px;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .check_list li {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 12px;
    padding-left: 35px;
    position: relative;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .check_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
    background: url("../img/jyosei/icon_check_green.webp") no-repeat center center/contain;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .price_area .normal_price {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .price_area .normal_price .num {
    font-family: "Roboto", sans-serif;
    font-size: 3.2rem;
    margin: 0 5px;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .price_area .discount_box {
    background-color: #36a045;
    color: #fff;
    -moz-border-radius: 15px;
         border-radius: 15px;
    padding: 20px 30px;
    display: inline-block;
    margin-bottom: 10px;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .price_area .discount_box .label {
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .price_area .discount_box .price_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .price_area .discount_box .price_wrap .num {
    font-family: "Roboto", sans-serif;
    font-size: 7.5rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -1px;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .price_area .discount_box .price_wrap .unit {
    font-size: 2rem;
    font-weight: bold;
    margin-left: 5px;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .price_area .price_note {
    font-size: 2.2rem;
    font-weight: bold;
    color: #36a045;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .img_box {
    width: 45%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .img_box .pic {
    width: 80%;
    text-align: center;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .img_box .pic img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .img_box .btn_detail {
    position: absolute;
    bottom: 90px;
    right: -20px;
    background-color: #36a045;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    padding: 15px 40px;
    -moz-border-radius: 50px;
         border-radius: 50px;
    text-decoration: none;
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
         box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .img_box .btn_detail:hover {
    opacity: 0.8;
    -webkit-transform: translateY(-2px);
       -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .text_box {
    width: 53%;
    padding-bottom: 50px;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .step_ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .step_ttl .num {
    font-family: "Roboto", sans-serif;
    font-size: 9rem;
    font-weight: bold;
    color: #005bac;
    line-height: 0.9;
    margin-right: 10px;
    letter-spacing: -2px;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .step_ttl .txt {
    font-size: 3rem;
    font-weight: bold;
    color: #005bac;
    line-height: 1.3;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .lead {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .check_list {
    margin-bottom: 40px;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .check_list li {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 12px;
    padding-left: 35px;
    position: relative;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .check_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
    background: url("../img/jyosei/icon_check_blue.webp") no-repeat center center/contain;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .price_area .normal_price {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .price_area .normal_price .num {
    font-family: "Roboto", sans-serif;
    font-size: 3.2rem;
    margin: 0 5px;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .price_area .discount_box {
    background-color: #005bac;
    color: #fff;
    -moz-border-radius: 15px;
         border-radius: 15px;
    padding: 20px 30px;
    display: inline-block;
    margin-bottom: 10px;
    min-width: 280px;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .price_area .discount_box .label {
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .price_area .discount_box .price_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .price_area .discount_box .price_wrap .num {
    font-family: "Roboto", sans-serif;
    font-size: 7rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -1px;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .price_area .discount_box .price_wrap .unit {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 5px;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .price_area .price_note {
    font-size: 2.2rem;
    font-weight: bold;
    color: #005bac;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .img_box {
    width: 45%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .img_box .pic {
    width: 80%;
    text-align: center;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .img_box .pic img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .img_box .btn_detail {
    position: absolute;
    bottom: 90px;
    right: -20px;
    background-color: #005bac;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    padding: 15px 40px;
    -moz-border-radius: 50px;
         border-radius: 50px;
    text-decoration: none;
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
         box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .img_box .btn_detail:hover {
    opacity: 0.8;
    -webkit-transform: translateY(-2px);
       -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .text_box {
    width: 55%;
    padding-bottom: 50px;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .step_ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .step_ttl .num {
    font-family: "Roboto", sans-serif;
    font-size: 9rem;
    font-weight: bold;
    color: #e25123;
    line-height: 0.9;
    margin-right: 10px;
    letter-spacing: -2px;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .step_ttl .txt {
    font-size: 3rem;
    font-weight: bold;
    color: #e25123;
    line-height: 1.3;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .lead {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .check_list {
    margin-bottom: 40px;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .check_list li {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 12px;
    padding-left: 35px;
    position: relative;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .check_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
    background: url("../img/jyosei/icon_check_orange.webp") no-repeat center center/contain;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .price_area .normal_price {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .price_area .normal_price .num {
    font-family: "Roboto", sans-serif;
    font-size: 3.2rem;
    margin: 0 5px;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .price_area .discount_box {
    background-color: #e25123;
    color: #fff;
    -moz-border-radius: 15px;
         border-radius: 15px;
    padding: 20px 30px;
    display: inline-block;
    margin-bottom: 10px;
    min-width: 280px;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .price_area .discount_box .label {
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .price_area .discount_box .price_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .price_area .discount_box .price_wrap .num {
    font-family: "Roboto", sans-serif;
    font-size: 7rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -1px;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .price_area .discount_box .price_wrap .unit {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 5px;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .price_area .price_note {
    font-size: 2.2rem;
    font-weight: bold;
    color: #e25123;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .img_box {
    width: 45%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .img_box .pic {
    text-align: center;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .img_box .pic img {
    width: 575px;
    height: auto;
    display: block;
    max-width: 1000px;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .img_box .btn_detail {
    position: absolute;
    bottom: 120px;
    right: -20px;
    background-color: #e25123;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    padding: 15px 40px;
    -moz-border-radius: 50px;
         border-radius: 50px;
    text-decoration: none;
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
         box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .img_box .btn_detail:hover {
    opacity: 0.8;
    -webkit-transform: translateY(-2px);
       -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .jyosei .b_subsidy_features .feature_block_note {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
    margin-top: 20px;
  }
  .jyosei .b_subsidy_about {
    padding: 80px 0;
    background-color: #f7f7f7;
  }
  .jyosei .b_subsidy_about .row {
    max-width: 900px;
    margin: 0 auto;
  }
  .jyosei .b_subsidy_about .about_box {
    background-color: #fff;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 60px 80px;
    text-align: center;
    margin-bottom: 40px;
  }
  .jyosei .b_subsidy_about .about_box:last-child {
    margin-bottom: 0;
  }
  .jyosei .b_subsidy_about .about_box .box_ttl {
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 35px;
    letter-spacing: 1px;
  }
  .jyosei .b_subsidy_about .about_box .desc {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 40px;
    color: #000;
  }
  .jyosei .b_subsidy_about .about_box.c_blue .box_ttl {
    color: #0076cf;
  }
  .jyosei .b_subsidy_about .about_box.c_blue .main_icon {
    width: 140px;
    margin: 0 auto 30px;
  }
  .jyosei .b_subsidy_about .about_box.c_blue .main_icon img {
    width: 100%;
    height: auto;
    display: block;
  }
  .jyosei .b_subsidy_about .about_box.c_blue .highlight_txt {
    font-size: 2rem;
    font-weight: bold;
    color: #0076cf;
    line-height: 1.6;
  }
  .jyosei .b_subsidy_about .about_box.c_red .box_ttl {
    color: #e62e2e;
  }
  .jyosei .b_subsidy_about .about_box.c_red .icon_grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px 50px;
    margin-top: 50px;
  }
  .jyosei .b_subsidy_about .about_box.c_red .icon_grid .icon_item {
    width: 150px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .jyosei .b_subsidy_about .about_box.c_red .icon_grid .icon_item figure {
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
    width: 100px;
  }
  .jyosei .b_subsidy_about .about_box.c_red .icon_grid .icon_item figure img {
    max-height: 100%;
    width: auto;
  }
  .jyosei .b_subsidy_about .about_box.c_red .icon_grid .icon_item span {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    color: #000;
  }
  .jyosei .b_support_cycle {
    padding: 80px 0;
    background-color: #fff;
  }
  .jyosei .b_support_cycle .top_area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1000px;
    margin: 0 auto 50px;
  }
  .jyosei .b_support_cycle .text_box {
    width: 60%;
  }
  .jyosei .b_support_cycle .text_box .sub_ttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .jyosei .b_support_cycle .text_box .main_ttl {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 30px;
    letter-spacing: 1px;
  }
  .jyosei .b_support_cycle .text_box .main_ttl .c_blue {
    color: #0076cf;
  }
  .jyosei .b_support_cycle .text_box .check_list li {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
  }
  .jyosei .b_support_cycle .text_box .check_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background: url("../img/jyosei/icon_check_blue_circle.svg") no-repeat center center/contain;
  }
  .jyosei .b_support_cycle .staff_pic {
    width: 38%;
  }
  .jyosei .b_support_cycle .staff_pic img {
    width: 100%;
    height: auto;
    display: block;
  }
  .jyosei .b_support_cycle .cycle_diagram {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
  }
  .jyosei .b_support_cycle .cycle_diagram img {
    width: 100%;
    height: auto;
  }
  .jyosei .b_free_diagnosis {
    padding: 0 0 100px;
    background-color: #fff;
  }
  .jyosei .b_free_diagnosis_inner {
    background-color: #f7f7f7;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 60px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
  }
  .jyosei .b_free_diagnosis .ttl {
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .jyosei .b_free_diagnosis .ttl .c_blue {
    color: #0076cf;
  }
  .jyosei .b_free_diagnosis .desc {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 50px;
  }
  .jyosei .b_free_diagnosis .step_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;
    margin-bottom: 50px;
  }
  .jyosei .b_free_diagnosis .step_list li {
    background-color: #fff;
    -moz-border-radius: 15px;
         border-radius: 15px;
    padding: 30px 20px;
    width: -webkit-calc(25% - 12px);
    width: -moz-calc(25% - 12px);
    width: calc(25% - 12px);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
         box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  .jyosei .b_free_diagnosis .step_list li .num {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 4rem;
    font-weight: bold;
    color: #0076cf;
    line-height: 1;
    margin-bottom: 10px;
  }
  .jyosei .b_free_diagnosis .step_list li .icon {
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
  .jyosei .b_free_diagnosis .step_list li .icon img {
    max-height: 100%;
    width: auto;
  }
  .jyosei .b_free_diagnosis .step_list li .step_ttl {
    font-size: 1.6rem;
    font-weight: bold;
    color: #0076cf;
    margin-bottom: 15px;
  }
  .jyosei .b_free_diagnosis .step_list li .step_txt {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
  }
  .jyosei .b_free_diagnosis .btn_cta {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #0076cf;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 100px;
         border-radius: 100px;
    padding: 15px 30px;
    min-width: 600px;
    position: relative;
    -moz-box-shadow: 0 5px 15px rgba(0, 118, 207, 0.3);
         box-shadow: 0 5px 15px rgba(0, 118, 207, 0.3);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .jyosei .b_free_diagnosis .btn_cta:hover {
    -webkit-transform: translateY(-3px);
       -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  .jyosei .b_free_diagnosis .btn_cta .badge {
    background-color: #fff;
    color: #0076cf;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 10px 25px;
    -moz-border-radius: 50px;
         border-radius: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .jyosei .b_free_diagnosis .btn_cta .txt_wrap {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 30px;
  }
  .jyosei .b_free_diagnosis .btn_cta .txt_wrap .main {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .jyosei .b_free_diagnosis .btn_cta .txt_wrap .sub {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .jyosei .b_free_diagnosis .btn_cta .arrow {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  .jyosei .b_mainvisual {
    width: 100%;
    background-color: #fff;
    padding-bottom: 7.8125vw;
  }
  .jyosei .b_mainvisual_inner {
    position: relative;
    width: 100%;
    /* Updated to jyosei folder */
    background: url("../img/jyosei/bg_mainvisual_sp.webp") no-repeat center right 60%/cover;
    padding: 5.20833vw 0 52.08333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .jyosei .b_mainvisual_inner .row {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 3.90625vw;
  }
  .jyosei .b_mainvisual .text_box {
    width: 100%;
  }
  .jyosei .b_mainvisual .text_box .ttl {
    line-height: 1.3;
    margin-bottom: 3.90625vw;
  }
  .jyosei .b_mainvisual .text_box .ttl_sub {
    font-size: 5.20833vw;
    font-weight: bold;
    color: #000;
  }
  .jyosei .b_mainvisual .text_box .ttl_main {
    font-size: 9.11458vw;
    font-weight: bold;
    color: #0076cf;
    font-style: italic;
    display: inline-block;
    margin-top: 1.30208vw;
  }
  .jyosei .b_mainvisual .text_box .desc {
    font-size: 3.38542vw;
    font-weight: bold;
    line-height: 1.8;
    color: #000;
  }
  .jyosei .b_mainvisual .badge_yellow {
    position: absolute;
    right: 2.60417vw;
    bottom: 2.60417vw;
    width: 39.0625vw;
    height: 39.0625vw;
    background-color: #ffe600;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #0076cf;
    -moz-box-shadow: 0 0.78125vw 1.95313vw rgba(0, 0, 0, 0.15);
         box-shadow: 0 0.78125vw 1.95313vw rgba(0, 0, 0, 0.15);
  }
  .jyosei .b_mainvisual .badge_yellow p {
    line-height: 1;
    font-weight: bold;
  }
  .jyosei .b_mainvisual .badge_yellow .txt_top {
    font-size: 3.64583vw;
  }
  .jyosei .b_mainvisual .badge_yellow .num {
    font-size: 14.32292vw;
    font-family: "Roboto", sans-serif;
    line-height: 0.9;
    margin: 1.30208vw 0;
    display: inline-block;
  }
  .jyosei .b_mainvisual .badge_yellow .num .percent {
    font-size: 5.85938vw;
    margin-left: 0.65104vw;
  }
  .jyosei .b_mainvisual .badge_yellow .txt_bottom {
    font-size: 3.64583vw;
  }
  .jyosei .b_mainvisual .info_bar {
    background-color: #0076cf;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    padding: 2.60417vw;
    margin: -39.0625vw 2.60417vw 0;
    position: relative;
    z-index: 10;
    width: 50%;
  }
  .jyosei .b_mainvisual .info_bar .info_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.90625vw;
  }
  .jyosei .b_mainvisual .info_bar .info_list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .jyosei .b_mainvisual .info_bar .info_list li .icon {
    width: 7.8125vw;
    height: auto;
    margin-right: 2.60417vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .jyosei .b_mainvisual .info_bar .info_list li .icon img {
    width: 100%;
    height: auto;
  }
  .jyosei .b_mainvisual .info_bar .info_list li p {
    color: #fff;
    font-size: 2.86458vw;
    font-weight: bold;
    line-height: 1.5;
  }
  .jyosei .b_mainvisual .note_bottom {
    text-align: right;
    font-size: 3.38542vw;
    font-weight: bold;
    color: #000;
    margin-top: 2.60417vw;
    padding-right: 3.90625vw;
  }
  .jyosei .b_subsidy_features {
    padding: 10.41667vw 0;
    background-color: #fff;
  }
  .jyosei .b_subsidy_features_ttl {
    text-align: center;
    font-size: 5.98958vw;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 3.90625vw;
  }
  .jyosei .b_subsidy_features_ttl .c_blue {
    color: #0076cf;
    font-size: 8.33333vw;
  }
  .jyosei .b_subsidy_features_sub {
    text-align: center;
    font-size: 3.64583vw;
    font-weight: bold;
    margin-bottom: 7.8125vw;
    padding: 0 2.60417vw;
  }
  .jyosei .b_subsidy_features .feature_block {
    background-color: #f7f7f7;
    -moz-border-radius: 3.90625vw;
         border-radius: 3.90625vw;
    padding: 7.8125vw 5.20833vw 5.20833vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 7.8125vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .jyosei .b_subsidy_features .feature_block.c_green .text_box {
    width: 100%;
    padding-bottom: 7.8125vw;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .step_ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5.20833vw;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .step_ttl .num {
    font-family: "Roboto", sans-serif;
    font-size: 13.02083vw;
    font-weight: bold;
    color: #36a045;
    line-height: 0.9;
    margin-right: 2.60417vw;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .step_ttl .txt {
    font-size: 5.20833vw;
    font-weight: bold;
    color: #36a045;
    line-height: 1.3;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .lead {
    font-size: 4.16667vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 5.20833vw;
    color: #000;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .check_list {
    margin-bottom: 7.8125vw;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .check_list li {
    font-size: 3.64583vw;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 2.60417vw;
    padding-left: 6.51042vw;
    position: relative;
    color: #000;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .check_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.78125vw;
    width: 4.55729vw;
    height: 4.55729vw;
    background: url("../img/jyosei/icon_check_green.webp") no-repeat center center/contain;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .price_area {
    width: 100%;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .price_area .normal_price {
    font-size: 4.6875vw;
    font-weight: bold;
    margin-bottom: 1.95313vw;
    color: #000;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .price_area .normal_price .num {
    font-family: "Roboto", sans-serif;
    font-size: 7.8125vw;
    margin: 0 1.04167vw;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .price_area .discount_box {
    width: 78.125vw;
    background-color: #36a045;
    color: #fff;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    padding: 3.90625vw 5.20833vw;
    margin-bottom: 2.60417vw;
    margin: 0 auto;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .price_area .discount_box .label {
    font-size: 3.64583vw;
    font-weight: bold;
    display: block;
    margin-bottom: 1.30208vw;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .price_area .discount_box .price_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .price_area .discount_box .price_wrap .num {
    font-family: "Roboto", sans-serif;
    font-size: 14.32292vw;
    font-weight: bold;
    line-height: 1;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .price_area .discount_box .price_wrap .unit {
    font-size: 3.90625vw;
    font-weight: bold;
    margin-left: 1.30208vw;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .price_area .price_note {
    font-size: 3.90625vw;
    font-weight: bold;
    text-align: center;
    margin-top: 1.30208vw;
    color: #36a045;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .img_box {
    width: 100%;
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 52.08333vw;
    right: -18.22917vw;
    top: 16.92708vw;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .img_box .pic {
    width: 80%;
    text-align: center;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .img_box .pic img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .jyosei .b_subsidy_features .feature_block.c_green .img_box .btn_detail {
    position: absolute;
    display: none;
    bottom: 5.20833vw;
    right: -1.30208vw;
    background-color: #36a045;
    color: #fff;
    font-size: 3.64583vw;
    font-weight: bold;
    padding: 2.60417vw 6.51042vw;
    -moz-border-radius: 7.8125vw;
         border-radius: 7.8125vw;
    text-decoration: none;
    -moz-box-shadow: 0 0.78125vw 1.95313vw rgba(0, 0, 0, 0.2);
         box-shadow: 0 0.78125vw 1.95313vw rgba(0, 0, 0, 0.2);
  }
  .jyosei .b_subsidy_features .feature_block.c_green .btn_detail {
    display: block;
    width: 52.08333vw;
    margin: 0 auto;
    text-align: center;
    background-color: #36a045;
    color: #fff;
    font-size: 3.64583vw;
    font-weight: bold;
    padding: 2.60417vw 6.51042vw;
    -moz-border-radius: 7.8125vw;
         border-radius: 7.8125vw;
    text-decoration: none;
    -moz-box-shadow: 0 0.78125vw 1.95313vw rgba(0, 0, 0, 0.2);
         box-shadow: 0 0.78125vw 1.95313vw rgba(0, 0, 0, 0.2);
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .text_box {
    width: 100%;
    padding-bottom: 7.8125vw;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .step_ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5.20833vw;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .step_ttl .num {
    font-family: "Roboto", sans-serif;
    font-size: 13.02083vw;
    font-weight: bold;
    color: #005bac;
    line-height: 0.9;
    margin-right: 2.60417vw;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .step_ttl .txt {
    font-size: 5.20833vw;
    font-weight: bold;
    color: #005bac;
    line-height: 1.3;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .lead {
    font-size: 4.16667vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 5.20833vw;
    color: #000;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .check_list {
    margin-bottom: 7.8125vw;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .check_list li {
    font-size: 3.64583vw;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 2.60417vw;
    padding-left: 6.51042vw;
    position: relative;
    color: #000;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .check_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.78125vw;
    width: 4.55729vw;
    height: 4.55729vw;
    background: url("../img/jyosei/icon_check_blue.webp") no-repeat center center/contain;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .price_area {
    width: 100%;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .price_area .normal_price {
    font-size: 4.6875vw;
    font-weight: bold;
    margin-bottom: 1.95313vw;
    color: #000;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .price_area .normal_price .num {
    font-family: "Roboto", sans-serif;
    font-size: 7.8125vw;
    margin: 0 1.04167vw;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .price_area .discount_box {
    width: 78.125vw;
    background-color: #005bac;
    color: #fff;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    padding: 3.90625vw 5.20833vw;
    margin-bottom: 2.60417vw;
    margin: 0 auto;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .price_area .discount_box .label {
    font-size: 3.64583vw;
    font-weight: bold;
    display: block;
    margin-bottom: 1.30208vw;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .price_area .discount_box .price_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .price_area .discount_box .price_wrap .num {
    font-family: "Roboto", sans-serif;
    font-size: 13.02083vw;
    font-weight: bold;
    line-height: 1;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .price_area .discount_box .price_wrap .unit {
    font-size: 3.90625vw;
    font-weight: bold;
    margin-left: 1.30208vw;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .price_area .price_note {
    font-size: 3.90625vw;
    font-weight: bold;
    text-align: center;
    margin-top: 1.30208vw;
    color: #005bac;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .img_box {
    width: 100%;
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 49.47917vw;
    right: -18.22917vw;
    top: 23.4375vw;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .img_box .pic {
    width: 80%;
    text-align: center;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .img_box .pic img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .img_box .btn_detail {
    position: absolute;
    display: none;
    bottom: 5.20833vw;
    right: -1.30208vw;
    background-color: #005bac;
    color: #fff;
    font-size: 3.64583vw;
    font-weight: bold;
    padding: 2.60417vw 6.51042vw;
    -moz-border-radius: 7.8125vw;
         border-radius: 7.8125vw;
    text-decoration: none;
    -moz-box-shadow: 0 0.78125vw 1.95313vw rgba(0, 0, 0, 0.2);
         box-shadow: 0 0.78125vw 1.95313vw rgba(0, 0, 0, 0.2);
  }
  .jyosei .b_subsidy_features .feature_block.c_blue .btn_detail {
    display: block;
    width: 52.08333vw;
    margin: 0 auto;
    text-align: center;
    bottom: 5.20833vw;
    right: -1.30208vw;
    background-color: #005bac;
    color: #fff;
    font-size: 3.64583vw;
    font-weight: bold;
    padding: 2.60417vw 6.51042vw;
    -moz-border-radius: 7.8125vw;
         border-radius: 7.8125vw;
    text-decoration: none;
    -moz-box-shadow: 0 0.78125vw 1.95313vw rgba(0, 0, 0, 0.2);
         box-shadow: 0 0.78125vw 1.95313vw rgba(0, 0, 0, 0.2);
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .text_box {
    width: 100%;
    padding-bottom: 7.8125vw;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .step_ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5.20833vw;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .step_ttl .num {
    font-family: "Roboto", sans-serif;
    font-size: 18.22917vw;
    font-weight: bold;
    color: #e25123;
    line-height: 0.9;
    margin-right: 2.60417vw;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .step_ttl .txt {
    font-size: 5.20833vw;
    font-weight: bold;
    color: #e25123;
    line-height: 1.3;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .lead {
    font-size: 4.16667vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 5.20833vw;
    color: #000;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .check_list {
    margin-bottom: 7.8125vw;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .check_list li {
    font-size: 3.64583vw;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 2.60417vw;
    padding-left: 6.51042vw;
    position: relative;
    color: #000;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .check_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.78125vw;
    width: 4.55729vw;
    height: 4.55729vw;
    background: url("../img/jyosei/icon_check_orange.webp") no-repeat center center/contain;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .price_area {
    width: 100%;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .price_area .normal_price {
    font-size: 4.6875vw;
    font-weight: bold;
    margin-bottom: 1.95313vw;
    color: #000;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .price_area .normal_price .num {
    font-family: "Roboto", sans-serif;
    font-size: 7.8125vw;
    margin: 0 1.04167vw;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .price_area .discount_box {
    width: 78.125vw;
    background-color: #e25123;
    color: #fff;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    padding: 3.90625vw 5.20833vw;
    margin-bottom: 2.60417vw;
    margin: 0 auto;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .price_area .discount_box .label {
    font-size: 3.64583vw;
    font-weight: bold;
    display: block;
    margin-bottom: 1.30208vw;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .price_area .discount_box .price_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .price_area .discount_box .price_wrap .num {
    font-family: "Roboto", sans-serif;
    font-size: 13.02083vw;
    font-weight: bold;
    line-height: 1;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .price_area .discount_box .price_wrap .unit {
    font-size: 3.90625vw;
    font-weight: bold;
    margin-left: 1.30208vw;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .price_area .price_note {
    font-size: 3.90625vw;
    font-weight: bold;
    text-align: center;
    margin-top: 1.30208vw;
    color: #e25123;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .img_box {
    width: 100%;
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 49.47917vw;
    right: -9.11458vw;
    top: 23.4375vw;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .img_box .pic {
    width: 80%;
    text-align: center;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .img_box .pic img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .img_box .btn_detail {
    position: absolute;
    display: none;
    bottom: 5.20833vw;
    right: -1.30208vw;
    background-color: #e25123;
    color: #fff;
    font-size: 3.64583vw;
    font-weight: bold;
    padding: 2.60417vw 6.51042vw;
    -moz-border-radius: 7.8125vw;
         border-radius: 7.8125vw;
    text-decoration: none;
    -moz-box-shadow: 0 0.78125vw 1.95313vw rgba(0, 0, 0, 0.2);
         box-shadow: 0 0.78125vw 1.95313vw rgba(0, 0, 0, 0.2);
  }
  .jyosei .b_subsidy_features .feature_block.c_orange .btn_detail {
    display: block;
    width: 52.08333vw;
    margin: 0 auto;
    text-align: center;
    bottom: 5.20833vw;
    right: -1.30208vw;
    background-color: #e25123;
    color: #fff;
    font-size: 3.64583vw;
    font-weight: bold;
    padding: 2.60417vw 6.51042vw;
    -moz-border-radius: 7.8125vw;
         border-radius: 7.8125vw;
    text-decoration: none;
    -moz-box-shadow: 0 0.78125vw 1.95313vw rgba(0, 0, 0, 0.2);
         box-shadow: 0 0.78125vw 1.95313vw rgba(0, 0, 0, 0.2);
  }
  .jyosei .b_subsidy_features_note {
    font-size: 3.64583vw;
    line-height: 1.6;
    margin-top: 1.30208vw;
    padding: 0 2.60417vw;
    color: #000;
  }
  .jyosei .b_subsidy_about {
    padding: 10.41667vw 0;
    background-color: #f7f7f7;
  }
  .jyosei .b_subsidy_about .row {
    max-width: 100%;
    padding: 0 3.90625vw;
  }
  .jyosei .b_subsidy_about .about_box {
    background-color: #fff;
    -moz-border-radius: 3.90625vw;
         border-radius: 3.90625vw;
    padding: 7.8125vw 5.20833vw;
    text-align: center;
    margin-bottom: 7.8125vw;
  }
  .jyosei .b_subsidy_about .about_box:last-child {
    margin-bottom: 0;
  }
  .jyosei .b_subsidy_about .about_box .box_ttl {
    font-size: 5.46875vw;
    font-weight: bold;
    margin-bottom: 5.20833vw;
    letter-spacing: 0.26042vw;
  }
  .jyosei .b_subsidy_about .about_box .desc {
    font-size: 3.90625vw;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 6.51042vw;
    color: #000;
  }
  .jyosei .b_subsidy_about .about_box.c_blue .box_ttl {
    color: #0076cf;
  }
  .jyosei .b_subsidy_about .about_box.c_blue .main_icon {
    width: 28.64583vw;
    margin: 0 auto 5.20833vw;
  }
  .jyosei .b_subsidy_about .about_box.c_blue .main_icon img {
    width: 100%;
    height: auto;
    display: block;
  }
  .jyosei .b_subsidy_about .about_box.c_blue .highlight_txt {
    font-size: 4.16667vw;
    font-weight: bold;
    color: #0076cf;
    line-height: 1.6;
  }
  .jyosei .b_subsidy_about .about_box.c_red .box_ttl {
    color: #e62e2e;
  }
  .jyosei .b_subsidy_about .about_box.c_red .icon_grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6.51042vw 3.90625vw;
    margin-top: 7.8125vw;
  }
  .jyosei .b_subsidy_about .about_box.c_red .icon_grid .icon_item {
    width: -webkit-calc( 33.333% - 2.60417vw);
    width: -moz-calc( 33.333% - 2.60417vw);
    width: calc( 33.333% - 2.60417vw);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .jyosei .b_subsidy_about .about_box.c_red .icon_grid .icon_item figure {
    height: 13.02083vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2.60417vw;
    width: 13.02083vw;
  }
  .jyosei .b_subsidy_about .about_box.c_red .icon_grid .icon_item figure img {
    max-height: 100%;
    width: auto;
  }
  .jyosei .b_subsidy_about .about_box.c_red .icon_grid .icon_item span {
    font-size: 2.86458vw;
    font-weight: bold;
    line-height: 1.4;
    color: #000;
  }
  .jyosei .b_support_cycle {
    padding: 10.41667vw 0;
    background-color: #fff;
  }
  .jyosei .b_support_cycle .top_area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    margin: 0 auto 7.8125vw;
    padding: 0 3.90625vw;
  }
  .jyosei .b_support_cycle .text_box {
    width: 100%;
    margin-bottom: 5.20833vw;
  }
  .jyosei .b_support_cycle .text_box .sub_ttl {
    font-size: 4.6875vw;
    font-weight: bold;
    margin-bottom: 2.60417vw;
    color: #000;
  }
  .jyosei .b_support_cycle .text_box .main_ttl {
    font-size: 6.25vw;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 5.20833vw;
    color: #000;
  }
  .jyosei .b_support_cycle .text_box .main_ttl .c_blue {
    color: #0076cf;
  }
  .jyosei .b_support_cycle .text_box .check_list li {
    font-size: 3.38542vw;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 2.60417vw;
    padding-left: 5.20833vw;
    position: relative;
    color: #000;
  }
  .jyosei .b_support_cycle .text_box .check_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.78125vw;
    width: 3.64583vw;
    height: 3.64583vw;
    background: url("../img/jyosei/icon_check_blue_circle.svg") no-repeat center center/contain;
  }
  .jyosei .b_support_cycle .staff_pic {
    width: 80%;
    display: none;
  }
  .jyosei .b_support_cycle .staff_pic img {
    width: 100%;
    height: auto;
    display: block;
  }
  .jyosei .b_support_cycle .cycle_diagram {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 3.90625vw;
  }
  .jyosei .b_support_cycle .cycle_diagram img {
    width: 100%;
    height: auto;
  }
  .jyosei .b_free_diagnosis {
    padding: 0 0 13.02083vw;
    background-color: #fff;
  }
  .jyosei .b_free_diagnosis_inner {
    background-color: #f7f7f7;
    -moz-border-radius: 3.90625vw;
         border-radius: 3.90625vw;
    padding: 7.8125vw 3.90625vw;
    width: 92%;
    margin: 0 auto;
    text-align: center;
  }
  .jyosei .b_free_diagnosis .ttl {
    font-size: 6.51042vw;
    font-weight: bold;
    margin-bottom: 5.20833vw;
    color: #000;
  }
  .jyosei .b_free_diagnosis .ttl .c_blue {
    color: #0076cf;
  }
  .jyosei .b_free_diagnosis .desc {
    font-size: 3.90625vw;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 7.8125vw;
    color: #000;
  }
  .jyosei .b_free_diagnosis .step_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.60417vw;
    margin-bottom: 7.8125vw;
  }
  .jyosei .b_free_diagnosis .step_list li {
    background-color: #fff;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    padding: 5.20833vw 2.60417vw;
    width: -webkit-calc(50% - 1.30208vw);
    width: -moz-calc(50% - 1.30208vw);
    width: calc(50% - 1.30208vw);
    -moz-box-shadow: 0 0.52083vw 1.95313vw rgba(0, 0, 0, 0.05);
         box-shadow: 0 0.52083vw 1.95313vw rgba(0, 0, 0, 0.05);
  }
  .jyosei .b_free_diagnosis .step_list li .num {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 7.8125vw;
    font-weight: bold;
    color: #0076cf;
    line-height: 1;
    margin-bottom: 2.60417vw;
  }
  .jyosei .b_free_diagnosis .step_list li .icon {
    height: 10.41667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.60417vw;
  }
  .jyosei .b_free_diagnosis .step_list li .icon img {
    max-height: 100%;
    width: auto;
  }
  .jyosei .b_free_diagnosis .step_list li .step_ttl {
    font-size: 3.38542vw;
    font-weight: bold;
    color: #0076cf;
    margin-bottom: 2.60417vw;
  }
  .jyosei .b_free_diagnosis .step_list li .step_txt {
    font-size: 2.86458vw;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    color: #000;
  }
  .jyosei .b_free_diagnosis .btn_cta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #0076cf;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 3.90625vw;
         border-radius: 3.90625vw;
    padding: 5.20833vw 2.60417vw;
    width: 100%;
    position: relative;
    -moz-box-shadow: 0 0.78125vw 2.60417vw rgba(0, 118, 207, 0.3);
         box-shadow: 0 0.78125vw 2.60417vw rgba(0, 118, 207, 0.3);
  }
  .jyosei .b_free_diagnosis .btn_cta .badge {
    background-color: #fff;
    color: #0076cf;
    font-size: 3.90625vw;
    font-weight: bold;
    padding: 1.95313vw 5.20833vw;
    -moz-border-radius: 6.51042vw;
         border-radius: 6.51042vw;
    margin-bottom: 2.60417vw;
  }
  .jyosei .b_free_diagnosis .btn_cta .txt_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .jyosei .b_free_diagnosis .btn_cta .txt_wrap .main {
    font-size: 5.46875vw;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1.30208vw;
  }
  .jyosei .b_free_diagnosis .btn_cta .txt_wrap .sub {
    font-size: 3.125vw;
    font-weight: bold;
  }
  .jyosei .b_free_diagnosis .btn_cta .arrow {
    position: absolute;
    right: 5.20833vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 1.5625vw solid transparent;
    border-bottom: 1.5625vw solid transparent;
    border-left: 2.08333vw solid #fff;
  }
}
