<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! lp_capico CSS */
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  line-height: 1.5;
  font-size: 10px;
}

body {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  color: #000;
  min-width: 320px;
  line-height: 1.5;
  font-family: Lato, "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.16em;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a:focus {
  text-decoration: none;
  color: inherit;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

li {
  list-style-type: none;
}

blockquote, dl, h1, h2, h3, h4, h5, h6, hr, p, pre {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

b, strong, h2, h3 {
  font-weight: bolder;
  font-family: Lato, "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

dd {
  margin-left: 0;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  appearance: none;
}

select {
  appearance: none;
  border: none;
  outline: none;
  border-radius: 0;
}

textarea {
  appearance: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

button,
input[type=submit] {
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

.lp_header {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 99999;
  overflow: hidden;
  transition: 0.3s;
}
.lp_header .lp_header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  padding: 0 2.6666666667vw;
}
.lp_header .lp_header_inner .lp_header_logo {
  width: 140px;
}
.lp_header .lp_header_nav_button {
  display: block;
  height: 50px;
  position: relative;
  width: 50px;
}
.lp_header .lp_header_nav_button .lp_header_nav_button_inner {
  display: block;
  height: 100%;
  position: relative;
  top: -5px;
  width: 50px;
}
.lp_header .lp_header_nav_button .lp_header_nav_button_inner span {
  background: #ed5555;
  border-radius: 100px;
  display: block;
  height: 3px;
  left: 11px;
  position: absolute;
  top: 23px;
  transition: all 0.2s ease;
  width: 28px;
}
.lp_header .lp_header_nav_button .lp_header_nav_button_inner::before {
  background: #ed5555;
  border-radius: 100px;
  content: "";
  display: block;
  height: 3px;
  left: 11px;
  position: absolute;
  transition: all 0.2s ease;
  width: 28px;
  top: 13px;
}
.lp_header .lp_header_nav_button .lp_header_nav_button_inner::after {
  background: #ed5555;
  border-radius: 100px;
  content: "";
  display: block;
  height: 3px;
  left: 11px;
  position: absolute;
  transition: all 0.2s ease;
  width: 28px;
  top: 33px;
}
.lp_header .lp_nav .lp_nav_list {
  background: #ed5555;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lp_header .lp_nav .lp_nav_list .lp_nav_item {
  border-bottom: 1px solid #fff;
  width: 50%;
}
.lp_header .lp_nav .lp_nav_list .lp_nav_item a {
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  padding: 2.6666666667vw;
  font-size: 1.6rem;
  font-weight: 700;
}
.lp_header .lp_nav .lp_nav_list .lp_nav_item:nth-child(2) {
  border-left: 1px solid #fff;
}
.lp_header .lp_nav .lp_nav_list .lp_nav_item:last-child {
  border-bottom: 0;
}
.lp_header .lp_nav .lp_nav_cta_button {
  margin-top: 5.3333333333vw;
}
.lp_header .lp_nav .lp_nav_cta_button a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  background: #ed5555;
  border: 2px solid #ed5555;
  text-align: center;
  padding: 2.6666666667vw 8vw 2.4vw;
  border-radius: 25px;
  width: 300px;
  margin: 2.6666666667vw auto;
}
.lp_header .lp_nav .lp_nav_cta_button a span {
  color: #fff;
}
.lp_header .lp_nav .lp_nav_cta_button a:hover {
  background: #fff;
  border: 2px solid #ed5555;
}
.lp_header .lp_nav .lp_nav_cta_button a:hover span {
  color: #ed5555;
}
.lp_header.is-open {
  height: 100%;
}
.lp_header.is-open .lp_header_nav_button_inner span {
  opacity: 0;
  transform: translateX(10px);
}
.lp_header.is-open .lp_header_nav_button_inner::before {
  top: 23px;
  transform: rotate(45deg);
}
.lp_header.is-open .lp_header_nav_button_inner::after {
  top: 23px;
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .lp_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto !important;
    padding: 1.0416666667vw 2.0833333333vw;
    top: -90px;
    left: 0;
    z-index: 10;
    transition: 0.3s;
  }
  .lp_header .lp_header_inner {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
  }
  .lp_header .lp_header_inner .lp_header_logo {
    width: 160px;
  }
  .lp_header .lp_header_inner .lp_header_nav_button {
    display: none;
  }
  .lp_header.is-show {
    top: 0;
  }
  .lp_header .lp_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .lp_header .lp_nav .lp_nav_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    background: none;
  }
  .lp_header .lp_nav .lp_nav_list .lp_nav_item {
    width: auto;
    border: none !important;
    margin-right: 2.6041666667vw;
  }
  .lp_header .lp_nav .lp_nav_list .lp_nav_item a {
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
    color: black;
    padding: 0;
  }
  .lp_header .lp_nav .lp_nav_list .lp_nav_item a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #ed5555;
    bottom: -8px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .lp_header .lp_nav .lp_nav_list .lp_nav_item a:hover::after {
    transform: scale(1, 1);
  }
  .lp_header .lp_nav .lp_nav_cta_button {
    margin-top: 0;
  }
  .lp_header .lp_nav .lp_nav_cta_button a {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    background: #ed5555;
    border: 2px solid #ed5555;
    text-align: center;
    padding: 0.5208333333vw 1.5625vw 0.46875vw;
    border-radius: 25px;
    margin: 0;
    width: auto;
  }
  .lp_header .lp_nav .lp_nav_cta_button a span {
    color: #fff;
  }
  .lp_header .lp_nav .lp_nav_cta_button a:hover {
    background: #fff;
    border: 2px solid #ed5555;
  }
  .lp_header .lp_nav .lp_nav_cta_button a:hover span {
    color: #ed5555;
  }
}
.lp_hero {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(173, 159, 159, 0.0823529412);
  padding: 10.6666666667vw 8vw;
  border-radius: 20px;
}
.lp_hero .lp_hero_header {
  display: none;
}
.lp_hero .lp_hero_inner .lp_hero_content .lp_hero_title {
  padding: 1.3333333333vw;
  margin-bottom: 5.3333333333vw;
}
.lp_hero .lp_hero_inner .lp_hero_content .lp_hero_text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5.3333333333vw;
}
.lp_hero .lp_hero_inner .lp_hero_content .lp_hero_text strong {
  color: #ed5555;
}
.lp_hero .lp_hero_inner .lp_hero_content .lp_cta_wrap {
  margin-bottom: 5.3333333333vw;
}
.lp_hero .lp_hero_inner .lp_hero_content .lp_cta_wrap .lp_cta_button {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  background: #ed5555;
  border: 2px solid #ed5555;
  text-align: center;
  padding: 2.6666666667vw 5.3333333333vw;
  margin-top: 2.6666666667vw;
  border-radius: 25px;
}
.lp_hero .lp_hero_inner .lp_hero_content .lp_cta_wrap .lp_cta_button span {
  color: #fff;
}
.lp_hero .lp_hero_inner .lp_hero_content .lp_cta_wrap .lp_cta_button.w {
  background: #fff;
  border: 2px solid #ed5555;
}
.lp_hero .lp_hero_inner .lp_hero_content .lp_cta_wrap .lp_cta_button.w span {
  color: #ed5555;
}
.lp_hero .lp_hero_inner .lp_hero_img {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .lp_hero {
    padding: 2.6041666667vw 4.1666666667vw;
    border-radius: 30px;
    margin: 0 auto;
    max-width: 1280px;
  }
  .lp_hero .lp_hero_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .lp_hero .lp_hero_header .lp_header_logo {
    width: 160px;
  }
  .lp_hero .lp_hero_header .lp_nav_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .lp_hero .lp_hero_header .lp_nav_list .lp_nav_item a {
    font-size: 1.6rem;
    font-weight: 700;
    margin-right: 2.6041666667vw;
    position: relative;
  }
  .lp_hero .lp_hero_header .lp_nav_list .lp_nav_item a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #ed5555;
    bottom: -8px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .lp_hero .lp_hero_header .lp_nav_list .lp_nav_item a:hover::after {
    transform: scale(1, 1);
  }
  .lp_hero .lp_hero_header .lp_nav_list .lp_nav_cta_button a {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    background: #ed5555;
    border: 2px solid #ed5555;
    text-align: center;
    padding: 0.5208333333vw 1.5625vw 0.46875vw;
    border-radius: 25px;
  }
  .lp_hero .lp_hero_header .lp_nav_list .lp_nav_cta_button a span {
    color: #fff;
  }
  .lp_hero .lp_hero_header .lp_nav_list .lp_nav_cta_button a:hover {
    background: #fff;
    border: 2px solid #ed5555;
  }
  .lp_hero .lp_hero_header .lp_nav_list .lp_nav_cta_button a:hover span {
    color: #ed5555;
  }
  .lp_hero .lp_hero_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.6041666667vw 0vw 2.0833333333vw 1.0416666667vw;
  }
  .lp_hero .lp_hero_inner .lp_hero_content {
    width: 40%;
  }
  .lp_hero .lp_hero_inner .lp_hero_content .lp_hero_title {
    padding: 0;
    margin-bottom: 1.0416666667vw;
    max-width: 420px;
  }
  .lp_hero .lp_hero_inner .lp_hero_content .lp_hero_text {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 1.5625vw;
  }
  .lp_hero .lp_hero_inner .lp_hero_content .lp_hero_text strong {
    color: #ed5555;
  }
  .lp_hero .lp_hero_inner .lp_hero_content .lp_cta_wrap {
    margin-bottom: 0;
    display: flex;
  }
  .lp_hero .lp_hero_inner .lp_hero_content .lp_cta_wrap .lp_cta_button {
    width: 215px;
    font-size: 16px;
    padding: 0.5208333333vw 1.0416666667vw 0.46875vw;
    margin-top: 0;
    border-radius: 25px;
  }
  .lp_hero .lp_hero_inner .lp_hero_content .lp_cta_wrap .lp_cta_button span {
    color: #fff;
  }
  .lp_hero .lp_hero_inner .lp_hero_content .lp_cta_wrap .lp_cta_button:hover {
    background: #fff;
    border: 2px solid #ed5555;
  }
  .lp_hero .lp_hero_inner .lp_hero_content .lp_cta_wrap .lp_cta_button:hover span {
    color: #ed5555;
  }
  .lp_hero .lp_hero_inner .lp_hero_content .lp_cta_wrap .lp_cta_button.w {
    background: #fff;
    border: 2px solid #ed5555;
    margin-left: 0.78125vw;
  }
  .lp_hero .lp_hero_inner .lp_hero_content .lp_cta_wrap .lp_cta_button.w span {
    color: #ed5555;
  }
  .lp_hero .lp_hero_inner .lp_hero_content .lp_cta_wrap .lp_cta_button.w:hover {
    background: #fff;
    background: #ed5555;
  }
  .lp_hero .lp_hero_inner .lp_hero_content .lp_cta_wrap .lp_cta_button.w:hover span {
    color: #fff;
  }
  .lp_hero .lp_hero_inner .lp_hero_img {
    width: 50%;
    text-align: center;
  }
}
.lp_issue {
  padding-top: 8vw;
}
.lp_issue .lp_issue_title {
  font-size: 2, 4rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 5.3333333333vw;
  margin-bottom: 8vw;
}
.lp_issue .lp_issue_title strong {
  color: #ed5555;
}
.lp_issue .lp_issue_title::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #ed5555;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.lp_issue .lp_issue_list li {
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(173, 159, 159, 0.0823529412);
  overflow: hidden;
  width: 300px;
  height: 300px;
  margin: 0 auto 5.3333333333vw;
  position: relative;
}
.lp_issue .lp_issue_list li .lp_issue_text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  left: 0;
  bottom: 9.3333333333vw;
  text-align: center;
  width: 100%;
}
.lp_issue .lp_issue_list .li_issue_item01 {
  background: url("https://www.ebis.ne.jp/capico/lp_capico/img/bg_issue01.png") #fff no-repeat;
  background-size: cover;
}
.lp_issue .lp_issue_list .li_issue_item02 {
  background: url("https://www.ebis.ne.jp/capico/lp_capico/img/bg_issue02.png") #fff no-repeat;
  background-size: cover;
}
.lp_issue .lp_issue_list .li_issue_item03 {
  background: url("https://www.ebis.ne.jp/capico/lp_capico/img/bg_issue03.png") #fff no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .lp_issue {
    padding-top: 4.1666666667vw;
  }
  .lp_issue .lp_issue_title {
    font-size: 3.4rem;
    padding-bottom: 1.5625vw;
    margin-bottom: 2.0833333333vw;
  }
  .lp_issue .lp_issue_list {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }
  .lp_issue .lp_issue_list li {
    margin: 0;
  }
  .lp_issue .lp_issue_list li .lp_issue_text {
    font-size: 1.8rem;
    line-height: 1.2;
    bottom: 40px;
  }
}
.lp_intro {
  padding-top: 8vw;
}
.lp_intro .lp_intro_balloon {
  background: #ed5555;
  color: #fff;
  padding: 8vw 8vw;
  border-radius: 20px;
  position: relative;
}
.lp_intro .lp_intro_balloon::before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 25px solid #ed5555;
}
.lp_intro .lp_intro_balloon .lp_intro_text {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.lp_intro .lp_intro_balloon .lp_intro_text small {
  font-size: 1rem;
}
.lp_intro .lp_intro_balloon .lp_intro_title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-top: 2.6666666667vw;
}
.lp_intro .lp_intro_balloon .lp_intro_title img {
  margin: 2.6666666667vw 0;
}
.lp_intro .lp_intro_small {
  margin-top: 8vw;
  font-size: 1rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .lp_intro {
    padding-top: 4.1666666667vw;
  }
  .lp_intro .lp_intro_balloon {
    padding: 2.0833333333vw 1.5625vw;
    max-width: 760px;
    margin: 0 auto;
  }
  .lp_intro .lp_intro_balloon::before {
    content: "";
    margin-left: -30px;
    border: 30px solid transparent;
    border-top: 40px solid #ed5555;
  }
  .lp_intro .lp_intro_balloon .lp_intro_text {
    font-size: 1.4rem;
  }
  .lp_intro .lp_intro_balloon .lp_intro_text small {
    font-size: 1rem;
  }
  .lp_intro .lp_intro_balloon .lp_intro_text::before {
    content: "＼ ";
  }
  .lp_intro .lp_intro_balloon .lp_intro_text::after {
    content: " ／";
  }
  .lp_intro .lp_intro_balloon .lp_intro_title {
    font-size: 2.6rem;
    margin-top: 0.5208333333vw;
  }
  .lp_intro .lp_intro_balloon .lp_intro_title img {
    width: 250px;
    margin: 0.5208333333vw 0.5208333333vw 0 0;
  }
  .lp_intro .lp_intro_small {
    margin: 0.2604166667vw;
    max-width: 360px;
    margin: 0.2604166667vw auto;
    font-size: 1rem;
    text-align: left;
    transform: translateX(70%);
  }
}
.lp_service {
  padding-top: 2.6666666667vw;
}
.lp_service .lp_service_bg {
  padding: 1.3333333333vw 0 2.6666666667vw;
}
.lp_service .lp_service_bg .lp_service_title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 5.3333333333vw;
  margin-bottom: 2.6666666667vw;
}
.lp_service .lp_service_bg .lp_service_title strong {
  color: #ed5555;
}
.lp_service .lp_service_bg .lp_service_title::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #ed5555;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.lp_service .lp_service_list .lp_service_item .lp_service_point .lp_service_subtitle {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 4vw;
}
.lp_service .lp_service_list .lp_service_item .lp_service_point .lp_service_subtitle span {
  color: #ed5555;
  font-size: 1.6rem;
}
.lp_service .lp_service_list .lp_service_item .lp_service_point .lp_service_subtitle strong {
  color: #ed5555;
}
.lp_service .lp_service_list .lp_service_item .lp_service_point .lp_service_subtitle small {
  font-size: 1rem;
}
.lp_service .lp_service_list .lp_service_item .lp_service_point .lp_service_subtitle img {
  width: 116px;
  height: auto;
}
.lp_service .lp_service_list .lp_service_item .lp_service_point .lp_service_text {
  font-size: 1.4rem;
  margin-bottom: 2.6666666667vw;
}
.lp_service .lp_service_list .lp_service_item .lp_service_point .lp_service_text a {
  color: #455da8;
  text-decoration: underline;
}
.lp_service .lp_service_list .lp_service_item .lp_service_point .lp_service_text a:hover {
  text-decoration: none;
}
.lp_service .lp_service_list .lp_service_item .lp_service_point .lp_service_small {
  font-size: 1rem;
  margin-bottom: 4vw;
}
.lp_service .lp_service_list .lp_service_item .lp_service_point .lp_service_plan {
  max-width: 430px;
}
.lp_service .lp_service_list .lp_service_item .lp_service_img {
  margin: 5.3333333333vw auto 0;
}
.lp_service .lp_service_cta .lp_cta_button {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  background: #ed5555;
  border: 2px solid #ed5555;
  text-align: center;
  padding: 2.6666666667vw 5.3333333333vw;
  margin-top: 2.6666666667vw;
  border-radius: 25px;
}
.lp_service .lp_service_cta .lp_cta_button span {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .lp_service {
    padding-top: 2.0833333333vw;
  }
  .lp_service .lp_service_bg {
    background: url("https://www.ebis.ne.jp/capico/lp_capico/img/bg_logo.svg") #f5f5f4;
    background-size: 1000px auto;
    background-repeat: repeat-x;
    padding: 50px 0;
    background-position: 0 0;
    animation: flow-font01 20s linear infinite;
    z-index: -1;
  }
  .lp_service .lp_service_bg .lp_service_title {
    font-size: 3.4rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 1.0416666667vw;
    margin-bottom: 0.5208333333vw;
  }
  .lp_service .lp_service_list {
    margin: 0 auto 1.0416666667vw;
    max-width: 1000px;
  }
  .lp_service .lp_service_list .lp_service_item {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .lp_service .lp_service_list .lp_service_item .lp_service_point {
    width: 50%;
  }
  .lp_service .lp_service_list .lp_service_item .lp_service_point .lp_service_subtitle {
    font-size: 2.6rem;
    line-height: 1.3;
    margin-bottom: 0.78125vw;
  }
  .lp_service .lp_service_list .lp_service_item .lp_service_point .lp_service_subtitle span {
    font-size: 2.6rem;
  }
  .lp_service .lp_service_list .lp_service_item .lp_service_point .lp_service_subtitle strong {
    color: #ed5555;
  }
  .lp_service .lp_service_list .lp_service_item .lp_service_point .lp_service_subtitle small {
    font-size: 1rem;
  }
  .lp_service .lp_service_list .lp_service_item .lp_service_point .lp_service_subtitle img {
    width: 140px;
    height: auto;
    padding: 0 0 0.3125vw 0.2604166667vw;
  }
  .lp_service .lp_service_list .lp_service_item .lp_service_point .lp_service_text {
    font-size: 1.4rem;
    margin-bottom: 0.5208333333vw;
  }
  .lp_service .lp_service_list .lp_service_item .lp_service_point .lp_service_text + * {
    font-size: 1rem;
  }
  .lp_service .lp_service_list .lp_service_item .lp_service_point .lp_service_small {
    font-size: 1rem;
    margin-bottom: 0.78125vw;
  }
  .lp_service .lp_service_list .lp_service_item .lp_service_point .lp_service_plan {
    max-width: 430px;
  }
  .lp_service .lp_service_list .lp_service_item .lp_service_img {
    width: 45%;
    margin: 0;
  }
  .lp_service .lp_service_list .lp_service_item:nth-child(2) {
    flex-direction: row-reverse;
  }
  .lp_service .lp_service_cta {
    max-width: 460px;
    margin: 0 auto;
  }
  .lp_service .lp_service_cta .lp_cta_button {
    font-size: 2rem;
    padding: 0.9375vw 1.0416666667vw;
    margin-top: 2.0833333333vw;
    border-radius: 40px;
  }
  .lp_service .lp_service_cta .lp_cta_button span {
    color: #fff;
  }
  .lp_service .lp_service_cta .lp_cta_button:hover {
    background: #fff;
    border: 2px solid #ed5555;
  }
  .lp_service .lp_service_cta .lp_cta_button:hover span {
    color: #ed5555;
  }
}
.lp_price {
  padding-top: 8vw;
  margin-bottom: 8vw;
}
.lp_price .lp_price_bg {
  padding: 1.3333333333vw 0 2.6666666667vw;
}
.lp_price .lp_price_bg .lp_price_title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 5.3333333333vw;
  margin-bottom: 2.6666666667vw;
}
.lp_price .lp_price_bg .lp_price_title strong {
  color: #ed5555;
}
.lp_price .lp_price_bg .lp_price_title::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #ed5555;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.lp_price .lp_price_text {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
.lp_price .lp_price_inner {
  box-shadow: 0px 0px 10px rgba(173, 159, 159, 0.0823529412);
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #fff;
}
.lp_price .lp_price_inner .lp_price_list .lp_price_item .lp_price_title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  background: #ed5555;
  color: #fff;
  padding: 4vw;
}
.lp_price .lp_price_inner .lp_price_list .lp_price_item .lp_price_plan {
  background: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 4vw;
}
.lp_price .lp_price_inner .lp_price_list .lp_price_item .lp_price_plan strong {
  font-size: 2.6rem;
  margin: 0 1.3333333333vw;
}
.lp_price .lp_price_inner .lp_price_list .lp_price_item:nth-child(2) .lp_price_title {
  background: #CCC8C8;
}
.lp_price .lp_price_inner .lp_price_list .lp_price_item:nth-child(2) .lp_price_plan {
  background: #F5F5F4;
}
.lp_price .lp_price_small {
  padding: 2.6666666667vw;
}
.lp_price .lp_price_balloon {
  background: #fff;
  padding: 4.2666666667vw 5.3333333333vw;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
  border-radius: 10px;
}
.lp_price .lp_price_balloon strong {
  color: #ed5555;
}
.lp_price .lp_price_balloon::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}

