@charset "UTF-8";
/*--共通部分---------------------*/
html {
    font-size: 100%;
}
body {
    font-family: "Yu Gothic medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    line-height: 1.7;
    color: #050505;
    text-align: center;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
    vertical-align: top;
}
.container {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.ly_flex {
    display: flex;
}
.for_sp {
    display: none;
}
@media (max-width: 999px) {
    .for_pc {
        display: none;
    }
    .for_sp {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
/*--body----------------------*/
.page-header {
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100vw;
  padding-top: 10px;
  padding-bottom: 5px;
  z-index: 10;
}
.header__inner {
  align-items: center;
  justify-content: space-between;
  padding-left: 5px;
  padding-right: 5px;
}
.header_right {
  justify-content: space-between;
  align-items: center;
}
.header_right img {
  margin-left: 10px;
}
.fv {
  width: 100vw;
  margin-top: 90px;
}
.staff {
  background-image: url(../images/bg_staff.png);
  background-size: cover;
  background-position: center top;
  padding-top: 54px;
  padding-bottom: 100px;
}
.trouble {
  background-image: url(../images/bg_trouble.png);
  background-size: cover;
  background-position: center top;
  padding: 80px 5px 100px 5px;
}
.solution_cta {
  background-color: #f7e020;
  padding: 0 15px 80px 15px;
}
.cta {
  background-color: #f7e020;
  padding: 80px 15px;
}
.cta-area {
  background-color: #fff;
  border: 2px solid #050505;
  border-radius: 5px;
  padding-top: 35px;
  padding-bottom: 45px;
}
.cta_pc {
  padding-bottom: 45px;
}
.solution {
  margin-top: -35px;
  margin-bottom: 30px;
}
.btns {
  margin-top: -50px;
}
.charge {
  margin-top: 93px;
  padding-bottom: 17px;
  padding-left: 15px;
  padding-right: 15px;
}
.section-title {
  background-color: #000;
  padding-top: 48px;
  padding-bottom: 48px;
}
.reason .section-contents {
  background-color: #fff576;
  padding: 74px 15px 118px 15px;
}
.comparison {
  margin-top: -10px;
}
.comparison img {
  width: 100vw;
}
.caution {
  padding-top: 60px;
  padding-bottom: 60px;
}
.voice {
  background-image: url(../images/bg_voice.png);
  background-size: cover;
  padding-top: 78px;
  padding-bottom: 110px;
}
.flow .section-contents {
  background-color: #fff576;
  padding-top: 68px;
  padding-bottom: 68px;
}
.card {
  padding: 14px 15px;
}
.faq {
  padding: 100px 15px;
}
.company {
  width: 100vw;
}
/*----------レスポンシブ---------------*/
@media (max-width: 999px) {
  .fv {
    margin-top: 74px;
  }
}
@media (max-width: 768px) {
  .nav_sp {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 100vw;
    padding-top: 10px;
    padding-bottom: 5px;
    z-index: 10;
  }  
  .header__inner {
    justify-content: space-between;
  }
  .header_right {
    justify-content: space-around;
  }
  .header_right img {
    margin-left: 5px;
  }
  .logo {
    width: 140px;
  }
  .fv {
    margin-top: 0;
  }
  .solution_sp {
    display: inline-block;
    margin-top: -50px;
    margin-bottom: 38px;
  }
  .cta_sp {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: -60px;
  }
  .btns {
    margin-top: -10px;
  }
  .btn_tel {
    width: 620px;
    margin-bottom: 30px;
  }
  .btn_mail {
    width: 600px;
    margin-bottom: 30px;
  }
  .btn_line {
    width: 600px;
  }
  .charge2 {
    margin-top: 49px;
  }
  .voice {
    background-image: none;
    padding: 0;
  }
  .staff {
    background-image: none;
    padding-bottom: 0;
  }  
  .company_area {
    margin-bottom: 56px;
  }
}
@media (max-width: 425px) {
  body {
    position: relative;
  }
  .btn_tel {
    width: 360px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;  
  }
  .btn_mail {
    width: 350px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;  
  }
  .btn_line {
    width: 350px;
    padding-left: 15px;
    padding-right: 15px;  
  }
  .flow .section-title img {
    width: 190px;
  }
  .flow .section-contents {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .area .section-title img {
    width: 160px;
  }
  .caution {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 375px) {
  .header__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .btn_tel {
    padding-left: 10px;
    padding-right: 10px;  

  }
  /*.tel_header {
    width: 120px;
  }*/
}
@media (min-width: 751px) {
  a[href^="tel:"] {
      pointer-events: none;
      cursor: default;
  }
}
/*--------お問い合わせフォーム----------*/
#contact-area {
    margin-bottom: 100px;
}
#contact-area .contact-area__inner {
    max-width: 984px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 90px 44px 40px 44px;
  }
  #contact-area .contact-area__inner .header {
    font-size: 42px;
    font-weight: bold;
    color: #007bdd;
    margin-bottom: 49px;
  }
  #contact-area .contact-area__inner .sub-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 29px;
  }
  #contact-area .contact-area__inner .text {
    text-align: start;
    letter-spacing: 0.03rem;
    margin-bottom: 60px;
  }
  #contact-area .contact-area__inner .color_pink {
    color: #DD176B;
  }
  #contact-area .contact-area__inner .form {
    padding-top: 100px;
    text-align: start;
    font-size: 15px;
    color: #050505;
  }
  #contact-area .contact-area__inner .form label {
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.1rem;
  }
  #contact-area .contact-area__inner .form .must {
    color: #DD176B;
    border: 1px solid #DD176B;
    border-radius: 3px;
    width: 60px;
    height: 28px;
    line-height: 26px;
    text-align: center;
  }
  #contact-area .contact-area__inner .form .label {
    width: 250px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 24px;
    letter-spacing: 0.1rem;
  }
  #contact-area .contact-area__inner .form .choice {
    height: 84px;
    border-bottom: 1px solid #C6C6C6;
    margin-bottom: 20px;
  }
  #contact-area .contact-area__inner .form .item {
    height: 60px;
    border-bottom: 1px solid #C6C6C6;
    margin-bottom: 20px;
  }
  #contact-area .contact-area__inner .form .item .label {
    line-height: 40px;
  }
  #contact-area .contact-area__inner .form .item2 {
    justify-content: space-between;
  }
  #contact-area .contact-area__inner .form .must {
    margin-top: 6px;
  }
  #contact-area .contact-area__inner .form .radio-btn {
    margin-top: 3px;
  }
  #contact-area .contact-area__inner .form .year {
    border-bottom: 1px solid #C6C6C6;
    margin-bottom: 20px;
  }
  #contact-area .contact-area__inner .form .year .year_select {
    max-width: 620px;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #contact-area .contact-area__inner .form .year .birthday {
    margin-bottom: 18px;
    background-color: #F4F4F4;
    width: 160px;
    height: 40px;
    padding-left: 20px;
  }
  #contact-area .contact-area__inner .form .year .birth {
    line-height: 40px;
    margin-left: 10px;
    margin-right: 20px;
  }
  #contact-area .contact-area__inner .form .textarea {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #C6C6C6;
    padding-bottom: 20px;
    margin-bottom: 23px;
  }
  #contact-area .contact-area__inner .form .textarea p {
    font-size: 16px;
    font-weight: 400;
  }
  #contact-area .contact-area__inner .form input[type=text],
  #contact-area .contact-area__inner .form input[type=tel],
  #contact-area .contact-area__inner .form input[type=email] {
    background-color: #F4F4F4;
    max-width: 620px;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  #contact-area .contact-area__inner .form textarea {
    background-color: #F4F4F4;
    width: 620px;
    height: 190px;
    padding: 20px;
  }
  #contact-area .contact-area__inner .form input[type=date], #contact-area .contact-area__inner .form .time, #contact-area .contact-area__inner .form .mytrouble {
    background-color: #F4F4F4;
    width: 260px;
    height: 40px;
    margin-left: 8px;
    margin-bottom: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #contact-area .contact-area__inner .form .hope {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #contact-area .contact-area__inner .form .hope_select {
    max-width: 620px;
    width: 100%;
  }
  #contact-area .contact-area__inner .form .hope_select__header {
    margin-right: 24px;
    line-height: 40px;
  }
  #contact-area .contact-area__inner .form select {
    color: #050505;
  }
  #contact-area .privacy-policy_area {
    background-color: #F3ECDD;
    padding-top: 66px;
    padding-bottom: 61px;
    text-align: center;
  }
  #contact-area .privacy-policy_area .privacy-policy__inner {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  #contact-area .privacy-policy_area .privacy-policy__inner .header {
    font-size: 24px;
    font-weight: bold;
    color: #201815;
    margin-bottom: 30px;
  }
  #contact-area .privacy-policy_area .privacy-policy__inner label {
    font-size: 21px;
    margin-left: 22px;
  }
  #contact-area .privacy-policy_area .privacy-policy {
    background-color: #fff;
    padding: 65px 92px 56px 92px;
    height: 480px;
    overflow: scroll;
    margin-bottom: 46px;
    text-align: start;
  }
  #contact-area .privacy-policy_area .privacy-policy ul {
    margin-top: 38px;
  }
  #contact-area .privacy-policy_area .privacy-policy ul li {
    margin-bottom: 38px;
  }
  #contact-area .privacy-policy_area .privacy-policy ul li .title {
    font-weight: bold;
  }
  #contact-area .privacy-policy_area .scrollbar::-webkit-scrollbar {
    width: 10px;
  }
  #contact-area .privacy-policy_area .scrollbar::-webkit-scrollbar-thumb {
    background-color: #D6D6D6;
    border-radius: 5px;
  }
  #contact-area .to-confirm-page {
    text-align: center;
    padding-top: 39px;
    padding-bottom: 66px;
  }
  
  /*レスポンシブ*/
  @media (max-width: 768px) {
    #contact-area .contact-area__inner .choice, #contact-area .contact-area__inner .item, #contact-area .contact-area__inner .textarea, #contact-area .contact-area__inner .hope, #contact-area .contact-area__inner .year, #contact-area .contact-area__inner .year_select, #contact-area .contact-area__inner .ly_flex_sp {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    #contact-area .contact-area__inner .form .item {
      height: 97px;
    }
    #contact-area .contact-area__inner .form .choice {
      height: 125px;
    }
    #contact-area .contact-area__inner .form .label {
      max-width: 340px;
      width: 100%;
      margin-bottom: 13px;
    }
    #contact-area .contact-area__inner .form .year .birthday {
      width: 240px;
    }
    #contact-area .contact-area__inner .form textarea {
      margin-top: 20px;
      max-width: 340px;
      width: 100%;
    }
    #contact-area .contact-area__inner .form .hope label {
      margin-bottom: 25px;
    }
    #contact-area .contact-area__inner .form .hope_select .ly_flex {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
    #contact-area .contact-area__inner .form .hope_select .ly_flex_sp {
      max-width: 249px;
      width: 100%;
    }
    #contact-area .contact-area__inner .form .hope_select__header {
      margin-right: 0;
    }
    #contact-area .contact-area__inner .form input[type=date], #contact-area .contact-area__inner .form .time {
      margin-left: 0;
      max-width: 249px;
      width: 100%;
    }
    #contact-area .privacy-policy_area .privacy-policy {
      margin-left: 20px;
      margin-right: 20px;
      padding: 18px 26px;
      font-size: 13px;
    }
    #contact-area .confirm-btn {
      max-width: 428px;
      width: 100%;
    }
  }
  /* エラーメッセージのスタイル */
  .error {
    font-family: "Noto Sans JP", sans-serif;
    /*width : 100%;*/
    padding: 10px;
    /*display: inline-block;*/
    font-size: 90%;
    color: red;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /*margin-left: 20px;*/
  }
  
  .year_select {
    position: relative;
  }
  .year_select .error {
    position: absolute;
    display: block;
    top: 25px;
  }
  
  .item {
    position: relative;
  }
  .item .error {
    position: absolute;
    display: block;
    top: 25px;
    left: 30%;
  }
  
  .privacy-policy__inner .error {
    display: block;
  }
  
  /*レスポンシブ*/
  @media (max-width: 768px) {
    .error {
      padding: 0;
    }
    .year_select .birthday_year .error {
      position: absolute;
      top: 35px;
    }
    .year_select .birthday_month .error {
      position: absolute;
      top: 95px;
    }
    .year_select .birthday_day .error {
      position: absolute;
      top: 155px;
    }
    .item .error {
      top: 75px;
      left: 0;
    }
}
/*サンクスページ*/
#thanks {
  margin-top: 150px;
}
#thanks .sub-title {
  margin-top: 50px;
}
#thanks .thanks__inner {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
#thanks .text {
  margin-top: 50px;
  margin-bottom: 80px;
}  