@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
/*コンバージョン*/
.conversion {
  margin-bottom: 100px; }

.main_txt {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold; }
  .main_txt p {
    font-size: 1.6rem; }
    @media (min-width: 786px) {
      .main_txt p {
        font-size: calc( 1.6rem + ( 1vw - 7.86px ) * 0.9661835749 ); } }
    @media (min-width: 1200px) {
      .main_txt p {
        font-size: 2rem; } }
  .main_txt .orange {
    font-weight: bold; }

.orange {
  color: #FF9F1D; }

.sub_title {
  font-size: 2rem;
  margin-bottom: 40px;
  letter-spacing: 0; }
  @media (min-width: 786px) {
    .sub_title {
      font-size: calc( 2rem + ( 1vw - 7.86px ) * 1.9323671498 ); } }
  @media (min-width: 1200px) {
    .sub_title {
      font-size: 2.8rem; } }

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

/*説明*/
#explanation .w1200 .title {
  font-size: 1.8rem; }
  @media (min-width: 786px) {
    #explanation .w1200 .title {
      font-size: calc( 1.8rem + ( 1vw - 7.86px ) * 0 ); } }
  @media (min-width: 1200px) {
    #explanation .w1200 .title {
      font-size: 1.8rem; } }
#explanation .w1200 .txt {
  text-align: center; }

/*アドバイザー*/
#advisor .w1200 .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;
  vertical-align: middle;
  margin-bottom: 30px; }
  #advisor .w1200 .flex_wrap .img_box {
    flex: 0 1 45%;
    width: 45%;
    max-width: 45%; }
#advisor .w1200 .back {
  background: #FEFAAD;
  padding: 40px 4%;
  position: relative;
  margin-bottom: 30px; }
  #advisor .w1200 .back .yellow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 65px 0 0;
    border-color: #FEF775 transparent transparent transparent;
    bottom: 0;
    right: 0; }
  #advisor .w1200 .back .white {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 65px;
    border-color: transparent transparent #ffffff transparent;
    bottom: 0;
    right: 0; }
  #advisor .w1200 .back .pin {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    text-align: center;
    width: 20px; }
  #advisor .w1200 .back .memo .txt {
    margin-bottom: 20px;
    position: relative; }
    #advisor .w1200 .back .memo .txt p {
      font-size: 1.4rem;
      font-weight: bold;
      padding-left: 25px; }
      @media (min-width: 786px) {
        #advisor .w1200 .back .memo .txt p {
          font-size: calc( 1.4rem + ( 1vw - 7.86px ) * 0.9661835749 ); } }
      @media (min-width: 1200px) {
        #advisor .w1200 .back .memo .txt p {
          font-size: 1.8rem; } }
      #advisor .w1200 .back .memo .txt p:before {
        content: '';
        background: url("/img/service/cloud/check.png") center/cover no-repeat;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 5px; }
    #advisor .w1200 .back .memo .txt:last-child {
      margin-bottom: 0px; }
#advisor .w1200 .solution {
  text-align: center;
  color: #FF9F1D;
  font-weight: bold;
  margin-bottom: 30px; }
  #advisor .w1200 .solution p {
    font-size: 1.8rem; }
    @media (min-width: 786px) {
      #advisor .w1200 .solution p {
        font-size: calc( 1.8rem + ( 1vw - 7.86px ) * 1.4492753623 ); } }
    @media (min-width: 1200px) {
      #advisor .w1200 .solution p {
        font-size: 2.4rem; } }
#advisor .w1200 .triangle {
  margin: 0 auto 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #FF9F1D transparent transparent transparent; }

/*メリット*/
#merit {
  background: #FFF5E8;
  padding: 60px 0; }
  #merit .w1200 .flex_wrap .txt_box {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%;
    background: #fff;
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold; }
    @media (min-width: 786px) {
      #merit .w1200 .flex_wrap .txt_box {
        font-size: calc( 1.6rem + ( 1vw - 7.86px ) * 0.9661835749 ); } }
    @media (min-width: 1200px) {
      #merit .w1200 .flex_wrap .txt_box {
        font-size: 2rem; } }