@media screen and (min-width: 768px) {
  .lp_price {
    padding-top: 3.125vw;
    margin-bottom: 4.1666666667vw;
  }
  .lp_price .lp_price_bg {
    background: url("https://www.ebis.ne.jp/capico/lp_capico/img/bg_logo.svg") #f5f5f4;
    background-size: 1000px auto;
    background-repeat: repeat-x;
    padding: 50px 0;
    background-position: 0 0;
    animation: flow-font01 20s linear infinite;
    z-index: -1;
  }
  .lp_price .lp_price_bg .lp_price_title {
    font-size: 3.4rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 1.0416666667vw;
    margin-bottom: 0.5208333333vw;
  }
  .lp_price .lp_price_text {
    font-size: 1.6rem;
    margin-bottom: 2.6041666667vw;
  }
  .lp_price .lp_price_text br {
    display: none;
  }
  .lp_price .lp_price_inner {
    max-width: 800px;
    overflow: hidden;
    margin: 0 auto;
  }
  .lp_price .lp_price_inner .lp_price_list .lp_price_item {
    display: flex;
  }
  .lp_price .lp_price_inner .lp_price_list .lp_price_item .lp_price_title {
    font-size: 1.8rem;
    padding: 1.0416666667vw 0.78125vw;
    width: 35%;
    display: table;
  }
  .lp_price .lp_price_inner .lp_price_list .lp_price_item .lp_price_title span {
    display: table-cell;
    vertical-align: middle;
  }
  .lp_price .lp_price_inner .lp_price_list .lp_price_item .lp_price_plan {
    width: 65%;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 1.0416666667vw 0.78125vw;
  }
  .lp_price .lp_price_inner .lp_price_list .lp_price_item .lp_price_plan strong {
    font-size: 3rem;
    margin: 0 0.2604166667vw;
  }
  .lp_price .lp_price_inner .lp_price_list .lp_price_item:nth-child(2) .lp_price_title {
    background: #CCC8C8;
  }
  .lp_price .lp_price_inner .lp_price_list .lp_price_item:nth-child(2) .lp_price_plan {
    background: #F5F5F4;
  }
  .lp_price .lp_price_small {
    text-align: right;
    padding: 0.5208333333vw;
    max-width: 800px;
    margin: 0 auto;
  }
  .lp_price .lp_price_balloon {
    max-width: 800px;
    margin: 1.0416666667vw auto 0;
    padding: 0.8333333333vw 1.0416666667vw;
    font-size: 2.6rem;
    border-radius: 10px;
  }
  .lp_price .lp_price_balloon::after {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #fff;
  }
}
.lp_entry {
  padding: 12vw 4vw;
  background: #fff;
  border-radius: 20px;
  margin: 0 auto 8vw;
}
.lp_entry .lp_entry_title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 5.3333333333vw;
  margin-bottom: 8vw;
}
.lp_entry .lp_entry_title::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #ed5555;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.lp_entry_inner {
  background: #fff;
  padding: 20px 15px;
}

