@charset "UTF-8";
/* ============================================================================================== */
/* 全体                                                                                           */
/* ===============================================================================================*/
.cd_sp_only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .cd_pc_only {
    display: none !important;
  }
  .cd_sp_only {
    display: block !important;
  }
  br.cd_sp_only,
  span.cd_sp_only,
  img.cd_sp_only {
    display: inline !important;
  }
}
/* ============================================================================================== */
/* FV_SLIDER                                                                                      */
/* ===============================================================================================*/
#fv_slider {
  width: 1000px;
  margin: 30px auto 0;
  position: relative;
}
#fv_slider ul.slider {
  background: #f8faec;
  border-radius: 10px;
  line-height: 0;
}
#fv_slider .slide_ctrl .prev,
#fv_slider .slide_ctrl .next {
  cursor: pointer;
  position: absolute;
  top: 230px;
  z-index: 10;
}
#fv_slider .slide_ctrl .prev {
  left: -20px;
}
#fv_slider .slide_ctrl .next {
  right: -20px;
}
#fv_slider ul.dots_ctrl {
  display: -webkit-flex;
  display: flex;
  margin-top: 12px;
  padding-left: 7px;
}
#fv_slider ul.dots_ctrl li {
  width: 50px;
  height: 4px;
  background: #ffffff;
  cursor: pointer;
  position: relative;
}
#fv_slider ul.dots_ctrl li.active {
  cursor: default;
}
#fv_slider ul.dots_ctrl li:nth-child(n+2) {
  margin-left: 10px;
}
#fv_slider ul.dots_ctrl li .progress {
  width: 0;
  height: 100%;
  background: #4ca74f;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  #fv_slider {
    width: 93.3333333333vw;
    margin: 3.3333333333vw auto 0;
  }
  #fv_slider ul.slider {
    border-radius: 1.8425733333vw;
  }
  #fv_slider ul.slider .slick-list .slick-track .slick-slide img {
    width: 93.3333333333vw !important;
  }
  #fv_slider .slide_ctrl .prev,
  #fv_slider .slide_ctrl .next {
    top: 42.6666666667vw;
  }
  #fv_slider .slide_ctrl .prev img,
  #fv_slider .slide_ctrl .next img {
    width: 8vw !important;
  }
  #fv_slider .slide_ctrl .prev {
    left: -2vw;
  }
  #fv_slider .slide_ctrl .next {
    right: -2vw;
  }
  #fv_slider ul.dots_ctrl {
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 3.3333333333vw;
    padding-left: 0;
  }
  #fv_slider ul.dots_ctrl li {
    width: 10vw;
    height: 0.8vw;
  }
  #fv_slider ul.dots_ctrl li:nth-child(n+2) {
    margin-left: 2vw;
  }
}
/* ============================================================================================== */
/* 特長                                                                                           */
/* ===============================================================================================*/
#features .inner {
  width: 970px;
  border-top: 5px solid #4ca74f;
  border-bottom: 5px solid #4ca74f;
  background: rgba(248, 250, 236, 0.95);
  margin: 0 auto;
}
#features .inner h2 {
  display: block;
  padding-left: 49px;
  padding-top: 49px;
}
#features .inner h2 img {
  width: 417px !important;
  height: auto !important;
}
#features .inner .features_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 790px;
  margin-left: 70px;
  margin-top: 32px;
  padding-bottom: 38px;
}
#features .inner .features_list dl.item {
  width: 380px;
  padding-top: 245px;
  position: relative;
}
#features .inner .features_list dl.item:nth-child(n+3) {
  margin-top: 19px;
}
#features .inner .features_list dl.item > dt {
  position: absolute;
  left: 0;
  top: 0;
}
#features .inner .features_list dl.item > dd .explain {
  text-align: center;
}
#features .inner .features_list dl.item > dd .explain p.main {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 24px;
}
#features .inner .features_list dl.item > dd .explain p.sub {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 24px;
}
#features .inner .features_list dl.item > dd .detail {
  margin-top: 10px;
}
#features .inner .features_list dl.item > dd .detail a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 40px;
  margin: 0 auto;
  background: #4ca74f;
  border-radius: 40px;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
