@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@400;600;700&family=Titillium+Web:wght@400;600;700&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  letter-spacing: 0.04em;
  color: #414247;
}

#pagetop {
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
  padding-bottom: 158px;
}

::-moz-selection {
  color: #fff;
  background: #69d7ff;
}

::selection {
  color: #fff;
  background: #69d7ff;
}

::-moz-selection {
  color: #fff;
  background: #69d7ff;
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex.nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.j_around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex.j_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.a_center {
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.titillium {
  font-family: "Titillium Web", sans-serif;
}

.overpass {
  font-family: "Overpass", sans-serif;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.animation {
  position: relative;
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
  -webkit-animation-timing-function: cubic-bezier(0.93, 0, 0.56, 1);
          animation-timing-function: cubic-bezier(0.93, 0, 0.56, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animation.fade_down {
  top: -25px;
  opacity: 0;
}

.animation.fade_down.active {
  -webkit-animation-name: fadeDown;
          animation-name: fadeDown;
}

.animation.fade_up {
  bottom: -25px;
  opacity: 0;
}

.animation.fade_up.active {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
}

.animation.fade_up_mv {
  position: absolute;
  margin-top: 50px;
  margin-bottom: -50px;
  opacity: 0;
}

.animation.fade_up_mv.active {
  -webkit-animation-name: fadeUpMv;
          animation-name: fadeUpMv;
}

@-webkit-keyframes fadeDown {
  0% {
    top: -25px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes fadeDown {
  0% {
    top: -25px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes fadeUp {
  0% {
    bottom: -25px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes fadeUp {
  0% {
    bottom: -25px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}

@-webkit-keyframes fadeUpMv {
  0% {
    margin-top: 50px;
    margin-bottom: -50px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    margin-bottom: 0;
    opacity: 1;
  }
}

@keyframes fadeUpMv {
  0% {
    margin-top: 50px;
    margin-bottom: -50px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    margin-bottom: 0;
    opacity: 1;
  }
}

input:focus {
  border: 2px #02bcf2 solid !important;
  outline: none !important;
}

select:focus {
  border: 2px #02bcf2 solid !important;
  outline: none !important;
}

.sec_head {
  position: relative;
  margin-bottom: 80px;
  text-align: center;
}

.sec_head h3 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.sec_head h3 span {
  color: #0189d7;
}

.sec_head h3 b {
  font-size: 38px;
  color: #0189d7;
}

.sec_head p {
  margin-bottom: 1em;
  letter-spacing: 0.08em;
  color: #9ec1e3;
}

.sec_cta {
  padding: 4.286% 0 4.286% 4.286%;
  color: #fff;
}

.sec_cta .cta_inner {
  position: relative;
  padding: 75px 4.286%;
  text-align: center;
  background-image: url(../images/sec_cta_back.jpg);
  background-position: center;
  background-size: cover;
}

.sec_cta .cta_inner .dl {
  position: relative;
  max-width: 664px;
  margin: 0 auto 55px;
  border-radius: 42px;
  -webkit-box-shadow: 2px 2px 30px 0 rgba(22, 55, 86, 0.24);
          box-shadow: 2px 2px 30px 0 rgba(22, 55, 86, 0.24);
}

.sec_cta .cta_inner .dl b {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  z-index: 2;
  top: -17px;
  left: 7px;
  display: block;
  width: 60px;
  height: 60px;
  pointer-events: none;
  color: #09a5d2;
  border-radius: 50%;
  background-color: #fff;
}

.sec_cta .cta_inner .dl b span {
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  display: block;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sec_cta .cta_inner .dl a {
  font-size: 24px;
  font-weight: 700;
  height: 84px;
  color: #fff;
  border-radius: 42px;
  background-color: #30cffd;
}

.sec_cta .cta_inner .dl a img {
  position: relative;
  z-index: 1;
  width: 46px;
}

.sec_cta .cta_inner .dl a span {
  z-index: 1;
  text-shadow: 0 0 9px rgba(22, 55, 86, 0.55);
}

.sec_cta .cta_inner .link {
  max-width: 1000px;
  height: 160px;
  margin: auto;
  text-align: left;
  color: #fff;
  border-radius: 8px;
  background-image: url(../images/sec_cta_img01.jpg);
  background-size: cover;
}

.sec_cta .cta_inner .link p {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.sec_cta .cta_inner .link .btn {
  font-size: 20px;
  font-weight: 700;
  line-height: 80px;
  position: relative;
  width: 40%;
  max-width: 400px;
  padding: 0 0 0 45px;
  border-radius: 8px;
  background-color: #24ccba;
}

.sec_cta .cta_inner .link .btn img {
  position: absolute;
  top: 32px;
  right: 20px;
  width: 10px;
}

.sec_cta .cta_inner h3 {
  font-size: 32px;
  margin-bottom: 30px;
  letter-spacing: 0.08em;
}

.sec_cta .cta_inner h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: 0.08em;
}

.sec_cta .cta_inner ul {
  margin-bottom: 60px;
}

.sec_cta .cta_inner ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 35px;
  text-align: right;
}

.sec_cta .cta_inner ul li .btn {
  font-size: 20px;
  font-weight: 700;
  line-height: 84px;
  display: block;
  width: 100%;
  max-width: 330px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 42px;
}

.sec_cta .cta_inner ul li:first-child {
  padding: 0 35px 0 0;
  border-right: 1px solid #fff;
}

.sec_cta .cta_inner ul li img {
  width: 100%;
  max-width: 375px;
}

.parallax_border {
  font-weight: 700;
  position: absolute;
  z-index: -1;
  margin-top: -64px;
}

.parallax_border.para_right {
  left: 25%;
}

.parallax_border.para_left {
  left: 35%;
}

.parallax_border.para_left.left02 {
  left: 31%;
}

.parallax_border.blue p {
  color: #fff;
  text-shadow: 1px 1px 0 #cce0f5, -1px 1px 0 #cce0f5, 1px -1px 0 #cce0f5, -1px -1px 0 #cce0f5;
}

.parallax_border p {
  font-size: 206px;
  line-height: 1;
  color: #e2f1ff;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.para_top {
  position: absolute;
  z-index: 0;
  top: 60%;
  left: 15px;
}

.para_top.right {
  top: 50%;
  right: 15px;
  left: auto;
}

.btn_01 {
  margin-bottom: 70px;
}

.btn_01 .btn {
  font-size: 26px;
  font-weight: 700;
  line-height: 80px;
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  margin: auto;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  background-color: #02bcf2;
  -webkit-box-shadow: 2px 2px 30px 0 rgba(22, 55, 86, 0.24);
          box-shadow: 2px 2px 30px 0 rgba(22, 55, 86, 0.24);
}

.btn_01 .btn.disable {
  background-color: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn span {
  position: relative;
  z-index: 1;
}

.anchor_padding {
  margin-top: -80px !important;
  padding-top: 80px !important;
}

@media (min-width: 751px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}

/*////////////////////
////// header ////////
////////////////////*/
#header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(22, 55, 86, 0.24);
          box-shadow: 0 0 8px 0 rgba(22, 55, 86, 0.24);
}

#header .top_bar {
  font-size: 12px;
  line-height: 1;
  padding: 10px 0 0 40px;
  color: #24106a;
}

#header-inner {
  padding: 0 40px 22px;
}

#header-inner .header_logo {
  float: left;
  margin-top: 10px;
}

#header-inner .header_logo img {
  width: 284px;
}

#header-inner .right {
  float: right;
}

#header-inner .right .tel {
  margin-right: 25px;
}

#header-inner .right .tel img {
  width: 257px;
}

#header-inner .right .btn {
  border-radius: 25px;
  background-color: #253770;
}

#header-inner .right .btn a {
  font-weight: 700;
  line-height: 50px;
  display: inline-block;
  padding: 0 20px;
  color: #fff;
}

#header-inner .right .btn.dl {
  margin-right: 8px;
  background-color: #02bcf2;
}

#nav {
  text-align: center;
  background-color: #e3e9f4;
}

#nav ul li {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

#nav ul li a {
  line-height: 36px;
  display: inline-block;
  padding: 0 18px;
  letter-spacing: 0.16em;
  color: #414247;
}

