@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lateef:wght@200;300;400;500;600;700;800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*! 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;
}

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  word-break: break-all;
  scroll-padding-top: 6rem;
  font-size: 10px;
}
@media (max-width: 750px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 751px) {
  html {
    font-size: 20px;
  }
}
html * {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #333;
  background: #dfeeed;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
picture {
  display: block;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

#container {
  padding-top: 6rem;
  max-width: 750px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  max-width: 750px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: -20px 0 20px -15px rgba(0, 0, 0, 0.3), 20px 0 20px -15px rgba(0, 0, 0, 0.3);
}

.all_svg {
  display: none;
}

.inner {
  padding: 0 2rem;
}

.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 100;
  display: flex;
  padding: 0 2rem;
  background-color: #fff;
  height: 6rem;
  width: 37.5rem;
  align-items: center;
}
.header-logo {
  width: 20.5rem;
}

.last-view {
  position: relative;
}

.lv-lead {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 2rem;
  width: 100%;
}
.lv-lead span {
  font-size: 2.8rem;
  font-weight: 900;
}

.lv-text01 {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 1.2rem;
}

.lv-cta-lead {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: 2.6rem;
}

.footer {
  background: #EAF2F4;
  padding: 3.1rem 0 1.8rem;
  text-align: center;
}

.footer-title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: 3.3rem;
  line-height: 1.2;
}
.footer-title span {
  font-weight: 500;
  font-size: 1.8rem;
}

.qr {
  width: 13.2rem;
  margin: 0 auto;
}

.line-url {
  text-align: center;
  font-size: 2rem;
  margin: 0 auto;
}

.footer-text {
  font-size: 1.6rem;
  text-align: center;
  margin: 2.3rem 0;
}

.footer-contact {
  font-size: 1.2rem;
  text-align: center;
}
.footer-contact a {
  border-bottom: 1px solid #333;
}

