/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/lp.scss ***!
  \******************************************************************************************************************************************************/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

body {
  line-height: 1.7;
  width: 100%;
  min-width: 375px;
  height: auto;
  min-height: 100vh;
  font-size: 1.6rem;
  font-family: "Noto Sans JP";
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
}

#vue-app {
  width: 100vw;
  height: inherit;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 375px;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
  opacity: 1;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}

#vue-app img {
  max-width: 100%;
  vertical-align: middle;
}
#vue-app input {
  margin: 0;
  padding: 0;
}
#vue-app textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}
#vue-app button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}
#vue-app .d-none,
#vue-app .d-none-loaded {
  display: none;
}
#vue-app .list-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
#vue-app .list-items .list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#vue-app .l-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 10;
}
#vue-app .l-header__inner {
  width: 100%;
  max-width: 1200px;
  height: 13.3333333333vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 5rem;
}
@media screen and (min-width: 768px) {
  #vue-app .l-header__inner {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  #vue-app .l-header__inner {
    padding: 0 6.6666666667vw 0 4vw;
  }
}
#vue-app .l-header__logo > img {
  height: 3rem;
}
@media screen and (max-width: 767px) {
  #vue-app .l-header__logo > img {
    height: 8vw;
  }
}
#vue-app .l-header__menu {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
#vue-app .l-header__menu .menu-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  #vue-app .l-header__menu .menu-list {
    column-gap: 4vw;
  }
}
@media screen and (max-width: 767px) {
  #vue-app .l-header__menu {
    font-size: 3.2vw;
  }
}

.admin-bar #vue-app .l-header {
  top: 32px;
}
@media screen and (max-width: 767px) {
  .admin-bar #vue-app .l-header {
    top: 46px;
  }
}
@media screen and (max-width: 575px) {
  .admin-bar #vue-app .l-header {
    position: sticky;
    top: 0;
    margin-bottom: -13.3333333333vw;
  }
}

#vue-app .l-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  #vue-app .l-container {
    padding-top: 13.3333333333vw;
  }
}
#vue-app .l-container__inner {
  height: 100%;
  width: 100%;
  max-width: 100%;
}
#vue-app .l-main {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #faeae0;
}
#vue-app .l-main__inner {
  width: 100%;
}

#vue-app .l-aside {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#vue-app .l-aside__inner {
  background-color: rgba(0, 0, 0, 0.3333333333);
  height: 100%;
  width: 100%;
  padding: 8px 16px 8px;
}

#vue-app .l-footer {
  width: 100%;
  padding: 5rem;
  margin-top: auto;
  background-color: #fff;
}
#vue-app .l-footer__inner {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #vue-app .l-footer__inner {
    flex-direction: column;
  }
}
#vue-app .l-footer .description {
  width: fit-content;
}
#vue-app .l-footer .description__logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-bottom: 0.1rem solid #246bb5;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  #vue-app .l-footer .description__logo {
    flex-direction: column-reverse;
  }
}
#vue-app .l-footer .description__logo .logo > img {
  height: 5rem;
  margin-left: -1rem;
}
@media screen and (max-width: 767px) {
  #vue-app .l-footer .description__logo .logo > img {
    height: 13.3333333333vw;
    margin-top: 5.3333333333vw;
    margin-left: auto;
  }
}
#vue-app .l-footer .description__logo .icon {
  display: flex;
}
#vue-app .l-footer .description__logo .icon__x {
  margin-right: 1rem;
}
#vue-app .l-footer .description__text {
  font-size: 1.3rem;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  #vue-app .l-footer .description__text {
    font-size: 3.2vw;
    text-align: center;
  }
}
#vue-app .l-footer .description__text .company-name {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #vue-app .l-footer .description__text .company-name {
    font-size: 3.7333333333vw;
  }
}
#vue-app .l-footer .list-items {
  width: fit-content;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  #vue-app .l-footer .list-items {
    margin-top: 5.3333333333vw;
  }
}
#vue-app .l-footer .list-items .list-item {
  display: flex;
  flex-direction: row;
  width: fit-content;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #vue-app .l-footer .list-items .list-item {
    font-size: 3.2vw;
  }
}
#vue-app .l-footer .list-items li:first-child:after {
  content: "";
  background-color: #333;
  width: 0.1rem;
  height: 1.45rem;
  margin: 0 1rem;
}

#vue-app .overlay__nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.9333333333);
}
#vue-app .overlay__nav.is-active {
  opacity: 1;
  z-index: 999;
  pointer-events: all;
}
#vue-app .overlay__nav > ul {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}
#vue-app .overlay__nav > ul li {
  list-style: none;
  text-align: center;
  color: #333;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  #vue-app .overlay__nav > ul li {
    font-size: 2rem;
  }
}
#vue-app .overlay__nav > ul li a {
  padding: 10px;
  display: block;
  text-transform: uppercase;
  color: #333;
  text-decoration: none;
  outline: none;
}
#vue-app .overlay__nav > ul li a:visited {
  color: #333;
}

#vue-app .btn {
  background-image: url(../images/lp/image/btn.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 460px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-weight: 700;
  padding-bottom: 0.5em;
  margin: 20px auto;
  color: #fff;
}
#vue-app .btn__green {
  background-image: url(../images/lp/image/btn__green.webp);
}
@media screen and (max-width: 767px) {
  #vue-app .btn {
    width: 340px;
    height: 70px;
    font-size: 2.2rem;
    padding-bottom: 0.3em;
    margin: 10px auto;
  }
}
#vue-app .btn__small {
  display: block;
  width: fit-content;
  background: #d91a68;
  border-radius: 5px;
  border: 0.5px solid #852447;
  border-bottom: 3px solid #852447;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 180%;
  padding: 0 1rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #vue-app .btn__small {
    font-size: 7.4666666667vw;
    border: 0.1333333333vw solid #852447;
    border-bottom: 0.8vw solid #852447;
    padding: 0 5.3333333333vw;
  }
}

