@charset "UTF-8";
:root {
  font-size: 73.3333333333%;
}
@media screen and (max-width: 550px) {
  :root {
    font-size: 2.1333333333vw;
  }
}

html {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

figure {
  margin: 0;
}

#inbox {
  background: #159BFF;
}

.site-header {
  height: 7.125rem;
}
.site-header > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0 2.125rem 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 0.0625rem solid #000;
}
.site-header .logo.-left {
  width: 17.0625rem;
}
.site-header .logo.-right {
  width: 5.125rem;
}

:is(.site-header, .site-content) > .inner {
  max-width: 550px;
  margin: 0 auto;
  background: #fff;
}

.site-footer {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  color: #0068B6;
  text-transform: uppercase;
}
.site-footer > .copyright {
  padding: 0.75rem 0;
  max-width: 550px;
  margin: 0 auto;
  background: #fff;
}

.main-visual {
  width: 100%;
  height: 54.375rem;
  padding-top: 2.6875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
  background: url("../images/mv-bg.png") no-repeat;
  background-size: cover;
}
.main-visual > .lead {
  width: calc(100% + 0.1875rem);
  margin: 0 0 -0.6875rem 0.375rem;
}
.main-visual > .text {
  width: 35.9375rem;
  margin: 0 auto;
}

.float-bar {
  background: #0068B6;
  position: sticky;
  bottom: 0;
}
.float-bar > .inner {
  width: 40.625rem;
  margin: 0 auto;
  padding-top: 1.8125rem;
  padding-bottom: 2.375rem;
  position: relative;
}
.float-bar .lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 6.75rem;
  margin-bottom: 1.25rem;
  position: relative;
}
.float-bar .lead .logo {
  width: 4.625rem;
  height: 4.625rem;
  position: absolute;
  top: -2.8125rem;
  left: 1.375rem;
}
.float-bar .lead .text {
  font-size: 1.6875rem;
  font-weight: bold;
  color: #fff;
}
.float-bar .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.float-bar .btn-group .item.appstore {
  width: 16.4375rem;
}
.float-bar .btn-group .item.googleplay {
  width: 20.3125rem;
}
.float-bar .btn-pagetop {
  position: absolute;
  top: -2.125rem;
  right: -0.875rem;
  width: 5.5625rem;
  height: 5.5625rem;
  border-radius: 50%;
  border: 0.3125rem solid #fff;
  background: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.float-bar .btn-pagetop svg {
  width: 2.375rem;
  height: 1.4375rem;
}

.section-intro .price {
  padding: 1.875rem 0 2.3125rem;
  background: #fff;
  position: relative;
}
.section-intro .price > .icon {
  position: absolute;
  top: 0;
  height: 3rem;
}
.section-intro .price > .icon > svg {
  width: 100%;
  height: 100%;
}
.section-intro .price > .icon.-top {
  left: 3.75rem;
  width: 3.5rem;
}
.section-intro .price > .icon.-bottom {
  left: 0;
  width: 100%;
}
.section-intro .price > .text {
  width: 32.6875rem;
  margin: 0 auto;
  position: relative;
}
.section-intro .price > .text::after {
  position: absolute;
  top: 0.625rem;
  right: -5.5rem;
  width: 8.5rem;
  height: 8.5rem;
  background-image: url("../images/intro-price-badge.svg");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
}
.section-intro .note {
  position: absolute;
  bottom: 0.75rem;
  right: 1.125rem;
  font-size: 1.125rem;
  font-weight: 500;
}
.section-intro .phone {
  width: 100%;
}

.btn-cta {
  display: block;
  width: 100%;
  background: #FFF000;
  border-width: 0.0625rem 0;
  border-style: solid;
  border-color: #B1B2B1;
  font-size: 3.125rem;
  font-weight: bold;
  color: #0068B6;
  text-align: center;
  line-height: 1;
  padding: 2.1875rem 1.5625rem 2.1875rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-cta > span {
  display: inline-block;
  position: relative;
}
.btn-cta > span::after {
  position: absolute;
  top: 50%;
  left: calc(100% + 0.75rem);
  width: 3.5rem;
  height: 3.5rem;
  margin-top: -1.75rem;
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.67 55.34C42.9517 55.34 55.34 42.9517 55.34 27.67C55.34 12.3883 42.9517 0 27.67 0C12.3883 0 0 12.3883 0 27.67C0 42.9517 12.3883 55.34 27.67 55.34Z' fill='%230068B6'/%3E%3Cpath d='M33.0699 13.17L47.8099 27.91L33.0699 42.64' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M47.81 27.91H6.03003' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.section-feature {
  padding: 4rem 2.5rem 3.125rem;
  background-image: linear-gradient(135deg, #cce1f0 25%, #ffffff 25%, #ffffff 50%, #cce1f0 50%, #cce1f0 75%, #ffffff 75%, #ffffff 100%);
  background-size: 8.83875rem 8.83875rem;
}
.section-feature .heading {
  width: 34.3125rem;
  margin: 0 auto 2rem;
}
.section-feature .title {
  width: 39.4375rem;
  margin: 0 auto 3rem;
}
.section-feature .feature-box {
  background-color: #fff;
  padding: 2.625rem 0 3rem;
  position: relative;
}
.section-feature .feature-box .index {
  text-align: center;
  margin-bottom: 1.5625rem;
}
.section-feature .feature-box .index .text {
  font-size: 1.5rem;
  font-weight: bold;
}
.section-feature .feature-box .index .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6.1875rem;
  height: 6.1875rem;
  margin: 0.4375rem auto 0;
  background: #0068B6;
  border-radius: 50%;
  font-size: 4.625rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 0.75rem;
}
.section-feature .feature-box .lead {
  margin: 0 auto 4.375rem;
}
.section-feature .feature-box .bubble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.35;
  color: #0068B6;
  width: 38.9375rem;
  height: 17.3125rem;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 3rem;
  margin: 0 auto 2.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: -0.02em;
}
.section-feature .feature-box .bubble.-left {
  background-image: url("data:image/svg+xml,%3Csvg width='623' height='277' viewBox='0 0 623 277' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M115.1 0H507.71C571.28 0 622.81 51.53 622.81 115.1C622.81 178.67 571.28 230.2 507.71 230.2H265.58C253.6 244.71 229.14 269.52 197.45 276.46C197.45 276.46 211.88 253.27 211.62 230.2H115.1C51.53 230.2 0 178.67 0 115.1C0 51.53 51.53 0 115.1 0Z' fill='%230068B6'/%3E%3C/svg%3E%0A");
}
.section-feature .feature-box .bubble.-right {
  background-image: url("data:image/svg+xml,%3Csvg width='623' height='277' viewBox='0 0 623 277' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M507.71 0H115.1C51.53 0 0 51.53 0 115.1C0 178.67 51.53 230.2 115.1 230.2H357.23C369.21 244.71 393.67 269.52 425.36 276.46C425.36 276.46 410.93 253.27 411.19 230.2H507.71C571.28 230.2 622.81 178.67 622.81 115.1C622.81 51.53 571.28 0 507.71 0Z' fill='%230068B6'/%3E%3C/svg%3E%0A");
}
.section-feature .feature-box .logo {
  position: relative;
  width: 33.9375rem;
  margin: 7.875rem auto 0;
}
.section-feature .feature-box .logo .badge {
  width: 18.1875rem;
  position: absolute;
  top: -13rem;
  left: -2.875rem;
}
.section-feature .feature-box .logo .text {
  position: relative;
}
.section-feature .feature-box .illust {
  position: absolute;
}
.section-feature .feature-box + .feature-box {
  margin-top: 2.8125rem;
}
.section-feature .feature-box.-ichi .illust {
  top: -2.5rem;
  right: -1.875rem;
  width: 19.625rem;
}
.section-feature .feature-box.-ichi .lead {
  width: 24.75rem;
}
.section-feature .feature-box.-ni .illust {
  top: -1.3125rem;
  right: -0.875rem;
  width: 17.875rem;
}
.section-feature .feature-box.-ni .lead {
  width: 28.8125rem;
}
.section-feature .feature-box.-san .illust {
  top: -1.8125rem;
  right: -0.6875rem;
  width: 16.3125rem;
}
.section-feature .feature-box.-san .lead {
  width: 33rem;
}

.section-faq .heading {
  position: relative;
}
.section-faq .heading::after {
  position: absolute;
  top: 3.5625rem;
  right: 1.5625rem;
  width: 18.5rem;
  height: 23.25rem;
  background: url("../images/faq-heading-illust.png") no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.section-faq .list {
  margin: -2.0625rem 0 2.75rem;
}
.section-faq .list dt, .section-faq .list dd {
  margin: 0 auto;
}
.section-faq .list dt {
  width: 41.0625rem;
  margin-bottom: 0.75rem;
}
.section-faq .list dt:not(:first-of-type) {
  margin-top: 3.75rem;
}
.section-faq .list .answer {
  margin: 0 auto;
}
.section-faq .list .answer.-a1 {
  width: 40.5625rem;
}
.section-faq .list .answer.-a2 {
  width: 36.3125rem;
}
.section-faq .list .answer.-a3 {
  width: 35.375rem;
}
.section-faq .list .answer.-a4 {
  width: 34.5625rem;
}
.section-faq .list .answer.-a5 {
  width: 28.0625rem;
}
.section-faq .list .note {
  display: block;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 500;
  margin-top: 1.625rem;
}

.section-app {
  padding: 3.75rem 0;
}
.section-app .logo {
  margin: 0 0 2.3125rem;
  text-align: center;
  padding-right: 2.3125rem;
}
.section-app .logo img {
  display: inline-block;
  width: 38rem;
}
.section-app .btn-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  place-items: center;
  gap: 3.25rem;
}
.section-app .btn-group .item {
  width: 36.5rem;
}
.section-app .note {
  width: 36.5rem;
  margin: 4rem auto 0;
}
.section-app .note .text {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.3846153846;
  color: #0068B6;
}
.section-app .note .list {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  color: #0068B6;
}
.section-app .note .list li {
  position: relative;
  padding-left: 1.125rem;
}
.section-app .note .list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
  font-size: inherit;
  font-weight: 500;
  content: "※";
}
/*# sourceMappingURL=style.css.map */