#features .inner .features_list dl.item:nth-child(1) > dt img, #features .inner .features_list dl.item:nth-child(2) > dt img {
  width: 369px !important;
  height: auto !important;
}
#features .inner .features_list dl.item:nth-child(3) > dt img, #features .inner .features_list dl.item:nth-child(4) > dt img {
  width: 358px !important;
  height: auto !important;
}
#features .inner .features_list dl.item:nth-child(2) .detail a, #features .inner .features_list dl.item:nth-child(3) .detail a {
  width: 256px;
}
#features .inner .features_list dl.item:nth-child(4) .detail a {
  width: 331px;
}

@media screen and (max-width: 768px) {
  #features .inner {
    width: auto;
    border-top: 1.3333333333vw solid #4ca74f;
    border-bottom: 1.3333333333vw solid #4ca74f;
  }
  #features .inner h2 {
    padding-left: 7.8666666667vw;
    padding-top: 8.5333333333vw;
  }
  #features .inner h2 img {
    width: 83.2vw !important;
    height: auto !important;
  }
  #features .inner .features_list {
    flex-wrap: wrap;
    width: 82.5333333333vw;
    margin-left: 9.2vw;
    margin-top: 4vw;
    padding-bottom: 10.1333333333vw;
  }
  #features .inner .features_list dl.item {
    width: 82.5333333333vw;
    padding-top: 53.3333333333vw;
  }
  #features .inner .features_list dl.item:nth-child(n+3) {
    margin-top: 0;
  }
  #features .inner .features_list dl.item:nth-child(n+2) {
    margin-top: 5.0666666667vw;
  }
  #features .inner .features_list dl.item > dd .explain p.main {
    font-size: 3.52vw;
    line-height: 5.28vw;
  }
  #features .inner .features_list dl.item > dd .explain p.sub {
    font-size: 3.08vw;
    line-height: 5.28vw;
  }
  #features .inner .features_list dl.item > dd .detail {
    margin-top: 0.6666666667vw;
  }
  #features .inner .features_list dl.item > dd .detail a {
    height: 8.8vw;
    border-radius: 8.8vw;
    font-size: 3.2vw;
    font-feature-settings: "palt";
  }
  #features .inner .features_list dl.item:nth-child(1) > dt img, #features .inner .features_list dl.item:nth-child(2) > dt img {
    width: 81.0666666667vw !important;
    height: auto !important;
  }
  #features .inner .features_list dl.item:nth-child(3) > dt img, #features .inner .features_list dl.item:nth-child(4) > dt img {
    width: 78.6666666667vw !important;
    height: auto !important;
  }
  #features .inner .features_list dl.item:nth-child(2) .detail a, #features .inner .features_list dl.item:nth-child(3) .detail a {
    width: 56.2666666667vw;
  }
  #features .inner .features_list dl.item:nth-child(4) .detail a {
    width: 72.8vw;
  }
}
/* ============================================================================================== */
/* 導入方式～特許技術「検知向上用ビーコン」末までの背景                                           */
/* ===============================================================================================*/
#green_bg_from_methods {
  margin-top: 70px;
  padding: 54px 0 54px;
  background-color: #4ca74f;
  background-image: url("../../images/methods_bg.png");
  background-position: center top;
  background-size: 1500px auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #green_bg_from_methods {
    margin-top: 10.6666666667vw;
    padding: 8.9333333333vw 0 7.6vw;
    background-image: none;
  }
}
/* ============================================================================================== */
/* 「サービス紹介動画」                                                                           */
/* ===============================================================================================*/
#promotion_movie {
  margin-top: 50px;
}
#promotion_movie dl > dt {
  text-align: center;
}
#promotion_movie dl > dt h3 {
  color: #4ca74f;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
}
#promotion_movie dl > dd {
  margin-top: 45px;
}
#promotion_movie dl > dd ul.movie_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 867px;
  margin: 0 auto;
}
#promotion_movie dl > dd ul.movie_list li {
  width: 412px;
  height: 231.75px;
}
#promotion_movie dl > dd ul.movie_list li iframe {
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 768px) {
  #promotion_movie {
    margin-top: 8vw;
  }
  #promotion_movie dl > dt h3 {
    font-size: 2rem;
  }
  #promotion_movie dl > dd {
    margin-top: 3.3333333333vw;
  }
  #promotion_movie dl > dd ul.movie_list {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 88vw;
    margin: 0 auto;
  }
  #promotion_movie dl > dd ul.movie_list li {
    width: 88vw;
    height: 49.5vw;
  }
  #promotion_movie dl > dd ul.movie_list li:nth-child(n+2) {
    margin-top: 4vw;
  }
}
/* ============================================================================================== */
/* 「検知向上用ビーコン」                                                                         */
/* ===============================================================================================*/
#patented_technology {
  margin-top: 30px;
}
#patented_technology > dl > dt {
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 5;
}
#patented_technology > dl > dd {
  width: 1000px;
  margin: -20px auto 0;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
