@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
.orange {
  color: #FF9F1D; }

/*コンバージョン*/
.conversion {
  margin-bottom: 100px; }

/*メインコンテンツ*/
#top_txt .img_txt {
  text-align: center;
  margin-bottom: 50px; }
  #top_txt .img_txt img {
    width: 20%;
    text-align: center;
    margin-bottom: 10px; }
  #top_txt .img_txt h2 {
    font-size: 2.4rem;
    font-weight: bold; }
    @media (min-width: 786px) {
      #top_txt .img_txt h2 {
        font-size: calc( 2.4rem + ( 1vw - 7.86px ) * 0.9661835749 ); } }
    @media (min-width: 1200px) {
      #top_txt .img_txt h2 {
        font-size: 2.8rem; } }

/*説明*/
#explanation {
  margin-bottom: 50px; }
  #explanation .main_txt {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px; }
    #explanation .main_txt p {
      font-size: 2.2rem; }
      @media (min-width: 786px) {
        #explanation .main_txt p {
          font-size: calc( 2.2rem + ( 1vw - 7.86px ) * 3.1400966184 ); } }
      @media (min-width: 1200px) {
        #explanation .main_txt p {
          font-size: 3.5rem; } }
  #explanation .txt {
    text-align: center; }

/*診断*/
#cost {
  margin-bottom: 60px; }
  #cost .main_txt {
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px; }
    #cost .main_txt p {
      font-size: 2.4rem; }
      @media (min-width: 786px) {
        #cost .main_txt p {
          font-size: calc( 2.4rem + ( 1vw - 7.86px ) * 0.9661835749 ); } }
      @media (min-width: 1200px) {
        #cost .main_txt p {
          font-size: 2.8rem; } }
  #cost .cost_img_box {
    width: 100%;
    margin: 0 auto; }

/*コストカット診断の流れ*/
#flow {
  margin-bottom: 60px; }
  #flow .main_txt {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px; }
    #flow .main_txt p {
      font-size: 2rem; }
      @media (min-width: 786px) {
        #flow .main_txt p {
          font-size: calc( 2rem + ( 1vw - 7.86px ) * 1.9323671498 ); } }
      @media (min-width: 1200px) {
        #flow .main_txt p {
          font-size: 2.8rem; } }
  #flow .flex_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto; }
    #flow .flex_wrap .flex_box {
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%;
      border: solid 1px #E5BF23;
      padding: 20px;
      margin-bottom: 30px; }
      #flow .flex_wrap .flex_box .number {
        font-size: 4rem;
        text-align: center;
        color: #E5BF23;
        font-family: din-2014, condor, Arial, Helvetica, "sans-serif";
        font-weight: bold; }
        @media (min-width: 786px) {
          #flow .flex_wrap .flex_box .number {
            font-size: calc( 4rem + ( 1vw - 7.86px ) * 2.4154589372 ); } }
        @media (min-width: 1200px) {
          #flow .flex_wrap .flex_box .number {
            font-size: 5rem; } }
      #flow .flex_wrap .flex_box .title {
        text-align: center;
        color: #E5BF23;
        font-weight: bold; }
        #flow .flex_wrap .flex_box .title p {
          font-size: 1.6rem; }
          @media (min-width: 786px) {
            #flow .flex_wrap .flex_box .title p {
              font-size: calc( 1.6rem + ( 1vw - 7.86px ) * 0.9661835749 ); } }
          @media (min-width: 1200px) {
            #flow .flex_wrap .flex_box .title p {
              font-size: 2rem; } }
      #flow .flex_wrap .flex_box .txt {
        margin-bottom: 20px;
        text-align: justify; }
    #flow .flex_wrap .triangle {
      margin: 0 auto 30px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #CCAD00 transparent transparent transparent; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  /*メインコンテンツ*/
  #top_txt .img_txt img {
    width: 15%;
    margin-bottom: 20px; }

  /*説明*/
  #explanation .main_txt {
    margin-bottom: 40px; }

  /*診断*/
  #cost {
    margin-bottom: 100px; }
    #cost .cost_img_box {
      width: 55%;
      margin: 0 auto; }

  /*コストカット診断の流れ*/
  #flow {
    margin-bottom: 60px; }
    #flow .main_txt {
      margin-bottom: 40px; }
    #flow .flex_wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 95%; }
      #flow .flex_wrap .flex_box {
        flex: 0 1 24%;
        width: 24%;
        max-width: 24%;
        margin-bottom: 0; }
      #flow .flex_wrap .triangle {
        margin: auto 4px;
        border-width: 10px 0px 10px 10px;
        border-color: transparent transparent transparent #E5BF23; } }
/*------------------------------
		980px以上
------------------------------*/
@media screen and (min-width: 981px) {
  /*メインコンテンツ*/
  #top_txt {
    margin-bottom: 50px; }
    #top_txt .img_txt img {
      width: 10%;
      margin-bottom: 20px; }

  /*説明*/
  #explanation {
    margin: 0 auto 70px; }
    #explanation .main_txt {
      margin-bottom: 25px; }
    #explanation .txt {
      line-height: 2; }

  /*コストカット診断の流れ*/
  #flow {
    margin-bottom: 100px; }
    #flow .flex_wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%; }
      #flow .flex_wrap .flex_box {
        flex: 0 1 24%;
        width: 24%;
        max-width: 24%; } }
/*------------------------------
		1280px以上
------------------------------*/

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