@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, main, nav, section {
  display: block;
}

img, picture, audio, canvas, video, svg {
  display: inline-block;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  overflow-wrap: break-word;
}

br,
hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

input,
button,
select,
textarea {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

html {
  font-size: 62.5%;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1165px) {
  html {
    font-size: 0.8583690987vw;
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  position: relative;
  color: #454545;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  line-height: 1;
  background-color: #f1f2f2;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body.bg-white {
  background-color: #fff;
}

#page-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 82.9rem;
}
@media screen and (max-width: 960px) {
  #page-bg {
    height: 122.5rem;
  }
}
#page-bg img {
  width: 100%;
  height: 100%;
}
#page-bg img.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  #page-bg img.pc {
    display: none;
  }
  #page-bg img.sp {
    display: inline;
  }
}

a {
  color: #454545;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
}

b {
  font-weight: bold;
}

u {
  text-decoration: underline;
}

em {
  font-weight: bold;
}

strong {
  font-size: inherit;
  font-weight: bold;
}

mark {
  background-color: transparent;
}

del {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

picture {
  display: block;
}

button {
  cursor: pointer;
}

#to,
#bo {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

#page {
  position: relative;
  overflow-y: hidden;
  z-index: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

#overlay {
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#overlay.is-show {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.32);
  z-index: 99;
}

.js-fadein {
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
}
@media screen and (max-width: 960px) {
  .js-fadein {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}
.js-fadein.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.movie {
  width: 74.6rem;
  height: 44.6rem;
  margin: 30px auto 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .movie {
    width: 100%;
    height: 52vw;
  }
}
.movie iframe {
  border-radius: 0.8rem;
  width: 100%;
}

.movie-inner {
  display: block;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.thumb {
  width: 100%;
  max-width: 100%;
}

.movie-player {
  position: relative;
  z-index: 10;
}

._pc {
  display: block !important;
}
@media screen and (max-width: 960px) {
  ._pc {
    display: none !important;
  }
}

._sp {
  display: none !important;
}
@media screen and (max-width: 960px) {
  ._sp {
    display: block !important;
  }
}

._en {
  font-family: "Plus Jakarta Sans", sans-serif;
}

._left {
  text-align: left;
}

._center {
  text-align: center;
}

._right {
  text-align: right;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 4rem 0 4.8rem;
  line-height: 1.8;
  z-index: 997;
}
@media screen and (max-width: 960px) {
  #header {
    padding: 0;
  }
}
#header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.6rem;
  padding: 0.6rem 0 0;
  max-width: none;
  height: 10.9rem;
}
@media screen and (max-width: 960px) {
  #header .inner {
    height: 5.8rem;
    padding: 0 1.6rem;
  }
}

#header-logo a {
  display: block;
  width: 100%;
  max-width: 18rem;
}
@media screen and (max-width: 960px) {
  #header-logo a {
    max-width: 14rem;
  }
}
#header-logo a img {
  width: 100%;
  max-width: none;
}

#header-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4.8rem;
}
@media screen and (max-width: 960px) {
  #header-navi {
    display: none;
  }
}
#header-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.4rem;
}
#header-navi ul li a {
  display: block;
  font-weight: 400;
}
#header-navi .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20rem;
  padding: 1.2rem;
  color: #fff;
  font-weight: bold;
  border-radius: 1000rem;
  background-color: #02c46b;
}
@media screen and (max-width: 960px) {
  #header-navi .contact {
    width: 100%;
  }
}
#header-navi .contact:hover {
  opacity: 0.8;
}

#navi-toggle {
  display: none;
  position: absolute;
  top: 1.8rem;
  right: 1rem;
  width: 3.8rem;
  height: 3rem;
  z-index: 999;
}
@media screen and (max-width: 960px) {
  #navi-toggle {
    display: block;
  }
}
#navi-toggle.is-active i {
  width: 1.9rem;
  height: 0.2rem;
}
#navi-toggle.is-active i:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#navi-toggle.is-active i:nth-of-type(2) {
  opacity: 0;
}
#navi-toggle.is-active i:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#navi-toggle i {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2rem;
  height: 0.1rem;
  border-radius: 1000rem;
  background-color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#navi-toggle i:nth-of-type(1) {
  top: 0.8rem;
}
#navi-toggle i:nth-of-type(2) {
  top: 50%;
}
#navi-toggle i:nth-of-type(3) {
  top: calc(100% - 0.8rem);
}

#header-navi-sp {
  border-radius: 1.6rem 0 0 1.6rem;
  padding: 3.2rem;
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  width: 83%;
  height: 100%;
  background-color: #f5f5f5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
@media screen and (max-width: 960px) {
  #header-navi-sp {
    display: block;
  }
}
#header-navi-sp.is-active {
  right: 0;
}
#header-navi-sp .logo {
  max-width: 16.3rem;
}
#header-navi-sp ul {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 2.8rem;
}
#header-navi-sp li a {
  display: block;
  position: relative;
  padding: 1.2rem 0;
  color: #333;
  font-size: 1.4rem;
}
#header-navi-sp .contact {
  display: inline-block;
  padding: 1.2rem 3.3rem;
  color: #fff;
  font-weight: bold;
  border-radius: 1000rem;
  background-color: #02c46b;
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  #header-navi-sp .contact {
    width: 100%;
    text-align: center;
  }
}
#header-navi-sp .contact:hover {
  opacity: 0.8;
}

#main {
  padding: 15.8rem 0 11.2rem;
}
@media screen and (max-width: 960px) {
  #main {
    padding: 9rem 0 10.4rem;
  }
}
#main.-pd-0 {
  padding: 0;
}

.test {
  padding: 800px 0;
  background-color: skyblue;
}

.article {
  line-height: 1.8;
}