.footer-logo {
  width: 15rem;
  margin: 0 auto;
  margin-top: 2rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fv {
  position: relative;
  padding-bottom: 4rem;
}

.fv-lead {
  position: absolute;
  text-align: center;
  top: 2rem;
  text-align: center;
  width: 100%;
}
.fv-lead01 {
  font-size: 1.1rem;
  font-weight: 400;
  display: block;
}
.fv-lead02 {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
}
.fv-lead03 {
  font-size: 2rem;
  font-weight: 700;
  display: block;
}
.fv-lead04 {
  font-size: 2.6rem;
  font-weight: 700;
  display: block;
}

.fv-lists {
  display: flex;
  justify-content: center;
  gap: 2.2rem;
}

.fv-list {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 9.7rem;
  height: 9.7rem;
  background: linear-gradient(to bottom, #d3ebef 0%, rgba(243, 248, 250, 0.04) 100%);
  border-radius: 50%;
  margin-block: 1.2rem 0.6rem;
}

.fv-list01-01 {
  font-size: 1.5rem;
}

.fv-list01-02 {
  font-size: 1.2rem;
}

.fv-list02-01 {
  font-size: 1.2rem;
}
.fv-list02-01 span {
  font-size: 1.6rem;
}

.fv-list03-01 {
  font-size: 1.6rem;
}

.fv-items {
  display: flex;
  justify-content: center;
}

.fv-item {
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.fv-item .fv-item01-img {
  width: 4.1rem;
}
.fv-item .fv-item02-img {
  width: 3.7rem;
}
.fv-item .fv-item-text {
  font-size: 1.2rem;
  text-align: center;
}
.fv-item .fv-item-text span {
  font-size: 1.6rem;
  font-weight: 700;
}

.fv-item01 {
  padding-right: 1.5rem;
  border-right: #333 1px solid;
  border-bottom: #333 1px solid;
  padding-bottom: 1.7rem;
}

.fv-item02 {
  padding-left: 1.5rem;
  border-bottom: #333 1px solid;
  padding-bottom: 1.7rem;
}

.fv-link {
  margin-block: 2rem 3.3rem;
  padding: 2rem;
}

.fv-service-link {
  display: flex;
  padding-inline: 2rem;
  justify-content: space-around;
  align-items: center;
}

a {
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

.sec01 {
  background-color: #f5f5f5;
  position: relative;
  padding-top: 2.2rem;
}
.sec01::after {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  background-color: #f5f5f5;
  position: absolute;
  top: 100%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: 4rem;
}

.sec01-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-block: 0 3.5rem;
  letter-spacing: -0.01em;
}

.sec01-lists {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 3.3rem;
  display: grid;
  place-content: center;
}

.sec01-list {
  display: flex;
  gap: 1.9rem;
  align-items: center;
}
.sec01-list-img {
  width: 2.8rem;
}
.sec01-list p {
  font-size: 1.2rem;
  font-weight: 500;
}

.sec01-text01 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 0.8rem;
}

.sec01-text02 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
.sec01-text02 span {
  font-size: 3.1rem;
  letter-spacing: -0.01em;
}

.sec01-2 {
  padding: 6.5rem 0 2.8rem;
}

.sec01-2-text {
  font-size: 1.8rem;
  margin-bottom: 2.1rem;
  text-align: center;
}

.sec02 {
  padding-block: 1.6rem 2rem;
  background-color: #EAF2F4;
}

.sec02-title {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.7rem;
}

.sec02-lists {
  display: flex;
  flex-direction: column;
  row-gap: 2.8rem;
}

.sec02-list {
  background-color: #fff;
  height: 10.5rem;
  display: flex;
  padding-left: 2rem;
  gap: 0;
  align-items: center;
}
.sec02-list .sec02-list-num {
  font-family: "Montserrat", sans-serif;
  font-size: 5.4rem;
  font-weight: 700;
  color: #55909E;
  width: 8.7rem;
}
.sec02-list .sec02-list-text01 {
  font-size: 1.8rem;
  font-weight: 900;
}
.sec02-list .sec02-list-text02 {
  font-size: 1.2rem;
  font-weight: 400;
}

.sec02-text01 {
  font-size: 2rem;
  text-align: center;
  margin-top: 2rem;
}

.sec02-text02 {
  font-size: 5rem;
  text-align: center;
  margin-top: 1.3rem;
  font-weight: 700;
}

.sec02-lists02 {
  display: flex;
  flex-direction: column;
  row-gap: 0.4rem;
  display: grid;
  place-content: center;
  margin-block: 2.1rem 1.3rem;
}
.sec02-lists02 li {
  display: flex;
  column-gap: 0.7rem;
  align-items: center;
}
.sec02-lists02 li .sec02-list02-ck {
  width: 2.4rem;
}

.sec02-under-text01 {
  font-size: 1.2rem;
  text-align: center;
}

.sec02-under-text02 {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: -0.02em;
}

.sec03 {
  padding-block: 2rem 3.2rem;
}

.sell-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 4.5rem;
  margin-bottom: 2.9rem;
}

.part-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
}
.part-title-img {
  width: 1.9rem;
}

.sec03-lists {
  display: flex;
  flex-direction: column;
  row-gap: 2.8rem;
}