/*////////////////////
///// / main / ///////
////////////////////*/
#main {
  display: block;
  padding-top: 135px;
}

#mv {
  position: relative;
  overflow: hidden;
  padding: 100px 4.286% 320px;
  background-color: #e2f1ff;
}

#mv .mv_back {
  position: absolute;
  z-index: 0;
  bottom: -75px;
  left: 50%;
  width: 100%;
  min-width: 2300px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#mv .mv_inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: auto;
}

#mv .mv_inner .text {
  position: relative;
  z-index: 2;
}

#mv .mv_inner .text .bar {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  margin-bottom: 30px;
  padding: 6px 16px 8px;
  color: #fff;
  background-color: #02bcf2;
}

#mv .mv_inner .text .icon {
  max-width: 582px;
  margin-bottom: 44px;
}

#mv .mv_inner .text .icon li {
  width: 31.5%;
  max-width: 182px;
}

#mv .mv_inner .text .btn_wrap {
  max-width: 600px;
  text-align: center;
}

#mv .mv_inner .text .btn_wrap li {
  position: relative;
  width: 48%;
  max-width: 280px;
}

#mv .mv_inner .text .btn_wrap li a {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  color: #fff;
  border-radius: 40px;
  background-color: #02bcf2;
  -webkit-box-shadow: 0 5px 20px 1px rgba(22, 55, 86, 0.24);
          box-shadow: 0 5px 20px 1px rgba(22, 55, 86, 0.24);
}

#mv .mv_inner .text .btn_wrap li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#mv .mv_inner .text h2 {
  margin-bottom: 44px;
}

#mv .mv_inner .text h2 img {
  width: 90%;
  max-width: 826px;
}

#mv .mv_inner .mv_img {
  position: absolute;
  z-index: 0;
  right: -2.66%;
  bottom: -195px;
  width: 65.2%;
  max-width: 835px;
}

#problem {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
  padding: 0 4.286%;
  text-align: center;
  background-color: #e2f1ff;
}

#problem .arrow {
  width: 70px;
}

#problem ul {
  max-width: 1280px;
  margin: 0 auto 60px;
}

#problem ul li {
  width: 31%;
  max-width: 390px;
  padding: 40px 12px 30px;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#c7deed), color-stop(2%, #c7deed), color-stop(2%, #fff), to(#fff));
  background: linear-gradient(to bottom, #c7deed 0%, #c7deed 2%, #fff 2%, #fff 100%);
  -webkit-box-shadow: 14px 12px 40px 1px rgba(22, 55, 86, 0.16);
          box-shadow: 14px 12px 40px 1px rgba(22, 55, 86, 0.16);
}

#problem ul li:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#problem ul li:last-of-type {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

#problem ul li img {
  width: 90%;
  max-width: 277px;
}

#problem ul li dt {
  font-size: 14px;
  margin-bottom: 3px;
  color: #a1aeb9;
}

#problem ul li dd {
  font-size: 18px;
}

#problem:after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 250px;
  content: "";
  background-color: #fff;
}

#solution {
  position: relative;
  padding: 0 4.286% 100px;
}

#solution .sec_head h3 {
  font-size: 28px;
}

#solution ul {
  max-width: 1280px;
  margin: auto;
}

#solution ul li {
  width: 48.5%;
  max-width: 620px;
  margin-bottom: 3%;
  padding: 40px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 17px 40px 0 rgba(22, 42, 61, 0.24);
          box-shadow: 0 17px 40px 0 rgba(22, 42, 61, 0.24);
}

#solution ul li:nth-child(3), #solution ul li:nth-child(4) {
  margin-bottom: 0;
}

#solution ul li img {
  margin-bottom: 30px;
}

#solution ul li dt {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0189d7;
}

#solution ul li dd {
  font-size: 17px;
  line-height: 1.8;
}

#solution::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 450px);
  content: "";
  background-image: url("../images/sec_02_back.jpg");
  background-size: cover;
}

#be-used {
  padding: 4.286% 0 0 4.286%;
}

#be-used .be-used_inner {
  position: relative;
  padding-bottom: 80px;
  background-color: #e5f0f9;
}

#be-used .be-used_inner span {
  font-size: 134px;
  line-height: 1;
  position: absolute;
  z-index: 0;
  top: 15px;
  left: 130px;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  color: #f8fafc;
}

#be-used .be-used_inner .head {
  position: relative;
  z-index: 1;
  padding: 120px 0 150px 4.286%;
}

#be-used .be-used_inner .head h3 {
  font-size: 30px;
  position: relative;
  z-index: 1;
  letter-spacing: 0.06em;
  color: #0189d7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#be-used .be-used_inner .head p {
  position: relative;
  z-index: 1;
  margin-bottom: 1em;
  letter-spacing: 0.08em;
  color: #9ec1e3;
}

#be-used .be-used_inner .img {
  position: absolute;
  top: 50px;
  right: 0;
  width: 46%;
  height: 230px;
  background-image: url(../images/sec_03_img01.jpg);
  background-position: center bottom;
  background-size: cover;
}

#be-used .be-used_inner .img img {
  position: absolute;
  top: -3px;
  left: -2px;
}

#be-used .be-used_inner ul {
  position: relative;
  z-index: 1;
  width: 85%;
  max-width: 1280px;
  margin: auto;
  text-align: center;
}

#be-used .be-used_inner ul li {
  width: 33.3%;
  padding: 5px 3% 10px;
  border-right: 1px dashed #c8d3dd;
}

#be-used .be-used_inner ul li:last-child {
  border-right: 0;
}

#be-used .be-used_inner ul li h4 {
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  display: inline-block;
  margin-bottom: 35px;
  padding: 0 20px;
  color: #fff;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#27a4e9), to(#0089d7));
  background: linear-gradient(to right, #27a4e9 0%, #0089d7 100%);
}

#be-used .be-used_inner ul li img {
  display: block;
  width: 120px;
  margin: auto;
}

#be-used .be-used_inner ul li dl {
  margin-top: -10px;
}

#be-used .be-used_inner ul li dt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  color: #0189d7;
}

#be-used .be-used_inner ul li dd {
  line-height: 1.8;
  text-align: left;
}

#price {
  position: relative;
  margin: 0 auto 100px;
  padding: 0 4.286% 80px;
}

#price .para_top {
  z-index: -1;
  width: 72px;
}

#price .sec_head h3 {
  font-size: 28px;
}

#price .price_block {
  position: relative;
  max-width: 1070px;
  margin: 0 auto 55px;
}

#price .price_block h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 42px;
  position: absolute;
  top: -18px;
  left: 50%;
  width: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#27a4e9), to(#0089d7));
  background: linear-gradient(to right, #27a4e9 0%, #0089d7 100%);
}