@media screen and (min-width: 768px) {
  .lp_entry {
    padding: 3.6458333333vw 0;
    max-width: 1000px;
    margin: 0 auto 4.1666666667vw;
    border-radius: 20px;
  }
  .lp_entry .lp_entry_title {
    font-size: 3.4rem;
    padding-bottom: 1.5625vw;
    margin-bottom: 1.0416666667vw;
  }
  .lp_entry_inner {
    background: #fff;
    padding: 50px 15px;
    max-width: 868px;
    margin: 0 auto;
  }
}
#pardot-form *,
#pardot-form ::after,
#pardot-form ::before {
  box-sizing: border-box;
}
#pardot-form .form-field {
  margin-bottom: 35px;
}
#pardot-form .formHeading {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
}
#pardot-form .required .formHeading:after {
  content: "*";
  color: #ed5555;
}
#pardot-form .OtherRequest .formHeading:after {
  content: none;
}
#pardot-form .formInputInner {
  position: relative;
}
#pardot-form .formInputInner input[type=text],
#pardot-form .formInputInner select,
#pardot-form .formInputInner textarea {
  font-family: inherit;
  font-size: 1.6rem;
  width: 100% !important;
  height: 38px;
  padding: 0 0.5em;
  border: 1px solid #e9e9e9;
  transition: all 0.1s ease;
  border-radius: 5px;
}
#pardot-form .formInputInner input[type=text]::placeholder,
#pardot-form .formInputInner select::placeholder,
#pardot-form .formInputInner textarea::placeholder {
  color: #afafaf;
}
#pardot-form .formInputInner input[type=text]:focus,
#pardot-form .formInputInner select:focus,
#pardot-form .formInputInner textarea:focus {
  background: #f5f5f5;
  outline: none;
  border: 2px solid #ed5555;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