.sec03-card {
  background-color: #fff;
  border-radius: 1.7rem;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12);
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
}
.sec03-card::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.6rem;
  right: 0.6rem;
  width: 3.6rem;
  height: 3.6rem;
  background-image: url(./../img/arrow.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.card-tag {
  font-size: 0.9rem;
  background-color: #EAF2F4;
  height: 1.9rem;
  display: inline-block;
  border-radius: 2.8rem;
  padding: 0.2rem 1.2rem;
  margin-bottom: 2.2rem;
  margin-inline: auto;
}

.card-title {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}

.card-sub-title {
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 1.3rem;
}

.card-img {
  margin: 0 auto;
}

.card-price01 {
  font-size: 1.2rem;
  text-align: center;
}
.card-price01 .card-span01 {
  font-size: 0.9rem;
}
.card-price01 .card-span02 {
  font-size: 0.8rem;
}

.card-price02 {
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
}
.card-price02 .card-span03 {
  font-size: 0.9rem;
}
.card-price02 .card-span04 {
  font-size: 1rem;
}

.card-img01 {
  width: 28.3rem;
}

.card-img02 {
  width: 5.6rem;
}

.card-img03 {
  width: 13.8rem;
}

.card-img04 {
  width: 23.4rem;
}

.card-img05 {
  width: 16.6rem;
}

.card-img06 {
  width: 12rem;
}

.card-img07 {
  width: 5.9rem;
}

.sec03-link-02 {
  margin-block: 2.8rem 2.4rem;
}

.sec03-link-03 {
  margin-block: 2.8rem 2.4rem;
}

.sec03-link-04 {
  margin-block: 2.8rem 3.2rem;
}

.sec03-under-list-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.sec03-under-list-title2 {
  font-size: 1.6rem;
  text-align: center;
}

.sec03-under-lists-box {
  display: grid;
  place-content: center;
}

.sec03-under-lists {
  display: flex;
  flex-direction: column;
  row-gap: 1.1rem;
  justify-content: center;
}

.sec03-under-list {
  display: flex;
  font-size: 1.6rem;
  gap: 0.2rem;
}
.sec03-under-list .sec03-under-list-img {
  width: 2.4rem;
}

.sec04 {
  padding-block: 0rem 4.7rem;
}

.sec04-title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
}

.sec04-text01 {
  font-size: 1.6rem;
  margin-bottom: 2.1rem;
  text-align: center;
  white-space: nowrap;
}

.sec04-lists {
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
}

.sec04-list {
  background-color: #fff;
  border-radius: 1.7rem;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12);
  padding-left: 3.5rem;
  height: 12.7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sec04-list-title {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  gap: 0.8rem;
}
.sec04-list-title .sec04-title-img {
  width: 4rem;
}

.sec04-star {
  width: 7.4rem;
  margin-block: 0.4rem 0.8rem;
}

.sec04-text {
  font-size: 1.2rem;
  line-height: 1.5833333333;
}
.sec04-text span {
  font-weight: 700;
}

.sec05 {
  padding-block: 0rem 4.2rem;
}

.sec05-title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
}

.sec05-text {
  font-size: 1.4rem;
  text-align: center;
  white-space: nowrap;
  margin-top: 2.5rem;
}

.sec05-items {
  display: flex;
  flex-direction: column;
  row-gap: 4.2rem;
  margin-top: 2.8rem;
}

.sec05-item-img {
  width: 19.9rem;
  margin: 0 auto;
  margin-block: 0rem 1.2rem;
}

.sec05-item-title {
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.sec05-item-title-img {
  width: 2.4rem;
}

.sec05-item-text {
  font-size: 1.4rem;
  text-align: center;
}

.sec05-item-title-img02 {
  padding-top: 0.4rem;
}

.sec06 {
  padding-block: 0rem 3.4rem;
}

.sec06-title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 4.7rem;
}

.flow-lists {
  display: flex;
  flex-direction: column;
  row-gap: 2.3rem;
  margin-top: 4.7rem;
}

.sec06-list {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 1.7rem;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12);
  padding: 1.2rem 0rem 0rem 1.6rem;
  height: 11.4rem;
  position: relative;
  z-index: 0;
}
.sec06-list::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.8rem;
  background-image: url(./../img/arrow-2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 101%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.sec06-list:last-of-type::after {
  display: none;
}

.sec06-list-title {
  display: flex;
  column-gap: 1.6rem;
}
.sec06-list-title .sec06-tag {
  font-size: 1.2rem;
  font-family: "Lateef", serif;
  background-color: #FF8A3D;
  color: #fff;
  width: 6.2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
}
.sec06-list-title .sec06-title-text {
  font-size: 1.6rem;
  font-weight: 900;
}
.sec06-list-title .sec06-list-img {
  width: 6.1rem;
}

.sec06-list-text {
  font-size: 1.2rem;
  margin-top: 1rem;
  line-height: 1.4;
}/*# sourceMappingURL=style.css.map */