#price .price_block h4:after {
  position: absolute;
  bottom: -11px;
  left: calc(50% - 8px);
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-width: 11px 8px 0 8px;
  border-style: solid;
  border-color: #1193df transparent transparent transparent;
}

#price .price_block ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 78px 10px 50px 10px;
}

#price .price_block ul li dl dt {
  letter-spacing: 0.08em;
}

#price .price_block ul li dl dd {
  width: 50%;
  max-width: 203px;
}

#price .price_block ul li:first-child {
  border-radius: 10px 0 0 10px;
  background-color: #caebfe;
}

#price .price_block ul li:last-child {
  border-radius: 0 10px 10px 0;
  background-color: #def2fe;
}

#price .price_block ul li dt {
  font-size: 20px;
  font-weight: 700;
  color: #5c6d86;
}

#price .compare {
  max-width: 1070px;
  margin: auto;
}

#price .compare dl {
  width: 47.66%;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 14px 12px 40px 1px rgba(22, 55, 86, 0.16);
          box-shadow: 14px 12px 40px 1px rgba(22, 55, 86, 0.16);
}

#price .compare dl:last-child {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#price .compare dl:last-child dt {
  background-image: url(../images/sec_04_back02.jpg);
}

#price .compare dl:last-child dd table {
  background-color: #eaeaea;
}

#price .compare dl:last-child dd table th,
#price .compare dl:last-child dd table td {
  border-bottom-color: #acacac;
}

#price .compare dl:last-child dd table th {
  color: #7c7e81;
}

#price .compare dt {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  height: 0;
  padding-top: 17.65%;
  text-align: center;
  color: #fff;
  border-radius: 10px 10px 0 0;
  background-image: url(../images/sec_04_back01.jpg);
  background-position: center;
  background-size: cover;
}

#price .compare dt p {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#price .compare dt p span {
  font-size: 13px;
  font-weight: 400;
  display: block;
}

#price .compare dt img {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 16px);
  width: 40px;
}

#price .compare dd {
  padding: 6.865% 0;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}

#price .compare dd table {
  width: 86.27%;
  margin: auto;
  padding: 10px 25px;
  border-spacing: 0;
  text-align: left;
  background-color: #e0f0fd;
}

#price .compare dd table tr:last-child th,
#price .compare dd table tr:last-child td {
  border-bottom: none;
}

#price .compare dd table th,
#price .compare dd table td {
  padding: 16px 0;
  vertical-align: top;
  border-bottom: 1px solid #cde2f1;
}

#price .compare dd table th {
  width: 34.7%;
  letter-spacing: 0.3em;
  color: #0189d7;
}

#price .compare dd table th img {
  width: 16px;
  margin-right: 10px;
  margin-bottom: -2px;
}

#price .compare dd table td {
  font-weight: 700;
  width: 65.3%;
}

#price .compare dd table td span {
  font-size: 14px;
  font-weight: 400;
}

#price > h4 {
  font-size: 26px;
  font-weight: 700;
  max-width: 1070px;
  margin: 0 auto 55px;
  color: #0189d7;
}

#price > h4 span {
  font-size: 14px;
  font-weight: 400;
  color: #414247;
}

#price::after {
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 50%;
  display: block;
  width: 100%;
  max-width: 1280px;
  height: 400px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #e5f0f9;
}

#function {
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
  padding-bottom: 90px;
}

#function .sec_head h3 {
  font-size: 24px;
}

#function #slider {
  margin-top: 140px;
}

#function #slider .slick-list {
  overflow: visible;
}

#function #slider .slick-slide {
  position: relative;
  width: 700px;
  height: 100%;
  margin-right: 60px;
  padding: 50px;
  -webkit-transition: margin-top 0.5s;
  transition: margin-top 0.5s;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 14px 12px 40px 1px rgba(22, 55, 86, 0.16);
          box-shadow: 14px 12px 40px 1px rgba(22, 55, 86, 0.16);
}

#function #slider .slick-slide.slick-current, #function #slider .slick-slide.is-active-next {
  margin-top: -50px;
}

#function #slider .slick-slide .drop {
  display: none;
  padding: 10px 25px;
  border: 1px solid #28a0e4;
}

#function #slider .slick-slide .drop h5 {
  font-size: 13px;
  margin-bottom: 7px;
  color: #28a0e4;
}

#function #slider .slick-slide .drop li {
  font-size: 13px;
  margin-left: 1em;
  text-indent: -1em;
}

#function #slider .slick-slide .drop li::before {
  content: "・";
  color: #28a0e4;
}

#function #slider .slick-slide b {
  font-size: 13px;
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding: 3px 30px 3px 10px;
  cursor: pointer;
  color: #fff;
  background-color: #0fa6fc;
}

#function #slider .slick-slide b::after {
  position: absolute;
  top: 8px;
  right: 12px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-width: 7px 4px 0 4px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

#function #slider .slick-slide img {
  width: 100%;
  margin: 0 auto 30px;
}

#function #slider .slick-slide h4 {
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #28a0e4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#function #slider .slick-slide h4 span {
  font-size: 14px;
  font-weight: 400;
  display: block;
  letter-spacing: 0.08em;
  color: #9ec1e3;
}

#function #slider .slick-slide p {
  line-height: 1.8;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

#function #slider .slick-slide > span {
  font-size: 54px;
  font-weight: 700;
  line-height: 0.85;
  position: absolute;
  top: -20px;
  left: 30px;
  color: #28a0e4;
  border-bottom: 6px solid #28a0e4;
}

#function:after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 550px;
  content: "";
  background-image: url(../images/sec_05_back.jpg);
  background-position: center;
  background-size: cover;
}

#comparison {
  position: relative;
  margin-bottom: 40px;
  padding: 0 20px;
}

#comparison .sec_head h3 {
  color: #0189d7;
}

#comparison .tbl_wrap {
  font-size: 17px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1070px;
  margin: auto;
  padding-bottom: 38px;
}

#comparison .tbl_wrap ul {
  position: relative;
  z-index: 1;
}

#comparison .tbl_wrap ul:first-child li {
  height: 100px;
  background-color: transparent !important;
}

#comparison .tbl_wrap ul:first-child li img {
  width: 90%;
  max-width: 160px;
}

#comparison .tbl_wrap ul:nth-child(2n) li:first-child {
  background-color: #5caae0;
}

#comparison .tbl_wrap ul:last-child::after {
  position: absolute;
  bottom: -38px;
  left: 0;
  display: block;
  width: 27.1%;
  height: 38px;
  content: "";
  background-color: #5caae0;
}

#comparison .tbl_wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20%;
  min-height: 70px;
  margin-top: 2px;
  margin-bottom: 2px;
  text-align: center;
  background-color: #fff;
}

#comparison .tbl_wrap ul li:first-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 27.1%;
  min-height: 74px;
  margin-top: 0;
  margin-right: 2.58%;
  margin-bottom: 0;
  padding-right: 2%;
  text-align: right;
  color: #fff;
  background-color: #3b80c0;
}

#comparison .tbl_wrap ul li:nth-child(2) {
  margin-right: 1.72%;
}

#comparison .tbl_wrap ul li:nth-child(3) {
  margin-right: 3.44%;
}

#comparison .tbl_wrap ul li img {
  width: 32px;
}

#comparison .tbl_wrap:before {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  display: block;
  width: 72.9%;
  height: 100%;
  content: "";
  background-color: #ced9e3;
}