#pardot-form .formInputInner select {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%2523000000%22%20d%3D%22M7.41%2C8.58L12%2C13.17L16.59%2C8.58L18%2C10L12%2C16L6%2C10L7.41%2C8.58Z%22%20%2F%3E%3C%2Fsvg%3E") no-repeat center right 10px;
  background-size: 25px 25px;
  color: #969696;
}
#pardot-form .formInputInner select:focus {
  background: #f5f5f5 url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%2523000000%22%20d%3D%22M7.41%2C8.58L12%2C13.17L16.59%2C8.58L18%2C10L12%2C16L6%2C10L7.41%2C8.58Z%22%20%2F%3E%3C%2Fsvg%3E") no-repeat center right 10px;
  background-size: 25px 25px;
  color: #000;
}
#pardot-form .formInputInner select.is-selected {
  color: #000;
}
#pardot-form .formInputInner textarea {
  height: 5.1em;
  background: #fff;
}
#pardot-form .last_name.form-field {
  margin-bottom: 0;
}
#pardot-form .last_name.form-field .formInputInner {
  width: calc(50% - 5px);
  float: left;
}
#pardot-form .first_name.form-field {
  width: calc(50% - 5px);
  float: right;
}
#pardot-form .first_name.form-field .formHeading {
  display: none;
}
#pardot-form .first_name.form-field + .form-field {
  clear: both;
}
#pardot-form .pd-checkbox .value span {
  float: left;
  display: flex;
  align-items: center;
  margin: 0.75em 3em 0 0;
}
#pardot-form .pd-checkbox .value span input[type=checkbox] {
  margin: 0;
  position: relative;
  top: 1px;
  appearance: none;
  border-radius: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  background: #fff;
}
#pardot-form .pd-checkbox .value span input[type=checkbox]:checked {
  border: 1px solid #000;
  background: #f5f5f5 url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%2523000000%22%20d%3D%22M9%2C20.42L2.79%2C14.21L5.62%2C11.38L9%2C14.77L18.88%2C4.88L21.71%2C7.71L9%2C20.42Z%22%20%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: 14px 14px;
}
#pardot-form .pd-checkbox .value span input[type=checkbox]:focus {
  outline: none;
}
#pardot-form .pd-checkbox .value span label {
  font-size: 1.6rem;
  margin-left: 0.5em;
}
#pardot-form .pd-checkbox .value:after {
  content: "";
  display: block;
  clear: both;
}
#pardot-form .pd-radio .value span {
  float: left;
  display: flex;
  align-items: center;
  margin: 0.75em 3em 0 0;
}
#pardot-form .pd-radio .value span input[type=radio] {
  margin: 0;
  position: relative;
  top: 1px;
  appearance: none;
  border-radius: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  background: #fff;
  border-radius: 100px;
}
#pardot-form .pd-radio .value span input[type=radio]:checked {
  border: 1px solid #000;
  background: #f5f5f5 url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: 8px 8px;
}
#pardot-form .pd-radio .value span input[type=radio]:focus {
  outline: none;
}
#pardot-form .pd-radio .value span label {
  font-size: 1.6rem;
  margin-left: 0.5em;
}
#pardot-form .pd-radio .value:after {
  content: "";
  display: block;
  clear: both;
}
#pardot-form .description {
  margin: 0.5em 0 0 1.5em;
  font-size: 1.5rem;
}
#pardot-form .description a {
  color: #2347b5;
  text-decoration: underline;
}
#pardot-form .hidden {
  display: none !important;
  visibility: hidden !important;
}
#pardot-form .hidden.pd-captcha {
  display: block !important;
  visibility: visible !important;
}
#pardot-form .hidden.pd-captcha .formHeading {
  display: none;
}
#pardot-form .hidden.pd-captcha .formInputInner {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
}
#pardot-form .submit {
  text-align: center;
}
#pardot-form .submit button {
  position: relative;
  border-radius: 100px;
  color: #fff;
  background: #ed5555;
  background-size: 100% auto;
  background-position: 0 0;
  z-index: 0;
  font-size: 2rem;
  display: block;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  padding: 10px 1em 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 1.5;
  font-family: inherit;
  font-weight: bold;
}
#pardot-form p.error {
  color: #ed5555;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: -1.25em;
  margin: 0;
}
#pardot-form p.error:before {
  content: "※";
  margin-right: 0.1em;
}
#pardot-form .error.formInputInner input[type=text] {
  background: rgba(255, 0, 0, 0.3);
}
#pardot-form .error.formInputInner select {
  background: rgba(255, 0, 0, 0.3) url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%2523000000%22%20d%3D%22M7.41%2C8.58L12%2C13.17L16.59%2C8.58L18%2C10L12%2C16L6%2C10L7.41%2C8.58Z%22%20%2F%3E%3C%2Fsvg%3E") no-repeat center right 10px;
  background-size: 25px 25px;
}
#pardot-form .pd-checkbox .error.formInputInner,
#pardot-form .pd-radio .error.formInputInner {
  background: rgba(255, 0, 0, 0.3);
}
#pardot-form .submit .is-submit {
  pointer-events: none;
  background: #f4f4f4;
  color: #000;
}
#pardot-form .contentFormAfter {
  margin-top: 15px;
}
#pardot-form .contentFormAfter p {
  font-size: 1.2rem;
}
#pardot-form .contentFormAfter p a {
  color: #2347b5;
  text-decoration: underline;
}
#pardot-form .policy_box {
  background: #f4f4f4;
  padding: 4.35%;
  margin: 5.8% 0;
}

