@charset "UTF-8";
/****************************************

  lp用　CSS

*****************************************/
html, body, h1, h2, h3, h4, h5, ul, li, p, dl, dt, dd {
  margin: 0;
  padding: 0;
}

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

li {
  list-style: none;
}
li a {
  color: #333;
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Courier New", Courier, monospace;
  line-height: 1.5;
  background-image: url(../images/lp/hougan.jpg);
  background-size: 5rem;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
}

p, li, dt, dd {
  font-size: 1.6rem;
}

button {
  border: none;
  appearance: none;
  background-color: transparent;
}

.container {
  max-width: 1040px;
  margin: auto;
}
.container.w1460 {
  max-width: 1460px;
}
.container.w800 {
  max-width: 800px;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.stop-scroll {
  overflow: hidden;
}

.cta-btn {
  position: relative;
  z-index: 50;
  background: #FFF100;
  filter: drop-shadow(0 0.3rem 0.3rem rgba(51, 51, 51, 0.2666666667));
  padding: 1.2rem;
  width: 30rem;
  font-size: 1.6rem;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333;
  border-radius: 101rem;
  font-weight: 700;
  margin: auto;
  overflow: hidden;
}
.cta-btn_label {
  position: relative;
  z-index: 10;
}
.cta-btn::before {
  content: "";
  background-image: url(../images/lp/highlight.png);
  width: 100%;
  height: 50px;
  position: absolute;
  background-size: contain;
  left: 0;
  top: -11px;
}

.pagetop {
  position: fixed;
  bottom: 0;
  right: 3rem;
  background-color: rgb(255, 255, 255);
  filter: drop-shadow(0.2rem 0.2rem 0.2rem rgba(102, 102, 102, 0.5411764706));
  border-radius: 50%;
  width: 6.2rem;
  height: 6.2rem;
  box-sizing: border-box;
  z-index: 50;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  line-height: 62px;
  font-size: 1.8rem;
  font-weight: bold;
}
.pagetop a {
  color: #222;
}

@media screen and (max-width: 768px) {
  .ly_page {
    margin-top: 4.7rem;
  }
}

.admin-bar .ly_page {
  margin-top: 0;
}

.header {
  display: flex;
  justify-content: space-between;
  padding: 2.4rem 4rem;
  align-items: center;
  background-color: #fff;
  max-width: 2560px;
  gap: 4rem;
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0 1.6rem;
    height: 4.7rem;
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
  }
}
.header_logo {
  width: 32rem;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header_logo {
    width: 20rem;
  }
}

.admin-bar .header {
  top: unset;
}

.global-nav {
  position: relative;
}
@media screen and (max-width: 768px) {
  .global-nav {
    height: 100%;
    width: auto;
    flex: 1;
    z-index: 50;
  }
}
.global-nav_hamburger {
  width: 3rem;
  height: 2.4rem;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 150;
}
.global-nav_hamburger .bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #222;
  border-radius: 1px;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.global-nav_hamburger .bar:first-child {
  top: 0;
}
.global-nav_hamburger .bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.global-nav_hamburger .bar:last-child {
  bottom: 0;
}
.global-nav_hamburger.open .bar:first-child {
  transform: translateY(10.5px) rotate(-45deg);
}
.global-nav_hamburger.open .bar:nth-child(2) {
  opacity: 0;
}
.global-nav_hamburger.open .bar:last-child {
  transform: translateY(-10.5px) rotate(45deg);
}

