@charset "UTF-8";
/* ----------------------------------------------------------------
  各変数
---------------------------------------------------------------- */ /* ----------------------------------------------------------------
  ショートコード 
---------------------------------------------------------------- */
.deco-box,
.timeline,
.price {
  margin: 0 0 30px;
}

@media screen and (min-width: 769px) {
  .deco-box,
.timeline,
.price {
    margin: 0 0 3.6rem;
  }
}
.btn-flat {
  text-align: center;
}

.btn-flat__body {
  display: inline-block;
  margin: 2rem 0;
  padding: 1.6rem 4rem;
  font-size: 1.7rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #fff;
  background: #00ab01;
  border-radius: 10vw;
  box-shadow: 0px 5px 15px -5px #ccc;
  transition: 0.4s;
}

.btn-flat__body:hover {
  transform: scale(0.95);
}

@media screen and (min-width: 1025px) {
  .btn-flat__body {
    padding: 1.6rem 8rem;
    line-height: 1.5;
  }
}
/* ボックス共通 */
.deco-box {
  padding: 1.8rem 2.4rem;
  font-size: 14px;
  line-height: 2;
}

.deco-box p:not(:root) {
  margin: 0;
}

.deco-box-yellow {
  background-color: #fffdef;
}

.deco-box-gray {
  background-color: #f5f8fa;
}

@media screen and (min-width: 769px) {
  .deco-box {
    padding: 2.5rem 3.6rem;
    font-size: 1.6rem;
  }
}
.deco-title-box-green {
  width: 100%;
  padding: 4rem 2.5rem 2rem;
  background-color: #eef6f7;
  position: relative;
}

.deco-title-box-green p:not(:root) {
  margin: 0;
}

.deco-title-box-green__head {
  display: inline-block;
  padding: 4px 15px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #57b3ba;
  border-radius: 2px;
  position: absolute;
  top: -18px;
  left: 20px;
  z-index: 1;
}

.timeline {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.timeline__col {
  width: 100%;
  max-width: 620px;
  position: relative;
}

.timeline__col:not(:first-child) {
  padding-top: 4rem;
}

.timeline__label {
  display: flex;
  align-items: center;
  width: 100px;
}

.timeline__label-circle {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 14px 0 0;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #08131a;
  position: relative;
  z-index: 2;
}

.timeline__main {
  padding: 0 0 0 3rem;
}

.timeline__title {
  margin: 1rem 0 0.2rem;
  font-size: 1.8rem;
  font-weight: 800;
}

.timeline__border {
  width: 2px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 12px;
  left: 7px;
}

.price {
  text-align: center;
  font-weight: 800;
}

.price__defo {
  font-size: 2rem;
  line-height: 1.6;
}

.price__defo:after {
  content: "▼▼▼";
  display: block;
  margin: 1rem 0;
}

.price__limited {
  font-size: 2.8rem;
  line-height: 1.4;
  color: #b94047;
}

.aligncenter {
  margin: 0 auto;
}

.alignright {
  margin: 0 0 0 auto;
}

img.aligncenter,
img.alignright {
  display: block;
}

/* ----------------------------------------------------------------
  body
---------------------------------------------------------------- */
body {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0em;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
  background-color: #fff;
  color: #08131a;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 1.8rem;
  }
}
/* ----------------------------------------------------------------
  commnon
---------------------------------------------------------------- */
.pc {
  display: none;
}

