@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----------------------*/
.fv {
    width: 100vw;
    position: relative;
}
.cta {
    /*background-image: url(../images/bg-cta.png);*/
    background: linear-gradient(180deg, rgb(255, 255, 255), rgb(220, 243, 252));
    background-size: cover;
    max-width: 1000px;
    width: 100%;
    padding: 40px 20px 20px 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    box-shadow: 0px 6px 15px rgb(0, 0, 0, .1);
    /*margin-bottom: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);*/
}
.cta_tel {
  margin-top: 10px;
}
.cta_pc_tel {
  margin-left: 45px;
}
.cta_pc_text {
  margin-top: 5px;
}
.trouble {
    width: 100vw;
    /*margin-top: -110px;*/
}
.section03 {
    margin-top: 65px;
}
.section04 {
    margin-top: 125px;
}
.reasons {
    width: 100vw;
}
.section05 {
    margin-top: 50px;
}
.section06 {
    margin-top: 146px;
    padding-top: 132px;
    padding-bottom: 170px;
    background-image: url(../images/bg-sky.png);
    background-size: cover;
}
.section07 {
    margin-top: 65px;
}
.section08 {
  background-image: url(../images/bg_company.png);
  background-size: cover;
  background-position: center;
  margin-top: 82px;
}
.company {
  max-width: 600px;
  margin: 0 auto;
  padding: 80px 20px;
}

.company h2 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #fff;
  text-align: start;
}

table {
  width: 100%;
  border-collapse: collapse;
  color: #fff;
  font-size: 16px;
}

td {
  padding: 12px 8px;
  border-bottom: 1px solid #fff;
}

td.label {
  width: 25%;
  text-align: start;
  vertical-align: top;
  white-space: nowrap;
}

td.value {
  text-align: left;
}

td.value p {
  margin: 4px 0;
}

tr:last-child td {
  border-bottom: 1px solid #a7dfff;
}
.cta-area {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.cta-area .cta {
    margin-top: 0;
    margin-bottom: 0;
}
/*----------レスポンシブ---------------*/
@media (max-width: 999px) {
    .cta-btn {
        margin-top: 0;
    }
    .trouble {
        margin-top: -75px;
    }
    .cta-area {
        width: 100vw;
        left: 0;
        transform: translateX(0);
    }
    .cta-area .cta {
      background: none;
      box-shadow: none;
    }
    .section08 {
      background-image: url(../images/bg_company_sp.png);
      background-position: top;
    }
}
/*@media (max-width: 768px) {
    .cta {
    }

}*/
@media (max-width: 425px) {
    .cta {
      padding-top: 10px;
      padding-bottom: 0;
    }
}
/*--------お問い合わせフォーム----------*/
#contact-area {
    margin-bottom: 200px;
}
#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 {
    color: #9F9F9F;
    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;
    }
}  