#vue-app .mv {
  width: 100%;
}
#vue-app .mv .header {
  background-color: #0098d6;
  background-image: url(../images/lp/image/lp1_pricetag_eclipse.webp), url(../images/lp/image/pattern_header.webp);
  background-size: auto 180%, 100% auto;
  background-position-y: 50%, 25%;
  background-position-x: calc(50% - 104px), 50%;
  background-repeat: no-repeat;
  height: 25vw;
  max-height: 170px;
  min-height: 140px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  #vue-app .mv .header {
    background-position-x: calc(50% - 87px), 50%;
  }
}
#vue-app .mv .header > .pricetag {
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  #vue-app .mv .header > .pricetag {
    margin-top: 13px;
  }
}
#vue-app .mv .header > img {
  height: 85%;
  margin: auto 1rem;
}
#vue-app .mv .body {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#vue-app .mv .body > .contents {
  background-image: url(../images/lp/image/model_1.webp);
  background-size: auto 100%;
  background-position-x: center;
  background-position-y: bottom;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
}
#vue-app .mv .body > .contents > .leads {
  width: 90%;
  margin: 1.5rem 0 0 2rem;
}
#vue-app .mv .body > .contents > .review {
  width: 100%;
  max-width: 900px;
  display: flex;
  justify-content: flex-end;
  padding: 1vw 2vw;
}
#vue-app .mv .body > .contents > .review > img {
  width: 30%;
}
#vue-app .mv .body > .contents > .point {
  background-color: #fff;
  border-radius: 15px;
  height: 30vw;
  max-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1vw 1vw;
  font-weight: 700;
}
#vue-app .mv .body > .contents > .point_busy {
  width: 55%;
  max-width: 440px;
}
#vue-app .mv .body > .contents > .point_busy > p {
  font-size: max(min(4rem, 5vw), 2rem);
}
#vue-app .mv .body > .contents > .point_busy > p > img {
  height: 1.1em;
  margin: 0 0 5px 3px;
}
#vue-app .mv .body > .contents > .point_busy > .pillbox {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  max-height: fit-content;
}
#vue-app .mv .body > .contents > .point_busy > .pillbox > div > .pill {
  background-color: #2a3d78;
  border-radius: 20vw;
  width: 27vw;
  max-width: 200px;
  height: 8vw;
  max-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.3em auto;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 575px) {
  #vue-app .mv .body > .contents > .point_busy > .pillbox > div > .pill {
    font-size: 5vw;
  }
}
#vue-app .mv .body > .contents > .point_busy > .pillbox > p {
  line-height: 0;
  color: #0098d6;
  font-family: "Barlow Semi Condensed";
  font-size: max(min(14rem, 20vw), 8rem);
  font-weight: 700;
  margin: 0 auto 1vw 1vw;
}
#vue-app .mv .body > .contents > .point_kousei {
  width: 40%;
  max-width: 440px;
}
#vue-app .mv .body > .contents > .point_kousei > .sub_detail {
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  font-size: 2.5rem;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  #vue-app .mv .body > .contents > .point_kousei > .sub_detail {
    margin-top: -15px;
    font-size: 3.2vw;
  }
}
#vue-app .mv .body > .contents > .point_kousei > .detail {
  margin-top: -15px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #vue-app .mv .body > .contents > .point_kousei > .detail {
    margin-top: -10px;
    font-size: 4vw;
  }
}
#vue-app .mv .body > .contents > .point_kousei > .visual {
  width: 65%;
  max-width: 200px;
  margin-top: -6px;
}
#vue-app .mv .body > .contents > .point_kousei > .disclaimer {
  color: #ccc;
  font-size: max(min(12px, 2vw), 0.8rem);
}

#vue-app .point {
  width: 100%;
}
#vue-app .point .body {
  background-color: #0098d6;
  background-image: linear-gradient(180deg, rgba(0, 153, 214, 0) 10%, rgb(0, 153, 214) 30%), url(../images/lp/image/pattern_header.webp);
  background-size: 100% auto, 100% auto;
  background-position-y: 25%, auto;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 2rem;
}
#vue-app .point .wrapper {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #vue-app .point .wrapper {
    padding-top: auto;
  }
}
#vue-app .point .leads {
  color: #fff;
  margin: auto 5px;
}
#vue-app .point .leads > h1 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: -15px;
}
#vue-app .point .leads > h1 > strong {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 4.8rem;
}
@media screen and (max-width: 767px) {
  #vue-app .point .leads {
    margin: 50px -40px auto 0;
    width: 70%;
  }
}
@media screen and (max-width: 575px) {
  #vue-app .point .leads > h1 {
    font-size: 1.6rem;
  }
  #vue-app .point .leads > h1 > strong {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}
#vue-app .point .model {
  width: 30%;
  max-width: 180px;
  margin-bottom: -6rem;
}
#vue-app .point .cardlist {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
#vue-app .point .cardlist > .card {
  background-color: #fff;
  border-radius: 10px;
  width: 460px;
  height: 120px;
  padding: 1.6rem;
  margin: 1.6rem;
}
@media screen and (max-width: 767px) {
  #vue-app .point .cardlist > .card {
    width: 100%;
    height: 100px;
    margin: 1rem 1.6rem;
  }
}
#vue-app .point .cardlist > .card > p {
  font-size: 2.6rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #vue-app .point .cardlist > .card > p {
    font-size: 2rem;
  }
}
#vue-app .point .cardlist > .card > .title {
  display: flex;
  flex-flow: row;
  margin-bottom: 0.8rem;
}
#vue-app .point .cardlist > .card > .title > .pill {
  background-color: #e5f4fb;
  border-radius: 30px;
  width: 80px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.7rem;
  color: #0098d6;
  font-size: 1.75rem;
  font-weight: 700;
}
#vue-app .point .cardlist > .card > .title > p {
  margin: -1.2rem 0;
  color: #0098d6;
  font-family: "Barlow Semi Condensed";
  font-size: 3rem;
  font-weight: 700;
}
#vue-app .point .plan {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.6rem;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
}
@media screen and (max-width: 767px) {
  #vue-app .point .plan {
    margin: 0.8rem 2rem;
    font-size: 2.5rem;
  }
}
#vue-app .point .plan p {
  line-height: 1.4;
}