@media screen and (min-width: 768px) {
  #pardot-form {
    max-width: 768px;
    margin: 0 auto;
  }
  #pardot-form .form-field {
    margin-bottom: 20px;
  }
  #pardot-form .formHeading {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  #pardot-form .formInputInner input[type=text],
  #pardot-form .formInputInner select {
    font-size: 1.4rem;
    height: 34px;
  }
  #pardot-form .formInputInner textarea {
    font-size: 1.4rem;
  }
  #pardot-form .last_name {
    margin-bottom: 0;
  }
  #pardot-form .pd-checkbox .value span label,
  #pardot-form .pd-radio .value span label {
    font-size: 1.4rem;
  }
  #pardot-form .submit {
    margin: 40px 0 0;
  }
  #pardot-form .submit button {
    padding: 12px 1em 14px;
  }
  #pardot-form .submit button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 3px #ed5555 inset;
    transform: scale3d(0.6, 0.6, 1);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  }
  #pardot-form .submit button:hover {
    color: #ed5555;
  }
  #pardot-form .submit button:hover:before {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  #pardot-form p.error {
    left: auto;
    right: 0;
  }
  #pardot-form #error_for_Recaptchapi_Recaptcha + p.error {
    right: auto;
  }
  #pardot-form .description {
    font-size: 1.4rem;
  }
  #pardot-form .description a:hover {
    text-decoration: none;
  }
  #pardot-form .contentFormAfter p {
    font-size: 1.4rem;
    margin: 30px 0 0;
  }
  #pardot-form .contentFormAfter p a:hover {
    text-decoration: none;
  }
  #pardot-form .policy_box {
    padding: 30px;
    margin: 30px 0;
  }
  #pardot-form .policy_box p:first-child {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  #pardot-form .form-field {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  #pardot-form .formHeading {
    width: calc(35% - 15px);
    margin: 0;
    font-size: 15px;
  }
  #pardot-form .formInputInner {
    width: calc(65% - 15px);
    margin-left: 30px;
  }
  #pardot-form .formInputInner input[type=text],
  #pardot-form .formInputInner select,
  #pardot-form .formInputInner textarea {
    font-size: 16px;
    height: 38px;
  }
  #pardot-form .formInputInner textarea {
    height: 5.1em;
    background: #fff;
  }
  #pardot-form .pd-checkbox .value span label,
  #pardot-form .pd-radio .value span label {
    font-size: 16px;
  }
  #pardot-form .description {
    font-size: 15px;
  }
  #pardot-form .last_name.form-field {
    float: left;
    width: 67.5%;
  }
  #pardot-form .last_name.form-field .formHeading {
    width: 54.75%;
    padding-right: 30px;
  }
  #pardot-form .last_name.form-field .formInputInner {
    width: 45.25%;
    margin-left: 0;
  }
  #pardot-form .first_name.form-field {
    width: calc(32.5% - 15px);
  }
  #pardot-form .first_name.form-field .formInputInner {
    width: 100%;
    margin-left: 0;
  }
  #pardot-form .submit button {
    font-size: 24px;
    padding: 17px 18px 19px;
  }
}
.lp_footer {
  background: #ed5555;
  padding: 8vw 5.3333333333vw 13.3333333333vw;
  border-radius: 20px;
  flex-wrap: wrap;
}
.lp_footer .lp_footer_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 8vw;
}
.lp_footer .lp_footer_nav .lp_footer_nav_item {
  margin: 0 2.6666666667vw 2.6666666667vw;
}
.lp_footer .lp_footer_nav .lp_footer_nav_item a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
}
.lp_footer .lp_footer_nav .lp_footer_nav_item a:hover {
  text-decoration: none;
}
.lp_footer .lp_footer_copyright {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .lp_footer {
    border-radius: 0;
    padding: 1.5625vw 1.0416666667vw 4.1666666667vw;
  }
  .lp_footer .lp_footer_nav {
    margin-bottom: 1.5625vw;
  }
  .lp_footer .lp_footer_nav .lp_footer_nav_item {
    margin: 0 0.5208333333vw 0.5208333333vw;
  }
}
/*! font-size指定はremで対応してます */
html {
  font-size: 62.5%;
}