#patented_technology > dl > dd .inner {
  width: 880px;
  margin: 0 auto;
  padding: 55px 0 37px;
}
#patented_technology > dl > dd .inner .summary .point {
  padding-bottom: 18px;
  border-bottom: 1px solid #4ca74f;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 38px;
  line-height: 1;
}
#patented_technology > dl > dd .inner .summary .feature {
  margin-top: 13px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #4ca74f;
  font-size: 26px;
  line-height: 38px;
}
#patented_technology > dl > dd .inner .summary .illust {
  margin-top: 18px;
  text-align: center;
  line-height: 0;
}
#patented_technology > dl > dd .inner .content {
  margin-top: 20px;
  position: relative;
}
#patented_technology > dl > dd .inner .content .explain {
  width: 607px;
  color: #424242;
  font-size: 16px;
  line-height: 26px;
}
#patented_technology > dl > dd .inner .content .explain i {
  font-feature-settings: normal;
  font-style: normal;
}
#patented_technology > dl > dd .inner .content .graph {
  position: absolute;
  top: 3px;
  right: 0;
}
#patented_technology > dl > dd .inner .content ul.annotation {
  margin-top: 12px;
}
#patented_technology > dl > dd .inner .content ul.annotation > li {
  text-indent: -1em;
  padding-left: 1em;
  color: #666666;
  font-size: 12px;
  line-height: 18px;
}