.section {
  width: 100%;
}
.inner {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  max-width: 114.8rem;
  padding: 0 2.4rem;
  margin: 0 auto;
}
.inner.-sm {
  max-width: 94.8rem;
}

#footer {
  position: relative;
  padding: 14.5rem 8rem 1.9rem;
  color: #333;
  line-height: 1.8;
  border-radius: 34.4rem 0 0;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  #footer {
    padding: 14.5rem 4.8rem 1.9rem;
  }
}
@media screen and (max-width: 960px) {
  #footer {
    border-radius: 16.8rem 0 0;
    padding: 9.6rem 4.8rem 2.4rem;
  }
}
#footer .inner {
  max-width: 135.2rem;
  padding: 0;
}
#footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 1.6rem;
  padding: 0 0 0 8rem;
  margin: 0 0 12.8rem;
}
@media screen and (max-width: 1280px) {
  #footer-content {
    padding: 0 0 0 4.8rem;
  }
}
@media screen and (max-width: 960px) {
  #footer-content {
    gap: 3.2rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin: 0 0 5.6rem;
  }
}

#footer-logo {
  padding: 1.6rem 0 0;
}
@media screen and (max-width: 960px) {
  #footer-logo {
    padding: 0;
  }
}
#footer-logo a {
  display: block;
  width: 100%;
  max-width: 20.2rem;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 960px) {
  #footer-logo a {
    max-width: 20.8rem;
    margin: 0 0 0.8rem;
  }
}
#footer-logo a img {
  width: 100%;
  max-width: none;
}
#footer-logo .text {
  display: block;
  font-size: 1.1rem;
}
@media screen and (max-width: 960px) {
  #footer-logo .text {
    font-size: 1.2rem;
    letter-spacing: -0.02em;
  }
}

#footer-navi .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4.8rem;
  margin: 0 0 4rem;
}
@media screen and (max-width: 960px) {
  #footer-navi .main-menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem 0;
    margin: 0 0 3.2rem;
  }
}
#footer-navi .main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
}
@media screen and (max-width: 1280px) {
  #footer-navi .main-menu ul {
    gap: 0 2.4rem;
  }
}
@media screen and (max-width: 960px) {
  #footer-navi .main-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem 0;
  }
}
#footer-navi .main-menu ul li a {
  display: block;
  color: #333;
}
#footer-navi .main-menu .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20rem;
  padding: 1.2rem;
  color: #fff;
  font-weight: bold;
  border-radius: 1000rem;
  background-color: #02c46b;
}
@media screen and (max-width: 960px) {
  #footer-navi .main-menu .contact {
    width: 100%;
  }
}
#footer-navi .main-menu .contact:hover {
  opacity: 0.8;
}
#footer-navi .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  #footer-navi .sub-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer-navi .sub-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.4rem;
}
#footer-navi .sub-menu ul li a {
  display: block;
  color: #999;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  #footer-navi .sub-menu ul li a {
    font-size: 1.2rem;
  }
}

#footer-copyright small {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #999;
  font-size: 1.2rem;
  font-family: "Plus Jakarta Sans", sans-serif;
}
#pagetop {
  font-family: "Plus Jakarta Sans", sans-serif;
  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;
  position: absolute;
  top: -4rem;
  right: 8rem;
  width: 8rem;
  height: 8rem;
  color: #fff;
  border-radius: 50%;
  background-color: #02c46b;
}
@media screen and (max-width: 960px) {
  #pagetop {
    top: -3rem;
    right: 2.4rem;
    width: 6rem;
    height: 6rem;
  }
}
#pagetop span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 2rem 0 0;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  #pagetop span {
    padding: 1.2rem 0 0;
    font-size: 1.2rem;
  }
}
#pagetop span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2.3rem;
  height: 1.3rem;
  background-image: url("../img/common/icon-pagetop-arrow.svg");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  #pagetop span::after {
    width: 1.4rem;
    height: 1rem;
    background-image: url("../img/common/sp/icon-pagetop-arrow.svg");
  }
}

#page-header {
  margin: 0 auto 4rem;
}
#page-header h1 i,
#page-header h1 span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#page-header h1 i {
  position: relative;
  margin: 0 auto 0.4rem;
  color: #02c46b;
  font-weight: bold;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  #page-header h1 i {
    font-size: 1.2rem;
  }
}
#page-header h1 span {
  color: #333;
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #page-header h1 span {
    font-size: 2.4rem;
  }
}

h2.style-01 {
  line-height: 1.8;
}
h2.style-01 > i, h2.style-01 > span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
h2.style-01 > i {
  color: #02c46b;
  font-weight: bold;
  font-family: "Plus Jakarta Sans", sans-serif;
}
@media screen and (max-width: 960px) {
  h2.style-01 > i {
    font-size: 1.2rem;
  }
}
h2.style-01 > span {
  color: #333;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 960px) {
  h2.style-01 > span {
    font-size: 2.4rem;
  }
}
h2.style-01.-white > i {
  color: #fff;
}
h2.style-01.-white > span {
  color: #fff;
}

