@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: #F56968;
  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: #F56968;
  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: #F56968;
  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: #F56968;
  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: #F56968;
  border: 2px solid #F56968;
  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 #F56968;
}
.lp_header .lp_nav .lp_nav_cta_button a:hover span {
  color: #F56968;
}
.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: #F56968;
    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: #F56968;
    border: 2px solid #F56968;
    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 #F56968;
  }
  .lp_header .lp_nav .lp_nav_cta_button a:hover span {
    color: #F56968;
  }
}
.lp_hero {
  padding: 16vw 0vw 0;
}
.lp_hero .lp_hero_header {
  display: none;
}
.lp_hero .lp_hero_inner .lp_hero_content .lp_hero_title {
  padding: 1.3333333333vw;
  margin-bottom: 2.6666666667vw;
}
.lp_hero .lp_hero_inner .lp_hero_content .lp_hero_text {
  text-align: center;
  font-size: 4.2666666667vw;
  font-weight: 700;
  margin-bottom: 5.3333333333vw;
}
.lp_hero .lp_hero_inner .lp_hero_content .lp_hero_text strong {
  color: #F56968;
}
.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: 4.2666666667vw;
  font-weight: 700;
  background: #F56968;
  border: 2px solid #F56968;
  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 #F56968;
}
.lp_hero .lp_hero_inner .lp_hero_content .lp_cta_wrap .lp_cta_button.w span {
  color: #F56968;
}
.lp_hero .lp_hero_inner .lp_hero_img {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .lp_hero {
    padding: 0.5208333333vw 0 0;
    margin: 0 auto;
    max-width: 1200px;
  }
  .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: #F56968;
    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: #F56968;
    border: 2px solid #F56968;
    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 #F56968;
  }
  .lp_hero .lp_hero_header .lp_nav_list .lp_nav_cta_button a:hover span {
    color: #F56968;
  }
  .lp_hero .lp_hero_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.125vw 0vw 0vw 1.0416666667vw;
  }
  .lp_hero .lp_hero_inner .lp_hero_content {
    width: 50%;
  }
  .lp_hero .lp_hero_inner .lp_hero_content .lp_hero_title {
    padding: 0;
    margin-bottom: 1.0416666667vw;
    max-width: 536px;
  }
  .lp_hero .lp_hero_inner .lp_hero_content .lp_hero_text {
    text-align: left;
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 2.6041666667vw;
  }
  .lp_hero .lp_hero_inner .lp_hero_content .lp_hero_text strong {
    color: #F56968;
  }
  .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: 420px;
    font-size: 2rem;
    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 #F56968;
  }
  .lp_hero .lp_hero_inner .lp_hero_content .lp_cta_wrap .lp_cta_button:hover span {
    color: #F56968;
  }
  .lp_hero .lp_hero_inner .lp_hero_content .lp_cta_wrap .lp_cta_button.w {
    background: #fff;
    border: 2px solid #F56968;
    margin-left: 0.78125vw;
  }
  .lp_hero .lp_hero_inner .lp_hero_content .lp_cta_wrap .lp_cta_button.w span {
    color: #F56968;
  }
  .lp_hero .lp_hero_inner .lp_hero_content .lp_cta_wrap .lp_cta_button.w:hover {
    background: #fff;
    background: #F56968;
  }
  .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_webpush {
  background: #fff;
  padding: 10.6666666667vw 5.3333333333vw;
}
.lp_webpush .lp_webpush_intro .lp_webpush_textwrap .lp_webpush_balloon {
  background: #F56968;
  display: inline-block;
  padding: 1.3333333333vw 4.2666666667vw 1.0666666667vw;
  color: #fff;
  font-weight: 700;
  border-radius: 20px;
  font-size: 3.2vw;
  transform: translateX(-4px);
}
.lp_webpush .lp_webpush_intro .lp_webpush_textwrap h2 {
  font-size: 6.4vw;
  font-weight: 900;
  padding: 2.6666666667vw 0;
}
.lp_webpush .lp_webpush_intro .lp_webpush_textwrap p {
  font-size: 4.2666666667vw;
}
.lp_webpush .lp_webpush_intro .lp_webpush_textwrap li {
  font-size: 4.2666666667vw;
  font-weight: 700;
  margin-top: 2.6666666667vw;
}
.lp_webpush .lp_webpush_intro .lp_webpush_textwrap li strong {
  color: #F56968;
}
.lp_webpush .lp_webpush_intro .lp_webpush_textwrap li::before {
  content: "";
  display: inline-block;
  background: #F8BD62;
  font-size: 1.8rem;
  border-radius: 50%;
  text-align: center;
  width: 28px;
  height: 28px;
  margin-right: 1.3333333333vw;
}
.lp_webpush .lp_webpush_intro .lp_webpush_textwrap li:nth-child(1)::before {
  content: "1";
}
.lp_webpush .lp_webpush_intro .lp_webpush_textwrap li:nth-child(2)::before {
  content: "2";
}
.lp_webpush .lp_webpush_intro .lp_webpush_textwrap li:nth-child(3)::before {
  content: "3";
}
.lp_webpush .lp_webpush_intro .lp_webpush_textwrap .lp_webpush_img {
  padding: 2.6666666667vw 0;
}
.lp_webpush .lp_webpush_intro .lp_webpush_textwrap .lp_webpush_img h4 {
  font-size: 3.2vw;
  font-weight: 700;
}
.lp_webpush .lp_webpush_howto {
  text-align: center;
  padding: 10.6666666667vw 0;
}
.lp_webpush .lp_webpush_howto h2 {
  font-size: 6.4vw;
  font-weight: 900;
}
.lp_webpush .lp_webpush_howto ul li {
  margin-top: 8vw;
}
.lp_webpush .lp_webpush_howto ul li .lp_webpush_img {
  margin: 0 0 2.6666666667vw;
}
.lp_webpush .lp_webpush_howto ul li h3 {
  font-size: 5.3333333333vw;
}
.lp_webpush .lp_webpush_howto ul li p {
  font-size: 4.2666666667vw;
}