#comparison .tbl_wrap:after {
  position: absolute;
  z-index: 0;
  right: 3.44%;
  bottom: 0;
  display: block;
  width: 23.44%;
  height: calc(100% + 18px);
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#27a4e9), to(#0089d7));
  background: linear-gradient(to right, #27a4e9 0%, #0089d7 100%);
}

#step {
  position: relative;
  margin-bottom: 60px;
  padding: 80px 4.286% 100px;
  background-color: #e5f0f9;
}

#step .para_top {
  width: 104px;
}

#step .step_inner {
  max-width: 1070px;
  margin: auto;
}

#step .step_inner .sec_head h3 {
  font-size: 38px;
}

#step .step_inner .sec_head h3 b b {
  font-size: 60px;
}

#step .step_inner .sec_head p {
  margin-bottom: 0;
}

#step .step_inner ul {
  position: relative;
  z-index: 1;
}

#step .step_inner ul .step_box {
  position: relative;
  width: 30%;
  max-width: 320px;
  padding: 50px 30px 30px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 14px 12px 40px 1px rgba(22, 55, 86, 0.16);
          box-shadow: 14px 12px 40px 1px rgba(22, 55, 86, 0.16);
}

#step .step_inner ul .step_box:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#step .step_inner ul .step_box:last-of-type {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

#step .step_inner ul .step_box .no {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#step .step_inner ul .step_box .text {
  position: absolute;
  top: -78px;
  left: calc(50% + 40px);
  width: 89px;
}

#step .step_inner ul .step_box .img {
  display: block;
  width: 80%;
  max-width: 229px;
  margin: 0 auto 20px;
}

#step .step_inner ul .step_box .arrow {
  position: absolute;
  top: 50%;
  right: -13.5%;
  width: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#step .step_inner ul .step_box p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  text-align: justify;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

#step .tri {
  position: absolute;
  right: 0;
  bottom: 0;
}

#customers {
  margin-bottom: 50px;
  text-align: center;
}

#customers .carousel-disable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#customers .carousel-disable li {
  margin: 0 20px 10px;
}

#customers .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#customers .slick-slide {
  margin-right: 40px;
}

#customers h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #0189d7;
}

#customers h3 span {
  font-size: 14px;
  font-weight: 400;
}

#customers p {
  margin-bottom: 30px;
}

#customers li {
  font-size: 22px;
  font-weight: 500;
}

#simulation {
  position: relative;
  margin-bottom: 80px;
  padding: 0 4.286% 100px;
  text-align: center;
}

#simulation::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 460px);
  content: "";
  background-image: url(../images/sec_09_back.jpg);
  background-position: center;
  background-size: cover;
}

#simulation .para_top {
  width: 131px;
}

#simulation .simulation_block {
  position: relative;
  z-index: 1;
  max-width: 1070px;
  margin: auto;
  padding: 30px 4.286% 70px;
  text-align: left;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#c7deed), color-stop(1%, #c7deed), color-stop(1%, #fff), to(#fff));
  background: linear-gradient(to bottom, #c7deed 0%, #c7deed 1%, #fff 1%, #fff 100%);
  -webkit-box-shadow: 14px 12px 40px 1px rgba(22, 55, 86, 0.16);
          box-shadow: 14px 12px 40px 1px rgba(22, 55, 86, 0.16);
}

#simulation .simulation_block .inner {
  max-width: 890px;
  margin: auto;
}

#simulation .simulation_block table {
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0 40px;
  background: #fff;
}

#simulation .simulation_block table tr {
  margin-bottom: 40px;
}

#simulation .simulation_block table th {
  font-size: 18px;
  width: 200px;
  text-align: center;
  vertical-align: top;
  color: #0089d7;
}

#simulation .simulation_block table th span {
  line-height: 56px;
  display: block;
  border-radius: 3px;
  background: #def2fe;
}

#simulation .simulation_block table td {
  font-size: 18px;
  width: calc(100% - 200px);
  padding-left: 40px;
}

#simulation .simulation_block table td select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 56px;
  padding: 0 10px;
  border: #aeb4c4 solid 1px;
  border-radius: 3px;
  background: url(../images/sec_09_arrow.png) right 10px top 50% no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#simulation .simulation_block table td select::-ms-expand {
  display: none;
}

#simulation .simulation_block .btn_01 .btn::after {
  position: absolute;
  top: 50%;
  right: 40px;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-color: #fff;
  border-bottom: 3px solid;
  border-left: 3px solid;
}

#simulation .simulation_block .check input {
  display: none;
}

#simulation .simulation_block .check input:checked + label::after {
  position: absolute;
  top: 50%;
  left: 3px;
  display: block;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-color: #0189d7;
  border-bottom: 3px solid;
  border-left: 3px solid;
}

#simulation .simulation_block .check input + label {
  position: relative;
  padding-left: 30px;
}

#simulation .simulation_block .check input + label::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  content: "";
  border: 1px solid;
  border-color: #aeb4c4;
  border-radius: 3px;
  background-color: #fff;
}

#simulation .simulation_block .check li {
  font-size: 18px;
  display: inline-block;
  margin-right: 30px;
  padding: 6px 0;
}

#simulation .simulation_block .select input,
#simulation .simulation_block .text input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 180px;
  height: 56px;
  margin-right: 10px;
  padding: 0 10px;
  text-align: right;
  border: #aeb4c4 solid 1px;
  border-radius: 3px;
}

#simulation .simulation_block .select input {
  display: none;
  width: 100%;
  margin-top: 10px;
  text-align: left;
}

#simulation .simulation_block .attention {
  font-size: 15px;
  padding-left: 1.5em;
  color: #0189d7;
}

#simulation .simulation_block .attention li {
  text-indent: -1.04em;
}

#simulation h3 {
  line-height: 1.2;
  margin-bottom: 15px;
}

#simulation h3 img {
  width: 363px;
}

#simulation h3 b {
  font-size: 46px;
  display: block;
  letter-spacing: 0.08em;
  color: #0189d7;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

#simulation > p {
  font-size: 15px;
  margin-bottom: 50px;
  letter-spacing: 0;
}

#simulation-result {
  margin-bottom: 15px;
  padding: 20px 0 40px;
  text-align: center;
  color: #0189d7;
  border: 10px solid #c2dff2;
}

#simulation-result.start #simulation-goukei {
  display: inline;
}

#simulation-result.start .init {
  display: none;
}

#simulation-result .odometer-inside {
  display: inline-block;
}

#simulation-result h4 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}

#simulation-result p {
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

#simulation-goukei {
  font-size: 79px;
  font-weight: bold;
  display: none;
  vertical-align: baseline;
}

#form {
  margin-bottom: 130px;
  padding: 0 4.286%;
}

#form .sec_head {
  margin-bottom: 25px;
}

#form .sec_head p {
  margin-bottom: 0;
}

#form .sec_head h3 b {
  font-size: 46px;
}

#form .text01 {
  text-align: center;
}

#form .text01 b {
  font-size: 12px;
  color: red;
}

#form .before {
  font-size: 14px;
  max-width: 1070px;
  margin: 0 auto 60px;
  padding: 45px 4.286%;
  background-color: #edf0f2;
}

#form .before ol {
  padding-left: 1.5em;
}

#form .before li {
  margin-bottom: 1em;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

#form .before li:last-of-type {
  margin-bottom: 0;
}

#form .scroll {
  font-size: 14px;
  line-height: 1.6;
  overflow-y: scroll;
  max-width: 1070px;
  height: 160px;
  margin: 0 auto 15px;
  padding: 20px 4.286%;
  border: 1px solid #b6b9c0;
  border-radius: 3px;
}