#vue-app .nayami {
  background-image: linear-gradient(180deg, rgba(250, 234, 224, 0) 20%, rgb(250, 234, 224) 35%), url(../images/lp/image/pattern_body.webp);
  background-size: 100% auto, 100% auto;
  background-position-y: 25%, auto;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  #vue-app .nayami {
    background-image: linear-gradient(180deg, rgba(250, 234, 224, 0) 5%, rgb(250, 234, 224) 20%), url(../images/lp/image/pattern_body.webp);
    font-size: 10px;
    padding-top: 32px;
    padding-bottom: 16px;
  }
}
#vue-app .nayami .header {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#vue-app .nayami .header > .leads {
  color: #333;
  font-weight: 700;
  text-align: center;
  line-height: 5rem;
}
#vue-app .nayami .header > .leads > h1 {
  font-size: 4rem;
  margin-bottom: 12px;
  line-height: 1.2;
}
#vue-app .nayami .header > .leads > h1 > strong {
  font-size: 8rem;
  line-height: 1;
}
#vue-app .nayami .header > .leads > h1 > strong > span {
  font-size: 4rem;
}
#vue-app .nayami .header > .model {
  width: 100%;
  text-align: center;
}
#vue-app .nayami .header > .model > .picture {
  width: 50%;
  max-width: 300px;
}
#vue-app .nayami .header > .model > .icon {
  margin: -140px 0 0 -40px;
  width: 10%;
  max-width: 65px;
}
#vue-app .nayami .header > .points {
  width: 90%;
  max-width: 860px;
  background-color: #fff;
  border-radius: 15px;
  border: 3px solid #e4d4cb;
  font-size: min(max(8px, 2vw), 16px);
}
#vue-app .nayami .header > .points > div {
  width: fit-content;
  margin: 0 auto;
}
#vue-app .nayami .header > .points > div > p {
  font-size: 2em;
  font-weight: 700;
  margin: 10px auto;
}
#vue-app .nayami .header > .points > div > p > img {
  height: 1.5em;
  margin-right: 1em;
}
#vue-app .nayami .title {
  width: 100%;
  font-weight: 800;
  text-align: center;
  line-height: 4.5em;
  margin: 4em auto;
}
#vue-app .nayami .title > h1 {
  font-size: 2.5em;
  line-height: 1.2;
}
#vue-app .nayami .title > h1 > strong {
  font-size: 2em;
  line-height: 1.2;
}
#vue-app .nayami .body {
  width: 860px;
  background-color: #0098d6;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  margin: 16px auto 48px auto;
  padding-bottom: 32px;
}
@media screen and (max-width: 991px) {
  #vue-app .nayami .body {
    width: 90%;
    margin: 16px auto;
  }
}
#vue-app .nayami .body > .triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #fff transparent transparent transparent;
  transform: rotate(0deg);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #vue-app .nayami .body > .triangle {
    border-width: 30px 30px 0 30px;
  }
}
#vue-app .nayami .body > .leads {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  #vue-app .nayami .body > .leads {
    font-size: 12px;
  }
}
#vue-app .nayami .body > .leads > h1 {
  font-size: 1.5em;
  font-weight: 600;
}
#vue-app .nayami .body > .leads > h1 > p {
  margin-bottom: -3.5em;
}
#vue-app .nayami .body > .leads > h1 > span {
  font-size: 1.5em;
  font-weight: 700;
}
#vue-app .nayami .body > .leads > h1 > strong {
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2;
}
#vue-app .nayami .body > .leads > h1 > strong > ruby {
  text-decoration: solid underline #2caee3 10px;
}
#vue-app .nayami .body > .leads > h1 > strong > ruby > rt {
  font-size: 0.8em;
}
#vue-app .nayami .body > .leads > h1 > strong > span {
  font-size: 0.5em;
}
#vue-app .nayami .body > .checks {
  width: 520px;
  margin: 10px auto;
  text-align: start;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #vue-app .nayami .body > .checks {
    width: 90%;
    font-size: 9px;
  }
}
#vue-app .nayami .body > .checks > p {
  background-color: #fff;
  padding: 10px 25px;
  margin: 10px auto;
  color: #2a3d78;
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #vue-app .nayami .body > .checks > p {
    padding: 8px 20px;
  }
}
#vue-app .nayami .body > .checks > p > img {
  height: 0.8em;
  margin-right: 0.5em;
}
#vue-app .nayami .body > .checks > .model {
  width: 255px;
}
@media screen and (max-width: 767px) {
  #vue-app .nayami .body > .checks > .model {
    width: 48%;
  }
}
#vue-app .nayami .body > .checks > .model_female {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #vue-app .nayami .body > .checks > .model_female {
    margin-right: 4%;
  }
}
#vue-app .nayami .body > .divider {
  width: 580px;
  height: 2px;
  background-color: #fff;
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  #vue-app .nayami .body > .divider {
    width: 93%;
    margin: 35px auto;
  }
}
#vue-app .nayami .body > .merits {
  width: 530px;
  margin: 0 auto;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #vue-app .nayami .body > .merits {
    width: 90%;
    font-size: 9px;
  }
}
#vue-app .nayami .body > .merits > h1 {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
  margin-top: -10px;
}
#vue-app .nayami .body > .merits > h1 > strong {
  font-size: 1.5em;
  font-weight: 700;
  text-decoration: solid underline #2caee3 10px;
}
#vue-app .nayami .body > .merits > .article {
  font-size: 1.5em;
  text-align: start;
  margin: 20px auto;
}
#vue-app .nayami .body > .graph {
  display: flex;
  align-items: center;
  width: 520px;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  margin: 0 auto;
  color: #000;
}
@media screen and (max-width: 767px) {
  #vue-app .nayami .body > .graph {
    width: 90%;
  }
}
#vue-app .nayami .body > .graph > img {
  width: 200px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #vue-app .nayami .body > .graph > img {
    width: 35%;
    margin-right: 10px;
  }
}
#vue-app .nayami .body > .graph > .article {
  text-align: start;
  font-weight: 500;
}
#vue-app .nayami .body > .graph > .article > span {
  font-size: 2.4rem;
  line-height: 20px;
}