.more-button {
  display: block;
  position: relative;
  width: 100%;
  max-width: 28rem;
  padding: 1.9rem calc(1em + 1.6rem) 2.2rem 1em;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  border-radius: 1000rem;
  background-color: #02c46b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.more-button:hover {
  opacity: 0.8;
}
.more-button:hover i {
  scale: 1.1;
}
.more-button i {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 4.3rem;
  height: 4.3rem;
  border-radius: 50%;
  background-image: url("../img/common/icon-arrow-right.svg");
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: 0.9rem 1.4rem;
  background-color: #fff;
  translate: 0 -50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form {
  line-height: 1.5;
  /* エラーメッセージ */
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form textarea {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.6rem;
  color: #454545;
  border-radius: 0.8rem;
  background-color: #f5f5f5;
}
@media screen and (max-width: 960px) {
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel],
  .form textarea {
    font-size: 1.4rem;
  }
}
.form input[type=radio] {
  display: none;
}
.form textarea {
  resize: vertical;
}
.form ::-webkit-input-placeholder {
  color: #aaa;
}
.form ::-moz-placeholder {
  color: #aaa;
}
.form :-ms-input-placeholder {
  color: #aaa;
}
.form ::-ms-input-placeholder {
  color: #aaa;
}
.form ::placeholder {
  color: #aaa;
}
.form .form-content {
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 960px) {
  .form .form-content {
    margin: 0 0 2rem;
  }
}
.form .form-content .item:not(:last-of-type) {
  margin: 0 0 2.4rem;
}
.form .form-content dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.8rem;
  margin: 0 0 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 500;
  font-weight: bold;
}
.form .form-content dt i {
  display: inline-block;
  padding: 0.2rem 0.8rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 0.4rem;
  background-color: #02c46b;
}
.form .form-content dd {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .form .form-content dd {
    font-size: 1.4rem;
  }
}
.form .privacy-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 3.2rem;
}
.form .privacy-check input[type=checkbox] {
  display: none;
}
.form .privacy-check label {
  display: inline-block;
}
.form .privacy-check span {
  display: block;
  position: relative;
  padding: 0 0 0 3.2rem;
}
@media screen and (max-width: 960px) {
  .form .privacy-check span {
    padding: 0 0 0 3.2rem;
    font-size: 1.4rem;
  }
}
.form .privacy-check span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.2rem;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 0.3rem;
  background-color: #f5f5f5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form .privacy-check span::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.2rem;
  bottom: 0;
  left: 0.4rem;
  margin: auto;
  width: 1.3rem;
  height: 0.7rem;
  border: 0.2rem solid #fff;
  border-top: none;
  border-right: none;
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0, 0);
          transform: rotate(0deg) scale(0, 0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form .privacy-check input[type=checkbox]:checked + span::before {
  background-color: #02c46b;
}
.form .privacy-check input[type=checkbox]:checked + span::after {
  opacity: 1;
  -webkit-transform: rotate(-50deg) scale(1, 1);
          transform: rotate(-50deg) scale(1, 1);
}
.form .button {
  display: block;
  width: 100%;
  max-width: 28rem;
  padding: 1.7rem 1em;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 1000rem;
  background-color: #02c46b;
  cursor: pointer;
}
.form .button:hover {
  opacity: 0.8;
}
.form .button.-disable {
  opacity: 0.3;
  pointer-events: none;
}
.form .error_blank,
.form .error_format,
.form .error_match {
  display: block;
  color: #f00;
  font-size: 1.4rem;
  line-height: 1.25;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 960px) {
  .form .error_blank,
  .form .error_format,
  .form .error_match {
    font-size: 1rem;
    margin: 0.4rem 0 0;
  }
}

#page-front .section-lead {
  margin: 0 0 3.2rem;
}

#top-branding {
  position: relative;
  height: 100%;
  height: 100vh;
  background-image: url("../img/top/bg-branding.svg");
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  #top-branding {
    background-image: url("../img/top/sp/bg-branding.svg");
    padding: 8rem 0 11.6rem;
    height: auto;
  }
}
#top-branding .inner {
  height: 100%;
  max-width: 140.6rem;
}
#top-branding .flex {
  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%;
  gap: 4.4rem;
}
@media screen and (max-width: 960px) {
  #top-branding .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4rem;
  }
}
#top-branding .flex .content {
  width: 56rem;
  padding-top: 7.2rem;
  color: #333;
}
@media screen and (max-width: 960px) {
  #top-branding .flex .content {
    width: 100%;
    padding-top: 1.6rem;
  }
}
#top-branding .flex .imgs {
  max-width: 74.2rem;
  width: calc(100% - 56rem - 4.4rem);
  padding-top: 6rem;
}
@media screen and (max-width: 960px) {
  #top-branding .flex .imgs {
    width: 100%;
    padding-top: 0;
  }
}
#top-branding .flex .imgs .img1 {
  width: 100%;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(-3rem);
          transform: translateY(-3rem);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
@media screen and (max-width: 960px) {
  #top-branding .flex .imgs .img1 {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
#top-branding .flex .imgs .img1.animated {
  opacity: 1;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
}
#top-branding .flex .imgs .img2 {
  width: 28.436%;
  margin-left: 33.28%;
  margin-top: -19.946%;
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
@media screen and (max-width: 960px) {
  #top-branding .flex .imgs .img2 {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}
#top-branding .flex .imgs .img2.animated {
  opacity: 1;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
}
#top-branding .flex .first {
  font-size: 2rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 1.2rem;
  font-family: "Plus Jakarta Sans", "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}
@media screen and (max-width: 960px) {
  #top-branding .flex .first {
    font-size: 1.4rem;
  }
}
#top-branding .flex .second {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 133%;
  /* 74.48px */
}
@media screen and (max-width: 960px) {
  #top-branding .flex .second {
    font-size: 3.2rem;
  }
}
#top-branding .flex .second em {
  color: #02c46b;
}
#top-branding .flex .more-button {
  margin-left: 0;
  margin-top: 3.6rem;
}
@media screen and (max-width: 960px) {
  #top-branding .flex .more-button {
    max-width: none;
    margin-top: 0;
  }
}
@media screen and (max-width: 960px) {
  #top-branding .flex .more-button.pc {
    display: none;
  }
}
#top-branding .flex .more-button.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  #top-branding .flex .more-button.sp {
    display: block;
  }
}
#top-branding .scrolldown {
  font-family: "Plus Jakarta Sans", sans-serif;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #02c46b;
  font-size: 1.2rem;
  letter-spacing: 0.048rem;
  position: absolute;
  line-height: 1;
  bottom: 8.1rem;
  left: 3.3rem;
}
#top-branding .scrolldown::before {
  content: "";
  background: #02c46b;
  width: 0.1rem;
  height: 6.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -8.1rem;
  position: absolute;
}
@media screen and (max-width: 960px) {
  #top-branding .scrolldown {
    display: none;
  }
}