/*お客様の声*/
#voice .w1200 .wrap_box {
  border: solid 1px #707070;
  padding: 20px; }
  #voice .w1200 .wrap_box .client_name {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 30px; }
    @media (min-width: 786px) {
      #voice .w1200 .wrap_box .client_name {
        font-size: calc( 1.8rem + ( 1vw - 7.86px ) * 1.9323671498 ); } }
    @media (min-width: 1200px) {
      #voice .w1200 .wrap_box .client_name {
        font-size: 2.6rem; } }
  #voice .w1200 .wrap_box .flex_wrap {
    margin-bottom: 30px; }
    #voice .w1200 .wrap_box .flex_wrap .img_box {
      margin-bottom: 20px; }
    #voice .w1200 .wrap_box .flex_wrap .contents {
      letter-spacing: 0.0em;
      margin-bottom: 20px;
      align-items: center; }
      #voice .w1200 .wrap_box .flex_wrap .contents .data {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        #voice .w1200 .wrap_box .flex_wrap .contents .data .contents_box {
          flex: 0 1 35%;
          width: 35%;
          max-width: 35%;
          background: #454545;
          padding: 10px 0;
          color: #fff;
          text-align: center;
          margin-bottom: 10px; }
        #voice .w1200 .wrap_box .flex_wrap .contents .data .contents_txt {
          flex: 0 1 60%;
          width: 60%;
          max-width: 60%;
          margin-bottom: 10px; }
      #voice .w1200 .wrap_box .flex_wrap .contents .detail_before {
        background: #F5F5F5;
        padding: 15px;
        margin-bottom: 15px; }
        #voice .w1200 .wrap_box .flex_wrap .contents .detail_before .txt {
          @inculde font(1.6rem, 1.8rem, 786px, 1200px);
          font-weight: bold;
          margin-bottom: 10px; }
        #voice .w1200 .wrap_box .flex_wrap .contents .detail_before p {
          text-align: justify; }
      #voice .w1200 .wrap_box .flex_wrap .contents .triangle {
        margin: 0 auto 15px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #FF9F1D transparent transparent transparent; }
      #voice .w1200 .wrap_box .flex_wrap .contents .detail_after {
        background: #FFF5E8;
        padding: 15px;
        margin-bottom: 15px; }
        #voice .w1200 .wrap_box .flex_wrap .contents .detail_after .txt {
          @inculde font(1.6rem, 1.8rem, 786px, 1200px);
          font-weight: bold;
          margin-bottom: 10px;
          color: #FF9F1D; }
        #voice .w1200 .wrap_box .flex_wrap .contents .detail_after p {
          text-align: justify; }
    #voice .w1200 .wrap_box .flex_wrap .btn {
      margin: 0px auto 30px; }
      #voice .w1200 .wrap_box .flex_wrap .btn.sp_tab_only {
        display: block;
        width: 100%; }
  #voice .w1200 .wrap_box .comment .title {
    color: #FF9F1D;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px; }
    #voice .w1200 .wrap_box .comment .title p {
      font-size: 1.6rem; }
      @media (min-width: 786px) {
        #voice .w1200 .wrap_box .comment .title p {
          font-size: calc( 1.6rem + ( 1vw - 7.86px ) * 0.4830917874 ); } }
      @media (min-width: 1200px) {
        #voice .w1200 .wrap_box .comment .title p {
          font-size: 1.8rem; } }
  #voice .w1200 .wrap_box .comment .voice_txt {
    text-align: justify; }

/*サポート*/
#support {
  background: #FFF5E8;
  padding: 60px 0;
  margin-bottom: 50px; }
  #support .w1200 .title_wrap {
    margin-bottom: 40px; }
    #support .w1200 .title_wrap .sub_title {
      margin-bottom: 20px; }
  #support .w1200 .case_box {
    background: #fff;
    margin: 0 auto 20px;
    padding: 20px; }
    #support .w1200 .case_box .flex_wrap {
      margin-bottom: 10px; }
      #support .w1200 .case_box .flex_wrap .left {
        flex: 0 1 40%;
        width: 40%;
        max-width: 40%;
        background: #E5BF23;
        text-align: center;
        padding: 5px;
        margin: 0 auto 10px;
        color: #fff; }
      #support .w1200 .case_box .flex_wrap .right {
        flex: 0 1 100%;
        width: 100%;
        max-width: 100%;
        font-weight: bold;
        margin-bottom: 10px;
        margin: 0 auto;
        font-size: 1.4rem; }
        @media (min-width: 786px) {
          #support .w1200 .case_box .flex_wrap .right {
            font-size: calc( 1.4rem + ( 1vw - 7.86px ) * 0.9661835749 ); } }
        @media (min-width: 1200px) {
          #support .w1200 .case_box .flex_wrap .right {
            font-size: 1.8rem; } }
    #support .w1200 .case_box .detail {
      text-align: justify; }