@media screen and (max-width: 768px) {
  #patented_technology {
    margin-top: 7.3333333333vw;
  }
  #patented_technology > dl > dt img {
    width: 85.3333333333vw !important;
    height: auto !important;
  }
  #patented_technology > dl > dd {
    width: 94.6666666667vw;
    margin: -5.8666666667vw auto 0;
    border-radius: 2vw;
  }
  #patented_technology > dl > dd .inner {
    width: 86.6666666667vw;
    padding: 9.3333333333vw 0 6.2666666667vw;
  }
  #patented_technology > dl > dd .inner .summary .point {
    padding-bottom: 2.1333333333vw;
    border-bottom: 0.2vw solid #4ca74f;
    font-size: 6.4vw;
    line-height: 7.7333333333vw;
  }
  #patented_technology > dl > dd .inner .summary .feature {
    margin-top: 2.4vw;
    font-size: 5.0666666667vw;
    line-height: 7.6vw;
  }
  #patented_technology > dl > dd .inner .summary .illust {
    margin-top: 4.2666666667vw;
  }
  #patented_technology > dl > dd .inner .summary .illust img {
    width: 100% !important;
    height: auto !important;
  }
  #patented_technology > dl > dd .inner .content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2.6666666667vw;
  }
  #patented_technology > dl > dd .inner .content .explain {
    width: 100%;
    font-size: 3.2vw;
    line-height: 5.6vw;
    font-feature-settings: "palt";
  }
  #patented_technology > dl > dd .inner .content .explain i {
    font-feature-settings: normal;
    font-style: normal;
  }
  #patented_technology > dl > dd .inner .content .graph {
    margin-top: 5.3333333333vw;
    flex-shrink: 0;
    position: static;
    top: 0;
    right: 0;
  }
  #patented_technology > dl > dd .inner .content .graph img {
    width: 46.9333333333vw !important;
    height: auto !important;
  }
  #patented_technology > dl > dd .inner .content ul.annotation {
    flex-shrink: 0;
    width: 36vw;
    margin-top: 6vw;
  }
  #patented_technology > dl > dd .inner .content ul.annotation > li {
    font-size: 2.7vw;
    line-height: 4vw;
  }
}
/* ============================================================================================== */
/* 料金                                                                                           */
/* ===============================================================================================*/
#price .sub_title {
  margin-top: 78px;
  line-height: 0;
  text-align: center;
}
#price .fee_table {
  margin-top: 28px;
  line-height: 0;
  text-align: center;
}
#price .fee_table_annotation {
  width: 1000px;
  margin: 12px auto 0;
  color: #666666;
  font-size: 13.5px;
  line-height: 20px;
}
#price .estimate_form_link {
  margin-top: 17px;
}
#price .estimate_form_link a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 430px;
  height: 60px;
  margin: 0 auto;
  background: #4ca74f;
  border-radius: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
}
#price .banners {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 1000px;
  margin: 40px auto 0;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #price .sub_title {
    margin-top: 9.6vw;
  }
  #price .sub_title img {
    width: 82.5333333333vw !important;
    height: auto !important;
  }
  #price .fee_table {
    margin-top: 5.2vw;
  }
  #price .fee_table img {
    width: 80vw !important;
    height: auto !important;
  }
  #price .fee_table_annotation {
    width: 86.9333333333vw;
    margin: 3.0666666667vw auto 0;
    font-size: 2.7vw;
    line-height: 4vw;
  }
  #price .estimate_form_link {
    margin-top: 2.6666666667vw;
  }
  #price .estimate_form_link a {
    width: 86vw;
    height: 12vw;
    border-radius: 6vw;
    font-size: 4vw;
  }
  #price .banners {
    display: block;
    width: 86.9333333333vw;
    margin: 6.6666666667vw auto 0;
  }
  #price .banners img {
    width: 100% !important;
    height: auto !important;
  }
  #price .banners a {
    display: block;
  }
  #price .banners a:nth-child(n+2) {
    margin-top: 4vw;
  }
}
/* ============================================================================================== */
/* ABOUT                                                                                          */
/* ===============================================================================================*/
#about_wrapper {
  width: 880px;
  margin: 40px auto 0;
}
#about_wrapper .about {
  background-color: #eef2c1;
  border-radius: 5px;
  padding: 50px 0 32px;
  position: relative;
}
#about_wrapper .about h3 {
  display: block;
  text-align: center;
  color: #4ca74f;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
#about_wrapper .about .about_content {
  margin-top: 31px;
}
#about_wrapper .about .about_content .item.num01 {
  padding-left: 52px;
}
#about_wrapper .about .about_content .item.num01 > dt h4 {
  color: #80af3f;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
#about_wrapper .about .about_content .item.num01 > dd {
  width: 223px;
  margin-top: 2px;
}
#about_wrapper .about .about_content .item.num01 > dd p {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 24px;
}
#about_wrapper .about .about_content .item.num02 {
  margin-top: 31px;
}
#about_wrapper .about .about_content .item.num02 a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 450px;
  height: 60px;
  margin: 0 auto;
  background: #4ca74f;
  border-radius: 30px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}
#about_wrapper .about .about_content .item.num03 {
  line-height: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