#top-problem {
  padding: 9.4rem 0 3.7rem;
  background-color: #f1f2f2;
}
@media screen and (max-width: 960px) {
  #top-problem {
    padding: 6.4rem 0 5rem;
  }
}
#top-problem h2 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4rem;
  color: #333;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.24rem;
}
@media screen and (max-width: 960px) {
  #top-problem h2 {
    margin: 0 auto 2.4rem;
    font-size: 2.2rem;
    letter-spacing: 0.06em;
  }
}
#top-problem ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3.2rem;
  margin: 0 0 7.2rem;
}
@media screen and (max-width: 960px) {
  #top-problem ul {
    grid-template-columns: 1fr;
    gap: 1.6rem 0;
    margin: 0 0 5rem;
  }
}
#top-problem ul li {
  position: relative;
  padding: 3.2rem 2.4rem;
  border-radius: 4.8rem;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #top-problem ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 1.6rem;
    border-radius: 3.2rem;
  }
}
#top-problem ul li:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -2.4rem;
  left: 50%;
  width: 5.7rem;
  height: 3.5rem;
  background-image: url("../img/top/icon-problem-balloon-triangle.svg");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  #top-problem ul li:after {
    bottom: -1.9rem;
    width: 4.1rem;
    height: 2.6rem;
  }
}
@media screen and (max-width: 960px) {
  #top-problem ul li:not(:last-of-type)::after {
    content: none;
  }
}
#top-problem ul li:nth-of-type(1) .icon {
  background-image: url("../img/top/problem-01.svg");
  background-size: 7.5rem 7.2rem;
}
@media screen and (max-width: 960px) {
  #top-problem ul li:nth-of-type(1) .icon {
    background-size: 5.2rem 5.1rem;
  }
}
#top-problem ul li:nth-of-type(2) .icon {
  background-image: url("../img/top/problem-02.svg");
  background-size: 7.4rem 6.2rem;
}
@media screen and (max-width: 960px) {
  #top-problem ul li:nth-of-type(2) .icon {
    background-size: 5.2rem 4.4rem;
  }
}
#top-problem ul li:nth-of-type(2) p {
  letter-spacing: -0.03em;
}
@media screen and (max-width: 960px) {
  #top-problem ul li:nth-of-type(3) {
    padding: 3.2rem 1.8rem 3.2rem 2.4rem;
  }
}
#top-problem ul li:nth-of-type(3) .icon {
  background-image: url("../img/top/problem-03.svg");
  background-size: 8.1rem 6.8rem;
}
@media screen and (max-width: 960px) {
  #top-problem ul li:nth-of-type(3) .icon {
    background-size: 5.6rem 4.8rem;
  }
}
#top-problem ul li .icon {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 11.1rem;
  height: 11.1rem;
  margin: 0 auto 1.6rem;
  border-radius: 50%;
  background-color: rgba(2, 196, 107, 0.1);
  background-position: center center;
  background-repeat: no-repeat no-repeat;
}
@media screen and (max-width: 960px) {
  #top-problem ul li .icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 7.6rem;
    height: 7.6rem;
    margin: 0;
  }
}
#top-problem ul li h3 {
  display: block;
  margin: 0 auto 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #666;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  #top-problem ul li h3 {
    width: 100%;
    margin: 0 auto 0.4rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  #top-problem ul li p {
    font-size: 1.4rem;
  }
}
#top-problem .message strong {
  display: block;
  position: relative;
  padding: 0 0 5.6rem;
}
@media screen and (max-width: 960px) {
  #top-problem .message strong {
    padding: 0 0 6.3rem;
  }
}
#top-problem .message strong::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4.1rem;
  height: 4.3rem;
  background-image: url("../img/top/icon-solve-arrow-double.svg");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  #top-problem .message strong::after {
    background-image: url("../img/top/sp/icon-solve-arrow-double.svg");
    width: 3.4rem;
    height: 3.7rem;
  }
}
#top-problem .message strong .sub,
#top-problem .message strong .main {
  display: block;
  text-align: center;
}
#top-problem .message strong .sub {
  margin: 0 0 0.8rem;
  color: #333;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  #top-problem .message strong .sub {
    font-size: 2.4rem;
  }
}
#top-problem .message strong .main {
  color: #02c46b;
  font-weight: bold;
  line-height: 1.4;
}
#top-problem .message strong .main span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#top-problem .message strong .main .first {
  padding: 0 0 0 2.2rem;
  letter-spacing: 1.4em;
}
@media screen and (max-width: 960px) {
  #top-problem .message strong .main .first {
    font-size: 1.4rem;
  }
}
#top-problem .message strong .main .second {
  margin: -0.8rem auto 0;
  font-size: 5.6rem;
}
@media screen and (max-width: 960px) {
  #top-problem .message strong .main .second {
    font-size: 4.4rem;
  }
}
#top-problem .message strong .main .third {
  margin: -0.15rem auto 0;
  font-size: 4rem;
}
@media screen and (max-width: 960px) {
  #top-problem .message strong .main .third {
    font-size: 2.8rem;
  }
}