#vue-app .feature {
  background-color: #b8e5f8;
  background-image: linear-gradient(to right, #faeae0, #faeae0), linear-gradient(180deg, rgba(184, 228, 247, 0) 10%, rgb(184, 228, 247) 30%), url(../images/lp/image/pattern_header.webp);
  background-size: 100% 20px, 100% auto, 100% auto;
  background-position-y: auto, 25%, auto;
  background-repeat: no-repeat;
  width: 100%;
}
@media screen and (max-width: 991px) {
  #vue-app .feature {
    background-image: linear-gradient(to right, #faeae0, #faeae0), linear-gradient(180deg, rgba(184, 228, 247, 0) 5%, rgb(184, 228, 247) 10%), url(../images/lp/image/pattern_header.webp);
    background-size: 100% 15px, 100% auto, 100% auto;
  }
}
#vue-app .feature .body {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-bottom: 16px;
  margin: 0 auto;
}
#vue-app .feature .model {
  width: 240px;
  margin-bottom: -80px;
}
@media screen and (max-width: 575px) {
  #vue-app .feature .model {
    width: 50%;
    margin-bottom: -112px;
  }
}
#vue-app .feature .leads {
  color: #0098d6;
  margin: auto 50px;
  font-size: 16px;
}
#vue-app .feature .leads > h1 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
}
#vue-app .feature .leads > h1 > strong {
  font-size: 2.7em;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #vue-app .feature .leads {
    width: 30%;
    margin: auto 20px;
    font-size: 10px;
  }
}
#vue-app .feature .cardlist {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #vue-app .feature .cardlist {
    margin-bottom: 8px;
  }
}
#vue-app .feature .cardlist > .card {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-flow: row wrap;
  width: 460px;
  margin: 16px;
}
@media screen and (max-width: 767px) {
  #vue-app .feature .cardlist > .card {
    width: 90%;
    margin: 10px;
  }
}
#vue-app .feature .cardlist > .card .title p {
  line-height: 1.2;
}
#vue-app .feature .cardlist > .card > .number {
  background-color: #0098d6;
  background-image: linear-gradient(150deg, #0098d6 50%, #fff 50%);
  background-size: 110% 40px;
  background-position-y: 100%;
  background-repeat: no-repeat;
  width: 60px;
  height: 120px;
  color: #fff;
  font-family: "Barlow Semi Condensed";
  font-size: 6.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 8rem;
  margin: -10px 0 0 25px;
}
#vue-app .feature .cardlist > .card > .title {
  width: 300px;
  color: #0098d6;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2em;
  margin: 25px 0 50px 35px;
}
@media screen and (max-width: 767px) {
  #vue-app .feature .cardlist > .card > .title {
    width: 65%;
    font-size: 1.5em;
    margin: 10px 0 25px 15px;
  }
}
#vue-app .feature .cardlist > .card > .title > .p2_1 {
  color: #333;
}
#vue-app .feature .cardlist > .card > .title > .p2_1 > img {
  height: 1.2em;
}
#vue-app .feature .cardlist > .card > .title > .p3_1 {
  font-size: 0.9em;
}
#vue-app .feature .cardlist > .card > .title > .p2_2 {
  font-size: 2em;
}
#vue-app .feature .cardlist > .card > .title > .p2_2 > span {
  color: #ffbd2d;
}
#vue-app .feature .cardlist > .card > .title > .p3_2 {
  font-size: 1.7em;
}
#vue-app .feature .cardlist > .card > .title > .p1_3 {
  font-size: 1.6em;
}
#vue-app .feature .cardlist > .card > .title > .p2_3 {
  font-size: 0.9em;
}
#vue-app .feature .cardlist > .card > .divider {
  width: 460px;
  height: 1px;
  background-color: #0098d6;
}
@media screen and (max-width: 767px) {
  #vue-app .feature .cardlist > .card > .divider {
    width: 100%;
    margin: 0 auto;
  }
}
#vue-app .feature .cardlist > .card > .article {
  width: 100%;
  text-align: center;
  padding: 1em;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  #vue-app .feature .cardlist > .card > .article {
    font-size: 1em;
  }
}
#vue-app .feature .cardlist > .card > .article > .catch {
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: -1em;
}
#vue-app .feature .cardlist > .card > .article > .price {
  color: #d6005b;
  font-family: "Barlow Semi Condensed";
  font-size: 3em;
  font-weight: 700;
}
#vue-app .feature .cardlist > .card > .article > .table {
  margin: 1em auto;
}
#vue-app .feature .cardlist > .card > .article > .review {
  text-align: start;
}
#vue-app .feature .cardlist > .card > .article > .review > .profile {
  font-size: 2em;
  color: #ffbd2d;
  margin: 0.5em auto;
}
#vue-app .feature .cardlist > .card > .article > .review > .profile > img {
  height: 3em;
  margin-right: 0.5em;
}
#vue-app .feature .cardlist > .card > .article > .review > .typo {
  margin-bottom: 1em;
}
#vue-app .feature .cardlist > .card > .article > .pointpills {
  display: flex;
  flex-flow: row wrap;
  text-align: start;
  margin-bottom: 1em;
}
#vue-app .feature .cardlist > .card > .article > .pointpills > .pill {
  background-color: #2a3d78;
  border-radius: 30px;
  width: 120px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  color: #fff;
  font-family: "Barlow Semi Condensed";
  font-size: 2em;
  font-weight: 700;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 767px) {
  #vue-app .feature .cardlist > .card > .article > .pointpills > .pill {
    margin: 15px 3px;
    font-size: 1.6em;
    width: 80px;
    height: 30px;
  }
}
#vue-app .feature .cardlist > .card > .article > .pointpills > .title {
  font-size: 2em;
  font-weight: 700;
  color: #0098d6;
  margin-left: 10px;
}
#vue-app .feature .cardlist > .card > .article > .divider {
  background-color: #ccc;
  width: 400px;
  height: 1px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #vue-app .feature .cardlist > .card > .article > .divider {
    width: 95%;
    margin: 0 auto;
  }
}
#vue-app .feature .cardlist > .card > .article > .disclaimer {
  font-size: 1.2rem;
  text-align: start;
}