body {
  background: url("https://www.ebis.ne.jp/capico/lp_capico/img/bg_logo.svg") #f5f5f4;
  background-size: 80%;
  background-repeat: repeat-x;
  padding: 26.6666666667vw 8vw 13.3333333333vw;
}

@media screen and (min-width: 768px) {
  body {
    background-size: 1000px auto;
    padding: 4.1666666667vw 0 0;
    background-position: 0 0;
    animation: flow-font01 20s linear infinite;
    z-index: -1;
  }
  @keyframes flow-font01 {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -1000px 0;
    }
  }
}

/* fixed banner (20231221) */
.fixed-bottom-banner {
  bottom: 10px;
  max-width: 89.6vw;
/*  opacity: 0;*/
  position: fixed;
  right: calc((100% - 89.6vw)/2);
  transform: translateY(5.3333333333vw);
  transition: all .3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 1
}
.fixed-bottom-banner a {
  background: #ce4242;
  border: .8vw solid #ce4242;
  border-radius: 10px;
  box-shadow: 0 .8vw 1.8666666667vw 0 rgba(0, 0, 0, .35);
  display: block;
  overflow: hidden
}
.fixed-bottom-banner button {
  background: #313166;
  border-radius: 100px;
  color: #fff;
  font-family: inherit;
  font-size: 4.2666666667vw;
  height: 8.5333333333vw;
  line-height: 8.5333333333vw;
  position: absolute;
  right: -3.2vw;
  top: -3.7333333333vw;
  width: 8.5333333333vw
}
.is-show ~ .fixed-bottom-banner{
  opacity: 1;
  transform: translateY(0);
  visibility: visible
}
.fixed-bottom-banner.is-close {
  opacity: 0;
  visibility: hidden
}
.fixed-bottom-banner__inner {
  position: relative
}
.fixed-bottom-banner__image--pc {
  display: none
}

@media screen and (min-width: 768px) {
  .fixed-bottom-banner {
    bottom: 20px;
    max-width: 316px;
    right: -316px;
    transform: none
  }
  .fixed-bottom-banner a {
    border: 3px solid #ce4242;
    border-radius: 10px;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .35);
    display: block;
    overflow: hidden
  }
  .fixed-bottom-banner button {
    cursor: pointer;
    font-size: 2.1rem;
    height: 42px;
    line-height: 42px;
    right: -12px;
    top: -18px;
    transition: all .2s ease;
    width: 42px
  }
  .fixed-bottom-banner button:hover {
    background: #455da8
  }
  .is-show ~ .fixed-bottom-banner {
    right: 20px
  }
  .fixed-bottom-banner__image--sp {
    display: none
  }
  .fixed-bottom-banner__image--pc {
    display: block
  }
}

/*# sourceMappingURL=lp_capico.css.map */</pre></body></html>