#top-example-01 {
  padding: 0 0 0;
  background-color: #f1f2f2;
}
#top-example-01 h2 {
  margin: 0 0 3.2rem;
}
#top-example-01 h2 span {
  line-height: 1.4;
}
#top-example-01 .movie {
  max-width: 74.6rem;
  margin: 0 auto 3.2rem;
}
#top-example-01 .movie img {
  width: 100%;
}
#top-example-01 .comparison {
  padding: 2rem 2.4rem;
  border-radius: 0.8rem;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #top-example-01 .comparison {
    padding: 1.6rem 2.4rem;
  }
}
#top-example-01 .comparison .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 72.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #top-example-01 .comparison .in {
    display: block;
  }
}
#top-example-01 .comparison .description {
  width: calc(100% - 34.7rem);
  padding: 0 2.4rem 0 0;
}
@media screen and (max-width: 960px) {
  #top-example-01 .comparison .description {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
    margin: 0 auto;
  }
}
#top-example-01 .comparison .description h3 {
  margin: 0 0 1.8rem;
  color: #333;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #top-example-01 .comparison .description h3 {
    margin: 0 0 0.8rem;
    font-size: 2.2rem;
  }
}
#top-example-01 .comparison .description small {
  display: block;
  color: #454545;
  font-size: 1.2rem;
}
@media screen and (max-width: 960px) {
  #top-example-01 .comparison .description small {
    font-size: 1.1rem;
  }
}
#top-example-01 .comparison .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  #top-example-01 .comparison .image {
    padding: 0 0 0 4rem;
  }
}
#top-example-01 .comparison .image img {
  display: block;
  width: 100%;
  max-width: 34.7rem;
}
@media screen and (max-width: 960px) {
  #top-example-01 .comparison .image img {
    max-width: 21.2rem;
    margin: 0 auto;
  }
}
#top-example-01 .bgimg {
  margin-top: -24.53vw;
}
#top-example-01 .bgimg img {
  width: 100%;
}
#top-example-01 .bgimg.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  #top-example-01 .bgimg {
    margin-top: -153vw;
  }
  #top-example-01 .bgimg.pc {
    display: none;
  }
  #top-example-01 .bgimg.sp {
    display: block;
  }
}

#top-feature {
  margin-top: -12.76vw;
  padding: 0 0;
}
@media screen and (max-width: 960px) {
  #top-feature {
    margin-top: -10.76vw;
  }
}
#top-feature .image img {
  vertical-align: top;
}
#top-feature h2 {
  margin: 0 0 4.8rem;
}
@media screen and (max-width: 960px) {
  #top-feature h2 {
    margin: 0 0 4rem;
  }
}
#top-feature h2 span {
  line-height: 1.4;
}
#top-feature .func-bg {
  margin-bottom: -0.1rem;
}
#top-feature .func-bg img {
  width: 100%;
  vertical-align: middle;
}

.feature-list {
  padding-bottom: 7rem;
}
.feature-list li {
  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;
}
@media screen and (max-width: 960px) {
  .feature-list li {
    display: block;
  }
}
.feature-list li:not(:last-of-type) {
  margin: 0 0 7.2rem;
}
.feature-list li:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.feature-list .image {
  width: 48.5454545455%;
}
@media screen and (max-width: 960px) {
  .feature-list .image {
    width: 100%;
    margin: 0 0 0.8rem;
  }
}
.feature-list .image img {
  max-width: 53.4rem;
  width: 100%;
  max-height: 27.8rem;
  border-radius: 0.8rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 -0.2rem;
     object-position: 0 -0.2rem;
}
.feature-list .description {
  width: 46.3636363636%;
}
@media screen and (max-width: 960px) {
  .feature-list .description {
    width: 100%;
  }
}
.feature-list h3 {
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 960px) {
  .feature-list h3 {
    margin: 0 0 0.4rem;
  }
}
.feature-list h3 > i, .feature-list h3 > span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.feature-list h3 > i {
  margin: 0 0 0.8rem;
  color: #02c46b;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .feature-list h3 > i {
    margin: 0 0 0.4rem;
    font-size: 1.2rem;
  }
}
.feature-list h3 > i span {
  display: inline-block;
  font-size: 2.4rem;
  margin: 0 0 0 0.6rem;
  vertical-align: -0.06em;
}
@media screen and (max-width: 960px) {
  .feature-list h3 > i span {
    margin: 0 0 0 0.5rem;
    font-size: 1.8rem;
  }
}
.feature-list h3 > span {
  color: #333;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .feature-list h3 > span {
    font-size: 1.8rem;
  }
}
.feature-list p {
  font-size: 1.4rem;
  line-height: 1.7;
}

#top-functions {
  position: relative;
  padding: 10.4rem 0 26rem;
  background-color: #02c46b;
}
@media screen and (max-width: 960px) {
  #top-functions {
    padding: 5.6rem 0 20rem;
  }
}
#top-functions h2 {
  margin: 0 0 4rem;
}
@media screen and (max-width: 960px) {
  #top-functions h2 {
    margin: 0 0 3.2rem;
  }
}