#about_wrapper .about .about_content .item.num04 {
  position: absolute;
  right: 52px;
  top: 302px;
  z-index: 5;
}
#about_wrapper .about .about_content .item.num04 p {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 259px;
  height: 41px;
  padding-bottom: 8px;
  background: #80af3f;
  border-radius: 3.1162px;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  font-feature-settings: "palt";
}
#about_wrapper .annotation {
  margin-top: 10px;
  color: #808080;
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #about_wrapper {
    width: 93.3333333333vw;
    margin: 8vw auto 0;
  }
  #about_wrapper .about {
    background-color: #eef2c1;
    border-radius: 1.3333333333vw;
    padding: 6vw 0 6vw;
    position: relative;
  }
  #about_wrapper .about h3 {
    font-size: 4.8vw;
    line-height: 6vw;
  }
  #about_wrapper .about .about_content {
    margin-top: 6vw;
  }
  #about_wrapper .about .about_content .item.num01 {
    width: 83.4666666667vw;
    margin: 0 auto;
    padding: 0;
  }
  #about_wrapper .about .about_content .item.num01 > dt {
    text-align: center;
  }
  #about_wrapper .about .about_content .item.num01 > dt h4 {
    font-size: 4.2666666667vw;
  }
  #about_wrapper .about .about_content .item.num01 > dd {
    width: auto;
    margin-top: 1.3333333333vw;
  }
  #about_wrapper .about .about_content .item.num01 > dd p {
    font-size: 3.0666666667vw;
    line-height: 5.2vw;
  }
  #about_wrapper .about .about_content .item.num02 {
    margin-top: 45.2vw;
  }
  #about_wrapper .about .about_content .item.num02 a {
    width: 84.9333333333vw;
    height: 11.3333333333vw;
    border-radius: 6vw;
    font-size: 4vw;
  }
  #about_wrapper .about .about_content .item.num03 {
    top: auto;
    bottom: 0;
  }
  #about_wrapper .about .about_content .item.num03 img {
    width: 93.3333333333vw;
  }
  #about_wrapper .about .about_content .item.num04 {
    right: 3.3333333333vw;
    top: auto;
    bottom: 22.8vw;
  }
  #about_wrapper .about .about_content .item.num04 p {
    width: 42.5333333333vw;
    height: 6.8vw;
    padding-bottom: 1.6vw;
    border-radius: 0.5111466667vw;
    font-size: 2.6666666667vw;
  }
  #about_wrapper .annotation {
    margin-top: 0.4vw;
    font-size: 2.1333333333vw;
    line-height: 3.2vw;
  }
}
/* ============================================================================================== */
/* BeacappHereAPI連携                                                                             */
/* ===============================================================================================*/
@media screen and (768px < width) {
  .functions_api_integration {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 40px;
    padding: 45px 0 33px;
    background: #eef2c1;
    border-radius: 10px;
  }
  .functions_api_integration .functions_api_integration_headline {
    box-sizing: border-box;
    width: 365px;
    padding-left: 48px;
    flex-shrink: 0;
  }
  .functions_api_integration .functions_api_integration_headline h3 {
    color: #4ea74d;
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
  }
  .functions_api_integration .functions_api_integration_headline .functions_api_integration_headline_image {
    margin-top: 18px;
  }
  .functions_api_integration .functions_api_integration_headline .functions_api_integration_headline_image img {
    width: 280px;
  }
  .functions_api_integration .functions_api_integration_content .functions_api_integration_content_text {
    padding-right: 35px;
  }
  .functions_api_integration .functions_api_integration_content .functions_api_integration_content_text p {
    color: #504f4d;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
  }
  .functions_api_integration .functions_api_integration_content .functions_api_integration_content_btn {
    margin-top: 17px;
  }
  .functions_api_integration .functions_api_integration_content .functions_api_integration_content_btn a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 280px;
    height: 44px;
    background: #4ca74f;
    border-radius: 23px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
  }
}
@media screen and (width <= 768px) {
  .functions_api_integration {
    margin-top: 20px;
    padding: 25.7142857143px 0 22.8571428571px;
    background: #eef2c1;
    border-radius: 5.7142857143px;
  }
  .functions_api_integration .functions_api_integration_headline {
    text-align: center;
  }
  .functions_api_integration .functions_api_integration_headline h3 {
    color: #4ea74d;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
  }
  .functions_api_integration .functions_api_integration_headline .functions_api_integration_headline_image {
    margin-top: 11.4285714286px;
    line-height: 1;
  }
  .functions_api_integration .functions_api_integration_headline .functions_api_integration_headline_image img {
    width: 240px;
  }
  .functions_api_integration .functions_api_integration_content .functions_api_integration_content_text {
    margin-top: 9.7142857143px;
    padding: 0 12.2857142857px;
  }
  .functions_api_integration .functions_api_integration_content .functions_api_integration_content_text p {
    color: #504f4d;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
  }
  .functions_api_integration .functions_api_integration_content .functions_api_integration_content_btn {
    margin-top: 12.5714285714px;
  }
  .functions_api_integration .functions_api_integration_content .functions_api_integration_content_btn a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 240px;
    height: 37.7142857143px;
    margin: 0 auto;
    background: #4ca74f;
    border-radius: 19.7142857143px;
    color: #ffffff;
    font-size: 17.1428571429px;
    font-weight: 600;
    line-height: 1;
  }
}

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