#vue-app .service {
  background-color: #0098d6;
  background-image: linear-gradient(180deg, rgba(0, 153, 214, 0) 10%, rgb(0, 153, 214) 30%), url(../images/lp/image/pattern_header.webp);
  background-size: 100% auto, 100% auto;
  background-position-y: 25%, auto;
  background-repeat: no-repeat;
  width: 100%;
}
#vue-app .service .body {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #vue-app .service .body {
    background-image: linear-gradient(180deg, rgba(0, 153, 214, 0) 1%, rgb(0, 153, 214) 5%), url(../images/lp/image/pattern_header.webp);
  }
}
#vue-app .service .body > .header {
  width: 100%;
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: center;
  align-items: center;
  margin: 16px auto -16px auto;
}
@media screen and (max-width: 767px) {
  #vue-app .service .body > .header {
    margin: 16px auto -32px auto;
  }
}
#vue-app .service .body > .header > .leads {
  position: relative;
  color: #fff;
  margin: 0 -110px 0 0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #vue-app .service .body > .header > .leads {
    font-size: 11px;
    margin: 0 -100px 0 10px;
  }
}
#vue-app .service .body > .header > .leads > h1 {
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2;
}
#vue-app .service .body > .header > .leads > h1 > small {
  font-size: 0.7em;
}
#vue-app .service .body > .header > .leads > h2 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
}
#vue-app .service .body > .header > .leads > p {
  font-size: 1.2em;
  margin-top: 1em;
}
#vue-app .service .body > .header > .model > img {
  width: 260px;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  #vue-app .service .body > .header > .model > img {
    width: 170px;
  }
}
#vue-app .service .cardlist {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  #vue-app .service .cardlist {
    margin: 16px auto;
  }
}
#vue-app .service .cardlist > .card {
  background-color: #fff;
  border-radius: 10px;
  width: 460px;
  margin: 16px;
  padding: 32px;
}
@media screen and (max-width: 991px) {
  #vue-app .service .cardlist > .card {
    width: calc(50% - 32px);
    margin: 16px;
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  #vue-app .service .cardlist > .card {
    width: 100%;
  }
}
#vue-app .service .cardlist > .card_wide {
  width: 952px;
}
@media screen and (max-width: 991px) {
  #vue-app .service .cardlist > .card_wide {
    width: 100%;
    margin: 16px;
  }
}
#vue-app .service .cardlist > .card > .title {
  color: #0098d6;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  #vue-app .service .cardlist > .card > .title {
    font-size: 2.4rem;
  }
}
#vue-app .service .cardlist > .card > .title > h1 > strong {
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.2;
}
#vue-app .service .cardlist > .card > .title > .detail {
  color: #000;
  font-size: 0.7em;
  line-height: 1.2;
  margin: 1em auto;
}
#vue-app .service .cardlist > .card .point {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
}
#vue-app .service .cardlist > .card .point > .model {
  background-color: #fff;
  background-image: url(../images/lp/image/pattern_gif.webp), linear-gradient(155deg, rgba(219, 244, 255, 0) 35%, rgb(219, 244, 255) 20%);
  background-size: 95% auto, 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 16px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  #vue-app .service .cardlist > .card .point > .model {
    margin: 16px auto;
  }
}
@media screen and (max-width: 767px) {
  #vue-app .service .cardlist > .card .point > .model {
    font-size: 12px;
  }
}
#vue-app .service .cardlist > .card .point > .model > img {
  width: 50vw;
  max-width: 200px;
  height: 70vw;
  max-height: 270px;
  margin: 0 25%;
}
#vue-app .service .cardlist > .card .point > .model > p.divider {
  color: #0098d6;
  font-size: 2.4rem;
  font-weight: 700;
}
#vue-app .service .cardlist > .card .point > .model > div.divider {
  background-color: #0098d6;
  width: 60%;
  max-width: 240px;
  height: 2px;
  margin: 1.2em auto;
}
#vue-app .service .cardlist > .card .point > .model > p {
  font-size: 1.6rem;
  margin: 10px 25px;
  line-height: 1.6rem;
}
@media screen and (max-width: 767px) {
  #vue-app .service .cardlist > .card .point > .model > p {
    font-size: 1.4rem;
    margin: 5px 0 5px 10px;
  }
}
#vue-app .service .cardlist > .card .point > .model > p > span {
  color: #0098d6;
  font-size: 0.5em;
  padding: 1em;
}
#vue-app .service .cardlist > .card .campaign {
  background-color: #0098d6;
  background-image: url(../images/lp/image/pattern_header.webp);
  background-size: 150% auto;
  background-position-y: 25%;
  background-repeat: no-repeat;
  border-radius: 10px 10px 0 0;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  padding: 16px;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  #vue-app .service .cardlist > .card .campaign {
    background-size: auto 100%;
    font-size: 13px;
  }
}
#vue-app .service .cardlist > .card .campaign > img {
  width: calc(50% - 1.5em);
  margin: 1em auto;
}
#vue-app .service .cardlist > .card .campaign > .price {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
}
#vue-app .service .cardlist > .card .campaign > .price > .lead {
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}
#vue-app .service .cardlist > .card .campaign > .price > .pricetag {
  color: #d6005b;
  font-family: "Barlow Semi Condensed";
  font-size: 3.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -10px auto;
}
#vue-app .service .cardlist > .card .campaign > .price > .pricetag > span {
  color: rgba(214, 0, 93, 0.4784313725);
  font-size: 0.5em;
  text-decoration: line-through;
}
#vue-app .service .cardlist > .card .campaignlist {
  background-color: #ddf5ff;
  background-image: none;
  border-radius: 0 0 10px 10px;
  width: 100%;
  flex-flow: row wrap;
}
#vue-app .service .cardlist > .card .campaignlist > .list {
  background-color: #fff;
  border-left: 10px solid #0098d6;
  border-radius: 10px;
  width: 100%;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 16px;
  margin: 16px auto;
}
#vue-app .service .cardlist > .card .campaignlist > .list > .title {
  width: 100%;
  font-size: 1.3em;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  #vue-app .service .cardlist > .card .campaignlist > .list > .title {
    font-size: 1em;
  }
}
#vue-app .service .cardlist > .card .campaignlist > .list > .title > span {
  font-size: 0.7em;
  font-weight: 400;
  margin-left: 1em;
}
#vue-app .service .cardlist > .card .campaignlist > .list > .pricetag {
  color: #d6005b;
  font-family: "Barlow Semi Condensed";
  font-size: 3em;
  text-align: right;
  margin: -15px auto;
}
#vue-app .service .cardlist > .card .campaignlist > .list > .pricetag > span {
  font-size: 0.6em;
}
#vue-app .service .cardlist > .card .compare {
  background-color: #0098d6;
  background-image: url(../images/lp/image/pattern_header.webp);
  background-size: 150% auto;
  background-position-y: 25%;
  background-repeat: no-repeat;
  border-radius: 10px;
  width: 100%;
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  padding: 1em;
}
#vue-app .service .cardlist > .card .compare > .before {
  width: 40%;
  margin: 1em auto;
}
#vue-app .service .cardlist > .card .compare > .after {
  width: 45%;
  margin: 1em auto;
}
#vue-app .service .cardlist > .card .warning {
  width: 100%;
}
#vue-app .service .cardlist > .card .warning > .title {
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 1em;
}
#vue-app .service .cardlist > .card .warning > .divider {
  background-color: #a1a1a1;
  width: 100%;
  height: 1px;
  margin: 1rem auto;
}
#vue-app .service .cardlist > .card .warning > .ng {
  width: fit-content;
  font-size: 0.8em;
  margin: 1rem auto;
}
@media screen and (max-width: 991px) {
  #vue-app .service .cardlist > .card .warning > .ng {
    font-size: 0.7em;
  }
}
#vue-app .service .cardlist > .card .warning > ul {
  width: 91%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #vue-app .service .cardlist > .card .warning > ul {
    width: 95%;
    font-size: 0.9em;
    margin: 0 1em;
  }
}
#vue-app .service .cardlist > .card .warning > ul > li {
  list-style-type: circle;
}
#vue-app .service .cardlist > .card .warning > .syukatsu {
  border-radius: 10px;
  border: 1px solid black;
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 1em;
}
@media screen and (max-width: 991px) {
  #vue-app .service .cardlist > .card .warning > .syukatsu {
    font-size: 0.9em;
  }
}
#vue-app .service .cardlist > .card .servicelist {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#vue-app .service .cardlist > .card .servicelist .servicebox {
  background-color: #0098d6;
  border-radius: 10px;
  width: calc(50% - 2em);
  color: #fff;
  margin: 1em;
}
@media screen and (max-width: 767px) {
  #vue-app .service .cardlist > .card .servicelist .servicebox {
    width: 100%;
    margin: 1rem 0;
  }
}
#vue-app .service .cardlist > .card .servicelist .servicebox > .title {
  font-size: 1.6em;
  font-weight: 700;
  margin: 0.5rem 1rem;
}
@media screen and (max-width: 767px) {
  #vue-app .service .cardlist > .card .servicelist .servicebox > .title {
    width: 100%;
    font-size: 1.3em;
    margin: 0.5rem 1em;
  }
}
#vue-app .service .cardlist > .card .servicelist .servicebox > .container {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  border: 3px solid #0098d6;
  color: #000;
  width: 100%;
  padding: 1em;
}
#vue-app .service .cardlist > .card .servicelist .servicebox > .container > img {
  width: 100%;
}
#vue-app .service .cardlist > .card .servicelist .servicebox > .container > p {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #vue-app .service .cardlist > .card .servicelist .servicebox > .container > p {
    font-size: 0.8em;
  }
}
#vue-app .service .cardlist > .card > .article {
  margin: 1em;
  font-size: 1.1em;
  line-height: 1.8em;
}
#vue-app .service .btn {
  margin: 0 8px 16px 8px;
}
@media screen and (max-width: 767px) {
  #vue-app .service .btn {
    margin: 5px auto;
  }
}