.gnav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 1460px) {
  .gnav-list {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .gnav-list {
    display: none;
    height: 100vh;
    position: fixed;
    background-color: #fff;
    z-index: 100;
    width: 100%;
    left: 0;
    margin-top: 4.7rem;
    padding: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .gnav-list_item {
    margin: 1.6rem 0;
  }
}
.gnav-list.open {
  display: block;
}

.mv {
  background-image: url(../images/lp/mv.jpg);
  background-position: bottom center;
  background-size: cover;
  max-width: 2560px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1460px) {
  .mv {
    background-size: cover;
  }
}
.mv .container {
  display: flex;
}
@media screen and (max-width: 768px) {
  .mv .container {
    display: block;
  }
}
.mv_tagline {
  color: #fff;
  font-size: 2.4 rem;
}
.mv_logotypo {
  display: block;
}
.mv_mockup {
  padding: 4.8rem 4.8rem 2.4rem 4.8rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .mv_mockup {
    padding: 3.2rem 0 0 0;
    width: 60%;
  }
}
.mv_desc-area {
  flex: 1;
  margin-left: 8rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .mv_desc-area {
    margin: unset;
    padding: 1.6rem;
    position: absolute;
    height: 100%;
  }
}
.mv_image-area {
  flex: 2;
}
@media screen and (max-width: 768px) {
  .mv_image-area {
    padding-top: 12rem;
    width: 80%;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .mv_cta-btn {
    position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.mv::after {
  content: "";
  background-image: url(../images/lp/dots.svg);
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 20rem;
  bottom: -4.5rem;
}
@media screen and (max-width: 1460px) {
  .mv::after {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .mv::after {
    height: 11rem;
    background-position: center;
    bottom: -1.2rem;
  }
}

.grad-border-block {
  background: linear-gradient(135deg, #3966B1 0%, #71BFCC 100%);
  border-radius: 16px;
  padding: 3px;
  margin: auto;
  max-width: 80rem;
  border-radius: 999px;
}

.grad-border-content {
  background: #ffffff;
  padding: 1.6rem 2.4rem 1.6rem 14.4rem;
  font-size: 2.2rem;
  border-radius: 999px;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .grad-border-content {
    padding: 1.6rem 2.4rem 1.6rem 6rem;
  }
}
.grad-border-content img {
  width: auto;
  height: 2.7rem;
}
@media screen and (max-width: 768px) {
  .grad-border-content img {
    width: 100%;
    height: auto;
  }
}

.sec-ttl {
  position: relative;
}
@media screen and (max-width: 830px) {
  .sec-ttl {
    margin: 0.8rem;
  }
}
.sec-ttl_outer {
  margin-bottom: 8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-ttl_outer {
    margin-bottom: 3.2rem;
  }
}
.sec-ttl_outer--ver2::before {
  display: none;
}
.sec-ttl_outer--ver2 .sec-ttl {
  border-bottom: solid 3px #333;
  border-image: linear-gradient(to right, #3966B1, #72BFCC) 1;
}
.sec-ttl_outer--ver2 .grad-border-block, .sec-ttl_outer--ver2 .grad-border-content {
  background: transparent;
  border-radius: inherit;
}
.sec-ttl_outer::before {
  content: "";
  width: 100vw;
  height: 3px;
  background: linear-gradient(135deg, #3966B1 0%, #71BFCC 70%, #71BFCC 100%);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec-ttl_outer + p {
  margin-top: -5rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .sec-ttl_outer + p {
    margin-top: auto;
  }
}
.sec-ttl::before {
  content: "";
  background-image: url(../images/lp/female.svg);
  position: absolute;
  width: 10rem;
  height: 11rem;
  background-size: contain;
  background-repeat: no-repeat;
  left: 4rem;
  top: -4.6rem;
}
@media screen and (max-width: 768px) {
  .sec-ttl::before {
    width: 4rem;
    height: 4.8rem;
    top: 1.1rem;
    left: 2.1rem;
  }
}

.about, .features, .app-functions, .merit, .faq {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .about, .features, .app-functions, .merit, .faq {
    margin-top: 4rem;
    margin-bottom: 6.4rem;
  }
}

.about_ttl {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .about_ttl {
    width: 94%;
  }
}
.about_desc {
  text-align: center;
  margin: 2rem auto 4rem;
}
@media screen and (max-width: 768px) {
  .about_desc {
    margin: 1.6rem;
  }
}
.about_synergy {
  margin: 0 2.4rem;
}

.features-list {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .features-list {
    margin: 1.6rem;
    gap: 4rem;
  }
}
.features-list_item {
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 880px) {
  .features-list_item {
    flex-wrap: wrap;
    margin: 2.4rem;
  }
}
.features-list_item:nth-child(even) {
  flex-direction: row-reverse;
}
.features-list_img-area {
  width: 26rem;
}
@media screen and (max-width: 1460px) {
  .features-list_img-area {
    width: auto;
  }
}
.features-list_img-area img {
  border-radius: 1.6rem;
}
.features-list_desc-area {
  flex: 1;
}
@media screen and (max-width: 1460px) {
  .features-list_desc-area {
    flex: unset;
  }
}
.features-list_desc-ttl {
  font-size: 2.3rem;
  margin-bottom: 1.2rem;
  position: relative;
  padding-left: 4rem;
}
.features-list_desc-ttl::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  border: 2px solid #6B6B6B;
  left: 0;
  top: 0.5rem;
}
.features-list_desc-ttl::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 3rem;
  border-right: 4px solid #f00;
  border-bottom: 4px solid #f00;
  left: 12px;
  top: -9px;
  transform: rotate(45deg);
}

.merit_desc {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .merit_desc {
    margin: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .merit_blackbord {
    padding: 0 1.6rem;
  }
}

.app-functions_subttl {
  max-width: 76rem;
  margin: auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .app-functions_subttl {
    margin: 1.6rem;
  }
}

.app-functions-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1100px) {
  .app-functions-list {
    gap: 2.4rem;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .app-functions-list {
    margin: 4rem 1.6rem;
  }
}
.app-functions-list_item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 8rem) / 3);
}
@media screen and (max-width: 768px) {
  .app-functions-list_item {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 414px) {
  .app-functions-list_item {
    width: auto;
  }
}
.app-functions-list_img-area {
  width: 80%;
  margin: auto;
}
.app-functions-list_desc-area {
  position: relative;
  top: -2.4rem;
}
.app-functions-list_desc-ttl {
  text-align: center;
  color: #2ea7e0;
  font-size: 2.4rem;
  text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.app-functions-list--wpscloud .app-functions-list_desc-ttl {
  color: #59af5e;
}
.app-functions-list--wpscloud .app-functions-list_img-area {
  width: 100%;
}

.faq {
  background-color: #A8E3FF;
  padding: 6.4rem 0 8rem;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 1.6rem 0 4rem;
  }
}
.faq .faq-list {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2.4rem;
  padding-bottom: 0;
}
.faq .faq-list_outer {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .faq .faq-list_outer {
    margin: 1.6rem;
  }
}
.faq .faq-list_question {
  position: relative;
  padding: 0 2rem 2rem 5.6rem;
}
.faq .faq-list_question::before {
  content: "";
  background-image: url(../images/lp/q.svg);
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: -0.8rem;
  width: 4rem;
  height: 4rem;
}
.faq .faq-list_question::after {
  content: "";
  height: 2rem;
  width: 2rem;
  background-image: url(../images/lp/plus.svg);
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
  transition: 0.3s;
  top: 0;
}
.faq .faq-list_question.is-open::after {
  transform: rotate(45deg);
}
.faq .faq-list_answer {
  padding-top: 2rem;
  padding-left: 5.6rem;
  padding-bottom: 2rem;
  position: relative;
  border-top: 2px dashed #C1C1C1;
}
.faq .faq-list_answer::before {
  content: "";
  background-image: url(../images/lp/a.svg);
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 1.4rem;
  width: 4rem;
  height: 4rem;
}
.faq .faq-list_answer.is-open {
  display: block !important;
}

.plan {
  margin-bottom: 16rem;
}
@media screen and (max-width: 768px) {
  .plan {
    margin-bottom: 6.4rem;
  }
}
.plan_desc {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan_table {
    margin: 1.6rem;
  }
}
.plan_cta-desc {
  margin-top: 8rem;
  font-size: 2.7rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan_cta-desc {
    margin: 1.6rem;
    margin-top: 4rem;
    text-align: left;
    font-size: 2rem;
  }
}
.plan_cta-btn {
  margin: 4rem auto;
}

.contact {
  background-color: #A8E3FF;
  padding: 6.4rem 2.4rem 8rem;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 1.6rem 0 4rem;
  }
}
.contact_desc {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact_desc {
    margin: 1.6rem;
  }
}
.contact .contact-list {
  max-width: 42rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .contact .contact-list {
    margin: 1.6rem;
  }
}
.contact .contact-list_item {
  position: relative;
  padding: 0.8rem;
  padding-left: 4rem;
  line-height: 1.8;
  font-size: 2rem;
}
.contact .contact-list_item::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  border: 2px solid #6B6B6B;
  left: 0;
  top: 14px;
}
.contact .contact-list_item::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 3rem;
  border-right: 4px solid #f00;
  border-bottom: 4px solid #f00;
  left: 12px;
  top: 0;
  transform: rotate(45deg);
}
.contact_cta-btn {
  margin: 4rem auto 4rem;
}
.contact_cta-desc {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact_cta-desc {
    margin: 1.6rem;
  }
}
.contact_cta-list {
  background-color: #fff;
  border-radius: 100px;
  max-width: 90rem;
  margin: 8rem auto 0;
  padding: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .contact_cta-list {
    gap: 2.4rem;
    margin: 1.6rem 2.4rem;
    justify-content: flex-start;
    padding-left: 12.7659574468vw;
  }
}
.contact_cta-list-item {
  font-size: 4rem;
  position: relative;
  padding-left: 5rem;
}
@media screen and (max-width: 768px) {
  .contact_cta-list-item {
    font-size: 2.4rem;
    padding-left: 4.6rem;
  }
}
.contact_cta-list-item::before {
  content: "";
  width: 4rem;
  height: 100%;
  position: absolute;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
}
.contact_cta-list-item.tel::before {
  background-image: url(../images/lp/contact_tel.svg);
  width: 4rem;
  height: 4.8rem;
}
@media screen and (max-width: 768px) {
  .contact_cta-list-item.tel::before {
    width: 5rem;
    height: 4.8rem;
  }
}
.contact_cta-list-item.mall::before {
  background-image: url(../images/lp/contact_mall.svg);
}
.contact_annotation {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .contact_annotation {
    margin: 1.6rem 2.4rem 0;
  }
}

.footer {
  max-width: 2560px;
  margin: auto;
}
.footer_logo-link {
  width: 30rem;
  display: block;
}
.footer_head {
  display: flex;
  padding: 3.2rem 6.4rem;
  gap: 4rem;
  justify-content: space-between;
}
@media screen and (max-width: 1460px) {
  .footer_head {
    padding: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_head {
    flex-wrap: wrap;
    gap: 2.4rem;
  }
}
.footer_foot {
  padding-top: 2.4rem;
  border-top: 2px dashed #C1C1C1;
  max-width: 960px;
  margin: auto;
}
.footer .footer-navmenu_list {
  display: flex;
  align-items: center;
  gap: 4rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1460px) {
  .footer .footer-navmenu_list {
    gap: 2.4rem;
    margin: auto;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-navmenu_list {
    margin: 0 10%;
    justify-content: center;
  }
}
.footer .footer-navmenu_list-item {
  font-size: 1.8rem;
}
.footer .footer-submenu_list {
  display: flex;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer .footer-submenu_list {
    gap: 2.4rem;
    margin: 0 2.4rem;
  }
}
.footer .footer-submenu_list-item {
  font-size: 1.4rem;
}
.footer .copyright {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}/*# sourceMappingURL=lp.css.map */