/*流れ*/
#flow {
  margin-bottom: 50px; }
  #flow .w1200 .flex_wrap .flex_box {
    border: solid 1px #E5BF23;
    padding: 20px;
    margin-bottom: 30px; }
    #flow .w1200 .flex_wrap .flex_box .number {
      font-size: 3rem;
      text-align: center;
      color: #E5BF23;
      font-family: din-2014, condor, Arial, Helvetica, "sans-serif";
      font-weight: bold; }
      @media (min-width: 786px) {
        #flow .w1200 .flex_wrap .flex_box .number {
          font-size: calc( 3rem + ( 1vw - 7.86px ) * 2.4154589372 ); } }
      @media (min-width: 1200px) {
        #flow .w1200 .flex_wrap .flex_box .number {
          font-size: 4rem; } }
    #flow .w1200 .flex_wrap .flex_box .title {
      text-align: center;
      color: #E5BF23;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (min-width: 786px) {
        #flow .w1200 .flex_wrap .flex_box .title {
          font-size: calc( 1.5rem + ( 1vw - 7.86px ) * 1.2077294686 ); } }
      @media (min-width: 1200px) {
        #flow .w1200 .flex_wrap .flex_box .title {
          font-size: 2rem; } }
    #flow .w1200 .flex_wrap .flex_box .txt {
      text-align: justify; }
    #flow .w1200 .flex_wrap .flex_box .btn {
      margin: 20px auto 0; }
      #flow .w1200 .flex_wrap .flex_box .btn a {
        width: 100%;
        background: #00B75B;
        border: 1px solid #00B75B;
        max-width: 100%;
        margin: auto;
        padding: 15px;
        font-weight: bold;
        border-radius: 4px;
        font-size: 1.4rem; }
        @media (min-width: 786px) {
          #flow .w1200 .flex_wrap .flex_box .btn a {
            font-size: calc( 1.4rem + ( 1vw - 7.86px ) * 0.9661835749 ); } }
        @media (min-width: 1200px) {
          #flow .w1200 .flex_wrap .flex_box .btn a {
            font-size: 1.8rem; } }
        #flow .w1200 .flex_wrap .flex_box .btn a:hover {
          opacity: 1;
          background: #fff;
          color: #00B75B; }
  #flow .w1200 .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 .w1200 .img_txt img {
    width: 15%;
    margin-bottom: 20px; }

  /*アドバイザー*/
  #advisor .w1200 {
    margin: 0 auto 40px; }
    #advisor .w1200 .flex_wrap {
      align-items: center; }
      #advisor .w1200 .flex_wrap .img_box {
        flex: 0 1 20%;
        width: 20%;
        max-width: 20%; }
    #advisor .w1200 .back {
      width: 70%;
      margin: 0 auto 30px; }
      #advisor .w1200 .back .pin {
        width: 3%; }
      #advisor .w1200 .back .flex_wrap .check_box {
        flex: 0 1 10%;
        width: 10%;
        max-width: 10%; }
        #advisor .w1200 .back .flex_wrap .check_box img {
          width: 40%;
          margin-top: 5px; }
      #advisor .w1200 .back .flex_wrap .txt {
        flex: 0 1 85%;
        width: 85%;
        max-width: 85%;
        margin-bottom: 15px; }

  /*メリット*/
  #merit .w1200 {
    width: 95%; }
    #merit .w1200 .flex_wrap {
      margin-bottom: 20px; }
      #merit .w1200 .flex_wrap .txt_box {
        flex: 0 1 45%;
        width: 45%;
        max-width: 45%;
        margin-bottom: 20px;
        padding: 15px; }
    #merit .w1200 .btn a {
      width: 50%; }

  /*お客様の声*/
  #voice .w1200 .wrap_box {
    padding: 40px; }
    #voice .w1200 .wrap_box .client_name {
      margin-bottom: 20px; }
    #voice .w1200 .wrap_box .flex_wrap {
      margin-bottom: 30px; }
      #voice .w1200 .wrap_box .flex_wrap .img_box {
        flex: 0 1 40%;
        width: 40%;
        max-width: 40%;
        margin-bottom: 20px; }
      #voice .w1200 .wrap_box .flex_wrap .contents {
        flex: 0 1 55%;
        width: 55%;
        max-width: 55%; }
        #voice .w1200 .wrap_box .flex_wrap .contents .contents_box {
          flex: 0 1 35%;
          width: 35%;
          max-width: 35%; }
        #voice .w1200 .wrap_box .flex_wrap .contents .contents_txt {
          flex: 0 1 60%;
          width: 60%;
          max-width: 60%;
          margin-bottom: 10px; }
      #voice .w1200 .wrap_box .flex_wrap .btn a {
        width: 100%;
        max-width: 100%; }
      #voice .w1200 .wrap_box .flex_wrap .btn.sp_tab_only {
        display: none; }
      #voice .w1200 .wrap_box .flex_wrap .btn.pc_only {
        display: block;
        width: 100%; }
    #voice .w1200 .wrap_box .comment .title {
      text-align: start;
      margin-bottom: 20px; }

  /*サポート*/
  #support .w1200 .case_box {
    padding: 40px; }
    #support .w1200 .case_box .flex_wrap {
      margin-bottom: 20px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #support .w1200 .case_box .flex_wrap .left {
        flex: 0 1 10%;
        width: 10%;
        max-width: 10%;
        margin: 0; }
      #support .w1200 .case_box .flex_wrap .right {
        flex: 0 1 88%;
        width: 88%;
        max-width: 88%;
        margin: 0; }

  /*お申し込みの流れ*/
  #flow .w1200 .flex_wrap .flex_box {
    flex: 0 1 25.5%;
    width: 25.5%;
    max-width: 25.5%; }
    #flow .w1200 .flex_wrap .flex_box .title {
      margin-bottom: 20px; }
    #flow .w1200 .flex_wrap .flex_box .txt {
      margin-bottom: 0; }
  #flow .w1200 .flex_wrap .triangle {
    margin: auto 4px;
    border-width: 10px 0 10px 10.3px;
    border-color: transparent transparent transparent #E5BF23; } }
/*------------------------------
		980px以上
------------------------------*/
/*------------------------------
		1280px以上
------------------------------*/

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