@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 750px) {
  html {
    font-size: 2.1333333333vw;
  }
}

body {
  font-family: "Noto Sans JP", serif;
  color: #000;
  font-size: max(1.5rem, 12px);
  line-height: 1.75;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 750px;
  padding-right: 0rem;
  padding-left: 0rem;
}
@media screen and (max-width: 750px) {
  .l-inner {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

/* 全体のレイアウト
==============================================*/
body {
  overflow-x: hidden;
}

.wrap-all-content {
  width: 46.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .wrap-all-content {
    width: 100%;
  }
}

.fixed-area {
  position: fixed;
  width: 46.875rem;
  margin-inline: auto;
  top: 0;
  z-index: 1;
}

.fixed-area__btn {
  display: block;
  background-color: #525DC5;
  padding-block: 1.4375rem;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .fixed-area__btn {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .fixed-area__btn {
    width: 100%;
  }
}
@media (any-hover: hover) {
  .fixed-area__btn:hover {
    opacity: 1;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
.fixed-area__btn span {
  color: #fff;
  font-weight: bold;
  padding-right: 3.125rem;
  font-size: max(2.25rem, 12px);
  position: relative;
}
.fixed-area__btn span::before {
  position: absolute;
  content: "";
  background: url(../images/icon-download.svg) no-repeat center center/contain;
  right: 0;
  bottom: 0.4375rem;
  width: 2.0625rem;
  height: 2.25rem;
}

.scroll-area img {
  height: auto;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll-up {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}

.scroll-up.on {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* PCのみのスタイル
==============================================*/
.pc-phone-img {
  position: absolute;
  width: 22.625rem;
  -webkit-transform: translate(-486px, 12vh);
          transform: translate(-486px, 12vh);
}
@media screen and (max-width: 750px) {
  .pc-phone-img {
    display: none;
  }
}

.pc-qr {
  position: absolute;
  -webkit-transform: translate(850px, 32vh);
          transform: translate(850px, 32vh);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .pc-qr {
    display: none;
  }
}

.pc-qr__img {
  width: 13.75rem;
  height: 13.75rem;
}

.pc-qr__text {
  margin-top: 1.5625rem;
  font-size: max(1.25rem, 12px);
  line-height: 1.65;
  text-align: center;
}

/* 共通パーツのスタイル
==============================================*/
.section-title {
  font-weight: 600;
  font-size: max(2.25rem, 12px);
  line-height: 1.1666666667;
  color: #525DC5;
  text-align: center;
  position: relative;
}
.section-title::before {
  position: absolute;
  content: "";
  background: url(../images/line.png) no-repeat center center/contain;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 40%);
          transform: translate(-50%, 40%);
  width: 40.875rem;
  height: 3.0625rem;
  z-index: -1;
}

.section-text {
  margin-top: 5.5rem;
  text-align: center;
  line-height: 1.75;
}
.section-text p + p {
  margin-top: 2.625rem;
}

/* 各セクションのスタイル
==============================================*/
.fv {
  width: 100%;
  position: relative;
  aspect-ratio: 756/1080;
}
@media screen and (max-width: 750px) {
  .fv {
    aspect-ratio: 750/1609;
  }
}

.section-01 {
  padding-top: 10.3125rem;
  padding-bottom: 7.5rem;
}

.section-01__logo {
  width: 34.375rem;
  margin-inline: auto;
}

.section-01__text {
  margin-top: 7.9375rem;
  text-align: center;
}

.section-01__img {
  margin-top: 4.75rem;
  width: 41rem;
  margin-inline: auto;
  padding-right: 1.0625rem;
}

.section-02 {
  padding-bottom: 8.5625rem;
}

.section-02__img {
  margin-top: 5.5rem;
}

.section-03 {
  padding-bottom: 11.625rem;
}

.section-04__img {
  margin-top: 8.5625rem;
  width: 20.625rem;
  margin-inline: auto;
}

.section-04 {
  padding-bottom: 10.6875rem;
}

.footer-img {
  aspect-ratio: 750/1609;
  width: 100%;
}

.footer {
  padding-top: 2.75rem;
  padding-bottom: 7rem;
  background-color: #525DC5;
}

.footer__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.6875rem;
}

.footer__btns-item:nth-child(1) {
  width: 14.5rem;
}
.footer__btns-item:nth-child(2) {
  width: 17.9375rem;
}

.footer__privacy {
  margin-top: 1.5625rem;
  font-size: max(1.5rem, 12px);
  line-height: 1.75;
  color: #fff;
  display: block;
  text-align: center;
}

.footer__copyright {
  margin-top: 1.5625rem;
  font-size: max(1.25rem, 12px);
  line-height: 2.1;
  color: #fff;
  text-align: center;
}

#scroll-down {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 7.375rem;
  text-align: center;
}

.arrow-down {
  display: block;
  margin: 0 auto;
}

.arrow-down:after {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  border-top: 0.25rem solid #fff;
  border-right: 0.25rem solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#scroll-title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}

#scroll-down::before {
  -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  /* IE 10+, Fx 29+ */
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.25rem;
  height: 8.25rem;
  background: #fff;
  content: " ";
  margin-left: -0.125rem;
}

@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
#paschka {
  display: block;
  color: white;
  font-family: helvetica neue, helvetica, arial;
  font-size: 32px;
  text-decoration: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  padding: 0px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background: #000;
  height: 40px;
  line-height: 30px;
  vertical-align: middle;
  width: 40px;
  text-align: center;
  border-radius: 5%;
  bottom: 20px;
  right: 20px;
}
#paschka:hover {
  background: #232323;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: #f0f0f0;
}

@media screen and (max-width: 750px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 750px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