@media screen and (min-width: 768px) {
  .lp_webpush {
    background: #fff;
    padding: 4.1666666667vw 1.0416666667vw;
    margin: 0 auto;
    max-width: 1200px;
    border-radius: 30px 0 30px 30px;
  }
  .lp_webpush .lp_webpush_intro {
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
  .lp_webpush .lp_webpush_intro .lp_webpush_textwrap {
    width: 50%;
  }
  .lp_webpush .lp_webpush_intro .lp_webpush_textwrap .lp_webpush_balloon {
    background: #F56968;
    display: inline-block;
    padding: 0.2604166667vw 0.8333333333vw 0.2083333333vw;
    color: #fff;
    font-weight: 700;
    border-radius: 20px;
    font-size: 1.2rem;
    transform: translateX(-4px);
  }
  .lp_webpush .lp_webpush_intro .lp_webpush_textwrap h2 {
    font-size: 3.2rem;
    font-weight: 900;
    padding: 0.5208333333vw 0;
  }
  .lp_webpush .lp_webpush_intro .lp_webpush_textwrap p {
    font-size: 1.6rem;
  }
  .lp_webpush .lp_webpush_intro .lp_webpush_textwrap li {
    font-size: 1.7rem;
    margin-top: 0.5208333333vw;
  }
  .lp_webpush .lp_webpush_intro .lp_webpush_textwrap li::before {
    margin-right: 0.2604166667vw;
  }
  .lp_webpush .lp_webpush_intro .lp_webpush_textwrap .lp_webpush_img {
    padding: 1.0416666667vw 0 0;
  }
  .lp_webpush .lp_webpush_intro .lp_webpush_textwrap .lp_webpush_img h4 {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .lp_webpush .lp_webpush_intro .lp_webpush_imgwrap {
    width: 45%;
  }
  .lp_webpush .lp_webpush_howto {
    text-align: center;
    padding: 3.125vw 0 0;
  }
  .lp_webpush .lp_webpush_howto h2 {
    font-size: 3.2rem;
    font-weight: 900;
  }
  .lp_webpush .lp_webpush_howto ul {
    display: flex;
    justify-content: center;
  }
  .lp_webpush .lp_webpush_howto ul li {
    margin: 1.5625vw 2.0833333333vw;
  }
  .lp_webpush .lp_webpush_howto ul li .lp_webpush_img {
    margin: 0 0 1.0416666667vw;
  }
  .lp_webpush .lp_webpush_howto ul li h3 {
    font-size: 2rem;
  }
  .lp_webpush .lp_webpush_howto ul li p {
    margin-top: 0.2604166667vw;
    font-size: 1.6rem;
  }
}
.lp_issue {
  margin-top: 8vw;
  text-align: center;
}
.lp_issue h2 {
  font-size: 6.4vw;
}
.lp_issue h2 span {
  font-size: 4.2666666667vw;
  display: block;
}
.lp_issue .lp_issue_img {
  margin-top: 5.3333333333vw;
  padding: 0 5.3333333333vw;
}

@media screen and (min-width: 768px) {
  .lp_issue {
    margin: 4.1666666667vw auto 0;
    text-align: center;
    max-width: 870px;
  }
  .lp_issue h2 {
    font-size: 3.4rem;
  }
  .lp_issue h2 span {
    font-size: 2.4rem;
  }
  .lp_issue .lp_issue_img {
    margin-top: 1.5625vw;
    padding: 0;
  }
}
.lp_service {
  margin-top: 8vw;
}
.lp_service .lp_service_bg {
  padding: 8vw 8vw;
  background: #fff;
  border-radius: 20px;
  position: relative;
}
.lp_service .lp_service_bg::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 40px;
  margin-left: -40px;
}
.lp_service .lp_service_bg::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 46px;
  margin-left: -46px;
}
.lp_service .lp_service_bg h2 {
  font-size: 6.4vw;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 5.3333333333vw;
  margin-bottom: 2.6666666667vw;
}
.lp_service .lp_service_bg h2 strong {
  color: #F56968;
}
.lp_service .lp_service_bg h2 span {
  font-size: 4.2666666667vw;
  display: block;
}
.lp_service .lp_service_bg h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #F56968;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.lp_service .lp_service_lead .lp_service_lead_img {
  margin-top: 5.3333333333vw;
}
.lp_service .lp_service_lead .lp_service_lead_content {
  margin-top: 5.3333333333vw;
}
.lp_service .lp_service_lead .lp_service_lead_content h3 {
  text-align: center;
}
.lp_service .lp_service_lead .lp_service_lead_content h3 .lp_service_lead_balloon {
  background: #F56968;
  display: inline-block;
  padding: 1.3333333333vw 4.2666666667vw 1.0666666667vw;
  color: #fff;
  font-weight: 700;
  border-radius: 20px;
  font-size: 3.2vw;
  transform: translateX(-4px);
}
.lp_service .lp_service_lead .lp_service_lead_content h3 .lp_service_lead_title {
  font-size: 7.4666666667vw;
  margin-top: 5.3333333333vw;
  line-height: 1.2;
}
.lp_service .lp_service_lead .lp_service_lead_content h3 .lp_service_lead_title strong {
  color: #F56968;
}
.lp_service .lp_service_lead .lp_service_lead_content h3 .lp_service_lead_title span {
  display: inline-block;
  line-height: 1;
  width: 20px;
  height: 20px;
}
.lp_service .lp_service_lead .lp_service_lead_content h3 .lp_service_lead_title .pick {
  font-size: 9.0666666667vw;
  margin-top: 0.8vw;
}
.lp_service .lp_service_lead .lp_service_lead_content p {
  margin-top: 5.3333333333vw;
  font-size: 4.2666666667vw;
}
.lp_service .lp_service_check li {
  display: flex;
  align-items: center;
  margin-top: 2.6666666667vw;
}
.lp_service .lp_service_check li .lp_service_check_icon {
  width: 20%;
  margin-right: 2.6666666667vw;
}
.lp_service .lp_service_check li p {
  width: 80%;
  font-size: 4.2666666667vw;
  line-height: 1.4;
  font-weight: 700;
}
.lp_service .lp_service_check li p span {
  display: block;
  font-size: 2.6666666667vw;
  color: #F56968;
  font-weight: 700;
}
.lp_service .lp_service_point {
  margin-top: 8vw;
}
.lp_service .lp_service_point .lp_service_point_img {
  display: flex;
}
.lp_service .lp_service_point .lp_service_point_content {
  margin-top: 5.3333333333vw;
}
.lp_service .lp_service_point .lp_service_point_content h3 {
  font-size: 4.8vw;
}
.lp_service .lp_service_point .lp_service_point_content h3 strong {
  color: #F56968;
}
.lp_service .lp_service_point .lp_service_point_content p {
  margin-top: 2.6666666667vw;
  font-size: 4.2666666667vw;
}
.lp_service .lp_service_approach {
  margin-top: 16vw;
  padding: 0 5.3333333333vw;
}
.lp_service .lp_service_approach h2 {
  text-align: center;
  font-size: 5.3333333333vw;
}
.lp_service .lp_service_approach .lp_service_approach_section .lp_service_approach_img {
  max-width: 390px;
  margin: 5.3333333333vw auto 0;
}
.lp_service .lp_service_approach .lp_service_approach_section .lp_service_approach_content {
  text-align: center;
}
.lp_service .lp_service_approach .lp_service_approach_section .lp_service_approach_content h3 {
  margin-top: 2.6666666667vw;
  font-size: 5.0666666667vw;
}
.lp_service .lp_service_approach .lp_service_approach_section .lp_service_approach_content p {
  margin-top: 2.6666666667vw;
  font-size: 4.2666666667vw;
}
.lp_service .lp_service_approach .lp_service_cookie {
  text-align: center;
  margin-top: 8vw;
}
.lp_service .lp_service_approach .lp_service_cookie h3 {
  font-size: 7.4666666667vw;
}
.lp_service .lp_service_approach .lp_service_cookie p {
  font-size: 4.2666666667vw;
  margin-top: 5.3333333333vw;
}
.lp_service .lp_service_approach .lp_service_cookie .lp_service_cookie_img {
  margin-top: 5.3333333333vw;
}
.lp_service .lp_service_cta {
  margin-top: 8vw;
}
.lp_service .lp_service_cta .lp_cta_button {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  background: #F56968;
  border: 2px solid #F56968;
  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 {
    margin-top: 4.1666666667vw;
  }
  .lp_service .lp_service_bg {
    padding: 4.1666666667vw 1.5625vw;
    border-radius: 30px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  .lp_service .lp_service_bg::after {
    border-width: 60px;
    margin-left: -60px;
  }
  .lp_service .lp_service_bg::before {
    border-width: 66px;
    margin-left: -66px;
  }
  .lp_service .lp_service_bg h2 {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-bottom: 1.0416666667vw;
    margin-bottom: 0.5208333333vw;
  }
  .lp_service .lp_service_bg h2 span {
    font-size: 2.4rem;
    margin-bottom: 0.5208333333vw;
  }
  .lp_service .lp_service_bg h2::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #F56968;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .lp_service .lp_service_lead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 1.0416666667vw auto;
  }
  .lp_service .lp_service_lead .lp_service_check {
    margin-top: 0;
    width: 50%;
  }
  .lp_service .lp_service_lead .lp_service_check li {
    display: flex;
    align-items: center;
    margin-top: 0.78125vw;
  }
  .lp_service .lp_service_lead .lp_service_check li .lp_service_check_icon {
    width: 10%;
    margin-right: 0.5208333333vw;
  }
  .lp_service .lp_service_lead .lp_service_check li p {
    width: 90%;
    font-size: 2rem;
  }
  .lp_service .lp_service_lead .lp_service_check li p span {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .lp_service .lp_service_lead .lp_service_lead_content {
    margin-top: 0;
    width: 45%;
  }
  .lp_service .lp_service_lead .lp_service_lead_content h3 {
    text-align: center;
  }
  .lp_service .lp_service_lead .lp_service_lead_content h3 .lp_service_lead_balloon {
    background: #F56968;
    display: inline-block;
    padding: 0.2604166667vw 1.0416666667vw 0.2083333333vw;
    color: #fff;
    font-weight: 700;
    border-radius: 20px;
    font-size: 1.2rem;
    transform: translateX(-4px);
  }
  .lp_service .lp_service_lead .lp_service_lead_content h3 .lp_service_lead_title {
    font-size: 4.2rem;
    margin-top: 1.0416666667vw;
    line-height: 1;
  }
  .lp_service .lp_service_lead .lp_service_lead_content h3 .lp_service_lead_title strong {
    color: #F56968;
  }
  .lp_service .lp_service_lead .lp_service_lead_content h3 .lp_service_lead_title span {
    display: block;
    line-height: 0.7;
    width: 20px;
    height: 20px;
    margin: 0 auto 10px;
  }
  .lp_service .lp_service_lead .lp_service_lead_content h3 .lp_service_lead_title .pick {
    font-size: 5.2rem;
    margin-top: 0.15625vw;
  }
  .lp_service .lp_service_lead .lp_service_lead_content p {
    margin-top: 1.0416666667vw;
    font-size: 1.5rem;
    padding: 0 0.78125vw;
  }
  .lp_service .lp_service_point {
    margin: 1.5625vw auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
  }
  .lp_service .lp_service_point .lp_service_point_img {
    display: flex;
    width: 45%;
  }
  .lp_service .lp_service_point .lp_service_point_img .lp_service_point_o {
    border-left: 1px solid #f4f4f4;
    margin-left: 1.5625vw;
  }
  .lp_service .lp_service_point .lp_service_point_content {
    margin-top: 1.0416666667vw;
    width: 54%;
  }
  .lp_service .lp_service_point .lp_service_point_content h3 {
    font-size: 2.4rem;
  }
  .lp_service .lp_service_point .lp_service_point_content p {
    margin-top: 0.5208333333vw;
    font-size: 1.6rem;
  }
  .lp_service .lp_service_approach {
    margin: 4.1666666667vw auto 0;
    padding: 0;
    max-width: 1000px;
  }
  .lp_service .lp_service_approach h2 {
    text-align: center;
    font-size: 3.6rem;
    margin-bottom: 4.1666666667vw;
  }
  .lp_service .lp_service_approach .lp_service_approach_section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
  }
  .lp_service .lp_service_approach .lp_service_approach_section .lp_service_approach_img {
    max-width: 390px;
    margin: 1.0416666667vw auto 0;
  }
  .lp_service .lp_service_approach .lp_service_approach_section .lp_service_approach_content {
    text-align: left;
    width: 60%;
  }
  .lp_service .lp_service_approach .lp_service_approach_section .lp_service_approach_content h3 {
    margin-top: 0.5208333333vw;
    font-size: 2.6rem;
  }
  .lp_service .lp_service_approach .lp_service_approach_section .lp_service_approach_content p {
    margin-top: 0.5208333333vw;
    font-size: 1.6rem;
  }
  .lp_service .lp_service_approach .lp_service_approach_section.reverse {
    flex-direction: row-reverse;
    margin-top: -50px;
  }
  .lp_service .lp_service_approach .lp_service_approach_section.reverse .lp_service_approach_content {
    text-align: right;
    margin-right: 1.5625vw;
  }
  .lp_service .lp_service_approach .lp_service_cookie {
    text-align: center;
    margin-top: 1.5625vw;
  }
  .lp_service .lp_service_approach .lp_service_cookie h3 {
    font-size: 3.6rem;
  }
  .lp_service .lp_service_approach .lp_service_cookie p {
    font-size: 1.6rem;
    margin-top: 1.0416666667vw;
  }
  .lp_service .lp_service_approach .lp_service_cookie .lp_service_cookie_img {
    margin-top: 2.0833333333vw;
  }
  .lp_service .lp_service_cta {
    max-width: 460px;
    margin: 2.0833333333vw auto 0;
  }
  .lp_service .lp_service_cta .lp_cta_button {
    font-size: 2rem;
    padding: 0.9375vw 1.0416666667vw;
    margin-top: 0;
    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 #F56968;
  }
  .lp_service .lp_service_cta .lp_cta_button:hover span {
    color: #F56968;
  }
}
.lp_company {
  background: #fff;
  border-radius: 20px;
  padding: 8vw;
  margin-top: 8vw;
  text-align: center;
}
.lp_company h2 {
  font-size: 4.2666666667vw;
}