#vue-app .flow {
  background-image: url(../images/lp/image/bg_lp6.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
@media screen and (max-width: 575px) {
  #vue-app .flow {
    font-size: 10px;
  }
}
@media screen and (max-width: 991px) {
  #vue-app .flow {
    background-size: auto 100%;
  }
}
#vue-app .flow .body {
  padding-bottom: 32px;
}
#vue-app .flow .body .title {
  font-size: 6.4rem;
  font-weight: 700;
  color: #2a3d78;
  text-align: center;
  margin: 0 auto 50px auto;
  padding-top: 50px;
}
#vue-app .flow .body .title > span {
  font-size: 0.9em;
}
#vue-app .flow .body .step {
  background-color: rgba(255, 255, 255, 0.75);
  width: 100%;
  max-width: 860px;
  height: 250px;
  padding: 16px;
  margin: 16px auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 575px) {
  #vue-app .flow .body .step {
    height: 160px;
  }
}
#vue-app .flow .body .step .box {
  width: 50%;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  #vue-app .flow .body .step .box {
    width: 60%;
  }
}
#vue-app .flow .body .step .number {
  background-color: #2a3d78;
  width: 60px;
  height: 60px;
  color: #fff;
  font-family: "Barlow Semi Condensed";
  font-size: 4.8rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
  margin: 10px 10px 10px 0;
}
@media screen and (max-width: 575px) {
  #vue-app .flow .body .step .number {
    width: 30px;
    height: 30px;
    font-size: 2.5rem;
    padding-bottom: 3px;
  }
}
#vue-app .flow .body .step .name {
  color: #2a3d78;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  #vue-app .flow .body .step .name {
    font-size: 2.5em;
    line-height: 1.9em;
  }
}
#vue-app .flow .body .step .detail {
  width: 100%;
  font-size: 2.4rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #vue-app .flow .body .step .detail {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}