.sp {
  display: block;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
.column-1 {
  margin: 5.5rem auto 0;
}

.column-1--s {
  max-width: 760px;
}

h1 {
  margin: 0 0 5rem;
  text-align: center;
  font-size: calc(24px - 0.8vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}

h2 {
  margin: 45px 0 16px;
  padding: 1.5rem;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius: 2px;
}

h3 {
  margin: 36px 0 16px;
  padding: 0 8px 4px;
  font-size: 18px;
}

h4 {
  margin: 30px 0 16px;
  padding: 0 8px 4px;
  font-size: 17px;
}

h2, h3, h4 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 481px) {
  h1 {
    font-size: 3.2rem;
  }
  h2 {
    margin: 54px 0 18px;
    font-size: 2.6rem;
  }
  h3 {
    margin: 36px 0 18px;
    font-size: 2.2rem;
  }
  h4 {
    margin: 36px 0 18px;
    font-size: 1.8rem;
  }
}
.marker {
  font-weight: bold;
  color: #b94047;
  background: linear-gradient(transparent 60%, #eeee22 0%);
}

.main-content table {
  margin-bottom: 30px;
}

.main-content table td {
  padding: 10px;
  vertical-align: middle;
  font-size: 14.4px;
  line-height: 1.6;
  letter-spacing: 0;
  border: 1px solid #d0d7de;
  word-break: break-word;
}

.main-content table td:first-child {
  font-weight: 500;
  background-color: #f5f8fa;
}

.main-content table p {
  margin: 0;
}

@media screen and (min-width: 769px) {
  .main-content table {
    margin-bottom: 36px;
  }
  .main-content td {
    padding: 14px;
  }
}
.table-1 {
  width: 100%;
  margin: 0 0 30px;
}

.table-1 th,
.table-1 td {
  padding: 10px;
  vertical-align: middle;
  font-size: 14.4px;
  line-height: 1.6;
  letter-spacing: 0;
  border: 1px solid #d0d7de;
  word-break: break-word;
}

.table-1 th {
  font-weight: 500;
  background-color: #f5f8fa;
}

.table-1 td {
  width: 70%;
}

@media screen and (min-width: 769px) {
  .table-1 {
    width: 100%;
    margin: 0 0 3.6rem;
  }
  .table-1 th,
.table-1 td {
    padding: 14px;
  }
}
/* ----------------------------------------------------------------
  header
---------------------------------------------------------------- */
.header-logo__inner {
  max-width: 100%;
  margin: 0 auto;
}
.header-logo__inner a {
  display: block;
}

.header-title {
  text-align: center;
}

.header-mv {
  max-width: 760px;
  margin: 0 auto;
}
.header-mv img {
  margin: 0 auto;
}

.header-mv.header-mv--full {
  max-width: 100%;
}

/* ----------------------------------------------------------------
  main
---------------------------------------------------------------- */
.main {
  padding: 0 16px;
}

@media screen and (min-width: 769px) {
  .main {
    padding: 0;
  }
}
.main-content img {
  margin-bottom: 20px;
}

.main-content p {
  margin: 0 0 30px;
}

@media screen and (min-width: 769px) {
  .main-content p {
    margin: 0 0 3.6rem;
  }
}
.main-content ul {
  margin: 0 0 30px;
  padding: 1rem 2rem 1rem 1rem;
}

.main-content ul li {
  display: block;
  padding: 0 0 0 2.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
}

.main-content ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #08131a;
  border-radius: 100%;
  position: absolute;
  top: 0.6rem;
  left: 1rem;
}

.main-content ul li:not(:first-child) {
  margin-top: 0.49rem;
}

@media screen and (min-width: 769px) {
  .main-content ul {
    margin: 0 0 3.6rem;
    padding: 1rem 2rem;
  }
}
.main-content ol {
  margin: 0 0 30px 2rem;
  padding: 1rem 2rem;
  list-style-type: dicimal;
}

.main-content ol li:not(:first-child) {
  margin-top: 1rem;
}

@media screen and (min-width: 769px) {
  .main-content ol {
    margin: 0 0 3.6rem 3rem;
  }
}
/* ----------------------------------------------------------------
  footer
---------------------------------------------------------------- */
.footer {
  margin: 10rem 0 0;
}

.mini-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 0 1rem;
  font-size: 14px;
}

.mini-links__col:not(:first-child) {
  margin-top: 14px;
}

.mini-links__col a {
  display: block;
  padding: 0 0 4px;
  line-height: 1;
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: 0.4s;
}

.mini-links__col a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 481px) {
  .mini-links {
    flex-direction: unset;
    padding: 1.5rem 0 0;
  }
  .mini-links__col:not(:first-child) {
    margin-top: 0;
  }
  .mini-links__col a {
    padding: 0 10px;
    border-bottom: none;
    border-left: 1px solid #fff;
  }
  .mini-links__col:last-child a {
    border-right: 1px solid #fff;
  }
}
.copyright {
  padding: 1.5rem 0;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}

.floating-wrap {
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  transition: 0.4s;
}

.floating-wrap.active {
  opacity: 1;
}

@media screen and (min-width: 481px) {
  .floating-wrap {
    right: 20px;
    bottom: 20px;
  }
}
.floating-contact {
  max-width: 180px;
  margin-top: 20px;
}

@media screen and (min-width: 481px) {
  .floating-contact {
    max-width: 240px;
  }
}
@media screen and (min-width: 769px) {
  .floating-contact {
    max-width: 280px;
  }
}
.page-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 0 0 auto;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.page-top i {
  font-size: 2.8rem;
}

@media screen and (min-width: 481px) {
  .page-top {
    width: 45px;
    height: 45px;
  }
}/*# sourceMappingURL=style.css.map */