@charset "UTF-8";
/*----------------------------------------
media query
----------------------------------------*/
/*----------------------------------------

	Default CSS
	default setting

-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900");
body,
div,
dl,
dt,
dd,
th,
td,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
em,
p {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

th {
  text-align: left;
  font-weight: normal;
}

li {
  list-style: none;
  vertical-align: bottom;
}

li img {
  vertical-align: top;
}

img,
table,
th,
td {
  border: 0;
}

hr {
  display: none;
}

input,
textarea,
select {
  color: #333333;
  font-size: 100%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic,sans-serif", sans-serif;
}

/*----------------------------------------
	body setting
-----------------------------------------*/
body {
  background-color: #fff;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic,sans-serif", sans-serif;
}

/*----------------------------------------
	link setting
-----------------------------------------*/
a:link,
a:visited {
  color: #111;
  text-decoration: none;
}

a:hover,
a:active {
  color: #111;
  text-decoration: none;
}

/*----------------------------------------
	clearfix
-----------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0px;
  font-size: 0.1px;
  line-height: 0.1px;
}

.clearfix {
  display: inline-block;
  position: relative;
  /* DW */
}

/* Hides from IE-mac \*/
.clearfix {
  display: block;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* End hide from IE-mac */
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input:not([type=radio]),
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  color: #323232;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.7rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

section {
  position: relative;
}

h1 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  h1 {
    font-size: 1.7rem;
  }
}

h2 {
  font-size: 2.3rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  h2 {
    font-size: 1.7rem;
  }
}

h3 {
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  h3 {
    font-size: 1.4rem;
  }
}

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

a:link,
a:visited,
a:hover {
  color: #323232;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  opacity: 0.5;
}

:focus {
  outline: none;
}

[v-cloak] {
  display: none;
}