.functions-list > li:not(:last-of-type) {
  margin: 0 0 4rem;
}
@media screen and (max-width: 960px) {
  .functions-list > li:not(:last-of-type) {
    margin: 0 0 3.2rem;
  }
}
.functions-list > li:nth-of-type(1) ul li:nth-of-type(1) h4::before {
  background-image: url("../img/top/functions-01.svg");
}
.functions-list > li:nth-of-type(1) ul li:nth-of-type(2) h4::before {
  background-image: url("../img/top/functions-02.svg");
}
.functions-list > li:nth-of-type(1) ul li:nth-of-type(3) h4::before {
  background-image: url("../img/top/functions-03.svg");
}
.functions-list > li:nth-of-type(1) ul li:nth-of-type(4) h4::before {
  background-image: url("../img/top/functions-04.svg");
}
.functions-list > li:nth-of-type(2) ul li:nth-of-type(1) h4::before {
  background-size: cover;
  background-image: url("../img/top/functions-05.png");
}
.functions-list > li:nth-of-type(2) ul li:nth-of-type(2) h4::before {
  background-size: cover;
  background-image: url("../img/top/functions-06.png");
}
.functions-list > li:nth-of-type(2) ul li:nth-of-type(3) h4::before {
  background-image: url("../img/top/functions-07.svg");
}
@media screen and (max-width: 960px) {
  .functions-list > li:nth-of-type(2) ul li:nth-of-type(3) h4 span {
    padding: 0.2rem 0 0;
    font-size: 1.1rem;
    letter-spacing: -0.03em;
  }
}
.functions-list > li:nth-of-type(2) ul li:nth-of-type(4) h4::before {
  background-image: url("../img/top/functions-08.svg");
}
.functions-list > li h3 {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 0.9rem;
  margin: 0 auto 2.3rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .functions-list > li h3 {
    margin: 0 auto 1.5rem;
    font-size: 1.8rem;
  }
}
.functions-list > li h3::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2.6rem;
  height: 0.2rem;
  border-radius: 1000rem;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.functions-list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 2.4rem;
}
@media screen and (max-width: 960px) {
  .functions-list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
}
.functions-list ul li {
  padding: 3.2rem;
  border-radius: 1.6rem;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .functions-list ul li {
    padding: 2.4rem 1.2rem;
  }
}
.functions-list ul li h4::before {
  content: "";
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 8.8rem;
  height: 8.8rem;
  margin: 0 auto 3.2rem;
  border-radius: 50%;
  background-color: rgba(2, 196, 107, 0.1);
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: 5.9rem 5.9rem;
}
@media screen and (max-width: 960px) {
  .functions-list ul li h4::before {
    margin: 0 auto 1.6rem;
    width: 6.4rem;
    height: 6.4rem;
    background-size: 4.3rem 4.3rem;
  }
}
.functions-list ul li h4 span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #666;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .functions-list ul li h4 span {
    font-size: 1.2rem;
  }
}

#top-cta {
  padding: 0;
  background-color: #f1f2f2;
}
#top-cta .func-bg {
  width: 100%;
}
#top-cta .func-bg.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  #top-cta .func-bg.pc {
    display: none;
  }
  #top-cta .func-bg.sp {
    display: inline-block;
    -webkit-transform: translateY(-0.2rem);
            transform: translateY(-0.2rem);
  }
}
#top-cta .func-bg img {
  vertical-align: middle;
  width: 100%;
}
#top-cta h2 {
  position: relative;
  margin: 0 0 1.2rem;
}
#top-cta h2 span {
  line-height: 1.6;
}
#top-cta .content {
  margin-top: -20rem;
  position: relative;
  border-radius: 0.8rem;
  background-color: #fff;
}
#top-cta .box {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4rem 10.6rem 4.8rem 10.8rem;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  #top-cta .box {
    width: 100%;
    padding: 4rem 2.4rem 4.8rem 2.4rem;
    margin: 0;
  }
}
#top-cta .box::before, #top-cta .box::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
}
#top-cta .box::before {
  top: 15.3rem;
  left: 0;
  width: 6.2rem;
  height: 4.3rem;
  background-image: url("../img/top/cta-decoration-01.svg");
}
@media screen and (max-width: 960px) {
  #top-cta .box::before {
    top: 7.3rem;
    left: 3.2rem;
    width: 3.1rem;
    height: 3rem;
    background-image: url("../img/top/sp/cta-decoration-01.svg");
  }
}
#top-cta .box::after {
  top: 12.7rem;
  right: 0;
  width: 6.5rem;
  height: 9.1rem;
  background-image: url("../img/top/cta-decoration-02.svg");
}
@media screen and (max-width: 960px) {
  #top-cta .box::after {
    top: 6.5rem;
    right: 2.3rem;
    width: 1.9rem;
    height: 3rem;
    background-image: url("../img/top/sp/cta-decoration-02.svg");
  }
}
#top-cta .box .in {
  position: relative;
  z-index: 2;
}
#top-cta .box .lead {
  margin: 0 0 2.4rem;
  font-size: 1.8rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  #top-cta .box .lead {
    font-size: 1.4rem;
  }
}
#top-cta .bg-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 110rem;
  height: 30.4rem;
  background-image: url("../img/top/cta-bg.svg");
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  #top-cta .bg-wave {
    top: auto;
    bottom: 2.7rem;
    max-width: 32.7rem;
    height: 14.4rem;
    background-image: url("../img/top/sp/cta-bg.svg");
  }
}

#top-price {
  padding: 10.4rem 0 0;
  background-color: #f1f2f2;
}
@media screen and (max-width: 960px) {
  #top-price {
    padding: 5.6rem 0 0;
  }
}
#top-price h2 {
  margin: 0 0 1.6rem;
}