#vue-app .flow .body .step .image {
  width: 30%;
  text-align: end;
}
#vue-app .flow .body .step .image img {
  width: 80%;
}
@media screen and (max-width: 575px) {
  #vue-app .flow .body .step .image img {
    width: 90%;
  }
}
#vue-app .flow .body .triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 30px 20px 0 20px;
  border-color: rgba(255, 255, 255, 0.75) transparent transparent transparent;
  transform: rotate(0deg);
  margin: -16px auto 32px auto;
}
@media screen and (max-width: 767px) {
  #vue-app .flow .body .triangle {
    border-width: 30px 30px 0 30px;
  }
}

#vue-app .merit {
  background-color: #0098d6;
  background-image: url(../images/lp/image/pattern_header.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 32px;
}
#vue-app .merit .wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#vue-app .merit .header {
  width: fit-content;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 -280px -140px 0;
}
@media screen and (max-width: 991px) {
  #vue-app .merit .header {
    margin: 0 auto -80px auto;
  }
}
#vue-app .merit .header .title {
  position: relative;
  color: #fff;
  text-align: center;
  margin: -150px 20px 0 0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #vue-app .merit .header .title {
    font-size: 1rem;
    margin: -90px 0 0 20px;
  }
}
#vue-app .merit .header .title > h1 {
  font-size: 2.5em;
  font-weight: 700;
  margin: 0 auto;
  line-height: 1.2;
}
#vue-app .merit .header .title > h1 > strong {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2;
}
#vue-app .merit .header .model > img {
  width: 260px;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  #vue-app .merit .header .model > img {
    width: 200px;
    margin: 0 auto 0 -1em;
  }
}
#vue-app .merit .body {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}
#vue-app .merit .body .card {
  background-color: #fff;
  border-radius: 10px;
  width: calc(33.3333333333% - 20px);
  position: relative;
  margin: 0 10px;
}
@media screen and (max-width: 991px) {
  #vue-app .merit .body .card {
    width: 100%;
    max-width: 607px;
    margin: 2vw 4vw;
  }
}
#vue-app .merit .body .card .descript {
  padding: 16px;
}
#vue-app .merit .body .card .descript .summary {
  color: #0098d6;
  font-size: 2.4rem;
  font-weight: 700;
}
#vue-app .merit .body .card .descript .detail {
  font-size: 1.3rem;
  margin-top: 1.3rem;
}
#vue-app .merit .body .card .photo img {
  border-radius: 0 0 10px 10px;
}

#vue-app .qna {
  width: 100%;
}
#vue-app .qna .title {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
  margin: 20px auto 30px auto;
}
@media screen and (max-width: 767px) {
  #vue-app .qna .title {
    font-size: 4.8rem;
  }
}
#vue-app .qna .body {
  background-color: #fff;
  border-radius: 10px;
  width: calc(100% - 32px);
  max-width: 952px;
  margin: 16px auto;
  padding: 16px;
}
#vue-app .qna .body .wrapper {
  width: 100%;
}
#vue-app .qna .body .article {
  font-size: 1.9rem;
  width: 100%;
  height: fit-content;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  #vue-app .qna .body .article {
    font-size: 1.6rem;
  }
}
#vue-app .qna .body .article .question {
  font-weight: 700;
  display: flex;
  margin-bottom: 1em;
}
#vue-app .qna .body .article .question > span {
  color: #0098d6;
  margin-right: 1em;
}
#vue-app .qna .body .article .answer {
  display: flex;
}
#vue-app .qna .body .article .answer > span {
  color: #d6005b;
  font-weight: 700;
  margin-right: 1em;
}
#vue-app .qna .body .article .answer .additional_info {
  margin-top: 1em;
}
#vue-app .qna .body .article .answer .additional_info > span {
  font-weight: 700;
}
#vue-app .qna .body .article .divider {
  background-color: #a1a1a1;
  width: 100%;
  height: 2px;
  margin: 1em auto -1em auto;
}
#vue-app .qna .button {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 32px auto;
}
#vue-app .qna .button .btn {
  margin: auto 8px;
}
@media screen and (max-width: 991px) {
  #vue-app .qna .button .btn {
    margin: 5px auto;
  }
}

#vue-app .access {
  background-color: #fff;
  width: 100%;
  padding: 16px;
}
#vue-app .access .title {
  font-weight: 700;
  line-height: 3em;
  text-align: center;
  margin: 64px auto 32px auto;
}
@media screen and (max-width: 767px) {
  #vue-app .access .title {
    margin: 32px auto;
  }
}
#vue-app .access .title > h1 {
  font-size: 6.4rem;
}
@media screen and (max-width: 767px) {
  #vue-app .access .title > h1 {
    font-size: 4.8rem;
  }
}
#vue-app .access .title > h2 {
  font-size: 2.4rem;
}
#vue-app .access .body {
  width: 100%;
}
#vue-app .access .body .map {
  margin: auto -16px;
}
#vue-app .access .body .map .lead {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
#vue-app .access .body .map .lead > span {
  font-size: 1.4em;
}
#vue-app .access .body .map iframe {
  margin: 32px auto;
}
@media screen and (max-width: 767px) {
  #vue-app .access .body .map iframe {
    height: 300px;
  }
}
#vue-app .access .body .map .button {
  border: solid 2px #333;
  border-radius: 60px;
  font-size: 3.2rem;
  width: 420px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 6px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #vue-app .access .body .map .button {
    width: 300px;
    height: 60px;
  }
}
#vue-app .access .body .map .address {
  width: fit-content;
  font-size: 1.7rem;
  margin: 16px auto;
}
#vue-app .access .body .divider {
  background-color: #a1a1a1;
  width: 40%;
  height: 2px;
  margin: 16px auto;
}
#vue-app .access .body .detail {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 48px auto;
  width: 100%;
}
#vue-app .access .body .detail .navi {
  width: 100%;
  max-width: 460px;
  text-align: center;
  margin: auto 16px;
}
@media screen and (max-width: 767px) {
  #vue-app .access .body .detail .navi {
    margin: 0 12px 12px 12px;
  }
}
#vue-app .access .body .detail .navi > p {
  font-size: 1.7rem;
  font-weight: 700;
}
#vue-app .access .body .detail .navi > ul {
  border: solid 3px #ccc;
  border-radius: 10px;
  text-align: start;
  line-height: 1.6em;
  padding: 16px;
  margin: 10px auto;
}
#vue-app .access .body .detail .navi > ul > li {
  list-style-type: circle;
  margin-left: 48px;
}
@media screen and (max-width: 767px) {
  #vue-app .access .body .detail .navi > ul > li {
    margin-left: 16px;
  }
}
#vue-app .access .body .detail .navi > span {
  font-weight: 700;
}
#vue-app .access .body .detail .photo {
  width: 100%;
  max-width: 460px;
  margin: auto 16px;
}
#vue-app .access .body .detail .photo > img {
  border-radius: 10px;
}
#vue-app .access .body .wrapper {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 32px auto;
}
#vue-app .access .body .wrapper .btn {
  margin: auto 8px;
}
@media screen and (max-width: 991px) {
  #vue-app .access .body .wrapper .btn {
    margin: 5px auto;
  }
}
#vue-app .access .body .contact {
  font-size: 1.4rem;
  width: fit-content;
  font-weight: 700;
  margin: 0 auto 26px auto;
}