.l-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
  text-align: left;
  min-width: 320px;
}
@media screen and (min-width: 768px) {
  .l-container {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 640px;
  }
}
@media screen and (min-width: 1024px) {
  .l-container {
    max-width: 1050px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.l-container-fluid {
  width: 100%;
  padding: 110px 0px;
  min-width: 1024px;
}
@media screen and (max-width: 1023px) {
  .l-container-fluid {
    padding: 50px 0px;
    text-align: center;
    min-width: 320px;
  }
}

@media screen and (max-width: 1023px) {
  .l-tb-container-fluid {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .l-sp-container-fluid {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.l-seciton {
  position: relative;
}

.l-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.l-nav {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: all 0.3s;
}
.l-nav.is-active {
  display: block;
  opacity: 1;
  animation: fadein 0.3s linear;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-button--dw, .c-button {
  font-size: 1.5rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FE9B25 url(../imgs/button_arrow_r.svg) no-repeat right 10px center/7px auto;
  text-align: center;
  padding: 20px 20px;
  background-repeat: no-repeat;
}
.c-button--dw:link, .c-button:link, .c-button--dw:visited, .c-button:visited {
  color: white;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .c-button--dw, .c-button {
    font-size: 2.2rem;
    border-radius: 12px;
    padding: 40px 50px;
    background: #FE9B25 url(../imgs/button_arrow_r.svg) no-repeat right 20px center/10px auto;
  }
}

.c-button--dw {
  background-image: url(../imgs/button_arrow_dw.svg);
  background-position: center bottom 10px;
  background-size: 13.5px auto;
}
@media screen and (min-width: 1024px) {
  .c-button--dw {
    background-position: center bottom 15px;
    background-size: 19px auto;
  }
}
.c-button.primary {
  background-color: #42D500;
}
.c-button.secondary {
  background-color: #12CFA5;
}
.c-button.accent {
  background-color: #FE9B25;
}
.c-button.middle {
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .c-button.middle {
    padding: 30px 50px;
    max-width: 466px;
  }
}

main a.c-link {
  color: #478abc;
}
main a.c-link:link,
main a.c-link :visited {
  color: #478abc;
  text-decoration: underline;
}

.c-heading {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.c-heading h1,
.c-heading h2 {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 0px;
  color: #42D500;
}
.c-heading h1:after,
.c-heading h2:after {
  content: "";
  display: block;
  margin: 15px auto;
  width: 12.5px;
  border-top: solid 1px #42D500;
}
.c-heading__description {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8;
}
.c-heading__description.align-left--md {
  text-align: left;
}
.c-heading--white h1,
.c-heading--white h2 {
  color: white;
}
.c-heading.secondary h1,
.c-heading.secondary h2 {
  color: #12CFA5;
}
.c-heading.secondary h1:after,
.c-heading.secondary h2:after {
  border-top: solid 2px #12CFA5;
}
@media screen and (min-width: 1024px) {
  .c-heading {
    text-align: center;
    margin-bottom: 50px;
  }
  .c-heading h1,
  .c-heading h2 {
    font-size: 3.2rem;
  }
  .c-heading h1:after,
  .c-heading h2:after {
    content: "";
    display: block;
    margin: 20px auto;
    width: 18px;
    border-top: solid 2px #42D500;
  }
  .c-heading__description {
    font-size: 1.5rem;
    line-height: 2;
  }
  .c-heading__description.lh25 {
    line-height: 2.5;
    text-align: center;
  }
  .c-heading__description.align-left--md {
    text-align: center;
  }
}

.c-flex {
  display: flex;
  flex-wrap: wrap;
}
.c-flex--nw {
  flex-wrap: nowrap;
}
.c-flex__col-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
.c-flex__col-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
.c-flex__col-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.c-flex__col-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
.c-flex__col-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
.c-flex__col-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.c-flex__col-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
.c-flex__col-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
.c-flex__col-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.c-flex__col-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
.c-flex__col-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
.c-flex__col-12 {
  flex-basis: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-flex__col-1--sm {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-flex__col-2--sm {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-flex__col-3--sm {
    flex-basis: 25%;
    max-width: 25%;
  }
  .c-flex__col-4--sm {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-flex__col-5--sm {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-flex__col-6--sm {
    flex-basis: 50%;
    max-width: 50%;
  }
  .c-flex__col-7--sm {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-flex__col-8--sm {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-flex__col-9--sm {
    flex-basis: 75%;
    max-width: 75%;
  }
  .c-flex__col-10--sm {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-flex__col-11--sm {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-flex__col-12--sm {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-flex__col-1--md {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-flex__col-2--md {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-flex__col-3--md {
    flex-basis: 25%;
    max-width: 25%;
  }
  .c-flex__col-4--md {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-flex__col-5--md {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-flex__col-6--md {
    flex-basis: 50%;
    max-width: 50%;
  }
  .c-flex__col-7--md {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-flex__col-8--md {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-flex__col-9--md {
    flex-basis: 75%;
    max-width: 75%;
  }
  .c-flex__col-10--md {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-flex__col-11--md {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-flex__col-12--md {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.c-grid--col-12, .c-grid--col-11, .c-grid--col-10, .c-grid--col-9, .c-grid--col-8, .c-grid--col-7, .c-grid--col-6, .c-grid--col-5, .c-grid--col-4, .c-grid--col-3, .c-grid--col-2 {
  display: grid;
}

.c-grid--col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.c-grid--col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.c-grid--col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.c-grid--col-5 {
  grid-template-columns: repeat(5, 1fr);
}
.c-grid--col-6 {
  grid-template-columns: repeat(6, 1fr);
}
.c-grid--col-7 {
  grid-template-columns: repeat(7, 1fr);
}
.c-grid--col-8 {
  grid-template-columns: repeat(8, 1fr);
}
.c-grid--col-9 {
  grid-template-columns: repeat(9, 1fr);
}
.c-grid--col-10 {
  grid-template-columns: repeat(10, 1fr);
}
.c-grid--col-11 {
  grid-template-columns: repeat(11, 1fr);
}
.c-grid--col-12 {
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (max-width: 767px) {
  .c-grid--col-1--sm {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-grid--col-2--sm {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid--col-3--sm {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid--col-4--sm {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid--col-5--sm {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid--col-6--sm {
    grid-template-columns: repeat(6, 1fr);
  }
  .c-grid--col-7--sm {
    grid-template-columns: repeat(7, 1fr);
  }
  .c-grid--col-8--sm {
    grid-template-columns: repeat(8, 1fr);
  }
  .c-grid--col-9--sm {
    grid-template-columns: repeat(9, 1fr);
  }
  .c-grid--col-10--sm {
    grid-template-columns: repeat(10, 1fr);
  }
  .c-grid--col-11--sm {
    grid-template-columns: repeat(11, 1fr);
  }
  .c-grid--col-12--sm {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media screen and (max-width: 1023px) {
  .c-grid--col-1--md {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-grid--col-2--md {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid--col-3--md {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid--col-4--md {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid--col-5--md {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid--col-6--md {
    grid-template-columns: repeat(6, 1fr);
  }
  .c-grid--col-7--md {
    grid-template-columns: repeat(7, 1fr);
  }
  .c-grid--col-8--md {
    grid-template-columns: repeat(8, 1fr);
  }
  .c-grid--col-9--md {
    grid-template-columns: repeat(9, 1fr);
  }
  .c-grid--col-10--md {
    grid-template-columns: repeat(10, 1fr);
  }
  .c-grid--col-11--md {
    grid-template-columns: repeat(11, 1fr);
  }
  .c-grid--col-12--md {
    grid-template-columns: repeat(12, 1fr);
  }
}

.c-grid-g20 {
  gap: 20px;
}

.c-grid-g30 {
  gap: 30px;
}

.c-grid-g40 {
  gap: 40px;
}

.c-grid-g50 {
  gap: 50px;
}

.c-grid-g60 {
  gap: 60px;
}

.c-grid-g70 {
  gap: 70px;
}

.c-grid-g80 {
  gap: 80px;
}

.c-grid-g90 {
  gap: 90px;
}

.c-grid-g100 {
  gap: 100px;
}

.c-scroll {
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
}
.c-scroll__arrow, .c-scroll__arrow--bottom {
  margin-top: 5px;
  display: block;
  width: 3px;
  height: 36px;
  overflow-y: hidden;
  overflow-x: visible;
  position: relative;
  margin: 5px auto 0 auto;
}
.c-scroll__arrow::before, .c-scroll__arrow--bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  height: 100%;
  width: 0.5px !important;
  background: #3c3c3c;
}
.c-scroll__arrow span, .c-scroll__arrow--bottom span {
  height: 10px;
  width: 2px;
  display: block;
  background: #3c3c3c;
  animation: attention-sp 1.6s infinite;
}
.c-scroll__arrow--bottom {
  margin-top: 0px;
}
.c-scroll__arrow--bottom span {
  animation: attention-bottom-sp 1.6s infinite;
}
@media screen and (min-width: 1024px) {
  .c-scroll {
    color: white;
  }
  .c-scroll__arrow, .c-scroll__arrow--bottom {
    height: 60px;
  }
  .c-scroll__arrow::before, .c-scroll__arrow--bottom::before {
    background: white;
  }
  .c-scroll__arrow span, .c-scroll__arrow--bottom span {
    background: white;
    height: 13px;
    animation: attention 1.6s infinite;
  }
  .c-scroll__arrow--bottom {
    height: 60px;
    margin-top: 0px;
  }
  .c-scroll__arrow--bottom::before {
    background: #3c3c3c;
  }
  .c-scroll__arrow--bottom span {
    background: #3c3c3c;
    height: 13px;
    animation: attention-bottom 1.6s infinite;
  }
}

@keyframes attention {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: 120px;
  }
}
@keyframes attention-bottom {
  0% {
    margin-top: -60px;
  }
  100% {
    margin-top: 60px;
  }
}
@keyframes attention-sp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: 72px;
  }
}
@keyframes attention-bottom-sp {
  0% {
    margin-top: -36px;
  }
  100% {
    margin-top: 36px;
  }
}
.animate {
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.animate-delay100ms {
  animation-delay: 100ms;
}
.animate-delay200ms {
  animation-delay: 200ms;
}
.animate-delay300ms {
  animation-delay: 300ms;
}
.animate-delay400ms {
  animation-delay: 400ms;
}
.animate-delay500ms {
  animation-delay: 500ms;
}
.animate-delay600ms {
  animation-delay: 600ms;
}
.animate-delay700ms {
  animation-delay: 700ms;
}
.animate-delay800ms {
  animation-delay: 800ms;
}
.animate-delay900ms {
  animation-delay: 900ms;
}
.animate-delay1000ms {
  animation-delay: 1000ms;
}
.animate-delay1100ms {
  animation-delay: 1100ms;
}
.animate-delay1200ms {
  animation-delay: 1200ms;
}
.animate-delay1300ms {
  animation-delay: 1300ms;
}
.animate-delay1400ms {
  animation-delay: 1400ms;
}
.animate-delay1500ms {
  animation-delay: 1500ms;
}
.animate-delay1600ms {
  animation-delay: 1600ms;
}
.animate-delay1700ms {
  animation-delay: 1700ms;
}
.animate-delay1800ms {
  animation-delay: 1800ms;
}

.fadein_l {
  opacity: 0;
}

.fadein_r {
  opacity: 0;
}

.fadein {
  opacity: 0;
}

.fadein_u {
  opacity: 0;
}

.fadein_u--s {
  opacity: 0;
}

.bounce {
  opacity: 0;
}

.show_r {
  clip-path: inset(0 100% 0% 0);
}

.scroll_effect.se_active .fadein_l {
  opacity: 0;
  animation-duration: 0.35s;
  animation-name: fadein_l;
  animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  animation-fill-mode: forwards;
}
.scroll_effect.se_active .fadein_r {
  opacity: 0;
  animation-duration: 0.4s;
  animation-name: fadein_r;
  animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  animation-fill-mode: forwards;
}
.scroll_effect.se_active .fadein {
  opacity: 0;
  animation-duration: 0.35s;
  animation-name: fadein;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.scroll_effect.se_active .fadein_u {
  opacity: 0;
  animation-duration: 0.4s;
  animation-name: fadein_u;
  animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  animation-fill-mode: forwards;
}
.scroll_effect.se_active .fadein_u--s {
  opacity: 0;
  animation-duration: 0.4s;
  animation-name: fadein_u--s;
  animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  animation-fill-mode: forwards;
}
.scroll_effect.se_active .scale {
  opacity: 0;
  animation-duration: 0.4s;
  animation-name: scale;
  animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  animation-fill-mode: forwards;
}
.scroll_effect.se_active .bounce {
  opacity: 0;
  animation-duration: 0.4s;
  animation-name: scale;
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  animation-fill-mode: forwards;
}
.scroll_effect.se_active .show_r {
  clip-path: inset(0 100% 0% 0);
  animation-duration: 0.4s;
  animation-name: show_r;
  animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  animation-fill-mode: forwards;
}

@keyframes fadein_l {
  0% {
    opacity: 0;
    transform: translateX(-10vw) translateY(0.5vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
@keyframes fadein_r {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadein_u {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein_u--s {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes movedown {
  0% {
    transform: translateY(-100%);
  }
  10% {
    transform: translateY(-100%);
  }
  75% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
@keyframes show_r {
  0% {
    clip-path: inset(0 100% 0% 0);
  }
  100% {
    clip-path: inset(0);
  }
}
.hero {
  background: url(../img/hero_bg_sp.svg) no-repeat center bottom/cover;
  padding: 28px;
  text-align: center;
}
.hero h1 img {
  max-width: 990px;
}
@media screen and (min-width: 768px) {
  .hero {
    background: url(../img/hero_bg.svg) no-repeat center bottom/cover;
    padding: 56px;
    text-align: center;
  }
  .hero h1 img {
    max-width: 990px;
  }
}

.header {
  padding: 4px 12px 8px 12px;
}
.header__logo {
  max-width: 168px;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 16px 24px;
  }
  .header__logo {
    max-width: 240px;
  }
}

.footer {
  background: black;
  text-align: center;
}
.footer__copyright {
  color: white;
  font-size: 1rem;
  padding: 8px 0;
}
@media screen and (min-width: 1024px) {
  .footer__copyright {
    color: white;
    font-size: 1.2rem;
    padding: 16px 0;
  }
}
.footer__backtotop {
  width: 100%;
  position: fixed;
  right: 0px;
  bottom: 12px;
  z-index: 100;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .footer__backtotop {
    bottom: 32px;
  }
}
@media screen and (min-width: 1366px) {
  .footer__backtotop {
    bottom: 32px;
  }
}
.footer__backtotop-inner {
  text-align: right;
  padding: 0 12px;
}
@media screen and (min-width: 1024px) {
  .footer__backtotop-inner {
    padding: 0 20px;
  }
}
.footer__backtotop p {
  max-width: 1260px;
  margin: 0 auto;
}
.footer__backtotop p img {
  width: 40px;
}
.footer__backtotop p a {
  position: relative;
  z-index: 1000;
}
@media screen and (min-width: 1024px) {
  .footer__backtotop p {
    max-width: 1260px;
  }
  .footer__backtotop p img {
    width: 60px;
  }
}
.cta-footer-activated .footer__backtotop {
  bottom: clamp(64px, 20vw, 104px);
}
@media screen and (min-width: 1024px) {
  .cta-footer-activated .footer__backtotop {
    bottom: 112px;
  }
}

.autocharge .inner, .autocharge .inner--lightbeige, .autocharge .inner--beige {
  padding: 0;
  border: solid 2px #004da0;
}
.autocharge h2 {
  background: #004da0;
  color: white;
  border-radius: 7px 7px 0 0;
  text-align: center;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.autocharge h2 span {
  display: inline-block;
  padding-left: 60px;
}
.autocharge h2 img {
  width: 52px;
  margin-left: 12px;
}
.autocharge__description {
  padding: 24px 16px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
}
.autocharge__description p {
  margin-bottom: 8px;
  font-weight: 500;
}
.autocharge__note {
  font-size: 1rem;
  font-weight: 300 !important;
  margin-top: 16px;
  margin-bottom: 0 !important;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .autocharge .sp-text-left {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .autocharge .inner, .autocharge .inner--lightbeige, .autocharge .inner--beige {
    padding: 0;
    border: solid 2px #004da0;
  }
  .autocharge h2 {
    background: #004da0;
    color: white;
    border-radius: 23px 23px 0 0;
    text-align: center;
    font-size: 3.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .autocharge h2 span {
    display: inline-block;
    padding-left: 109px;
  }
  .autocharge h2 img {
    width: 85px;
    margin-left: 24px;
  }
  .autocharge__description {
    padding: 48px 32px;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 500;
  }
  .autocharge__description p {
    margin-bottom: 0;
    font-weight: 500;
  }
  .autocharge__note {
    font-size: 1.4rem;
    font-weight: 300 !important;
    margin-top: 24px;
    margin-bottom: 0 !important;
    text-align: center;
  }
}

.howto {
  text-align: center;
}
.howto .inner, .howto .inner--lightbeige, .howto .inner--beige {
  padding: 24px 20px;
}
.howto h2 {
  max-width: 480px;
  width: 85%;
  margin: 0px auto 8px auto;
}
.howto h3 {
  margin-bottom: 24px;
}
.howto__item {
  margin-bottom: 40px;
}
.howto__item.last {
  margin-bottom: 0;
}
.howto__text {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 16px;
}
.howto__text strong {
  color: #c7161d;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: underline;
}
.howto__charge {
  max-width: 186px;
  margin-bottom: 24px;
}
.howto__op-icon {
  width: 30px;
  transform: translateY(6px);
  margin-right: 4px;
}
.howto__link img {
  max-width: 548px;
}
.howto__note {
  font-size: 1rem;
}
.howto__item-inner {
  padding: 0 8px;
}
.howto__romancecar-title {
  font-size: 1.6rem;
  color: #c7161d;
  font-weight: bold;
  margin-bottom: 8px;
}
.howto__romancecar-desc {
  background: #f9eed4;
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: left;
  padding: 24px;
  border-radius: 7px;
  margin-bottom: 24px;
}
.howto__romancecar-desc p {
  font-weight: 500;
  margin-bottom: 16px;
}
.howto__romancecar-desc .w40 {
  text-align: center;
}
.howto__romancecar-desc .w40 img {
  width: 80%;
}
@media screen and (min-width: 1024px) {
  .howto {
    text-align: center;
  }
  .howto .inner, .howto .inner--lightbeige, .howto .inner--beige {
    padding: 48px;
  }
  .howto h2 {
    max-width: 980px;
    width: auto;
    margin: 72px auto 24px auto;
  }
  .howto h3 {
    margin-bottom: 48px;
  }
  .howto__item {
    margin-bottom: 72px;
  }
  .howto__item.last {
    margin-bottom: 0;
  }
  .howto__text {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 32px;
  }
  .howto__text strong {
    color: #c7161d;
    font-size: 2.4rem;
    font-weight: bold;
    text-decoration: underline;
  }
  .howto__charge {
    max-width: 316px;
    margin-bottom: 24px;
  }
  .howto__op-icon {
    width: 48px;
    transform: translateY(8px);
    margin-right: 8px;
  }
  .howto__link img {
    max-width: 548px;
  }
  .howto__note {
    font-size: 1.4rem;
  }
  .howto__item-inner {
    padding: 0 24px;
  }
  .howto__romancecar-title {
    font-size: 2.8rem;
    color: #c7161d;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .howto__romancecar-desc {
    background: #f9eed4;
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: left;
    padding: 40px;
    border-radius: 20px;
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
  }
  .howto__romancecar-desc p {
    font-weight: 500;
    margin-bottom: 0;
  }
  .howto__romancecar-desc .w40 {
    flex-basis: 40%;
    flex-shrink: 0;
  }
  .howto__romancecar-desc .w40 img {
    width: 100%;
  }
}

.main {
  background: #e4b33c;
}
.main .content01 {
  padding: 0 0 1px 0;
  background-image: linear-gradient(180deg, rgb(228, 179, 60), rgb(251, 217, 98) 50%, rgb(237, 193, 75));
}
.main .content02 {
  padding: 32px 0 1px 0;
  background: #f9f4ed;
}
.main .content03 {
  background: white;
  padding: 32px 0;
}
@media screen and (min-width: 768px) {
  .main {
    background: #e0ac36;
  }
  .main .content01 {
    padding: 72px 0;
    background-image: linear-gradient(180deg, rgb(224, 172, 54), rgb(251, 217, 98) 50%, rgb(237, 193, 75));
  }
  .main .content02 {
    padding: 72px 0 32px 0;
    background: #f9f4ed;
  }
  .main .content03 {
    background: white;
    padding: 72px 0;
  }
}

.inner, .inner--lightbeige, .inner--beige {
  background: white;
  border-radius: 10px;
  max-width: 480px;
  width: 85%;
  margin: 0 auto 40px auto;
  padding: 20px;
}
.inner--beige {
  background: #f5ebc8;
}
.inner--lightbeige {
  background: #fcfaf7;
}
@media screen and (min-width: 1024px) {
  .inner, .inner--lightbeige, .inner--beige {
    background: white;
    border-radius: 26px;
    max-width: 980px;
    width: auto;
    margin: 0 auto 40px auto;
    padding: 80px;
  }
  .inner--beige {
    background: #f5ebc8;
  }
  .inner--lightbeige {
    background: #fcfaf7;
  }
}

.deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
}
.deco img {
  width: 100% !important;
  max-width: 560px !important;
}
@media screen and (min-width: 768px) {
  .deco img {
    max-width: 1044px !important;
  }
}
.deco.deco01 {
  top: 854px;
}
.deco.deco02 {
  top: -50px;
}
.deco.deco03 {
  left: -40px;
  top: 130px;
}
.deco.deco03 img {
  max-width: 1104px !important;
}
.deco.deco04 {
  top: -135px;
}
.deco.deco05 {
  top: 934px;
}
.deco.deco06 {
  top: -80px;
}
.deco.deco01-sp {
  top: 290px;
}
.deco.deco02-sp {
  top: 194px;
}
.deco.deco03-sp {
  top: 61%;
}
.deco.deco04-sp {
  top: -30px;
}

.notice {
  background: white;
}
.notice .inner, .notice .inner--beige, .notice .inner--lightbeige {
  padding: 0;
  border: solid 2px #004da0;
  border-radius: 10px;
}
.notice__inner {
  padding: 20px;
}
.notice__item {
  margin-bottom: 16px;
}
.notice__item:last-of-type {
  margin-bottom: 0;
}
.notice__period-table {
  max-width: 320px;
  border-collapse: collapse;
  margin-top: 4px;
  margin-bottom: 16px;
}
.notice__period-table th,
.notice__period-table td {
  border: solid 1px black;
  padding: 0 4px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
.notice__period-table th {
  background: #faf4e1;
  font-weight: bold;
}
.notice h2 {
  background: #004da0;
  color: white;
  border-radius: 7px 7px 0 0;
  text-align: center;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.notice h2 span {
  display: inline-block;
  padding-right: 10px;
}
.notice h2 img {
  width: 20px;
  margin-right: 8px;
}
.notice h3 {
  border: solid 1px black;
  padding: 0 8px;
  font-size: 1rem;
  display: inline-block;
  border-radius: 20px;
  margin-bottom: 4px;
}
.notice ul li {
  font-size: 1rem;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
.notice ul li:before {
  content: "○";
}
@media screen and (min-width: 1024px) {
  .notice {
    background: white;
  }
  .notice .inner, .notice .inner--beige, .notice .inner--lightbeige {
    padding: 0;
    border: solid 2px #004da0;
    border-radius: 18px;
  }
  .notice__inner {
    padding: 56px 64px;
  }
  .notice__item {
    margin-bottom: 32px;
  }
  .notice__item:last-of-type {
    margin-bottom: 0;
  }
  .notice__period-table {
    max-width: 420px;
    border-collapse: collapse;
    margin-bottom: 16px;
  }
  .notice__period-table th,
  .notice__period-table td {
    border: solid 1px black;
    padding: 0 12px;
    text-align: center;
    font-size: 1.36rem;
    font-weight: 500;
  }
  .notice__period-table th {
    background: #faf4e1;
    font-weight: bold;
  }
  .notice h2 {
    background: #004da0;
    color: white;
    border-radius: 16px 16px 0 0;
    text-align: center;
    font-size: 2.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
  }
  .notice h2 span {
    display: inline-block;
    padding-right: 46px;
  }
  .notice h2 img {
    width: 34px;
    margin-right: 12px;
  }
  .notice h3 {
    border: solid 1px black;
    padding: 2px 12px;
    font-size: 1.4rem;
    display: inline-block;
    border-radius: 20px;
    margin-bottom: 4px;
  }
  .notice ul li {
    font-size: 1.36rem;
    line-height: 1.6;
    text-indent: -1em;
    padding-left: 1em;
  }
  .notice ul li:before {
    content: "○";
  }
}

.summary h2 {
  font-size: 1.7rem;
  background: #004da0;
  border-radius: 30px;
  color: white;
  text-align: center;
  padding: 4px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .summary h2 {
    font-size: 2.5rem;
    background: #004da0;
    border-radius: 30px;
    color: white;
    text-align: center;
    padding: 8px;
    margin-bottom: 32px;
  }
}
.summary__description {
  text-align: center;
  margin-bottom: 24px;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: solid 1px black;
}
.summary__description img {
  max-width: 428px;
}
.summary__description p {
  margin-bottom: 16px;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .summary__description {
    text-align: center;
    margin-bottom: 48px;
    font-size: 2.3rem;
    font-weight: bold;
    border-bottom: solid 2px black;
  }
  .summary__description img {
    max-width: 428px;
  }
  .summary__description p {
    margin-bottom: 24px;
    font-weight: 500;
  }
}
.summary__note {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .summary__note.sp-text-left {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .summary__note {
    font-size: 1.4rem;
  }
}
.summary__period {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 32px;
  border-bottom: solid 1px black;
}
.summary__period h3 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.summary__period p {
  margin-bottom: 16px;
  font-weight: 500;
}
.summary__period-table {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 32px auto;
  border-collapse: collapse;
}
.summary__period-table th,
.summary__period-table td {
  border: solid 1px black;
  padding: 2px 0px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
}
.summary__period-table th {
  background: #faf4e1;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .summary__period {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 48px;
    border-bottom: solid 2px black;
  }
  .summary__period h3 {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 8px;
  }
  .summary__period p {
    margin-bottom: 16px;
    font-weight: 500;
  }
  .summary__period-table {
    width: 100%;
    max-width: 620px;
    margin: 0 auto 72px auto;
    border-collapse: collapse;
  }
  .summary__period-table th,
  .summary__period-table td {
    border: solid 1px black;
    padding: 8px 12px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .summary__period-table th {
    background: #faf4e1;
    font-weight: bold;
  }
}
.summary__target {
  touch-action: center;
  margin-bottom: 32px;
}
.summary__target h3 {
  text-align: center;
  margin-bottom: 8px;
}
.summary__target h3 img {
  max-width: 190px;
}
.summary__target img {
  max-width: 428px;
}
.summary__target-cards {
  display: flex;
  justify-content: center;
  gap: 0px;
  font-weight: 500;
  margin: 0 -10px;
}
.summary__target-cards figure {
  margin: 0;
  padding: 0;
}
.summary__target-cards figcaption {
  text-align: center;
  margin-top: 0px;
  font-size: 1.1rem;
}
.summary__target-cards img {
  max-width: 290px;
}
@media screen and (min-width: 1024px) {
  .summary__target {
    text-align: center;
    margin-bottom: 48px;
  }
  .summary__target h3 {
    margin-bottom: 16px;
  }
  .summary__target h3 img {
    max-width: 324px;
  }
  .summary__target img {
    max-width: 428px;
  }
  .summary__target-cards {
    display: flex;
    justify-content: center;
    gap: 24px;
    font-weight: 500;
    margin: 0;
  }
  .summary__target-cards figure {
    margin: 0;
    padding: 0;
  }
  .summary__target-cards figcaption {
    margin-top: 4px;
    font-size: 1.6rem;
  }
  .summary__target-cards img {
    max-width: 290px;
  }
}
.summary__present {
  position: relative;
}
.summary__present h3 {
  position: absolute;
  top: -12px;
  left: 0;
  z-index: 10;
}
.summary__present h3 img {
  max-width: 78px;
}
.summary__present-inner {
  background: #f9eed4;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 5px;
  padding: 24px 12px;
}
.summary__present-inner p {
  font-weight: bold;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 8px;
}
.summary__present-inner p:last-of-type {
  margin-bottom: 0;
}
.summary__present-inner p span.small {
  font-size: 1.55rem;
}
.summary__present-inner strong {
  font-weight: bold;
  font-size: 1.7rem;
  color: #cf121b;
}
.summary__present-card img {
  width: 40vw;
}
.summary__present-card.gold img {
  width: 20vw;
}
.summary__present-value.value01 img {
  max-width: 240px;
  width: 50vw;
}
.summary__present-value.value02 img {
  max-width: 240px;
  width: 35vw;
}
.summary__present-items {
  display: flex;
  justify-content: center;
  gap: 12px;
  text-align: left;
}
.summary__present-items h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.summary__present-devider {
  width: 2px;
  background: black;
}
.summary__present-condition {
  font-size: 1.55rem !important;
  margin-bottom: 8px !important;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .summary__present {
    position: relative;
  }
  .summary__present h3 {
    position: absolute;
    top: -24px;
    left: 0;
  }
  .summary__present h3 img {
    max-width: 116px;
  }
  .summary__present-inner {
    background: #f9eed4;
    font-size: 1.8rem;
    text-align: center;
    border-radius: 16px;
    padding: 24px 32px;
  }
  .summary__present-inner.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }
  .summary__present-inner p {
    font-weight: bold;
    font-size: 1.7rem;
    text-align: left;
    margin-bottom: 0;
  }
  .summary__present-inner p span.small {
    font-size: 1.55rem;
  }
  .summary__present-inner strong {
    font-weight: bold;
    font-size: 2.5rem;
    color: #cf121b;
  }
  .summary__present-card {
    flex-basis: 98px;
  }
  .summary__present-card img {
    width: 100%;
  }
  .summary__present-card.gold img {
    width: 100%;
  }
  .summary__present-value.value01 {
    flex-basis: 245px;
  }
  .summary__present-value.value01 img {
    width: 100%;
    max-width: none;
  }
  .summary__present-value.value02 {
    flex-basis: 193px;
  }
  .summary__present-value.value02 img {
    width: 100%;
    max-width: none;
  }
  .summary__present-items {
    display: flex;
    justify-content: center;
    gap: 32px;
    text-align: left;
  }
  .summary__present-items h4 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .summary__present-item {
    display: flex;
    justify-content: center;
    gap: 24px;
  }
  .summary__present-item .w40 {
    flex-basis: 40%;
  }
  .summary__present-item .w60 {
    flex-basis: 60%;
  }
  .summary__present-devider {
    width: 2px;
    background: black;
  }
  .summary__present-condition {
    font-size: 1.55rem !important;
    margin-bottom: 24px !important;
    font-weight: bold;
  }
}
.summary__plus {
  text-align: center;
  margin: 8px;
}
.summary__plus img {
  width: 27px;
}
@media screen and (min-width: 1024px) {
  .summary__plus {
    text-align: center;
    margin: 16px;
  }
  .summary__plus img {
    width: 45px;
  }
}
.summary__total {
  margin-top: 16px;
  padding-bottom: 16px;
  border-bottom: dotted 1px black;
  margin-bottom: 24px;
  text-align: center;
}
.summary__total-items {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.summary__total-item {
  flex-basis: calc(50% - 8px);
}
.summary__total-item h3 {
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .summary__total {
    margin-top: 24px;
    padding-bottom: 32px;
    border-bottom: dotted 2px black;
    margin-bottom: 32px;
    text-align: center;
  }
  .summary__total-items {
    display: flex;
    align-items: center;
    gap: 48px;
    margin-bottom: 32px;
  }
  .summary__total-item {
    flex-basis: calc(50% - 24px);
  }
  .summary__total-item h3 {
    margin-bottom: 16px;
  }
}
.summary__present-toy {
  position: relative;
  text-align: center;
}
.summary__present-toy h4 {
  margin-bottom: 16px;
}
.summary__present-toy h4 img {
  max-width: 182px;
}
.summary__present-toy img {
  max-width: 428px;
}
.summary__present-toy-heading {
  flex-shrink: 0;
}
.summary__present-toy-title {
  font-size: 1.7rem !important;
  font-weight: 900 !important;
  color: #004da0;
  text-align: center;
}
.summary__present-toy-inner {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 16px;
}
.summary__present-toy-inner p {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 1.1rem;
  font-weight: bold;
}
.summary__present-toy-inner p strong {
  font-size: 1.3rem;
  font-weight: bold;
  color: #004da0;
}
.summary__present-toy-images img {
  position: absolute;
}
.summary__present-toy-images img.image01 {
  width: 60px;
  left: -40px;
  top: 120px;
}
.summary__present-toy-images img.image02 {
  width: 70px;
  right: -24px;
  top: 10px;
}
.summary__present-toy-link img {
  max-width: 244px;
}
@media screen and (min-width: 1024px) {
  .summary__present-toy {
    position: relative;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .summary__present-toy h4 {
    margin-bottom: 16px;
  }
  .summary__present-toy h4 img {
    max-width: 324px;
  }
  .summary__present-toy img {
    max-width: 428px;
  }
  .summary__present-toy-heading {
    flex-basis: 157px;
    flex-shrink: 0;
  }
  .summary__present-toy-title {
    flex-basis: 157px;
    font-size: 3rem !important;
    font-weight: 900 !important;
    color: #004da0;
    text-align: left;
  }
  .summary__present-toy-inner {
    flex-basis: calc(100% - 173px);
    text-align: left;
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  .summary__present-toy-inner p {
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .summary__present-toy-inner p strong {
    font-size: 2rem;
    font-weight: bold;
    color: #004da0;
  }
  .summary__present-toy-images img {
    position: absolute;
  }
  .summary__present-toy-images img.image01 {
    width: 120px;
    left: -120px;
    top: -40px;
  }
  .summary__present-toy-images img.image02 {
    width: 140px;
    right: -100px;
    top: -90px;
  }
  .summary__present-toy-link {
    flex-basis: 100%;
  }
  .summary__present-toy-link img {
    max-width: 352px;
  }
}

.system .inner, .system .inner--beige, .system .inner--lightbeige {
  border-radius: 0 0 26px 26px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .system .inner, .system .inner--beige, .system .inner--lightbeige {
    border-radius: 0 0 26px 26px;
    text-align: center;
  }
}
.system h2 {
  max-width: 480px;
  margin: 0 auto;
  background-image: radial-gradient(rgb(230, 35, 32), rgb(162, 19, 29));
  padding: 80px;
  padding: 24px 12px;
  border-radius: 20px 20px 0 0;
  text-align: center;
  font-size: 1.7rem;
  width: 85%;
  color: white;
}
.system h2 img {
  max-width: 116px;
}
.system h2 span {
  display: block;
}
@media screen and (min-width: 1024px) {
  .system h2 {
    max-width: 980px;
    margin: 0 auto;
    background-image: radial-gradient(rgb(230, 35, 32), rgb(162, 19, 29));
    padding: 80px;
    padding: 24px 32px;
    border-radius: 26px 26px 0 0;
    text-align: center;
    font-size: 3.3rem;
    width: auto;
    color: white;
  }
  .system h2 img {
    max-width: 230px;
  }
  .system h2 span {
    display: block;
  }
}
.system__card {
  margin-bottom: 24px;
}
.system__card h3 {
  margin-bottom: 24px;
}
.system__card h3 img {
  max-width: 435px;
}
.system__card-image {
  margin-bottom: 16px;
}
.system__card-image img {
  max-width: 136px;
}
.system__card-fee {
  margin-bottom: 16px;
  border-bottom: solid 2px black;
  display: inline-block;
  margin-bottom: 16px;
}
.system__card-example {
  background: #fdeeed;
  padding: 16px;
  max-width: 464px;
  margin: 24px auto 32px auto;
  color: #555555;
  border-radius: 10px;
}
.system__card-example p {
  font-size: 1.4rem !important;
}
.system__card-example strong {
  font-size: 2.4rem;
  color: #c7161d;
  font-weight: 700 !important;
}
.system__card p {
  font-size: 1.4rem;
  font-weight: 500;
}
.system__card p strong {
  color: #c7161d;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .system__card {
    margin-bottom: 64px;
  }
  .system__card h3 {
    margin-bottom: 24px;
  }
  .system__card h3 img {
    max-width: 435px;
  }
  .system__card-image {
    margin-bottom: 24px;
  }
  .system__card-image img {
    max-width: 224px;
  }
  .system__card-fee {
    margin-bottom: 16px;
    border-bottom: solid 2px black;
    display: inline-block;
    margin-bottom: 24px;
  }
  .system__card-example {
    background: #fdeeed;
    padding: 24px;
    max-width: 464px;
    margin: 48px auto 0 auto;
    color: #555555;
    border-radius: 14px;
  }
  .system__card-example p {
    font-size: 2.3rem !important;
  }
  .system__card-example strong {
    font-size: 4rem;
    color: #c7161d;
    font-weight: 700 !important;
  }
  .system__card p {
    font-size: 2.6rem;
    font-weight: 500;
  }
  .system__card p strong {
    color: #c7161d;
    font-weight: 500;
  }
}
.system__usage {
  background: #f9eed4;
  margin: 0 auto 32px auto;
  position: relative;
  border-radius: 16px;
  padding: 24px;
}
.system__usage.last {
  margin-bottom: 0;
}
.system__usage strong {
  color: #c7161d;
  font-weight: bold !important;
  font-size: 1.6rem;
}
.system__usage h3 {
  position: absolute;
  top: -12px;
  left: 0;
  text-align: center;
  width: 100%;
}
.system__usage h3 span {
  display: inline-block;
  background: #004da0;
  color: white;
  border-radius: 30px;
  font-size: 1.4rem;
  padding: 6px 16px;
}
.system__usage h4 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 8px;
}
.system__usage h4.large {
  font-size: 1.6rem;
}
.system__usage h4.large strong {
  font-size: 1.6rem;
}
.system__usage p {
  font-weight: 500;
}
.system__usage p strong {
  color: #c7161d;
  font-weight: 500;
}
.system__usage-inner {
  margin-bottom: 24px;
  text-align: center;
}
.system__usage-inner .w40 img {
  width: 142px;
}
.system__usage-wrapper {
  margin-bottom: 24px;
  border-bottom: solid 2px black;
}
.system__usage-icon {
  width: 55px;
}
.system__usage-item {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 16px;
  line-height: 1.6;
  padding-bottom: 16px;
  border-bottom: solid 2px black;
}
.system__usage-divider {
  width: 2px;
  background: black;
  margin: 24px 0 0 0;
}
.system__usage-description {
  font-size: 1.3rem;
  margin-bottom: 16px;
}
.system__usage-link img {
  max-width: 150px;
}
.system__usage-note {
  font-size: 1.1rem;
  text-align: left;
  font-weight: 300 !important;
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .system__usage {
    background: #f9eed4;
    margin: 0 auto 92px auto;
    position: relative;
    border-radius: 16px;
    padding: 48px 48px;
  }
  .system__usage.last {
    margin-bottom: 0;
  }
  .system__usage strong {
    color: #c7161d;
    font-weight: bold !important;
    font-size: 2.5rem;
  }
  .system__usage h3 {
    position: absolute;
    top: -24px;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .system__usage h3 span {
    display: inline-block;
    background: #004da0;
    color: white;
    border-radius: 30px;
    font-size: 2.5rem;
    padding: 12px 32px;
  }
  .system__usage h4 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .system__usage h4.large {
    font-size: 2.8rem;
  }
  .system__usage h4.large strong {
    font-size: 2.8rem;
  }
  .system__usage p {
    font-weight: 500;
  }
  .system__usage p strong {
    color: #c7161d;
    font-weight: 500;
  }
  .system__usage-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 32px;
    text-align: left;
  }
  .system__usage-inner .w40 {
    flex-basis: 35%;
  }
  .system__usage-inner .w40 img {
    width: 100%;
  }
  .system__usage-wrapper {
    margin-bottom: 0;
    border-bottom: none;
  }
  .system__usage-icon {
    width: 93px;
  }
  .system__usage-item {
    text-align: center;
    flex-basis: 49%;
    font-size: 2rem;
    margin-top: 16px;
    line-height: 1.6;
    padding-bottom: 0;
    border-bottom: none;
  }
  .system__usage-divider {
    width: 2px;
    background: black;
    margin: 24px 0 0 0;
  }
  .system__usage-description {
    font-size: 2.2rem;
    margin-bottom: 0;
  }
  .system__usage-link img {
    max-width: 254px;
  }
  .system__usage-note {
    font-size: 1.4rem;
    text-align: left;
    font-weight: 300 !important;
    margin-bottom: 32px;
  }
}

.usage h2 {
  max-width: 133px;
  margin: 0 auto 12px auto;
}
.usage h3 {
  margin-bottom: 24px;
}
.usage .inner, .usage .inner--beige, .usage .inner--lightbeige {
  padding: 24px 20px;
}
.usage__inner {
  padding: 0 8px;
}
.usage__desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 24px;
  gap: 16px;
}
.usage__text {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0px;
  text-align: center;
  line-height: 1.8;
}
.usage__text strong {
  color: #c7161d;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: underline;
}
.usage__point img {
  width: 142px;
}
.usage__detail {
  background: #f9eed4;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: left;
  padding: 24px 20px;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
}
.usage__detail-item {
  flex-basis: 45%;
  text-align: center;
}
.usage__detail-item h4 {
  background: white;
  border-radius: 30px;
  padding: 0 16px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.usage__detail-item p {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: -0.1em;
  line-height: 1.6;
}
.usage__divider {
  width: 2px;
  background: black;
}
.usage__detail-image01 {
  width: 106px;
}
@media screen and (min-width: 1024px) {
  .usage h2 {
    max-width: 322px;
    margin: 72px auto 24px auto;
  }
  .usage h3 {
    margin-bottom: 40px;
  }
  .usage .inner, .usage .inner--beige, .usage .inner--lightbeige {
    padding: 48px;
  }
  .usage__inner {
    padding: 0 40px;
  }
  .usage__desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 32px;
  }
  .usage__text {
    font-size: 2rem;
    font-weight: 500;
    text-align: left;
    line-height: 1.6;
  }
  .usage__text strong {
    color: #c7161d;
    font-size: 2.4rem;
    font-weight: bold;
    text-decoration: underline;
  }
  .usage__point {
    flex-basis: 40%;
  }
  .usage__point img {
    width: 100%;
  }
  .usage__detail {
    background: #f9eed4;
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: left;
    padding: 40px 32px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  .usage__detail-item {
    flex-basis: 45%;
    text-align: center;
  }
  .usage__detail-item h4 {
    background: white;
    border-radius: 30px;
    padding: 0 16px;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 24px;
  }
  .usage__detail-item p {
    font-size: 2.1rem;
    font-weight: bold;
    letter-spacing: -0.1em;
    line-height: 1.6;
  }
  .usage__divider {
    width: 2px;
    background: black;
  }
  .usage__detail-image01 {
    width: 180px;
  }
}

.cta .inner--beige {
  padding: 16px;
}
.cta__inner {
  max-width: 748px;
  margin: 0 auto;
}
.cta h2 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: -0.1em;
  margin: 0 -12px 12px -12px;
}
.cta h2 img {
  width: 17px;
}
.cta__link {
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .cta .inner--beige {
    padding: 32px;
  }
  .cta__inner {
    max-width: 748px;
    margin: 0 auto;
  }
  .cta h2 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 24px;
    font-size: 2.7rem;
    letter-spacing: -0.1em;
  }
  .cta h2 img {
    width: 30px;
  }
  .cta__link {
    margin-bottom: 24px;
  }
}

.cta-float {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 0 12px;
}
.cta-float__inner {
  max-width: 540px;
  margin: 0 auto;
  display: flex;
  border: solid 3px black;
  border-radius: 2vw;
  border-radius: 4vw;
  overflow: hidden;
}
.cta-float__link {
  flex-basis: 50%;
}
.cta-float__link a:hover {
  opacity: 1;
  filter: brightness(1.1);
}
@media screen and (min-width: 1024px) {
  .cta-float {
    position: fixed;
    bottom: 48px;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 0;
  }
  .cta-float__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    border: solid 3px black;
    border-radius: 30px;
  }
  .cta-float__link {
    flex-basis: 50%;
  }
  .cta-float__link a:hover {
    opacity: 1;
    filter: brightness(1.1);
  }
}

.cta-footer-activated .cta-float {
  display: block;
  opacity: 0;
  animation-duration: 0.4s;
  animation-name: fadein_u;
  animation-timing-function: easeOut;
  animation-fill-mode: forwards;
}

.u-font-noto, body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.u-font-noto-r {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.u-mt0 {
  margin-top: 0px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .u-sm-mt0 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt20 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt30 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt40 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt50 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt60 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt70 {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt80 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt90 {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt100 {
    margin-top: 100px;
  }
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb90 {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .u-sm-mb0 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb10 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb20 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb40 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb50 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb60 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb70 {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb80 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb90 {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb100 {
    margin-bottom: 100px;
  }
}

.u-pt0 {
  padding-top: 0px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pt90 {
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .u-sm-pt0 {
    padding-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt10 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt20 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt30 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt40 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt50 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt60 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt70 {
    padding-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt80 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt90 {
    padding-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt100 {
    padding-top: 100px;
  }
}

.u-pb0 {
  padding-bottom: 0px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pb90 {
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .u-sm-pb0 {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb10 {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb20 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb30 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb40 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb50 {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb60 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb70 {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb80 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb90 {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb100 {
    padding-bottom: 100px;
  }
}

.u-text-primary {
  color: #42D500;
}

.u-text-secondary {
  color: #12CFA5;
}

.u-text-bold {
  font-weight: bold;
}

.u-text-small {
  font-size: 1rem;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-bold {
  font-weight: bold;
}

.u-bg-primary {
  background: #12CFA5;
}

.u-bg-secondary {
  background: #12CFA5;
}

.u-bg-tertiary {
  background: #f3ecda;
}

.u-pos--relative {
  position: relative;
}
.u-pos--absolute {
  position: absolute;
}

.u-dn-sm {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .u-dn-sm {
    display: inherit !important;
  }
}

.u-dn-lg {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .u-dn-lg {
    display: inherit !important;
  }
}

.u-dn-md {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .u-dn-md {
    display: inherit !important;
  }
}/*# sourceMappingURL=style.css.map */