@charset "UTF-8";
body {
  font-size: 1vw; }

.top {
  background: url(../images/top.webp) no-repeat;
  width: 100%;
  height: 37em;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .top .top_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; }
    .top .top_wrapper .texts {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-end;
      padding-top: 3em; }
      .top .top_wrapper .texts .texts_wrapper_text {
        white-space: nowrap;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin-bottom: 2em; }
      .top .top_wrapper .texts span {
        font-size: 2.2em;
        font-weight: bold;
        color: white;
        text-shadow: 0 0 0.5em rgba(0, 6, 90, 0.5); }
      .top .top_wrapper .texts .top_big_font {
        font-size: 1.5em; }
      .top .top_wrapper .texts .cheapest_price {
        font-family: 'Roboto Condensed', sans-serif;
        text-shadow: 0 0 0.5em #82FFEE;
        font-size: 7em;
        display: flex;
        align-items: center;
        justify-content: center; }
      .top .top_wrapper .texts .top_banner {
        background: #345EC4;
        box-shadow: 0 0 0.5em #82ffee7b;
        border-radius: 0.8em;
        overflow: hidden;
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 95%;
        margin: auto; }
        .top .top_wrapper .texts .top_banner .top_banner_texts {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          padding: 1em;
          width: 23em; }
          .top .top_wrapper .texts .top_banner .top_banner_texts span {
            font-size: 1em; }
          .top .top_wrapper .texts .top_banner .top_banner_texts .banner_texts_merchandise {
            font-size: 2.3em;
            margin-top: -0.5em;
            margin-bottom: 0.2em; }
          .top .top_wrapper .texts .top_banner .top_banner_texts .banner_texts_off {
            font-family: 'Roboto Condensed', sans-serif;
            background: linear-gradient(transparent 90%, #FFFF00 0%);
            padding-bottom: 0.5em;
            white-space: nowrap;
            text-shadow: 0 0 0.5em #82FFEE; }
            .top .top_wrapper .texts .top_banner .top_banner_texts .banner_texts_off .texts_off_main {
              font-style: italic; }
            .top .top_wrapper .texts .top_banner .top_banner_texts .banner_texts_off .texts_off_max,
            .top .top_wrapper .texts .top_banner .top_banner_texts .banner_texts_off .texts_off_main,
            .top .top_wrapper .texts .top_banner .top_banner_texts .banner_texts_off .sp_column,
            .top .top_wrapper .texts .top_banner .top_banner_texts .banner_texts_off .texts_off_numbers,
            .top .top_wrapper .texts .top_banner .top_banner_texts .banner_texts_off .texts_off_percent {
              text-shadow: 0 0 0.3em #82FFEE; }
            .top .top_wrapper .texts .top_banner .top_banner_texts .banner_texts_off .texts_off_max {
              -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
              font-size: 2.2em;
              margin-right: -0.2em; }
            .top .top_wrapper .texts .top_banner .top_banner_texts .banner_texts_off .texts_off_numbers {
              font-size: 6em;
              line-height: 0.8; }
            .top .top_wrapper .texts .top_banner .top_banner_texts .banner_texts_off .sp_column {
              font-size: 3em; }
            .top .top_wrapper .texts .top_banner .top_banner_texts .banner_texts_off .texts_off_percent {
              font-family: 'Noto Sans JP', sans-serif;
              font-size: 1em;
              margin-left: -0.1em;
              margin-right: 0.1em; }
          .top .top_wrapper .texts .top_banner .top_banner_texts .banner_texts_footnote {
            margin-top: 0.5em;
            font-size: 0.9em; }
      .top .top_wrapper .texts img {
        width: 15em;
        filter: drop-shadow(0 0 0.75rem white);
        padding: 1em 1em 0 0;
        vertical-align: bottom; }
  .top .top_space {
    width: 50%; }

.aircon-banner {
  width: 100%;
  height: auto;
  background-color: #EBF4FE;
  padding: 1.5em; }
  .aircon-banner a {
    display: block;
    margin: 0em auto;
    max-width: 30em;
    width: calc(100% - 2em); }
  .aircon-banner img {
    width: 100%;
    border: 0.15em solid #345EC4;
    border-radius: 1em;
    box-shadow: rgba(0, 130, 135, 0.314) 0.3rem 0.3rem 1rem;
    transition: 0.2s; }
    .aircon-banner img:hover {
      transform: translateY(0.3rem) scale(0.99);
      box-shadow: white 0rem 0rem 0em; }

.komikomi {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 1.5em 0; }
  .komikomi div {
    margin: 0.1em 0 0.5em 0;
    width: 35em; }
    .komikomi div .komikomiText {
      background-color: #345EC4;
      border-radius: 100em;
      width: 100%; }
      .komikomi div .komikomiText p {
        font-size: 1.7em;
        font-weight: bold;
        text-align: center;
        color: white; }
  .komikomi .contents {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 1em; }
    .komikomi .contents .contentsItem {
      background-color: #EBF4FE;
      border: solid 0.13rem #345EC4;
      box-shadow: 0.2em 0.2em 0.8em #00877544;
      border-radius: 0.71em;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.5em;
      padding: 1em; }
      .komikomi .contents .contentsItem img {
        height: 5em;
        margin: 0; }
      .komikomi .contents .contentsItem h3 {
        font-size: 1.5em;
        color: #345EC4; }
    .komikomi .contents .plus {
      width: 10em; }

.merchandise {
  position: relative;
  background-color: #EBF4FE; }
  .merchandise .sub_title {
    background-color: #345EC4;
    padding-bottom: 1em; }
    .merchandise .sub_title h1 {
      color: white;
      font-size: 3em;
      text-align: center; }
      .merchandise .sub_title h1 span {
        font-family: 'Roboto Condensed', sans-serif;
        font-style: italic;
        font-size: 1.5em;
        text-shadow: 0 0 0.4em #82FFEE;
        background: linear-gradient(transparent 92%, #FCF204 0%); }
        .merchandise .sub_title h1 span span {
          margin-left: -0.1em;
          margin-right: 0.1em;
          font-family: 'Noto Sans JP', sans-serif;
          background: none;
          font-size: 0.8em; }
  .merchandise .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 3em 3em;
    width: 100%; }
    .merchandise .wrapper .item {
      position: relative;
      overflow-x: visible;
      display: flex;
      align-items: stretch; }
      .merchandise .wrapper .item .percent_off {
        position: absolute;
        top: 0em;
        left: 0em;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        background-color: #FCF204;
        z-index: 999;
        border-radius: 100%;
        border: 0.2em solid #345EC4;
        width: 6.8em;
        height: 6.8em;
        color: #345EC4;
        line-height: 1;
        padding: 0.75em; }
        .merchandise .wrapper .item .percent_off .base_price {
          font-weight: 500;
          font-size: 0.8em; }
        .merchandise .wrapper .item .percent_off h2 {
          font-family: 'Roboto Condensed', sans-serif;
          font-size: 3.3em;
          font-weight: bold;
          margin-left: 0.2em; }
          .merchandise .wrapper .item .percent_off h2 span {
            font-family: 'Noto Sans JP', sans-serif;
            font-weight: 900;
            font-size: 0.5em; }
        .merchandise .wrapper .item .percent_off .off {
          font-family: 'Roboto', sans-serif;
          font-size: 1.5em;
          font-weight: bold;
          margin-top: -0.2em; }
      .merchandise .wrapper .item .item_wrapper {
        margin: 2em;
        background-color: white;
        border-radius: 0.7em;
        width: 16em;
        border: 0.15em solid #345EC4;
        box-shadow: 0.3em 0.3em 1em #00828750;
        color: #345EC4;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden; }
        .merchandise .wrapper .item .item_wrapper .img_frame {
          height: 15em;
          width: 100%;
          margin: 0 auto;
          position: relative;
          overflow: hidden; }
          .merchandise .wrapper .item .item_wrapper .img_frame img {
            object-fit: cover;
            height: 100%;
            width: 100%; }
          .merchandise .wrapper .item .item_wrapper .img_frame .logo_space {
            position: absolute;
            top: 0;
            right: 0;
            display: flex;
            align-items: center;
            object-fit: contain;
            height: 2em;
            width: auto;
            background-color: white;
            padding: 0.2em 0.4em;
            border-radius: 0 0 0 1em;
            box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2); }
            .merchandise .wrapper .item .item_wrapper .img_frame .logo_space img {
              height: 100%;
              width: 7em;
              min-width: 7em;
              padding: 0 1em;
              object-fit: contain; }
          .merchandise .wrapper .item .item_wrapper .img_frame .quantity_space {
            position: absolute;
            bottom: 0.3em;
            right: 0.3em;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background-color: rgba(255, 255, 255, 0.65);
            backdrop-filter: blur(10px) brightness(100%);
            padding: 0.3em 0.4em;
            border-radius: 0.5em;
            font-size: 0.7em;
            font-weight: 600;
            box-shadow: inset 0 0 0.05em 0.05em white; }
            .merchandise .wrapper .item .item_wrapper .img_frame .quantity_space .quantity_number {
              font-size: 1.3em; }
              .merchandise .wrapper .item .item_wrapper .img_frame .quantity_space .quantity_number .quantity_point {
                font-size: 0.7em; }
      .merchandise .wrapper .item .open_type {
        width: 100%;
        background-color: #345EC4;
        font-size: 1.2em;
        color: white;
        padding: 0.2em 0;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: center; }
      .merchandise .wrapper .item .function_space {
        margin: 0 auto;
        border-bottom: 0.1em solid #345EC4;
        width: 100%;
        padding: 0.3em 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap; }
        .merchandise .wrapper .item .function_space .function {
          margin: 0.1em;
          font-size: 0.75em;
          border-radius: 100em;
          padding: 0.2em 0.5em;
          display: inline-block;
          font-weight: normal;
          text-align: center;
          color: white;
          background-color: #345EC4; }
        .merchandise .wrapper .item .function_space .ten_warranty,
        .merchandise .wrapper .item .function_space .item_color_silver,
        .merchandise .wrapper .item .function_space .item_color_black {
          font-weight: bold; }
        .merchandise .wrapper .item .function_space .ten_warranty {
          background-color: #EBF4FE;
          border: 0.1em solid #345EC4;
          width: 100%; }
          .merchandise .wrapper .item .function_space .ten_warranty:before {
            content: "工事10年保証";
            color: #345EC4; }
        .merchandise .wrapper .item .function_space .item_color_silver {
          position: relative;
          text-shadow: 0 0 0.2rem black;
          background-image: linear-gradient(150deg, #777777 14%, #8e8e8e 27%, #cacaca 45%, #777777 76%, #a8a8a8); }
          .merchandise .wrapper .item .function_space .item_color_silver:before {
            content: "シルバー"; }
        .merchandise .wrapper .item .function_space .item_color_black {
          background-color: #2c2c2c; }
          .merchandise .wrapper .item .function_space .item_color_black:before {
            content: "ブラック"; }
        .merchandise .wrapper .item .function_space .item_1 {
          background-color: #ff8f2d; }
          .merchandise .wrapper .item .function_space .item_1:before {
            content: "ぎっしりカゴ"; }
        .merchandise .wrapper .item .function_space .item_2 {
          background-color: #1dc05e; }
          .merchandise .wrapper .item .function_space .item_2:before {
            content: "自立脚"; }
      .merchandise .wrapper .item .product_information_1 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 85%; }
        .merchandise .wrapper .item .product_information_1 .model_number {
          margin-top: 0.3em;
          font-family: 'Roboto', sans-serif;
          font-size: 1.1em;
          display: block;
          border-bottom: 0.1em solid #345EC4; }
        .merchandise .wrapper .item .product_information_1 .list_price {
          font-size: 0.8em;
          color: #2c2c2c;
          margin: 0.3em 0; }
          .merchandise .wrapper .item .product_information_1 .list_price .list_price_name {
            text-align: left; }
          .merchandise .wrapper .item .product_information_1 .list_price .list_price_money {
            text-align: right; }
            .merchandise .wrapper .item .product_information_1 .list_price .list_price_money span {
              font-family: 'Roboto Condensed', sans-serif;
              font-size: 1.3em; }
      .merchandise .wrapper .item .komikomi_price_wrapper {
        margin-top: auto;
        width: 90%; }
      .merchandise .wrapper .item .komikomi_price {
        background-color: #345EC4;
        border-radius: 100em;
        color: white;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-size: 0.9em;
        font-weight: bold;
        padding: 0.3em 0;
        align-items: flex-end; }
      .merchandise .wrapper .item .product_information_2 .tax_included_price {
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, #FCF204 55%, #FCF204 85%, rgba(25, 46, 119, 0) 85%); }
        .merchandise .wrapper .item .product_information_2 .tax_included_price .price {
          font-family: 'Roboto Condensed', sans-serif;
          font-size: 3em;
          text-align: center;
          line-height: 1;
          margin-top: 0.2em;
          margin-bottom: 0.2em; }
        .merchandise .wrapper .item .product_information_2 .tax_included_price div {
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          justify-content: center;
          align-items: center; }
          .merchandise .wrapper .item .product_information_2 .tax_included_price div .tax_included {
            font-size: 0.8em;
            margin: 0 0 -0.3em 0;
            white-space: nowrap; }
          .merchandise .wrapper .item .product_information_2 .tax_included_price div .en {
            font-size: 1.6em; }
        .merchandise .wrapper .item .product_information_2 .tax_included_price .kara {
          font-size: 3em;
          margin-left: -0.15em; }

.construction_cost {
  color: #345EC4; }
  .construction_cost .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2em auto 0;
    width: 60%; }
    .construction_cost .wrapper .main_quote {
      position: relative;
      padding: 1em 1.7em;
      background-color: #EBF4FE;
      border-radius: 1em;
      text-align: center;
      max-width: 31em;
      margin-bottom: 2em; }
      .construction_cost .wrapper .main_quote .main_quote_triangle {
        z-index: -1;
        position: absolute;
        top: 3em;
        right: -4em;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 2em 5em 0 0;
        border-color: #EBF4FE transparent transparent transparent; }
      .construction_cost .wrapper .main_quote div {
        display: inline-block;
        margin: 0 auto; }
        .construction_cost .wrapper .main_quote div h3 {
          text-align: left;
          font-size: 2.3em;
          margin-bottom: 0.5em; }
        .construction_cost .wrapper .main_quote div p {
          text-align: left;
          font-size: 1em; }
    .construction_cost .wrapper .anri_guts {
      z-index: -2;
      margin-left: 1em; }
      .construction_cost .wrapper .anri_guts img {
        width: 15em; }

.nationwide_deployment {
  background-color: #EBF4FE;
  color: #345EC4;
  padding: 3em 0; }
  .nationwide_deployment .wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 70%; }
    .nationwide_deployment .wrapper .main {
      text-align: center;
      margin-bottom: 3em; }
      .nationwide_deployment .wrapper .main .logo {
        width: 15em;
        margin-bottom: 1em; }
      .nationwide_deployment .wrapper .main div {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center; }
        .nationwide_deployment .wrapper .main div h2 {
          font-size: 3.5em;
          margin: 0 0.5em;
          font-weight: 900;
          background: linear-gradient(transparent 75%, #FCF204 30%); }
        .nationwide_deployment .wrapper .main div .decoration_line {
          width: 3em; }
        .nationwide_deployment .wrapper .main div .decoration_line_l {
          transform: scale(-1, 1); }
      .nationwide_deployment .wrapper .main h3 {
        font-size: 1.5em;
        font-weight: 700;
        margin-top: 0.5em; }
    .nationwide_deployment .wrapper .nationwide {
      width: 30em; }

.inquiry {
  background-color: #ffcd28;
  overflow: hidden; }
  .inquiry .wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    .inquiry .wrapper .borujuku_guts {
      margin-right: 2em;
      padding: 2em 0 0 0; }
      .inquiry .wrapper .borujuku_guts img {
        display: flex;
        align-items: flex-end;
        width: 20em;
        filter: drop-shadow(0 0 0.75em rgba(255, 255, 255, 0.5)) drop-shadow(0 0 0.5em white); }
    .inquiry .wrapper .information {
      width: 30em;
      white-space: nowrap; }
      .inquiry .wrapper .information .title {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        color: #345EC4; }
        .inquiry .wrapper .information .title .cheapest_price_title {
          font-size: 3em;
          text-shadow: 0 0 0.1em white, 0 0 0.1em white, 0 0 0.1em white;
          letter-spacing: 0.1em; }
        .inquiry .wrapper .information .title h3 {
          text-shadow: 0 0 0.15em white, 0 0 0.15em white, 0 0 0.15em white;
          letter-spacing: 0.1em; }
        .inquiry .wrapper .information .title .additional_fee {
          background-color: white;
          color: #345EC4;
          text-align: center;
          padding: 0.5em 1em;
          border-radius: 1em; }
          .inquiry .wrapper .information .title .additional_fee p {
            font-size: 1em;
            font-weight: bold; }
          .inquiry .wrapper .information .title .additional_fee h2 {
            font-size: 3em;
            font-family: 'Roboto Condensed', sans-serif; }
        .inquiry .wrapper .information .title h3 {
          font-size: 2em; }
      .inquiry .wrapper .information .ok {
        text-align: center;
        display: block;
        background-color: white;
        border-radius: 0.2em;
        font-size: 1em;
        font-weight: bold;
        color: #345EC4;
        margin: 0.7em 0; }
      .inquiry .wrapper .information .tel {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        margin: 0.7em 0;
        background-color: #FCF204;
        border-radius: 100em;
        box-shadow: 0 0.25em 0.3em #ff510085;
        transition: 0.2s; }
        .inquiry .wrapper .information .tel h4 {
          color: #0f0d69;
          font-size: 3em;
          font-family: 'Roboto Condensed', sans-serif; }
        .inquiry .wrapper .information .tel .freeDial {
          height: 2.5em;
          margin-right: 0.5em; }
        .inquiry .wrapper .information .tel:hover {
          transform: scale(0.98);
          box-shadow: 0 0.05rem 0.1rem #ff5100; }
      .inquiry .wrapper .information .mailLine {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        min-height: 2rem; }
        .inquiry .wrapper .information .mailLine .estimate_word {
          display: table;
          padding-bottom: 0.2em;
          color: white; }
          .inquiry .wrapper .information .mailLine .estimate_word .mailLine_main_word {
            font-weight: bold;
            font-size: 1.8em; }
          .inquiry .wrapper .information .mailLine .estimate_word .mailLine_sub_word {
            font-size: 1.2em; }
        .inquiry .wrapper .information .mailLine .icon {
          width: 2em;
          margin-right: 0.3em; }
        .inquiry .wrapper .information .mailLine .mail,
        .inquiry .wrapper .information .mailLine .line {
          display: flex;
          flex-wrap: nowrap;
          justify-content: center;
          align-items: center;
          padding: 0.5em;
          border-radius: 100em;
          width: 100%;
          box-shadow: 0 0.25em 0.2em #00000030;
          height: 100%;
          transition: 0.2s; }
          .inquiry .wrapper .information .mailLine .mail:hover,
          .inquiry .wrapper .information .mailLine .line:hover {
            transform: scale(0.98);
            box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5); }
        .inquiry .wrapper .information .mailLine .mail {
          background-color: #44BFD2;
          margin-right: 0.5em; }
        .inquiry .wrapper .information .mailLine .line {
          background-color: #06C755; }

.cheap_reason {
  background-color: #9FACB9;
  padding: 5em 0; }
  .cheap_reason .wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    .cheap_reason .wrapper .information {
      margin-bottom: 4em;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center; }
      .cheap_reason .wrapper .information .haruka_surprised img {
        width: 15em;
        margin-right: 1em; }
      .cheap_reason .wrapper .information .words {
        letter-spacing: 0.1em;
        color: white;
        text-align: center; }
        .cheap_reason .wrapper .information .words h3 {
          font-size: 2em; }
        .cheap_reason .wrapper .information .words h1 {
          font-size: 6em;
          text-shadow: 0 0 0.3em #82FFEE;
          letter-spacing: 0.1em; }
        .cheap_reason .wrapper .information .words p {
          font-weight: bold;
          font-size: 1.5em; }
        .cheap_reason .wrapper .information .words .underline {
          border-bottom: 0.3em solid #FCF204;
          display: inline; }
          .cheap_reason .wrapper .information .words .underline span {
            font-size: 1.7em; }
    .cheap_reason .wrapper .comparison {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      align-items: center;
      width: 45em; }
      .cheap_reason .wrapper .comparison .cheap_reason_another,
      .cheap_reason .wrapper .comparison .cheap_reason_syouzikiya {
        width: 18em;
        border-radius: 1em;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        overflow: hidden; }
        .cheap_reason .wrapper .comparison .cheap_reason_another img,
        .cheap_reason .wrapper .comparison .cheap_reason_syouzikiya img {
          width: 100%;
          height: 100%; }
        .cheap_reason .wrapper .comparison .cheap_reason_another .cheap_reason_name,
        .cheap_reason .wrapper .comparison .cheap_reason_syouzikiya .cheap_reason_name {
          font-size: 1.8em;
          font-weight: bold;
          color: white;
          width: 100%;
          height: 4em;
          margin-top: -0.3em;
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center; }
        .cheap_reason .wrapper .comparison .cheap_reason_another .via,
        .cheap_reason .wrapper .comparison .cheap_reason_syouzikiya .via {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          align-items: center;
          width: 100%;
          height: 20em;
          background: url(.../common/images/flow_arrow.svg) no-repeat;
          background-position: 50% 0em;
          padding-bottom: 4em;
          margin-top: 1em;
          background-size: 24%; }
          .cheap_reason .wrapper .comparison .cheap_reason_another .via span,
          .cheap_reason .wrapper .comparison .cheap_reason_syouzikiya .via span {
            text-align: center;
            font-size: 1.3em;
            font-weight: bold;
            color: white;
            width: 85%;
            padding: 0.3em 0;
            border-radius: 100em;
            position: relative; }
            .cheap_reason .wrapper .comparison .cheap_reason_another .via span img,
            .cheap_reason .wrapper .comparison .cheap_reason_syouzikiya .via span img {
              position: absolute;
              top: 50%;
              left: 5%;
              transform: translate(-50%, -50%); }
            .cheap_reason .wrapper .comparison .cheap_reason_another .via span .maker_icon,
            .cheap_reason .wrapper .comparison .cheap_reason_syouzikiya .via span .maker_icon {
              width: 4em; }
            .cheap_reason .wrapper .comparison .cheap_reason_another .via span .house_icon,
            .cheap_reason .wrapper .comparison .cheap_reason_syouzikiya .via span .house_icon {
              width: 5em; }
        .cheap_reason .wrapper .comparison .cheap_reason_another .result,
        .cheap_reason .wrapper .comparison .cheap_reason_syouzikiya .result {
          width: 100%;
          display: flex;
          justify-content: center;
          height: 5em; }
        .cheap_reason .wrapper .comparison .cheap_reason_another .result_wrapper,
        .cheap_reason .wrapper .comparison .cheap_reason_syouzikiya .result_wrapper {
          background-size: 85%;
          color: white;
          height: 80%;
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: bold; }
          .cheap_reason .wrapper .comparison .cheap_reason_another .result_wrapper span,
          .cheap_reason .wrapper .comparison .cheap_reason_syouzikiya .result_wrapper span {
            text-align: center; }
    .cheap_reason .wrapper .cheap_reason_another {
      border: solid 0.12em #2c2c2c;
      background-color: #dedede; }
      .cheap_reason .wrapper .cheap_reason_another .cheap_reason_name {
        background-color: #2c2c2c; }
      .cheap_reason .wrapper .cheap_reason_another .via span {
        background-color: #6a6a6a; }
        .cheap_reason .wrapper .cheap_reason_another .via span img {
          filter: drop-shadow(0 0 0.15em rgba(0, 0, 0, 0.5)); }
      .cheap_reason .wrapper .cheap_reason_another .result {
        align-items: flex-start; }
      .cheap_reason .wrapper .cheap_reason_another .result_wrapper {
        background: url(.../common/images/bad_result.svg) no-repeat center;
        font-size: 1em; }
    .cheap_reason .wrapper .cheap_reason_syouzikiya {
      box-shadow: 0 0 1em #82FFEE;
      border: solid 0.12em #345EC4;
      background: #EBF4FE; }
      .cheap_reason .wrapper .cheap_reason_syouzikiya .cheap_reason_name {
        background-color: #345EC4; }
      .cheap_reason .wrapper .cheap_reason_syouzikiya .via div {
        background-color: white;
        border-radius: 100%;
        box-shadow: 0 0 1em 1em white;
        color: #345EC4;
        font-size: 1.1em;
        font-weight: bold;
        text-align: center;
        line-height: 1.3; }
        .cheap_reason .wrapper .cheap_reason_syouzikiya .via div div {
          font-size: 2em;
          font-weight: 800;
          margin: 0 auto;
          background: linear-gradient(transparent 70%, #FCF204 0%);
          padding-bottom: 0.2em;
          border-radius: 0%; }
      .cheap_reason .wrapper .cheap_reason_syouzikiya .via span {
        background-color: #345EC4; }
        .cheap_reason .wrapper .cheap_reason_syouzikiya .via span img {
          filter: drop-shadow(0 0 0.15em #345EC4); }
      .cheap_reason .wrapper .cheap_reason_syouzikiya .result {
        align-items: center;
        background-color: #345EC4; }
      .cheap_reason .wrapper .cheap_reason_syouzikiya .result_wrapper {
        font-size: 1.7em; }
        .cheap_reason .wrapper .cheap_reason_syouzikiya .result_wrapper span {
          text-align: center;
          text-shadow: 0 0 0.3em #82FFEE; }
          .cheap_reason .wrapper .cheap_reason_syouzikiya .result_wrapper span span {
            font-size: 1.5em; }

.moreover {
  position: relative;
  padding: 2em 0 3em 0;
  background-color: #345EC4;
  text-align: center;
  color: white;
  font-size: 1.3em;
  line-height: 2.5em; }
  .moreover h1 {
    z-index: 99; }
  .moreover .underline {
    border-bottom: 0.25em solid #FCF204;
    display: inline; }
  .moreover .triangle {
    position: absolute;
    z-index: -10;
    bottom: -3em;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5em 10em 0 10em;
    border-color: #345EC4 transparent transparent transparent; }

.safe_trust {
  position: relative;
  z-index: -999;
  background-color: #EBF4FE;
  padding: 8em 0 7em 0; }
  .safe_trust .wrapper {
    text-align: center; }
    .safe_trust .wrapper .main_title {
      margin-bottom: 2em; }
    .safe_trust .wrapper .main_title_sp {
      display: none; }
    .safe_trust .wrapper .sections {
      margin: 0 21em; }
      .safe_trust .wrapper .sections .section:not(.last) {
        margin: 0 0 7em 0; }
      .safe_trust .wrapper .sections .section {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        text-align: left;
        gap: 3em; }
        .safe_trust .wrapper .sections .section:nth-child(even) {
          flex-direction: row-reverse; }
        .safe_trust .wrapper .sections .section .section_img {
          width: 20em; }
        .safe_trust .wrapper .sections .section .section_information {
          width: 30em;
          background-color: white;
          padding: 2em;
          border-radius: 1em;
          position: relative; }
          .safe_trust .wrapper .sections .section .section_information .section_number {
            font-family: 'Roboto', sans-serif;
            font-weight: bold;
            font-size: 6.5em;
            position: absolute;
            top: -0.5em;
            left: -0.3em;
            color: #8badff; }
          .safe_trust .wrapper .sections .section .section_information .section_title {
            margin-bottom: 0.5em;
            color: #345EC4;
            font-size: 1.8em;
            display: block; }
            .safe_trust .wrapper .sections .section .section_information .section_title .br_sp {
              display: none; }
            .safe_trust .wrapper .sections .section .section_information .section_title .underline {
              display: inline;
              background: linear-gradient(transparent 70%, #FCF204 0%); }
              .safe_trust .wrapper .sections .section .section_information .section_title .underline span {
                font-family: 'Roboto Condensed', sans-serif;
                font-size: 1.75em; }
          .safe_trust .wrapper .sections .section .section_information .section_sentence {
            line-height: 1.5em;
            color: #2c2c2c;
            font-weight: 500;
            font-size: 0.9em; }
          .safe_trust .wrapper .sections .section .section_information .supplement {
            color: #2c2c2c;
            margin-top: 0.2em;
            font-size: 0.7em; }
          .safe_trust .wrapper .sections .section .section_information .supplement:not(.last) {
            margin-bottom: 1.5em; }

.promise {
  padding: 3em 0 0 0;
  background-color: #404040; }
  .promise .band {
    background: #d8c256;
    background: linear-gradient(90deg, #d8c256 0%, #d2991d 18%, #ffeba2 24%, #ffeba2 77%, #d2991d 84%, #fcbd3c 100%); }
  .promise .main_title {
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: 800;
    color: #404040;
    font-size: 3em; }
  .promise .wrapper {
    text-align: center;
    padding: 3em 0; }
    .promise .wrapper .promise_elements {
      display: inline-block; }
    .promise .wrapper .promise_element {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
      .promise .wrapper .promise_element p {
        font-family: 'Noto Serif JP', serif;
        color: white;
        font-size: 1.3em;
        font-weight: 800;
        line-height: 3em; }

.flow {
  padding: 5em 0;
  background-size: 100%;
  background-color: rgba(235, 244, 254, 0.795); }
  .flow .wrapper {
    text-align: center;
    background-color: white;
    height: 100%;
    width: 80%;
    margin: 0 auto;
    padding: 3em 0 5em;
    border-radius: 3em; }
    .flow .wrapper .main_title {
      margin-bottom: 1em; }
    .flow .wrapper .steps {
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      align-self: center; }
      .flow .wrapper .steps .step {
        background-color: #EBF4FE;
        width: 11em;
        min-height: 100%;
        border-radius: 1em;
        padding: 0 1em 1em 1em;
        text-align: center;
        border: solid 0.12em #345EC4;
        box-shadow: 0.2em 0.2em 1em #00877544; }
        .flow .wrapper .steps .step .sp_step_img {
          display: none; }
        .flow .wrapper .steps .step .step_number {
          font-family: 'Roboto', sans-serif;
          font-size: 4em;
          font-weight: bold;
          color: #8badff; }
        .flow .wrapper .steps .step .step_title .sp_step_number,
        .flow .wrapper .steps .step .step_title .step_title_name {
          font-size: 1.4em;
          color: #345EC4; }
        .flow .wrapper .steps .step .step_title .sp_step_number {
          display: none; }
        .flow .wrapper .steps .step .step_img {
          height: 4em;
          margin: 1em 0; }
        .flow .wrapper .steps .step .step_sentence {
          text-align: left;
          font-size: 1em;
          font-weight: 500;
          color: #2c2c2c; }
      .flow .wrapper .steps .next_pc {
        width: 1.5em;
        margin: 1em;
        align-self: center; }
      .flow .wrapper .steps .next_sp {
        display: none; }

#suggestion {
  background-color: #9FACB9; }
  #suggestion .wrapper {
    display: flex;
    justify-content: center;
    align-items: center; }
    #suggestion .wrapper .sentence {
      text-align: center;
      color: white; }
      #suggestion .wrapper .sentence h1 {
        font-size: 2.5em;
        text-shadow: 0 0 0.2em #82FFEE;
        margin: 0.3em 0; }
      #suggestion .wrapper .sentence h3 {
        font-size: 1.5em; }
      #suggestion .wrapper .sentence .underline {
        display: inline;
        background: linear-gradient(transparent 90%, #FCF204 0%);
        padding-bottom: 0.2em; }
    #suggestion .wrapper .suggestion_img img {
      width: 18em;
      margin-left: 2em;
      vertical-align: middle;
      padding-top: 2em; }

.outline_none {
  outline: none; }