.price-list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 960px) {
  .price-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.price-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.price-list ul li:nth-of-type(1) h3 {
  background-color: #43d391;
}
.price-list ul li:nth-of-type(3) h3 {
  background-color: #00934f;
}
.price-list ul li:nth-of-type(4) h3 {
  background-color: #016336;
}
.price-list ul li h3 {
  padding: 1.2rem 1em;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  border-radius: 1.6rem 1.6rem 0 0;
  background-color: #02c46b;
}
@media screen and (max-width: 960px) {
  .price-list ul li h3 {
    padding: 0.8rem 1em;
    font-size: 1.4rem;
  }
}
.price-list ul li .content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 2.4rem 1.2rem 3.2rem;
  border-radius: 0 0 1.6rem 1.6rem;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .price-list ul li .content {
    padding: 1.2rem 1.1rem 1.6rem;
  }
}
.price-list ul li .content-head {
  position: relative;
  padding: 0 0 1.7rem;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 960px) {
  .price-list ul li .content-head {
    padding: 0 0 1.3rem;
    margin: 0 0 1.2rem;
  }
}
.price-list ul li .content-head::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 4rem);
  height: 0.1rem;
  background-color: #f1f2f2;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  .price-list ul li .content-head::after {
    width: 100%;
  }
}
.price-list ul li .content-head .price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.price-list ul li .content-head strong {
  display: block;
  margin: 0 auto 0.2rem;
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1;
}
.price-list ul li .content-head strong .mark {
  font-size: 2.8rem;
}
@media screen and (max-width: 960px) {
  .price-list ul li .content-head strong .mark {
    font-size: 2rem;
  }
}
.price-list ul li .content-head strong .amount {
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .price-list ul li .content-head strong .amount {
    font-size: 2.8rem;
  }
}
.price-list ul li .content-head small {
  display: block;
  color: #999;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .price-list ul li .content-head small {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 960px) {
  .price-list ul li .content-body.-no-caption {
    padding: 0 0 0.8rem;
  }
}
.price-list ul li .content-body strong {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .price-list ul li .content-body strong {
    font-size: 1.4rem;
  }
}
.price-list ul li .content-body strong ._en {
  font-weight: 600;
}
.price-list ul li .content-body strong.has-icon {
  padding: 0 0 0 3.2rem;
  background-image: url("../img/common/icon-money.svg");
  background-position: left 0.4rem center;
  background-repeat: no-repeat no-repeat;
  background-size: 2rem 2rem;
}
@media screen and (max-width: 960px) {
  .price-list ul li .content-body strong.has-icon {
    background-position: left 0.167rem center;
    padding: 0 0 0 2.4rem;
    background-size: 1.7rem 1.7rem;
  }
}
@media screen and (max-width: 960px) {
  .price-list ul li .content-body strong.sp-small {
    font-size: 1.2rem;
  }
}
.price-list ul li .content-body small {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.6rem auto 0;
  color: #666;
  font-size: 1.3rem;
}
@media screen and (max-width: 960px) {
  .price-list ul li .content-body small {
    margin: 0.4rem auto 0;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.price-list .initial-cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 2.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 960px) {
  .price-list .initial-cost {
    gap: 0 1.6rem;
  }
}
.price-list .initial-cost dt {
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .price-list .initial-cost dt {
    font-size: 1.4rem;
  }
}
.price-list .initial-cost dd {
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .price-list .initial-cost dd {
    font-size: 1.4rem;
  }
}
.price-list .initial-cost dd .mark {
  font-size: 2.4rem;
}
@media screen and (max-width: 960px) {
  .price-list .initial-cost dd .mark {
    font-size: 1.8rem;
  }
}
.price-list .initial-cost dd strong {
  font-size: 4rem;
}
@media screen and (max-width: 960px) {
  .price-list .initial-cost dd strong {
    font-size: 2.4rem;
  }
}

#top-example-02 {
  position: relative;
  padding: 10.4rem 0 13.6rem;
  background-color: #f1f2f2;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #top-example-02 {
    padding: 5.6rem 0;
  }
}
#top-example-02::before, #top-example-02::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
}
#top-example-02::before {
  left: 1.8rem;
  bottom: -15.8rem;
  width: 53.6rem;
  height: 53.6rem;
  background-image: url("../img/top/example-02-decoration-01.svg");
  mix-blend-mode: multiply;
}
@media screen and (max-width: 960px) {
  #top-example-02::before {
    left: 0;
    bottom: -7.4rem;
    width: 17.4rem;
    height: 17.4rem;
    background-image: url("../img/top/sp/example-02-decoration-01.svg");
  }
}
#top-example-02::after {
  left: 55.2rem;
  bottom: -12rem;
  width: 25.8rem;
  height: 25.8rem;
  background: url("../img/top/example-02-decoration-01.svg") no-repeat center center/contain;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 960px) {
  #top-example-02::after {
    left: 17.1rem;
    bottom: -7.6rem;
    width: 8.4rem;
    height: 8.5rem;
    background: url("../img/top/sp/example-02-decoration-01.svg") no-repeat center center/contain;
  }
}
#top-example-02 .inner {
  position: relative;
  z-index: 2;
}
#top-example-02 h2 {
  margin: 0 0 3.2rem;
  color: #333;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  font-family: "Plus Jakarta Sans", "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}
@media screen and (max-width: 960px) {
  #top-example-02 h2 {
    margin: 0 0 2.4rem;
    font-size: 2rem;
  }
}
#top-example-02 h2 em {
  color: #02c46b;
}
#top-example-02 .movie {
  max-width: 74.6rem;
  margin: 0 auto;
}
#top-example-02 .movie img {
  width: 100%;
}

#top-faq {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 960px) {
  #top-faq {
    padding: 4.8rem 0 0;
  }
}
#top-faq h2 {
  margin: 0 0 3.2rem;
}
#top-faq .faq-bdrs {
  border-radius: 3.2rem 3.2rem 0 0;
  background-color: #fff;
  margin-top: -3.2rem;
  width: 100%;
  padding-bottom: 9.6rem;
}

#faq-list {
  width: 100%;
}
#faq-list .item {
  border: 0.1rem solid #f1f2f2;
  border-radius: 0.8rem;
  background-color: #fff;
}
#faq-list .item:not(:last-of-type) {
  margin: 0 0 1.6rem;
}
#faq-list .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.6rem;
  position: relative;
  padding: 3.2rem 6.4rem 3.2rem 3.2rem;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