#vue-app .blog-article {
  background-image: linear-gradient(180deg, rgba(250, 234, 224, 0) 20%, rgb(250, 234, 224) 35%), url(../images/lp/image/pattern_body.webp);
  background-size: 100% auto, 100% auto;
  background-position-y: 25%, auto;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 3rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #vue-app .blog-article {
    background-image: linear-gradient(180deg, rgba(250, 234, 224, 0) 5%, rgb(250, 234, 224) 20%), url(../images/lp/image/pattern_body.webp);
    font-size: 1rem;
    padding-top: 3rem;
  }
}
#vue-app .blog-article .title {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 180%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #vue-app .blog-article .title {
    font-size: 4.8rem;
  }
}
#vue-app .blog-article__container {
  max-width: 1200px;
  margin: 0 auto;
}
#vue-app .blog-article .article-box {
  background-color: #fff;
  border-radius: 1rem;
  border: 0.2rem solid #e4d4cb;
  padding: 3rem;
  margin: 3rem 2rem;
}
@media screen and (max-width: 767px) {
  #vue-app .blog-article .article-box {
    padding: 2.6666666667vw;
  }
}
#vue-app .blog-article .article-box__title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 180%;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  #vue-app .blog-article .article-box__title {
    font-size: 6.4vw;
  }
}
#vue-app .blog-article .-popular {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgb(255, 255, 255) 35%), url(../images/lp/image/pattern_body.webp);
  background-size: cover, 100% auto;
  background-position-y: 25%, auto;
  background-repeat: no-repeat;
}
#vue-app .blog-article .btn__small {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #vue-app .blog-article .btn__small {
    margin-bottom: 10.6666666667vw;
  }
}

#vue-app .submenu-list {
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 5.5rem;
  padding: 0 2rem;
  margin: 0 auto;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #vue-app .submenu-list {
    grid-template-columns: 1fr;
    row-gap: 3rem;
    margin-bottom: 16vw;
  }
}
#vue-app .blog-submenu {
  max-width: 35rem;
  background-color: #fff;
  border-radius: 1rem;
  border: 0.2rem solid #e4d4cb;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  #vue-app .blog-submenu {
    max-width: 100%;
  }
}
#vue-app .blog-submenu__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 180%;
  margin-top: -0.5rem;
  margin-bottom: 1.5rem;
}
#vue-app .category-list .category-item {
  border-bottom: 0.1rem solid rgba(51, 51, 51, 0.1019607843);
  text-indent: -1rem;
  padding: 0.7rem 0 1.2rem 0;
  margin: 0 1rem;
}
#vue-app .category-list .category-item > a {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 180%;
  margin-left: 1rem;
}
#vue-app .category-list .category-item:first-child {
  padding-top: 0;
}
#vue-app .category-list .category-item:last-child {
  border: none;
  padding-bottom: 0;
}
#vue-app .keyword-list {
  display: flex;
  flex-flow: row wrap;
  gap: 1.7rem;
}
#vue-app .keyword-list .keyword-item {
  width: fit-content;
  height: fit-content;
  background: #e2f5fc;
  border-radius: 8px;
  padding: 0 1rem 0.2rem;
}
#vue-app .keyword-list .keyword-item__tag {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 180%;
}

#vue-app .article-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 2rem;
  row-gap: 3rem;
}
@media screen and (max-width: 767px) {
  #vue-app .article-list {
    grid-template-columns: 1fr;
  }
}
#vue-app .article-item {
  background-color: #fff;
  border-radius: 1rem;
  max-width: 100%;
  overflow: hidden;
}
#vue-app .article-item__image {
  border-radius: 1rem;
  overflow: hidden;
}
#vue-app .article-item__image > img {
  width: 100%;
}
#vue-app .article-item__text {
  margin-top: 1rem;
}
#vue-app .article-text__category {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  #vue-app .article-text__category {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}
#vue-app .article-text__title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 140%;
  margin: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  #vue-app .article-text__title {
    font-size: 5.3333333333vw;
    margin: 1.3333333333vw 0 0;
  }
}
#vue-app .article-text__capsule {
  width: fit-content;
  display: flex;
  flex-direction: row;
  font-size: 1.2rem;
  font-weight: 400;
  color: #0095d5;
  line-height: 1.8rem;
}
@media screen and (max-width: 767px) {
  #vue-app .article-text__capsule {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}
#vue-app .article-text__capsule .article-capsule {
  background-color: #e2f5fc;
  border-radius: 1rem;
  padding: 0.1rem 0.5rem;
  margin: 0.5rem 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  #vue-app .article-text__capsule .article-capsule {
    padding: 0.1333333333vw 1.3333333333vw;
    margin: 4vw 2vw 0 0;
  }
}

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