#form .scroll dt {
  font-weight: 700;
  padding: 1em 0 0.5em;
}

#form .scroll dd {
  padding-left: 30px;
}

#form .scroll dd.indent {
  margin-left: 3em;
  text-indent: -3em;
}

#form .scroll img {
  height: 18px;
  vertical-align: bottom;
}

#form .check {
  margin-bottom: 70px;
  text-align: center;
}

#form .btn_01 .btn::after {
  position: absolute;
  top: 50%;
  right: 40px;
  display: block;
  width: 24px;
  height: 22px;
  margin-top: -10px;
  content: "";
  background-image: url(../images/sec_10_icon01.png);
  background-size: cover;
}

#form h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
}

#form table {
  width: 100%;
  max-width: 840px;
  margin: 55px auto 30px;
}

#form table th {
  font-size: 20px;
  font-weight: 400;
  line-height: 56px;
  position: relative;
  width: 190px;
  text-align: left;
  vertical-align: top;
}

#form table th span {
  font-size: 11px;
  position: absolute;
  top: -4px;
  color: red;
}

#form table td {
  width: calc(100% - 190px);
  padding-bottom: 25px;
}

#form table td .formError {
  left: 0 !important;
}

#form table td .note {
  font-size: 15px;
  display: block;
  margin-top: 5px;
  color: #898c92;
}

#form table td.postal input {
  width: 230px;
}

#form table td.postal input:first-child {
  width: 160px;
}

#form table td.postal .hyphen {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 18px;
  height: 2px;
  margin: 0 10px 0 0;
  content: "";
  background: #898c92;
}

#form table td input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 56px;
  margin-right: 10px;
  padding: 0 10px;
  border: #aeb4c4 solid 1px;
  border-radius: 3px;
}

#company {
  margin-bottom: 70px;
  padding-right: 4.286%;
}

#company .company_inner {
  padding: 60px 4.286% 40px;
  background-color: #e5f0f9;
}

#company .company_inner h3 {
  font-size: 20px;
  max-width: 1070px;
  margin: 0 auto 13px;
  color: #455b6e;
}

#company .company_inner table {
  width: 100%;
  max-width: 1070px;
  margin: auto;
  border-spacing: 0 12px;
}

#company .company_inner table th {
  font-weight: 400;
  width: 26%;
  padding: 20px 10px;
  color: #455b6e;
  background-color: #cedeeb;
}

#company .company_inner table td {
  width: 74%;
  padding: 20px 40px;
  background-color: #fff;
}

#company .company_inner table td ol {
  padding-left: 1.5em;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 4.286% 20px;
  text-align: center;
  color: #fff;
  background-color: #0089d7;
}

#footer .inner {
  position: relative;
}

#footer .f_logo {
  padding-top: 35px;
}

#footer .f_logo img {
  width: 150px;
}

#footer .copy {
  font-size: 14px;
  padding-top: 35px;
}

#footer .link {
  font-size: 14px;
  position: absolute;
  right: 10px;
  bottom: 0;
  color: #fff;
}

#footer .link::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 5px 1px 0;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#footer .link img {
  width: 14px;
  margin-left: 5px;
}

#page-top {
  position: absolute;
  z-index: 10;
  right: 20px;
  border-radius: 50%;
}

#page-top a {
  display: block;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: #0089d7;
}

#page-top.fix {
  position: fixed;
  bottom: 20px;
  -webkit-box-shadow: 2px 2px 33px rgba(22, 55, 86, 0.33);
          box-shadow: 2px 2px 33px rgba(22, 55, 86, 0.33);
}

#page-top img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.thanks {
  margin-top: 50px;
}

.thanks .note {
  max-width: 600px;
  margin: auto;
  margin-bottom: 40px;
  padding-left: 1em;
  text-indent: -1em;
}

.thanks .company {
  max-width: 750px;
  margin: 0 auto 80px;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  background-color: #02bcf2;
}

.thanks .company a {
  color: #fff;
}

.thanks h2 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: center;
}

.thanks h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 1200px) {
  #header-inner .right {
    padding-top: 5px;
  }
  #header-inner .right .tel {
    margin-right: 20px;
  }
  #header-inner .right .tel img {
    width: 220px;
  }
  #header-inner .right .btn a {
    font-size: 13px;
    padding: 0 15px;
  }
}

@media (max-width: 1070px) {
  #pagetop {
    padding-bottom: 180px;
  }
  .sec_head h3 {
    font-size: 28px;
    letter-spacing: 0;
  }
  .sec_head h3 b {
    font-size: 32px;
  }
  .sec_cta .cta_inner {
    padding: 60px 4.286%;
  }
  .sec_cta .cta_inner .link {
    display: block;
    height: auto;
    padding: 20px 0;
  }
  .sec_cta .cta_inner .link p {
    margin-bottom: 10px;
    text-align: center;
  }
  .sec_cta .cta_inner .link .btn {
    line-height: 70px;
    width: 60%;
    margin: auto;
  }
  .sec_cta .cta_inner .link .btn img {
    top: 28px;
  }
  .sec_cta .cta_inner h3 {
    font-size: 28px;
  }
  #mv {
    padding-top: 80px;
    padding-bottom: 280px;
  }
  #problem ul li dd {
    font-size: 16px;
  }
  #solution .sec_head h3 {
    font-size: 26px;
  }
  #solution ul li {
    padding: 28px;
  }
  #be-used .be-used_inner ul {
    width: 95%;
  }
  #be-used .be-used_inner ul li {
    padding: 5px 2% 10px;
  }
  #be-used .be-used_inner ul li h4 {
    font-size: 13px;
    padding: 0 10px;
  }
  #be-used .be-used_inner ul li dt {
    font-size: 18px;
  }
  #price .compare dt {
    font-size: 20px;
    padding-top: 21%;
  }
  #price .compare dt img {
    bottom: -15px;
    width: 30px;
  }
  #price .compare dd table {
    padding: 10px 15px;
  }
  #price ul li dt span {
    display: block;
  }
  #function #slider .slick-slide {
    width: 600px;
    padding: 50px 40px;
  }
  #footer .link {
    position: static;
    right: auto;
  }
}