@media screen and (max-width: 960px) {
  #faq-list .title {
    gap: 0 1.2rem;
    font-size: 1.4rem;
    padding: 2.4rem 4.8rem 2.4rem 2.4rem;
  }
}
#faq-list .title.is-active {
  padding: 3.2rem 6.4rem 2.4rem 3.2rem;
}
@media screen and (max-width: 960px) {
  #faq-list .title.is-active {
    padding: 2.4rem 4.8rem 2.4rem 2.4rem;
  }
}
#faq-list .title.is-active::after {
  top: calc(50% + 0.4rem);
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
@media screen and (max-width: 960px) {
  #faq-list .title.is-active::after {
    top: calc(50% - 0.1rem);
  }
}
#faq-list .title::before {
  content: "Q";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: #02c46b;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: rgba(2, 196, 107, 0.1);
}
@media screen and (max-width: 960px) {
  #faq-list .title::before {
    width: 3.3rem;
    height: 3.3rem;
    font-size: 1.6rem;
  }
}
#faq-list .title::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.1rem);
  right: 3rem;
  width: 1.2rem;
  height: 0.8rem;
  background-image: url("../img/common/icon-faq-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
@media screen and (max-width: 960px) {
  #faq-list .title::after {
    right: 2.2rem;
  }
}
#faq-list .text {
  display: none;
}
#faq-list .text .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.6rem;
  position: relative;
  padding: 0 6.4rem 3.2rem 3.2rem;
}
@media screen and (max-width: 960px) {
  #faq-list .text .in {
    gap: 0 1.2rem;
    padding: 0 2.4rem 2.4rem 2.4rem;
    font-size: 1.4rem;
  }
}
#faq-list .text .in::before {
  content: "A";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: #ffa931;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.4;
  background-color: rgba(255, 169, 49, 0.1);
}
@media screen and (max-width: 960px) {
  #faq-list .text .in::before {
    width: 3.3rem;
    height: 3.3rem;
    font-size: 1.6rem;
  }
}

#top-contact {
  position: relative;
  padding: 20.4rem 0 14.4rem;
  margin: -6.8rem 0 0;
}
@media screen and (max-width: 960px) {
  #top-contact {
    padding: 10.8rem 0 11.2rem;
    margin: -2.3rem 0 0;
  }
}
#top-contact .bg-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 125rem;
  height: 26.8rem;
  background-image: url("../img/top/contact-wave.svg");
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  #top-contact .bg-wave {
    max-width: none;
    width: 100%;
    height: 39.7333333333vw;
    background-image: url("../img/top/sp/contact-wave.svg");
    background-size: cover;
  }
}
#top-contact::before, #top-contact::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: contain;
  z-index: -1;
}
#top-contact::before {
  right: 17.3rem;
  bottom: 65.4rem;
  width: 6.2rem;
  height: 9rem;
  background-image: url("../img/top/contact-decoration-right.svg");
}
@media screen and (max-width: 960px) {
  #top-contact::before {
    top: 3.4rem;
    right: 1.9rem;
    bottom: auto;
    width: 3.7rem;
    height: 5.5rem;
    background-image: url("../img/top/sp/contact-decoration-right.svg");
  }
}
#top-contact::after {
  left: 7.5rem;
  bottom: 33.2rem;
  width: 16.4rem;
  height: 24.3rem;
  background-image: url("../img/top/contact-decoration-left.svg");
}
@media screen and (max-width: 960px) {
  #top-contact::after {
    left: 0;
    bottom: 0;
    width: 12.4rem;
    height: 16.8rem;
    background-image: url("../img/top/sp/contact-decoration-left.svg");
  }
}
#top-contact h2 {
  margin: 0 0 1.6rem;
}
#top-contact .content {
  padding: 5.6rem 10.3rem 8rem;
  border-radius: 1.6rem;
  border: 0.1rem solid #f1f2f2;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #top-contact .content {
    padding: 3.2rem 2.4rem 4.8rem;
  }
}
#top-contact .form-container {
  margin: 3.2rem 0 0;
}
#company-information dl .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.4rem 3.2rem;
  border-radius: 0.8rem;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #company-information dl .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.6rem 2.4rem;
  }
}
#company-information dl .item:not(:last-of-type) {
  margin: 0 0 1.6rem;
}
#company-information dl .item dt {
  color: #333;
  width: 17.2rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  #company-information dl .item dt {
    margin: 0 0 0.8rem;
    width: 100%;
  }
}
#company-information dl .item dd {
  width: calc(100% - 19.6rem);
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  #company-information dl .item dd {
    width: 100%;
  }
}
#company-information dl .item dd .box:not(:last-of-type) {
  margin: 0 0 1.6rem;
}
#company-information dl .item dd .box b {
  font-weight: 500;
}

#complete-content .content {
  padding: 4.8rem;
  border-radius: 0.8rem;
  background-color: #fff;
}
#complete-content h2 {
  margin: 0 0 3.2rem;
  color: #333;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  #complete-content h2 {
    margin: 0 0 2.4rem;
  }
}
@media screen and (max-width: 960px) {
  #complete-content h2 {
    font-size: 1.8rem;
  }
}

.article.-rule .section:not(:last-of-type) {
  margin: 0 0 3.2rem;
}
.article.-rule h2 {
  line-height: 1.8;
}
.article.-rule ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 960px) {
  .article.-rule ul {
    margin: 0 auto;
  }
}
.article.-rule ul > li {
  position: relative;
  padding: 0 0 0 1.6rem;
}
.article.-rule ul > li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.article.-rule ol {
  padding: 0 0 0 2.3rem;
}
.article.-rule ol > li {
  position: relative;
  counter-increment: number;
  list-style: decimal;
}