@media screen and (min-width: 768px) {
  .lp_company {
    padding: 4.1666666667vw 1.5625vw;
    border-radius: 30px;
    max-width: 1200px;
    margin: 4.1666666667vw auto 0;
  }
  .lp_company h2 {
    font-size: 3.6rem;
  }
  .lp_company .lp_company_img {
    max-width: 1000px;
    margin: 0.5208333333vw auto 0;
  }
}
.lp_voice {
  margin: 8vw auto 0;
}
.lp_voice h2 {
  font-size: 6.4vw;
  text-align: center;
  position: relative;
  padding-bottom: 5.3333333333vw;
  margin-bottom: 2.6666666667vw;
}
.lp_voice h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #F56968;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.lp_voice .lp_voice_tab {
  background: #fff;
  margin-top: 6.6666666667vw;
}
.lp_voice .lp_voice_tab .lp_voice_inner {
  padding: 8vw;
}
.lp_voice .lp_voice_tab .lp_voice_inner .lp_voice_logo span {
  width: 100%;
  text-align: center;
  display: block;
  border: 1px solid #f8f8f8;
}
.lp_voice .lp_voice_tab .lp_voice_inner .lp_voice_logo small {
  display: block;
  margin-top: 2.6666666667vw;
}
.lp_voice .lp_voice_tab .lp_voice_inner .lp_voice_logo small a {
  font-size: 2.6666666667vw;
}
.lp_voice .lp_voice_tab .lp_voice_inner .lp_voice_logo .lp_voice_tag {
  background: #F8F8F8;
  font-size: 2.6666666667vw;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 15px;
  margin-top: 2.6666666667vw;
}
.lp_voice .lp_voice_tab .lp_voice_inner .lp_voice_review .company {
  font-size: 3.2vw;
  font-weight: 700;
  margin-top: 2.6666666667vw;
}
.lp_voice .lp_voice_tab .lp_voice_inner .lp_voice_review h3 {
  font-size: 5.3333333333vw;
  font-weight: 700;
}
.lp_voice .lp_voice_tab .lp_voice_inner .lp_voice_review h3 strong {
  color: #F56968;
}
.lp_voice .lp_voice_tab .lp_voice_inner .lp_voice_review p {
  margin-top: 5.3333333333vw;
  font-size: 3.7333333333vw;
}
.lp_voice .lp_voice_tab .lp_voice_inner .lp_voice_review p strong {
  font-weight: 700;
}
.lp_voice .lp_voice_tab .lp_voice_inner .lp_voice_review p .red {
  color: #F56968;
}
.lp_voice .lp_voice_tab .lp_voice_button {
  background: #F56968;
  text-align: center;
  padding: 2.6666666667vw;
  font-size: 3.7333333333vw;
  color: #fff;
}
.lp_voice .lp_voice_tab .lp_voice_button .open::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-135deg) translateY(2px);
}
.lp_voice .lp_voice_tab .lp_voice_button .close::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}
.lp_voice .js-toggle p.lp_voice_toggle {
  margin-top: 0vw !important;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: margin-top 0.2s ease 0.2s, line-height 0.2s ease 0.2s, opacity 0.2s ease, visibility 0.2s ease 0.2s;
}
.lp_voice .js-toggle .lp_voice_button .open {
  display: inline-block;
}
.lp_voice .js-toggle .lp_voice_button .close {
  display: none;
}
.lp_voice .js-toggle.is-open p.lp_voice_toggle {
  margin-top: 5.3333333333vw !important;
  line-height: 1.4;
  opacity: 1;
  visibility: visible;
}
.lp_voice .js-toggle.is-open .lp_voice_button .open {
  display: none;
}
.lp_voice .js-toggle.is-open .lp_voice_button .close {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .lp_voice {
    margin: 4.1666666667vw auto 0;
    max-width: 1200px;
  }
  .lp_voice h2 {
    font-size: 3.2rem;
    padding-bottom: 1.0416666667vw;
    margin-bottom: 0.5208333333vw;
  }
  .lp_voice .lp_voice_tab {
    background: #fff;
    margin-top: 1.5625vw;
    margin-bottom: 2.0833333333vw;
  }
  .lp_voice .lp_voice_tab .lp_voice_inner {
    padding: 2.0833333333vw 2.8645833333vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .lp_voice .lp_voice_tab .lp_voice_inner .lp_voice_logo {
    width: 20%;
  }
  .lp_voice .lp_voice_tab .lp_voice_inner .lp_voice_logo span {
    width: 100%;
  }
  .lp_voice .lp_voice_tab .lp_voice_inner .lp_voice_logo small {
    display: block;
    margin-top: 0.5208333333vw;
  }
  .lp_voice .lp_voice_tab .lp_voice_inner .lp_voice_logo small a {
    font-size: 1rem;
  }
  .lp_voice .lp_voice_tab .lp_voice_inner .lp_voice_logo .lp_voice_tag {
    background: #F8F8F8;
    font-size: 1rem;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 15px;
    margin-top: 0.5208333333vw;
  }
  .lp_voice .lp_voice_tab .lp_voice_inner .lp_voice_review {
    width: 78%;
  }
  .lp_voice .lp_voice_tab .lp_voice_inner .lp_voice_review .company {
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 0;
  }
  .lp_voice .lp_voice_tab .lp_voice_inner .lp_voice_review h3 {
    font-size: 2.6rem;
  }
  .lp_voice .lp_voice_tab .lp_voice_inner .lp_voice_review p {
    margin-top: 1.0416666667vw;
    font-size: 1.6rem;
  }
  .lp_voice .lp_voice_tab .lp_voice_button {
    padding: 0.5208333333vw;
    font-size: 1.4rem;
  }
  .lp_voice .lp_voice_tab .lp_voice_button .open::after {
    transform: rotate(-135deg) translateY(5px);
  }
  .lp_voice .js-toggle {
    cursor: pointer;
  }
  .lp_voice .js-toggle .lp_voice_inner {
    align-items: start;
  }
  .lp_voice .js-toggle p.lp_voice_toggle {
    margin-top: 0vw !important;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: margin-top 0.3s ease 0.2s, line-height 0.3s ease 0.2s, opacity 0.2s ease 0.1s, visibility 0.3s ease 0.2s;
  }
  .lp_voice .js-toggle .lp_voice_button .open {
    display: inline-block;
  }
  .lp_voice .js-toggle .lp_voice_button .close {
    display: none;
  }
  .lp_voice .js-toggle.is-open p.lp_voice_toggle {
    margin-top: 1.0416666667vw !important;
    line-height: 1.4;
    opacity: 1;
    visibility: visible;
  }
  .lp_voice .js-toggle.is-open .lp_voice_button .open {
    display: none;
  }
  .lp_voice .js-toggle.is-open .lp_voice_button .close {
    display: inline-block;
  }
}
.lp_question {
  margin: 8vw auto 0;
}
.lp_question h2 {
  font-size: 6.4vw;
  text-align: center;
  position: relative;
  padding-bottom: 5.3333333333vw;
  margin-bottom: 2.6666666667vw;
}
.lp_question h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #F56968;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.lp_question .lp_question_content {
  margin-top: 5.3333333333vw;
}
.lp_question .lp_question_content .lp_question_tab {
  background: #fff;
  padding: 5.3333333333vw 10.6666666667vw 5.3333333333vw 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
}
.lp_question .lp_question_content .lp_question_tab dt {
  font-size: 4.2666666667vw;
  font-weight: 700;
  position: relative;
}
.lp_question .lp_question_content .lp_question_tab dt::before, .lp_question .lp_question_content .lp_question_tab dt::after {
  content: "";
  position: absolute;
  display: block;
  width: 5.3333333333vw;
  height: 0.5333333333vw;
  background: #000;
  right: -25px;
  top: 50%;
  transition: all 0.2s ease;
}
.lp_question .lp_question_content .lp_question_tab dt::after {
  transform: rotate(-90deg);
}
.lp_question .lp_question_content .lp_question_tab dd {
  font-size: 3.7333333333vw;
  padding-top: 0vw;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: padding-top 0.2s ease 0.2s, line-height 0.2s ease 0.2s, opacity 0.2s ease, visibility 0.2s ease 0.2s;
}
.lp_question .lp_question_content .lp_question_tab dd a {
  color: #455da8;
  text-decoration: underline;
}
.lp_question .lp_question_content .lp_question_tab dd a:hover {
  text-decoration: none;
}
.lp_question .lp_question_content .js-toggle.is-open dt::after {
  transform: rotate(0);
}
.lp_question .lp_question_content .js-toggle.is-open dd {
  padding-top: 5.3333333333vw;
  line-height: 1.4;
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .lp_question {
    max-width: 1000px;
    margin: 4.1666666667vw auto 0;
  }
  .lp_question h2 {
    font-size: 3.2rem;
    padding-bottom: 1.0416666667vw;
    margin-bottom: 0.5208333333vw;
  }
  .lp_question .lp_question_content {
    margin: 1.5625vw auto 0;
    max-width: 1000px;
  }
  .lp_question .lp_question_content .lp_question_tab {
    padding: 1.5625vw 2.0833333333vw 1.5625vw 1.5625vw;
    margin-bottom: 1.0416666667vw;
    cursor: pointer;
  }
  .lp_question .lp_question_content .lp_question_tab dt {
    font-size: 2rem;
    position: relative;
  }
  .lp_question .lp_question_content .lp_question_tab dt::before, .lp_question .lp_question_content .lp_question_tab dt::after {
    width: 1.0416666667vw;
    height: 0.1041666667vw;
    right: -10px;
    top: 50%;
  }
  .lp_question .lp_question_content .lp_question_tab dd {
    font-size: 1.5rem;
    padding-top: 0vw;
  }
  .lp_question .lp_question_content .js-toggle.is-open dd {
    padding-top: 1.0416666667vw;
  }
}
.lp_cta {
  margin-top: 8vw;
}
.lp_cta .lp_cta_button {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  background: #F56968;
  border: 2px solid #F56968;
  text-align: center;
  padding: 2.6666666667vw 5.3333333333vw;
  margin-top: 2.6666666667vw;
  border-radius: 25px;
}
.lp_cta .lp_cta_button span {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .lp_cta {
    max-width: 460px;
    margin: 2.0833333333vw auto 0;
  }
  .lp_cta .lp_cta_button {
    font-size: 2rem;
    padding: 0.9375vw 1.0416666667vw;
    margin-top: 0;
    border-radius: 40px;
  }
  .lp_cta .lp_cta_button span {
    color: #fff;
  }
  .lp_cta .lp_cta_button:hover {
    background: #fff;
    border: 2px solid #F56968;
  }
  .lp_cta .lp_cta_button:hover span {
    color: #F56968;
  }
}
.lp_footer {
  background: #000;
  padding: 8vw 5.3333333333vw 13.3333333333vw;
  border-radius: 20px;
  flex-wrap: wrap;
  margin-top: 10.6666666667vw;
}
.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 {
    margin-top: 4.1666666667vw;
    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("../img/bg_logo.svg") #F8F8F8 left 70px fixed;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: fexid;
  padding: 21.3333333333vw 5.3333333333vw 13.3333333333vw;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@media screen and (min-width: 768px) {
  body {
    background-size: 1000px auto;
    padding: 1.6666666667vw 0 0;
    background-position: 0 0;
    z-index: -1;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/*# sourceMappingURL=lp_targetpush.css.map */