@media (max-width: 960px) {
  #header-inner .right .tel {
    display: none;
  }
  #nav ul li {
    font-size: 14px;
  }
  #nav ul li a {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  br.sp {
    display: none;
  }
  .btn:not(.disable) {
    position: relative;
    overflow: hidden;
  }
  .btn:not(.disable)::before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    content: "";
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    background-color: #0089d7;
  }
  .btn:not(.disable):hover::before {
    width: 100%;
  }
  .sec_cta .cta_inner .dl {
    -webkit-transition: margin 0.3s, -webkit-box-shadow 0.3s;
    transition: margin 0.3s, -webkit-box-shadow 0.3s;
    transition: margin 0.3s, box-shadow 0.3s;
    transition: margin 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  }
  .sec_cta .cta_inner .dl a {
    position: relative;
    overflow: hidden;
  }
  .sec_cta .cta_inner .dl a::before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    content: "";
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    background-color: #35baf2;
  }
  .sec_cta .cta_inner .dl a:hover::before {
    width: 100%;
  }
  .sec_cta .cta_inner .dl::after {
    display: block;
    width: 0;
    height: 100%;
    content: "";
  }
  .sec_cta .cta_inner .link:hover .btn::before {
    width: 100%;
  }
  .sec_cta .cta_inner .link .btn::before {
    background-color: #27c182;
  }
  .sec_cta .cta_inner ul li .btn {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .sec_cta .cta_inner ul li .btn:hover {
    color: #09a5d2;
  }
  .sec_cta .cta_inner ul li .btn::before {
    background-color: #fff;
  }
  #header-inner .menu-trigger {
    display: none;
  }
  #header-inner .right .btn.dl::before {
    background-color: #0089d7;
  }
  #header-inner .right .btn::before {
    background-color: #0d1c4c;
  }
  #nav .btn_wrap {
    display: none;
  }
  #nav ul li a {
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
  }
  #nav ul li a:hover {
    color: #357bb7;
  }
  #mv .mv_inner .text .btn_wrap {
    bottom: 0;
    margin-top: 8px;
    -webkit-animation-name: none !important;
            animation-name: none !important;
    opacity: 1;
  }
  #mv .mv_inner .text .btn_wrap::after {
    display: block;
    width: 0;
    height: 80px;
    content: "";
  }
  #mv .mv_inner .text .btn_wrap li a {
    -webkit-transition: margin 0.3s, -webkit-box-shadow 0.3s;
    transition: margin 0.3s, -webkit-box-shadow 0.3s;
    transition: margin 0.3s, box-shadow 0.3s;
    transition: margin 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  }
  #mv .mv_inner .text .btn_wrap li a::before {
    background-color: #1bccff;
  }
  .slick-next,
  .slick-prev {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .slick-next:hover,
  .slick-prev:hover {
    opacity: 0.8;
  }
  #page-top a {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  #page-top a:hover {
    background-color: #02bcf2;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  br.pc {
    display: none;
  }
  .sec_head {
    margin-bottom: 40px;
  }
  .sec_head h3 {
    font-size: 23px;
  }
  .sec_head h3 b {
    font-size: 23px;
  }
  .sec_head p {
    font-size: 12px;
  }
  .sec_cta {
    padding: 40px 0 40px 0;
  }
  .sec_cta .cta_inner {
    padding: 35px 6% 40px;
    background-image: url(../images/sp/sec_cta_back.jpg);
  }
  .sec_cta .cta_inner .dl {
    margin-bottom: 35px;
    text-align: left;
  }
  .sec_cta .cta_inner .dl b {
    font-size: 14px;
    left: 2px;
    width: 46px;
    height: 46px;
    text-align: center;
  }
  .sec_cta .cta_inner .dl a {
    font-size: 16px;
    height: 70px;
    border-radius: 35px;
  }
  .sec_cta .cta_inner .dl a img {
    width: 36px;
    margin-right: 8px;
  }
  .sec_cta .cta_inner .link {
    padding-bottom: 30px;
  }
  .sec_cta .cta_inner .link .btn {
    font-size: 15px;
    line-height: 54px;
    width: 90%;
    max-width: 260px;
    padding-left: 25px;
  }
  .sec_cta .cta_inner .link .btn img {
    top: 19px;
  }
  .sec_cta .cta_inner .link p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .sec_cta .cta_inner h3 {
    font-size: 22px;
  }
  .sec_cta .cta_inner h4 {
    font-size: 15px;
  }
  .sec_cta .cta_inner ul {
    display: block;
    margin-bottom: 40px;
  }
  .sec_cta .cta_inner ul li {
    width: 100%;
    margin-bottom: 25px;
    padding: 0 !important;
    text-align: center !important;
    border: none !important;
  }
  .sec_cta .cta_inner ul li .btn {
    font-size: 16px;
    line-height: 60px;
    max-width: 100%;
    border-radius: 30px;
  }
  .parallax_border {
    margin-top: -40px;
  }
  .parallax_border.para_right {
    left: -10%;
  }
  .parallax_border.para_left {
    left: 10%;
  }
  .parallax_border.para_left.left02 {
    left: 15%;
  }
  .parallax_border p {
    font-size: 85px;
  }
  .btn_01 {
    margin-bottom: 40px;
  }
  .btn_01 .btn {
    font-size: 20px;
    line-height: 0;
    height: 60px;
    -webkit-box-shadow: 7px 6px 20px 1px rgba(22, 55, 86, 0.16);
            box-shadow: 7px 6px 20px 1px rgba(22, 55, 86, 0.16);
  }
  .btn_01 .btn span {
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    display: block;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .anchor_padding {
    margin-top: -30px !important;
    padding-top: 30px !important;
  }
  #header .top_bar {
    display: none;
  }
  #header-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 64px;
    padding: 0 6%;
  }
  #header-inner .header_logo {
    float: none;
  }
  #header-inner .header_logo img {
    width: 100px;
  }
  #header-inner .right {
    display: none;
  }
  #header-inner .menu-trigger,
  #header-inner .menu-trigger span {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #header-inner .menu-trigger {
    position: absolute;
    z-index: 9999;
    top: 20px;
    right: 6%;
    width: 40px;
    height: 25px;
    cursor: pointer;
    border: none;
    background: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  #header-inner .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #24106a;
  }
  #header-inner .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  #header-inner .menu-trigger span:nth-of-type(2) {
    top: 11px;
  }
  #header-inner .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #header-inner .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translate3d(-1px, 12px, 0) rotate(45deg);
            transform: translate3d(-1px, 12px, 0) rotate(45deg);
  }
  #header-inner .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translate3d(-1px, 0, 0) rotate(-45deg);
            transform: translate3d(-1px, 0, 0) rotate(-45deg);
  }
  #header-inner .menu-trigger.active span:nth-of-type(3) {
    bottom: -5px;
    width: 45%;
    -webkit-transform: translate3d(23px, -9px, 0) rotate(45deg);
            transform: translate3d(23px, -9px, 0) rotate(45deg);
    opacity: 0;
  }
  #nav {
    position: fixed;
    visibility: hidden;
    overflow: auto;
    width: 100%;
    height: calc(100vh - 64px);
    padding-bottom: 50px;
    opacity: 0;
    background-color: #02bcf2;
  }
  #nav.anime {
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
  }
  #nav.open {
    visibility: visible;
    opacity: 1;
  }
  #nav .btn_wrap {
    padding: 0 6%;
  }
  #nav .btn_wrap .btn {
    font-size: 16px;
    margin-bottom: 15px;
    border-radius: 30px;
    background-color: #253770;
  }
  #nav .btn_wrap .btn:last-of-type {
    margin-bottom: 30px;
  }
  #nav .btn_wrap .btn a {
    font-weight: 700;
    line-height: 60px;
    display: inline-block;
    width: 100%;
    padding: 0 20px;
    color: #fff;
  }
  #nav .btn_wrap .btn.dl {
    background-color: #fff;
  }
  #nav .btn_wrap .btn.dl a {
    color: #02bcf2;
  }
  #nav .btn_wrap .tel img {
    width: 95%;
  }
  #nav ul {
    margin-bottom: 30px;
    text-align: left;
  }
  #nav ul li {
    position: relative;
    display: block;
    padding: 0 6%;
    border-bottom: 1px solid #fff;
  }
  #nav ul li::after {
    position: absolute;
    top: 29px;
    right: 6%;
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  #nav ul li a {
    font-size: 16px;
    line-height: 70px;
    width: 100%;
    letter-spacing: 0.1em;
    color: #fff;
  }
  #main {
    padding-top: 64px;
  }
  #mv {
    padding: 43px 6% 55px;
  }
  #mv .mv_back {
    top: 20%;
    bottom: 0;
    min-width: 100%;
  }
  #mv .mv_inner .text .bar {
    display: none;
  }
  #mv .mv_inner .text .icon {
    position: relative;
    z-index: 2;
    max-width: 100%;
    margin-bottom: 0;
  }
  #mv .mv_inner .text .btn_wrap {
    display: block;
    max-width: 100%;
  }
  #mv .mv_inner .text .btn_wrap li {
    width: 100%;
    max-width: 300px;
    margin: 15px auto 0;
  }
  #mv .mv_inner .text .btn_wrap li a {
    font-size: 16px;
    line-height: 1.2;
    height: 60px;
  }
  #mv .mv_inner .text h2 {
    margin-bottom: 4%;
  }
  #mv .mv_inner .text h2 img {
    width: 100%;
  }
  #mv .mv_inner .mv_img {
    position: static;
    width: 120%;
    margin-top: -20% !important;
    margin-left: -16%;
  }
  #problem {
    z-index: 0;
    margin-bottom: 20px;
  }
  #problem::after {
    height: 200px;
  }
  #problem .arrow {
    width: 48px;
  }
  #problem ul {
    display: block;
    margin-bottom: 20px;
    padding: 20px 0;
    text-align: left;
    border-radius: 8px;
    background: -webkit-gradient(linear, left top, left bottom, from(#c7deed), color-stop(2%, #c7deed), color-stop(2%, #fff), to(#fff));
    background: linear-gradient(to bottom, #c7deed 0%, #c7deed 2%, #fff 2%, #fff 100%);
    -webkit-box-shadow: 7px 6px 20px 1px rgba(22, 55, 86, 0.16);
            box-shadow: 7px 6px 20px 1px rgba(22, 55, 86, 0.16);
  }
  #problem ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 500px;
    height: 150px;
    margin: auto;
    padding: 0;
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #problem ul li img {
    position: absolute;
    left: 4.5%;
    width: 220px;
  }
  #problem ul li dl {
    position: absolute;
    top: 50%;
    right: 9%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #problem ul li dl dt {
    font-size: 14px;
  }
  #problem ul li dl dd {
    font-size: 16px;
  }
  #problem ul li:nth-of-type(2) img {
    right: 4.5%;
    left: auto;
  }
  #problem ul li:nth-of-type(2) dl {
    right: auto;
    left: 9%;
  }
  #solution {
    padding: 0 6% 30px;
  }
  #solution::after {
    height: calc(100% - 500px);
  }
  #solution .sec_head h3 {
    font-size: 17px;
  }
  #solution .sec_head h3 b {
    font-size: 24px;
  }
  #solution ul {
    display: block;
  }
  #solution ul li {
    width: 100%;
    max-width: 100%;
    padding: 20px 20px 25px 20px;
    margin-bottom: 10px !important;
  }
  #solution ul li img {
    width: 100%;
    margin-bottom: 10px;
  }
  #solution ul li dt {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #solution ul li dd {
    font-size: 15px;
    line-height: 1.6;
  }
  #be-used {
    padding: 50px 0 0 6%;
  }
  #be-used .be-used_inner {
    padding-bottom: 20px;
  }
  #be-used .be-used_inner .img {
    top: -30px;
    width: 90%;
    height: 116px;
  }
  #be-used .be-used_inner .img img {
    top: -1px;
    left: 0;
    height: calc(100% + 2px);
  }
  #be-used .be-used_inner .head {
    padding: 110px 0 0;
    text-align: center;
  }
  #be-used .be-used_inner .head p {
    font-size: 12px;
  }
  #be-used .be-used_inner .head h3 {
    font-size: 23px;
  }
  #be-used .be-used_inner span {
    font-size: 67px;
    left: 65px;
    display: block;
    width: 100%;
  }
  #be-used .be-used_inner ul {
    display: block;
    width: 80%;
  }
  #be-used .be-used_inner ul li {
    width: 100%;
    padding: 20px 0;
    border-right: none;
    border-bottom: 1px dashed #c8d3dd;
  }
  #be-used .be-used_inner ul li:last-of-type {
    border-bottom: none;
  }
  #be-used .be-used_inner ul li h4 {
    font-size: 15px;
    margin-bottom: 15px;
  }
  #be-used .be-used_inner ul li img {
    width: 102px;
  }
  #be-used .be-used_inner ul li dt {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #be-used .be-used_inner ul li dd {
    font-size: 14px;
    line-height: 1.6;
  }
  #price {
    margin-bottom: 40px;
    padding: 0;
  }
  #price .para_top {
    display: none;
  }
  #price .sec_head h3 {
    font-size: 19px;
  }
  #price .price_block {
    margin-bottom: 30px;
  }
  #price .price_block h4 {
    font-size: 15px;
    line-height: 29px;
    width: 90%;
  }
  #price .price_block ul {
    display: block;
  }
  #price .price_block ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 97px;
    padding: 0 6%;
    border-radius: 0 !important;
  }
  #price .price_block ul li dl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
  #price .price_block ul li dl dt {
    font-size: 18px;
  }
  #price .price_block ul li dl dd {
    max-width: 156px;
  }
  #price .compare {
    display: block;
    padding: 0 6% 40px;
  }
  #price .compare dl {
    width: 100%;
  }
  #price .compare dl:first-of-type {
    margin-bottom: 15px;
  }
  #price .compare dl dt {
    height: 80px;
    padding: 0;
  }
  #price .compare dl dt p {
    font-size: 19px;
  }
  #price .compare dl dt p span {
    font-size: 12px;
  }
  #price .compare dl dt img {
    bottom: -23px;
    left: calc(50% - 22px);
    width: 44px;
  }
  #price .compare dl dd {
    padding: 35px 20px 20px;
  }
  #price .compare dl dd table {
    font-size: 15px;
    width: 100%;
  }
  #price .compare dl dd table th {
    width: 32%;
    padding: 12px 0;
  }
  #price .compare dl dd table td {
    width: 68%;
    padding: 12px 0;
  }
  #price .compare dl dd table span {
    font-size: 14px;
    display: block;
    text-indent: -10px;
  }
  #price > h4 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  #price > h4 span {
    display: block;
    margin-top: 0.5em;
  }
  #price::after {
    height: 550px;
  }
  #function {
    margin-bottom: 40px;
    padding-bottom: 45px;
  }
  #function .sec_head {
    margin-bottom: 10px;
  }
  #function .sec_head h3 {
    font-size: 20px;
  }
  #function .sec_head h3 b {
    font-size: 25px;
  }
  #function .parallax_border {
    margin-top: -10px;
  }
  #function #slider {
    margin-top: 0;
  }
  #function #slider .slick-list {
    overflow: hidden;
  }
  #function #slider .slick-slide {
    width: 93vw;
    max-width: 330px;
    margin-top: 25px;
    margin-right: 22px;
    margin-bottom: 10px;
    padding: 25px 20px;
  }
  #function #slider .slick-slide.slick-current, #function #slider .slick-slide.is-active-next {
    margin-top: 25px;
  }
  #function #slider .slick-slide .drop {
    display: block;
    padding: 10px;
    margin-top: 10px;
  }
  #function #slider .slick-slide > span {
    font-size: 40px;
    line-height: 0.85;
    top: -20px;
    left: 15px;
    border-bottom-width: 4px;
  }
  #function #slider .slick-slide img {
    margin-bottom: 10px;
  }
  #function #slider .slick-slide h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #0189d7;
  }
  #function #slider .slick-slide h4 span {
    font-size: 12px;
  }
  #function #slider .slick-slide p {
    font-size: 15px;
    line-height: 1.6;
  }
  #function #slider .slick-slide b {
    display: none;
  }
  #function::after {
    top: 320px;
    height: calc(100% - 320px);
  }
  #comparison {
    margin-bottom: 10px;
  }
  #comparison .tbl_wrap {
    font-size: 12px;
    padding-bottom: 20px;
  }
  #comparison .tbl_wrap ul li {
    width: 22%;
    min-height: 50px;
  }
  #comparison .tbl_wrap ul li:first-child {
    width: 29%;
    min-height: 54px;
    margin-right: 1%;
  }
  #comparison .tbl_wrap ul li:nth-child(2) {
    margin-right: 1%;
  }
  #comparison .tbl_wrap ul li:nth-child(3) {
    margin-right: 2%;
  }
  #comparison .tbl_wrap ul li img {
    width: 26px;
  }
  #comparison .tbl_wrap ul:first-child li {
    height: auto;
    padding: 10px 0;
  }
  #comparison .tbl_wrap ul:last-child::after {
    bottom: -20px;
    width: 29%;
    height: 20px;
  }
  #comparison .tbl_wrap::before {
    width: 71%;
  }
  #comparison .tbl_wrap::after {
    right: 0;
    width: 24%;
  }
  #step {
    padding: 40px 6% 70px;
  }
  #step .para_top {
    top: 10%;
    width: 62px;
  }
  #step .step_inner .sec_head h3 {
    font-size: 26px;
  }
  #step .step_inner .sec_head h3 b {
    font-size: 26px;
    display: block;
  }
  #step .step_inner .sec_head h3 b b {
    font-size: 43px;
    display: inline;
  }
  #step .step_inner #step-slide {
    display: block;
    margin-top: 64px;
    margin-bottom: 0;
  }
  #step .step_inner #step-slide .slick-list {
    overflow: visible;
  }
  #step .step_inner #step-slide .step_box {
    width: 86;
    max-width: 330px;
    margin-right: 6vw;
  }
  #step .step_inner #step-slide .step_box .no {
    top: -48px;
    width: 65px;
  }
  #step .step_inner #step-slide .step_box .text {
    top: -60px;
    left: calc(50% + 34px);
    width: 78px;
  }
  #step .step_inner #step-slide .step_box .arrow {
    display: none;
  }
  #step .step_inner #step-slide .next-arrow {
    position: absolute;
    top: 42%;
    right: calc(50% - 178px);
    width: 30px;
    cursor: pointer;
  }
  #step .step_inner #step-slide .slick-prev {
    display: none !important;
  }
  #customers {
    margin-bottom: 30px;
  }
  #customers .carousel-disable li {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin: 0 10px 5px;
  }
  #customers h3 {
    font-size: 23px;
  }
  #customers p {
    font-size: 15px;
  }
  #simulation {
    margin-bottom: 40px;
    padding: 0 6% 40px;
  }
  #simulation .para_top {
    top: 20%;
    right: 0;
    width: 62px;
  }
  #simulation .simulation_block {
    padding: 30px 6%;
  }
  #simulation .simulation_block .check li {
    font-size: 15px;
    margin-right: 20px;
  }
  #simulation .simulation_block .text input {
    width: calc(100% - 2em);
    height: 45px;
  }
  #simulation .simulation_block .select input {
    height: 45px;
  }
  #simulation .simulation_block .attention {
    font-size: 13px;
  }
  #simulation .simulation_block .btn_01 .btn::after {
    margin-top: -7px;
  }
  #simulation .simulation_block table {
    border-spacing: 0;
  }
  #simulation .simulation_block table tr {
    margin-bottom: 0;
  }
  #simulation .simulation_block table th,
  #simulation .simulation_block table td {
    display: block;
    width: 100%;
  }
  #simulation .simulation_block table th {
    font-size: 16px;
    line-height: 40px;
  }
  #simulation .simulation_block table td {
    font-size: 16px;
    padding: 15px 0;
  }
  #simulation .simulation_block table td select {
    height: 45px;
  }
  #simulation h3 b {
    font-size: 32px;
  }
  #simulation h3 img {
    width: 280px;
    margin: auto;
  }
  #simulation > p {
    font-size: 13px;
    margin-bottom: 20px;
  }
  #simulation::after {
    height: 640px;
  }
  #simulation-result {
    padding: 20px 0;
    border-width: 5px;
  }
  #simulation-result h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #simulation-result p {
    font-size: 24px;
  }
  #simulation-goukei {
    font-size: 40px;
  }
  #form {
    margin-bottom: 60px;
    padding: 0 6%;
  }
  #form .sec_head h3 b {
    font-size: 32px;
  }
  #form .text01 {
    font-size: 13px;
  }
  #form .before {
    margin-bottom: 40px;
    padding: 20px 4%;
  }
  #form .scroll {
    font-size: 13px;
    padding: 10px 4%;
  }
  #form .check {
    margin-bottom: 50px;
  }
  #form .btn_01 .btn::after {
    top: 47%;
    right: auto;
    left: calc(50% + 120px);
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  #form table {
    margin: 10px auto 40px;
  }
  #form table th,
  #form table td {
    display: block;
    width: 100%;
  }
  #form table th {
    font-size: 16px;
    line-height: 36px;
  }
  #form table td {
    padding-bottom: 10px;
  }
  #form table td.postal .hyphen {
    width: 14px;
  }
  #form table td.postal input {
    width: 30%;
    margin-right: 5px;
  }
  #form table td.postal input:first-child {
    width: 20%;
  }
  #form table td .note {
    font-size: 13px;
  }
  #form table td input {
    height: 45px;
  }
  #form h4 {
    font-size: 17px;
  }
  #company {
    margin-bottom: 45px;
    padding-right: 6%;
  }
  #company .company_inner {
    padding: 40px 6% 25px;
  }
  #company .company_inner table {
    font-size: 13px;
  }
  #company .company_inner table th,
  #company .company_inner table td {
    display: block;
    width: 100%;
    padding: 7px 15px;
    text-align: left;
  }
  #footer {
    padding-bottom: 15px;
  }
  #footer .f_logo {
    margin-bottom: 10px;
    padding-top: 20px;
  }
  #footer .f_logo img {
    width: 125px;
  }
  #footer .copy {
    padding-top: 25px;
  }
  #page-top a {
    width: 55px;
    height: 55px;
  }
  #page-top a img {
    width: 30px;
  }
  .thanks .inner {
    padding: 0 4%;
  }
  .thanks .btn_01 {
    margin-bottom: 25px;
  }
  .thanks h2 {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .thanks h3 {
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  #problem ul li {
    height: 110px;
  }
  #problem ul li img {
    width: 150px;
  }
  #problem ul li dl dt {
    font-size: 12px;
  }
  #problem ul li dl dd {
    font-size: 15px;
  }
}

@media (max-width: 359px) {
  #form .btn_01 .btn {
    font-size: 17px;
  }
  #form .btn_01 .btn::after {
    right: 20px;
    left: auto;
  }
  .sec_cta .cta_inner {
    padding: 35px 4%;
  }
  .sec_cta .cta_inner h3 {
    font-size: 21px;
  }
  .sec_cta .cta_inner h4 {
    font-size: 14px;
  }
  #simulation h3 b {
    font-size: 30px;
  }
}
/*# sourceMappingURL=style.css.map */