@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  line-height: 1.15; /* 1 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

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

body {
  color: #333333;
  line-height: 1.8;
  font-family: "Montserrat", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  letter-spacing: 0.05em;
}

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

.l-header {
  z-index: 1000;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
}
.l-header__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  margin-inline: auto;
  padding: 18px;
}
.l-header__logo {
  width: 200px;
}
.l-header__nav {
  -webkit-transition: 0.3s ease-in;
  display: none;
  transition: 0.3s ease-in;
}
.l-header__nav.is-open {
  display: block;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 48px;
  background-color: #FFFFFF;
  text-align: center;
}
.l-header__list-item:not(:first-of-type) {
  margin-top: 32px;
}
.l-header__list-item:last-of-type {
  margin-top: 48px;
}
.l-header__link {
  color: #44C65C;
  font-weight: 600;
  font-size: 1.375rem;
}
.l-header__link--login {
  -webkit-transition: 0.3s ease;
  display: inline-block;
  width: 310px;
  padding: 8px 1em;
  border: 2px solid;
  border-radius: 25px;
  font-size: 1.125rem;
  transition: 0.3s ease;
}
.l-header__link--login:hover {
  background-color: #44C65C;
  color: #FFFFFF;
}
.l-main {
  overflow: hidden;
}

.l-main--mt {
  margin-top: 40px;
}

.l-main--bg {
  padding-top: 40px;
  padding-bottom: 120px;
  background-color: #F9F7F2;
}
.l-footer {
  position: relative;
  margin-bottom: 80px;
}
.l-footer__loop01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -70px;
  width: 100%;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
.l-footer__head {
  display: grid;
  place-content: center;
  padding: 110px 0;
}
.l-footer__logo {
  max-width: 540px;
  margin-inline: auto;
  padding: 0 25px;
}
.l-footer__text {
  color: #44C65C;
  font-weight: 600;
  text-align: center;
}
.l-footer__image {
  margin-top: 24px;
}
.l-footer__bottom {
  padding: 0 24px 24px;
}
.l-footer__nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  gap: 16px;
}
.l-footer__link {
  -webkit-transition: 0.3s;
  font-weight: 300;
  font-size: 0.75rem;
  transition: 0.3s;
}
.l-footer__link:hover {
  color: #44C65C;
}
.l-footer__copyright {
  display: block;
  font-weight: 300;
  font-size: 0.75rem;
  text-align: center;
}
.l-footer__page-top {
  display: none;
}
.l-inner01 {
  max-width: 1100px;
  margin-inline: auto;
  padding: 0 16px;
}

.l-inner02 {
  max-width: 916px;
  margin-inline: auto;
  padding: 0 16px;
}
.c-button {
  z-index: 1;
  position: relative;
  text-align: center;
}
.c-button__link {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 300px;
  padding: 22px 1em;
}
.c-button__link::before {
  -webkit-transition: 0.5s;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 36px;
  background: -webkit-gradient(linear, left top, right top, from(#9ade68), to(#44c65c));
  background: linear-gradient(90deg, #9ade68 0%, #44c65c 100%);
  content: "";
  transition: 0.5s;
}
.c-button__link::after {
  -webkit-transition: 0.5s;
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#44c65c), to(#9ade68));
  background: linear-gradient(90deg, #44c65c 0%, #9ade68 100%);
  content: "";
  transition: 0.5s;
}
.c-button__link:hover::before {
  opacity: 0;
}
.c-button__link--long {
  max-width: 345px;
}
.c-button__text {
  position: relative;
  color: white;
  font-weight: 600;
  font-size: 0.9375rem;
  text-align: center;
}
.c-button__text::after {
  -webkit-transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 8px;
          transform: translateY(-50%);
  background: no-repeat;
  background-image: url(../images/icon_r-chevron_white.svg);
  background-size: contain;
  content: "";
}
.c-button__text--long::after {
  right: 0;
}
.c-ham {
  z-index: 200;
  position: relative;
  width: 32px;
  height: 24px;
  cursor: pointer;
}
.c-ham__line {
  -webkit-transition: 0.2s;
  position: absolute;
  width: 32px;
  height: 3px;
  background-color: #44C65C;
  transition: 0.2s;
}
.c-ham__line--01 {
  top: 0;
}
.c-ham__line--01.is-open {
  -webkit-transform: rotate(45deg);
  top: 11px;
          transform: rotate(45deg);
}
.c-ham__line--02 {
  top: 10px;
}
.c-ham__line--02.is-open {
  width: 0;
}
.c-ham__line--03 {
  bottom: 1px;
}
.c-ham__line--03.is-open {
  -webkit-transform: rotate(-45deg);
  bottom: 10px;
          transform: rotate(-45deg);
}

.c-title {
  text-align: center;
}
.c-title--left {
  text-align: left;
}
.c-title__main {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.5;
}
.c-title__sub {
  color: #44C65C;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: 0.025em;
}
.c-title__ja01 {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.c-title__ja02 {
  font-weight: 600;
}
.c-title__ja03 {
  position: relative;
  margin-left: 16px;
  padding-left: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: left;
}
.c-title__ja03::before {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 6px;
  height: 20px;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#9ade68), to(#44c65c));
  background: linear-gradient(#9ade68 0%, #44c65c 100%);
  content: "";
}
.c-title__en01 {
  color: #44C65C;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.1;
}
.c-title__en02 {
  color: #44C65C;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.3;
}
.c-title__en03 {
  color: #44C65C;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: 0.025em;
}
.c-loop__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 100px;
}
.c-loop__wrapper:first-child {
  -webkit-animation: text-anime01 60s -30s linear infinite;
          animation: text-anime01 60s -30s linear infinite;
}
.c-loop__wrapper:last-child {
  -webkit-animation: text-anime02 60s linear infinite;
          animation: text-anime02 60s linear infinite;
}
.c-loop__content img {
  width: 1300px;
  max-width: none;
}

@-webkit-keyframes text-anime01 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes text-anime01 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes text-anime02 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes text-anime02 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.c-step__wrapper:not(:first-child) {
  margin-top: 50px;
}
.c-step__content {
  display: grid;
  position: relative;
  grid-template-columns: 48px auto;
  grid-template-areas: "circle title " "text text";
  padding: 16px;
  border-radius: 24px;
  background-color: #FFFFFF;
}
.c-step__content::after {
  -webkit-transform: translateX(-50%);
  display: inline-block;
  position: absolute;
  bottom: -32px;
  left: 50%;
  width: 28px;
  height: 18px;
          transform: translateX(-50%);
  background: no-repeat;
  background-image: url(../images/icon_d-tri_green.svg);
  background-size: contain;
  content: "";
}
.c-step__content--02::after {
  background-image: url(../images/icon_d-tri_orange.svg);
}
.c-step__content--last::after {
  content: none;
}
.c-step__circle {
  display: grid;
  grid-area: circle;
  place-content: center;
  width: 48px;
  height: 48px;
  padding-top: 10px;
  border-radius: 50%;
  background-color: #44C65C;
  color: #FFFFFF;
}
.c-step__circle--02 {
  background-color: #F18F2B;
}
.c-step__circle-text {
  font-size: 0.625rem;
  line-height: 1.3;
  text-align: center;
}
.c-step__circle-number {
  display: block;
  margin-top: -8px;
  font-weight: 600;
  font-size: 1.375rem;
  text-align: center;
}
.c-step__title {
  grid-area: title;
  align-self: center;
  margin-left: 16px;
  font-weight: 600;
}
.c-step__text {
  grid-area: text;
  margin-top: 16px;
  font-size: 0.875rem;
}
.c-step__text--02 {
  margin-top: 0;
  font-weight: 600;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.c-ac {
  margin-inline: auto;
}
.c-ac__content {
  height: 0;
  overflow: hidden;
}
.c-ac__block {
  margin-top: 5px;
}
.c-ac__question {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
  padding: 10px 24px;
  overflow: hidden;
  border-radius: 40px;
  background-color: #FFFFFF;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
}
.c-ac__question::after {
  -webkit-transform: translateY(-50%);
  -webkit-transform-origin: center;
  -webkit-transition: 0.5s ease-in;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 44px;
  height: 44px;
          transform: translateY(-50%);
          transform-origin: center;
  content: "＋";
  color: #44C65C;
  font-size: 22px;
  text-align: center;
  transition: 0.5s ease-in;
}
.c-ac__question.active::after {
  content: "ー";
}
.c-ac__question:not(:first-of-type) {
  margin-top: 16px;
}
.c-ac__question-en {
  color: #44C65C;
  font-weight: 600;
  font-size: 1.5rem;
}
.c-ac__question-ja {
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0 24px;
}
.c-ac__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0 24px 24px;
  font-weight: 300;
  font-size: 0.875rem;
}
.c-ac__answer-en {
  color: #F18F2B;
  font-weight: 600;
  font-size: 1.5rem;
}
.c-ac__answer-ja {
  display: grid;
  padding-left: 24px;
  gap: 20px;
}
.c-thumb__wrapper {
  display: grid;
  gap: 40px;
}
.c-thumb__content {
  display: grid;
  max-width: 500px;
  padding: 0 32px;
}
.c-thumb__title-ja {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.5;
}
.c-thumb__title-en {
  color: #44C65C;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: 0.025em;
}
.c-thumb__text {
  margin-top: 24px;
  font-weight: 300;
  font-size: 0.875rem;
}
.c-thumb__image {
  width: 90%;
  margin-left: auto;
}
.c-news__list {
  padding: 0 16px;
}
.c-news__list-item {
  padding: 24px 0;
  border-top: 1px solid #E5E3E0;
}
.c-news__list-item:last-of-type {
  border-bottom: 1px solid #E5E3E0;
}
.c-news__info {
  font-size: 0.75rem;
  letter-spacing: 0.025em;
}
.c-news__year {
  grid-area: year;
}
.c-news__day {
  grid-area: day;
}
.c-news__date {
  grid-area: date;
}
.c-news__cat {
  grid-area: cat;
  color: #44C65C;
  text-transform: capitalize;
}
.c-news__text {
  font-size: 0.875rem;
}
.c-plan__list-item {
  padding: 48px 28px;
  border: 3px solid #E5E3E0;
  border-radius: 24px;
  background-color: #FFFFFF;
}
.c-plan__list-item:first-child::after {
  -webkit-transform: translate(-50%, 0);
  display: inline-block;
  position: absolute;
  top: 59%;
  left: 50%;
  width: 28px;
  height: 18px;
          transform: translate(-50%, 0);
  background: no-repeat;
  background-image: url(../images/icon_d-tri_green.svg);
  background-size: contain;
  content: "";
}
.c-plan__list-item:last-child {
  margin-top: 66px;
  border: 3px solid #FD7568;
}
.c-plan__item {
  display: grid;
  place-content: center;
  place-items: center;
}
.c-plan__item--first {
  padding-bottom: 24px;
  border-bottom: 3px dotted #E5E3E0;
}
.c-plan__item--second {
  padding-top: 24px;
}
.c-plan__title {
  font-weight: 600;
}
.c-plan__price {
  font-size: 0.875rem;
}
.c-plan__price--big01 {
  color: #44C65C;
  font-weight: 600;
  font-size: 3rem;
}
.c-plan__price--big02 {
  color: #F18F2B;
  font-weight: 600;
  font-size: 3rem;
}
.c-plan__price--big03 {
  color: #FD7568;
  font-weight: 600;
  font-size: 3.5rem;
}
.c-plan__border {
  margin-top: 48px;
  margin-bottom: 48px;
  border-top: 5px dotted #E5E3E0;
}
.c-plan__text {
  text-align: center;
}
.c-card__list {
  display: grid;
  margin-top: 32px;
  gap: 48px;
}
.c-card__image {
  border-radius: 24px;
}
.c-card__image img {
  border-radius: 24px;
}
.c-card__heading {
  margin-top: 24px;
  font-weight: 600;
  font-size: 0.875rem;
}
.c-card__text {
  margin-top: 8px;
  font-size: 0.875rem;
}
.c-side-button {
  display: grid;
  z-index: 100;
  position: fixed;
  bottom: 0;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
.c-side-button__link {
  -webkit-transition: 0.3s;
  display: grid;
  place-content: center;
  padding: 15px 0;
  background-color: #44C65C;
  transition: 0.3s;
}
.c-side-button__link:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.c-side-button__link--contact {
  background-color: #F18F2B;
}
.c-side-button__text {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 0.9375rem;
}
.c-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.c-tab__item {
  width: 100%;
}
.c-tab__button {
  width: 100%;
  padding: 10px;
  border-radius: 40px;
  background-color: #FFFFFF;
  color: #44C65C;
  font-weight: 600;
  font-size: 0.8125rem;
  cursor: pointer;
}
.c-tab__button[aria-selected=true] {
  background-color: #44C65C;
  color: #FFFFFF;
}
.c-tab__button--02 {
  color: #F18F2B;
}
.c-tab__button--02[aria-selected=true] {
  background-color: #F18F2B;
  color: #FFFFFF;
}
.c-tab__text {
  position: relative;
  padding-left: 3em;
  text-align: center;
}
.c-tab__text::before, .c-tab__text--02::before {
  -webkit-transform: translate(0, -50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 32px;
  height: 32px;
          transform: translate(0, -50%);
  background: no-repeat;
  background-size: contain;
  content: "";
}
.c-tab__text::before {
  background-image: url(../images/icon_man.png);
}
.c-tab__text--02::before {
  background-image: url(../images/icon_woman.png);
}
.c-tab__panel[aria-hidden=true] {
  display: none;
}
.c-tab__panel[aria-hidden=false] {
  display: block;
}
.c-modal {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  place-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.c-modal__content {
  position: relative;
}
.c-modal__content iframe {
  aspect-ratio: 3/2;
  width: 306px;
}
.c-modal__close-button {
  -webkit-transition: 0.3s;
  display: inline-block;
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  background: no-repeat;
  background-image: url(../images/icon_close.svg);
  background-size: contain;
  content: "";
  transition: 0.3s;
}
.c-modal__close-button:hover {
  background-image: url(../images/icon_close_hover.svg);
  cursor: pointer;
}
.c-tpl__inner {
  padding-bottom: 150px;
}
.c-tpl__title {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.5;
  text-align: center;
}
.c-tpl__wrapper {
  margin-top: 40px;
  padding: 0 16px;
}
.c-tpl__wrapper:nth-of-type(n + 2) {
  margin-top: 56px;
}
.c-tpl__heading {
  font-weight: 600;
}
.c-tpl__list {
  display: grid;
  margin-top: 32px;
  gap: 32px;
  font-size: 0.875rem;
}
.c-tpl__link {
  -webkit-transition: 0.3s;
  color: #44C65C;
  text-decoration: underline;
  transition: 0.3s;
}
.c-tpl__link:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.c-tpl__address {
  margin-top: 32px;
  padding: 0 16px;
  font-size: 0.875rem;
}
.c-tpl__date {
  margin-top: 32px;
  padding: 0 16px;
  font-size: 0.875rem;
  text-align: right;
}
.c-sticky__inner {
  z-index: 1;
  position: relative;
  padding: 200px 0 800px;
}
.c-sticky__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.c-sticky__list {
  z-index: -1;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background: no-repeat center center/cover;
}
.c-sticky__bg {
  -webkit-animation: fade 15s infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: no-repeat center center/cover;
          animation: fade 15s infinite;
  opacity: 0;
}
.c-sticky__bg--01 {
  -webkit-animation-delay: 0s;
  background-image: url("../images/feature_system_image01_sp.jpg");
          animation-delay: 0s;
}
.c-sticky__bg--02 {
  -webkit-animation-delay: 5s;
  background-image: url("../images/feature_system_image02_sp.jpg");
          animation-delay: 5s;
}
.c-sticky__bg--03 {
  -webkit-animation-delay: 10s;
  background-image: url("../images/feature_system_image03_sp.jpg");
          animation-delay: 10s;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.c-loading {
  -webkit-transition: all 0.3s;
  display: grid;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  place-content: center;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  background-color: #FFFFFF;
  transition: all 0.3s;
}
.c-loading__content {
  -webkit-animation: fadeup 5s;
  position: relative;
  max-width: 350px;
          animation: fadeup 5s;
  opacity: 0;
}
.c-loading__content::before {
  -webkit-animation: scale 5s;
  display: inline-block;
  position: absolute;
  top: 19%;
  left: 40%;
  width: 85px;
  height: 90px;
  background: no-repeat;
  background-image: url(../images/icon_loading_play.png);
  background-size: contain;
  content: "";
          animation: scale 5s;
}
.c-loading__image {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  95% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  95% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  40% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  80% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  90% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  40% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  80% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  90% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.c-form input[type=text],
.c-form input[type=tel],
.c-form input[type=email],
.c-form textarea {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
}
.c-form input[type=checkbox] {
  display: none;
}
.c-form input[type=submit] {
  display: block;
  width: 100%;
  padding: 22px 1em;
}
.c-form .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.c-form .wpcf7-list-item-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  gap: 8px;
  cursor: pointer;
}
.c-form .wpcf7-list-item-label::before {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #E5E3E0;
  border-radius: 4px;
  background-color: #FFFFFF;
  content: "";
}
.c-form input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border: 1px solid #44C65C;
}
.c-form input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  -webkit-transform: rotate(-45deg);
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 10px;
  height: 8px;
          transform: rotate(-45deg);
  border-bottom: 2px solid #44C65C;
  border-left: 2px solid #44C65C;
  content: "";
}
.c-form div.wpcf7 .wpcf7-spinner {
  display: none;
}
.c-form__head {
  margin: 32px calc(50% - 50vw) 0;
  padding: 32px 16px;
  background-color: #F7F1E4;
  font-size: 0.875rem;
  text-align: center;
}
.c-form__wrapper {
  max-width: 730px;
  margin-top: 40px;
  margin-inline: auto;
  padding: 0 10px;
}
.c-form__dl {
  display: grid;
}
.c-form__dl + .c-form__dl {
  margin-top: 40px;
}
.c-form__dt, .c-form__dd {
  font-size: 0.875rem;
}
.c-form__required {
  color: #FD7568;
}
.c-form__text-small {
  display: block;
  font-weight: normal;
}
.c-form__checkbox {
  display: grid;
  margin-top: 25px;
  gap: 18px;
}
.c-form__checkbox label {
  position: relative;
}
.c-form__pryvacy {
  margin-top: 40px;
  font-size: 0.875rem;
  text-align: center;
}
.c-form__button-link {
  margin-top: 25px;
  margin-inline: auto;
  font-size: 0.875rem;
}
.c-form__thanks-title {
  font-weight: 600;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.c-form__thanks-text {
  margin-top: 32px;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.c-form__thanks-caution {
  display: block;
  max-width: 570px;
  margin-top: 32px;
  margin-inline: auto;
  font-size: 0.75rem;
}
.p-top-mv__wrapper {
  display: grid;
  position: relative;
  aspect-ratio: 380/375;
  background-image: url(../images/top_mv_sp.jpg);
  background-position: 100% 80%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.p-top-mv__copy-title {
  display: block;
  width: 72%;
  margin-top: 10%;
  margin-inline: auto;
}
.p-top-mv__contact-pc {
  display: none;
}
.p-top-mv__app-pc {
  display: none;
}
.p-top-mv__text {
  margin-top: 48px;
  color: #63CB8C;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}
.p-top-mv__text--pc-only {
  display: none;
}
.p-top-mv__logo {
  max-width: 300px;
  margin-inline: auto;
}
.p-top-mv__wrapper-sp {
  position: relative;
  margin-top: 30px;
}
.p-top-mv__app-sp {
  z-index: 1;
  position: relative;
  width: 35%;
  margin-top: -210px;
  margin-inline: auto;
}
.p-top-mv__button-sp {
  margin-top: 32px;
}
.p-top-mv__obj {
  position: absolute;
  top: 30%;
  right: 0;
  width: 20%;
  max-width: 140px;
}
.p-top-loop01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}

.p-top-loop01--pc {
  display: none;
}
.p-top-about {
  position: relative;
  padding-top: 80px;
  padding-bottom: 90px;
  overflow: hidden;
}
.p-top-about__title {
  position: relative;
}
.p-top-about__obj {
  position: absolute;
}
.p-top-about__obj--01 {
  top: -60%;
  left: 0;
  width: 8%;
  max-width: 80px;
}
.p-top-about__obj--02 {
  display: none;
}
.p-top-about__obj--03 {
  top: -10%;
  right: 0;
  width: 20%;
  max-width: 175px;
}
.p-top-about__obj--04 {
  top: -8%;
  left: 10%;
  width: 20%;
  max-width: 210px;
}
.p-top-about__thumb {
  position: relative;
  margin-top: 80px;
}
.p-top-about__thumb--reverse {
  margin-top: 64px;
}
.p-top-about__thumb-image {
  width: 90%;
  margin-right: auto;
}
.p-top-about__thumb-image--reverse {
  width: 90%;
  margin-right: 0;
  margin-left: auto;
}
.p-top-about__thumb-content {
  margin-top: 32px;
  padding: 0 32px;
}
.p-top-about__button {
  position: relative;
  margin-top: 40px;
}
.p-top-obj-area {
  display: block;
  z-index: 1;
  position: relative;
}
.p-top-obj-area__obj {
  position: absolute;
  top: -50px;
  right: -20%;
  width: 37%;
  max-width: 280px;
}
.p-top-movie {
  -webkit-clip-path: ellipse(200vw 100% at bottom);
  padding: 80px 0;
  background-color: #F9F7F2;
          clip-path: ellipse(200vw 100% at bottom);
}
.p-top-movie__title-ja {
  margin-top: 32px;
  font-size: 1.5rem;
}
.p-top-movie__list {
  padding: 0 16px;
}
.p-top-movie__image {
  -webkit-transition: 0.3s;
  position: relative;
  transition: 0.3s;
}
.p-top-movie__image::before {
  -webkit-transform: translate(-50%, -50%);
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
          transform: translate(-50%, -50%);
  background: no-repeat;
  background-image: url(../images/icon_play.svg);
  background-size: contain;
  content: "";
}
.p-top-movie__image::after {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
}
.p-top-movie__image:hover {
  -webkit-filter: brightness(1.1);
  cursor: pointer;
          filter: brightness(1.1);
}
.p-top-movie__image img {
  border-radius: 24px;
}
.p-top-movie__desc {
  margin-top: 64px;
  font-weight: 600;
  text-align: center;
}
.p-top-movie__button {
  margin-top: 40px;
}
.p-top-plan__mv {
  position: relative;
  aspect-ratio: 1/1;
  background-image: url(../images/top_plan_mv.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-top-plan__obj {
  position: absolute;
}
.p-top-plan__obj--01 {
  bottom: -10px;
  left: 0;
}
.p-top-plan__obj--02 {
  top: -30%;
  right: 0;
  width: 8%;
  max-width: 60px;
}
.p-top-plan__obj--03 {
  z-index: -1;
  top: -3%;
  left: -15%;
  width: 21%;
  max-width: 120px;
}
.p-top-plan__obj--04 {
  top: 50%;
  right: 1%;
  width: 21%;
  max-width: 240px;
}
.p-top-plan__obj--05 {
  top: -180%;
  left: -5%;
  width: 21%;
  max-width: 160px;
}
.p-top-plan__title {
  position: relative;
  margin-top: -15px;
}
.p-top-plan__text {
  position: relative;
  margin-top: 32px;
  font-size: 0.875rem;
  text-align: center;
}
.p-top-plan__text--fwb {
  margin-top: 64px;
  font-weight: 600;
}
.p-top-plan__list {
  position: relative;
  margin-top: 48px;
}
.p-top-plan__button {
  margin-top: 40px;
}
.p-top-plan__button-text::after {
  right: 0;
}
.p-top-step {
  -webkit-clip-path: ellipse(200vw 100% at bottom);
  margin-top: 64px;
  padding: 80px 0;
  background: -webkit-gradient(linear, left top, right top, from(#cefde6), to(#f4fde1));
  background: linear-gradient(90deg, #cefde6 0%, #f4fde1 100%);
          clip-path: ellipse(200vw 100% at bottom);
}
.p-top-step__wrapper {
  margin-top: 56px;
}
.p-top-step__text {
  margin-top: 56px;
  font-weight: 600;
  font-size: 0.9375rem;
  text-align: center;
}
.p-top-step__button {
  margin-top: 40px;
}
.p-top-faq {
  padding-bottom: 80px;
  background-color: #F9F7F2;
}
.p-top-faq__mv {
  position: relative;
  aspect-ratio: 1/1;
  background-image: url(../images/top_faq_mv.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-top-faq__inner {
  padding-top: 80px;
}
.p-top-faq__title {
  padding-left: 16px;
}
.p-top-faq__ac {
  margin-top: 40px;
}
.p-top-faq__text {
  margin-top: 56px;
  font-weight: 600;
  text-align: center;
}
.p-top-faq__button {
  margin-top: 40px;
}
.p-top-news {
  padding: 80px 0;
}
.p-top-news__title {
  padding-left: 16px;
}
.p-top-news__list {
  margin-top: 40px;
}
.p-top-news__button {
  margin-top: 40px;
}
.p-top-contact {
  padding: 80px 0 150px;
  background: -webkit-gradient(linear, left top, right top, from(#cefde6), to(#f4fde1));
  background: linear-gradient(90deg, #cefde6 0%, #f4fde1 100%);
}
.p-top-contact__title-ja {
  font-weight: 600;
  font-size: 1.375rem;
}
.p-top-contact__button {
  margin-top: 80px;
}
.p-feature-problem {
  margin-top: 80px;
}
.p-feature-problem__wrapper {
  margin-top: 40px;
  padding: 16px 16px 32px;
  border-radius: 24px;
  background-color: #F9F7F2;
}
.p-feature-problem__wrapper:not(:first-child) {
  margin-top: 16px;
}
.p-feature-problem__content {
  background-color: transparent;
}
.p-feature-problem__content::after {
  content: none;
}
.p-feature-problem__image {
  grid-area: image;
  max-width: 180px;
  margin-top: -24px;
  margin-inline: auto;
}
.p-feature-problem__text {
  grid-area: text;
  margin-top: 20px;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-feature-system {
  margin-top: 80px;
}
.p-feature-system__sticky {
  margin-top: 40px;
}
.p-feature-system__bg {
  padding: 100px 32px;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-feature-system__bg-inner {
  display: grid;
  padding: 0 34px;
  gap: 100px;
}
.p-feature-system__bg--01 {
  margin-top: 40px;
  background-image: url(../images/feature_system_image01_sp.jpg);
}
.p-feature-system__bg--02 {
  background-image: url(../images/feature_system_image02_sp.jpg);
}
.p-feature-system__bg--03 {
  background-image: url(../images/feature_system_image03_sp.jpg);
}
.p-feature-system__bg-inner {
  max-width: 916px;
  margin-inline: auto;
}
.p-feature-system__content {
  max-width: 390px;
  padding: 64px 38px;
  border-radius: 24px;
  background-color: #F9F7F2;
}
.p-feature-system__heading {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.5;
}
.p-feature-system__text {
  margin-top: 24px;
  font-size: 0.875rem;
}
.p-feature-step {
  padding: 80px 0;
  background-color: #F9F7F2;
}
.p-feature-step__tab {
  margin-top: 40px;
}
.p-feature-step__panel {
  margin-top: 32px;
}
.p-feature-step__desc {
  margin-top: 40px;
  padding: 48px 16px;
  border-radius: 24px;
  background-color: #F7F1E4;
}
.p-feature-step__desc-title {
  font-weight: 600;
  font-size: 1.375rem;
  text-align: center;
}
.p-feature-step__desc-heading {
  margin-top: 32px;
  font-weight: 600;
}
.p-feature-step__desc-text {
  margin-top: 16px;
  font-size: 0.875rem;
}
.p-plan-calc {
  margin-top: 50px;
  padding: 48px 0;
  background-color: #F9F7F2;
}
.p-plan-calc__heading {
  padding: 0 24px;
  font-weight: 600;
  font-size: 1.375rem;
  text-align: center;
}
.p-plan-calc__list {
  margin-top: 40px;
}
.p-plan-calc__list-item {
  padding: 40px 32px;
}
.p-plan-calc__list-item:first-child {
  position: relative;
}
.p-plan-calc__list-item:first-child::after {
  top: 105%;
}
.p-plan-calc__list-item:last-child {
  padding: 36px 32px;
}
.p-plan-calc__title {
  position: relative;
  padding-left: 3em;
  color: #44C65C;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
}
.p-plan-calc__title::before {
  -webkit-transform: translate(0, -50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -10px;
  width: 64px;
  height: 64px;
          transform: translate(0, -50%);
  background: no-repeat;
  background-image: url(../images/icon_admin.png);
  background-size: contain;
  content: "";
}
.p-plan-calc__title--second {
  margin-top: 20px;
  padding-left: 6em;
  color: #F18F2B;
}
.p-plan-calc__title--second::before {
  width: 150px;
  height: 64px;
  background-image: url(../images/icon_students.png);
}
.p-plan-calc__text {
  position: relative;
  margin-top: 36px;
  font-weight: 600;
}
.p-plan-calc__text::after {
  -webkit-transform: translate(0, -50%);
  display: inline-block;
  position: absolute;
  top: 55%;
  left: 40%;
  width: 10px;
  height: 10px;
          transform: translate(0, -50%);
  background: no-repeat;
  background-image: url(../images/icon_d-tri_green.svg);
  background-size: contain;
  content: "";
}
.p-plan-calc__select {
  padding: 8px 32px 8px 24px;
  border: 1px solid #E5E3E0;
  border-radius: 8px;
  cursor: pointer;
}
.p-plan-calc__select#students {
  padding-right: 24px;
}
.p-plan-calc__price {
  margin-top: 24px;
  color: #44C65C;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
}
.p-plan-calc__price-wrapper {
  display: grid;
  grid-template-areas: "circle basic" "month month" "tax tax";
}
.p-plan-calc__basic-price {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: grid;
  grid-area: basic;
          align-items: center;
  font-weight: 600;
  font-size: 1.5rem;
}
.p-plan-calc__circle {
  display: grid;
  grid-area: circle;
  place-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #FD7568;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.5;
  text-align: center;
}
.p-plan-calc__month-price {
  grid-area: month;
  color: #FD7568;
  font-weight: 600;
  font-size: 2.5rem;
}
.p-plan-calc__tax-ex {
  display: block;
  grid-area: tax;
  margin-top: -16px;
  font-weight: 600;
  font-size: 0.9375rem;
  text-align: center;
}
.p-plan-calc__tax-inc {
  font-weight: 600;
  font-size: 0.75rem;
}
.p-plan-calc__year-price {
  margin-top: 24px;
  padding: 16px 40px;
  border-radius: 8px;
  background-color: rgba(253, 117, 104, 0.1);
  color: #FD7568;
  font-weight: 600;
}
.p-plan-step {
  padding: 80px 0 150px;
  background: -webkit-gradient(linear, left top, right top, from(#cefde6), to(#f4fde1));
  background: linear-gradient(90deg, #cefde6 0%, #f4fde1 100%);
}
.p-plan-step__inner {
  padding-bottom: 100px;
}
.p-plan-step__desc {
  margin-top: 40px;
  padding: 0 16px;
}
.p-training-example {
  margin-top: 40px;
}
.p-training-example__text {
  max-width: 350px;
  margin-left: 16px;
  padding-left: 16px;
  font-size: 0.875rem;
}
.p-training-example__wrapper {
  margin-top: 40px;
}
.p-training-example__list {
  padding: 0 16px;
}
.p-training-example__list:nth-child(n+1) {
  margin-top: 40px;
}
.p-training-example__list-item {
  padding: 16px 0;
  border-bottom: 1px solid #E5E3E0;
  font-size: 0.875rem;
}
.p-training-example__list-item:first-child {
  border-top: 1px solid #E5E3E0;
}
.p-training-movie {
  margin-top: 80px;
  padding: 80px 0;
  background-color: #F9F7F2;
}
.p-training-movie__text {
  max-width: 350px;
  margin-left: 16px;
  padding-left: 16px;
  font-size: 0.875rem;
}
.p-download-content {
  padding-bottom: 180px;
}
.p-download-content__list {
  display: grid;
  margin-top: 40px;
  gap: 80px;
}
.p-download-content__title-ja {
  margin-left: 0;
}
.p-download-content__text {
  max-width: 350px;
  min-height: 100px;
  padding-left: 16px;
  font-size: 0.875rem;
}
.p-download-content__image {
  -o-object-fit: cover;
  aspect-ratio: 540/320;
  margin-top: 32px;
     object-fit: cover;
}
.p-download-content__button {
  margin-top: 40px;
}
.p-download-content__button-link {
  max-width: 350px;
}
.p-download-content__button-text::after {
  background-image: url(../images/icon_download.svg);
}
.p-news-section__inner {
  padding-bottom: 120px;
}
.p-news-section__title {
  padding: 0 16px;
}
.p-news-section__aside {
  margin-top: 40px;
  padding: 0 16px;
}
.p-news-section__list {
  position: relative;
  max-width: 320px;
  padding: 16px;
  border: 1px solid #E5E3E0;
  border-radius: 8px;
}
.p-news-section__link {
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.3;
  letter-spacing: 0.025em;
  text-transform: capitalize;
}
.p-news-section__link--first::after {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 260px;
  width: 10px;
  height: 10px;
  background: no-repeat;
  background-image: url(../images/icon_d-arrow.svg);
  background-size: contain;
  content: "";
  pointer-events: none;
}
.p-news-section__list-item.active .p-news-section__link--first::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-news-section__child {
  height: 0;
  overflow: hidden;
}
.p-news-section__child .p-news-section__list-item {
  margin-top: 16px;
}
.p-news-section__main {
  margin-top: 40px;
}
.p-single-section {
  padding-bottom: 150px;
}
.p-single-section__heading-bg {
  padding: 40px 24px;
  background-color: #F9F7F2;
}
.p-single-section__info {
  font-size: 0.875rem;
  letter-spacing: 0.025em;
}
.p-single-section__cat {
  color: #44C65C;
  text-transform: capitalize;
}
.p-single-section__title {
  margin-top: 24px;
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 1.5;
}
.p-single-section__content {
  max-width: 728px;
  margin-top: 32px;
  margin-inline: auto;
  padding: 0 34px;
}
.p-single-section__text {
  font-size: 0.875rem;
}
.p-single-section__text:nth-child(n+2) {
  margin-top: 40px;
}
.p-single-section__pagination {
  max-width: 540px;
  margin-top: 40px;
  margin-inline: auto;
  padding: 24px;
  border-radius: 40px;
  background-color: #F9F7F2;
  font-size: 0.75rem;
}
.p-single-section__pagination-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}
.p-single-section__pagination-list li {
  width: 24%;
  text-align: center;
}
.p-single-section__pagination-list li .is-current {
  color: #44C65C;
}

.c-pagination__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          justify-content: center;
  gap: 20px;
}
.c-pagination__list::before {
  display: block;
  width: 80px;
  content: "";
}
.c-pagination__list::after {
  display: block;
  width: 80px;
  content: "";
}
.c-pagination__list .page-numbers:hover {
  color: #44C65C;
}
.c-pagination__list .prev {
  position: absolute;
  left: 24px;
  width: 80px;
  margin-right: auto;
  margin-left: 0;
}
.c-pagination__list .next {
  position: absolute;
  right: 24px;
  width: 80px;
  width: 80px;
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}
.c-pagination__list .current {
  color: #44C65C;
}
.p-faq-section__ac {
  width: 100%;
}
.p-faq-section__aside {
  margin-top: 40px;
  padding: 0 16px;
}
.p-faq-section__list {
  position: relative;
  max-width: 320px;
  padding: 16px;
  border: 1px solid #E5E3E0;
  border-radius: 8px;
}
.p-faq-section__link {
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.3;
  letter-spacing: 0.025em;
}
.p-faq-section__link::after {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 260px;
  width: 10px;
  height: 10px;
  background: no-repeat;
  background-image: url(../images/icon_d-arrow.svg);
  background-size: contain;
  content: none;
  pointer-events: none;
}
.p-faq-section__link--first::after {
  background-image: url(../images/icon_d-arrow.svg);
  content: "";
}
.p-faq-section__list-item.active .p-faq-section__link--first::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-faq-section__child {
  height: 0;
  overflow: hidden;
}
.p-faq-section__child .p-faq-section__list-item {
  margin-top: 16px;
}
.p-faq-section__main {
  margin-top: 40px;
}
.p-faq-section__heading {
  margin-top: 80px;
  margin-bottom: 40px;
}
.p-faq-section__heading:first-of-type {
  margin-top: 0;
}
.p-login-section__inner {
  max-width: 728px;
  margin-inline: auto;
  padding-bottom: 150px;
}
.p-login-section__button {
  margin-top: 24px;
  text-align: center;
}
.p-login-section__button--half {
  display: grid;
  place-items: center;
  gap: 20px;
}
.p-login-section__button-link {
  -webkit-transition: 0.3s;
  display: inline-block;
  width: 100%;
  padding: 32px 24px;
  border-radius: 8px;
  background-color: #F18F2B;
  text-align: center;
  transition: 0.3s;
}
.p-login-section__button-link:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.p-login-section__button-link--01 {
  max-width: 540px;
  background-color: #44C65C;
}
.p-login-section__button-link--02 {
  max-width: 540px;
}
.p-login-section__button-text {
  position: relative;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 1.5;
}
.p-login-section__button-text::before, .p-login-section__button-text::after {
  -webkit-transform: translate(0, -50%);
  display: inline-block;
  position: absolute;
  top: 50%;
          transform: translate(0, -50%);
  background: no-repeat;
  background-size: contain;
  content: "";
}
.p-login-section__button-text::before {
  left: -90px;
  width: 56px;
  height: 56px;
  background-image: url(../images/icon_woman.png);
}
.p-login-section__button-text::after {
  right: -100px;
  width: 8px;
  height: 10px;
  background-image: url(../images/icon_r-chevron_white.svg);
}
.p-login-section__button-text--01::before {
  background-image: url(../images/icon_man.png);
}
.p-login-section__button-text--01::after {
  right: -100px;
  width: 8px;
  height: 10px;
  background-image: url(../images/icon_r-chevron_white.svg);
}
.p-login-section__button-text--02::after {
  right: -100px;
  width: 8px;
  height: 10px;
  background-image: url(../images/icon_r-chevron_white.svg);
}
.p-login-section__text-wrapper {
  max-width: 728px;
  margin-inline: auto;
  padding-bottom: 180px;
}
.p-login-section__text01 {
  margin-top: 40px;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
}
.p-login-section__text02 {
  margin-top: 32px;
  font-size: 0.875rem;
}
.p-login-section__text03 {
  display: block;
  margin-top: 24px;
  font-size: 0.75rem;
}
.u-color-green01 {
  color: #44C65C;
}

.u-color-orange01 {
  color: #F18F2B;
}

.u-color-orange02 {
  color: #FFCFB1;
}

.u-pc {
  display: none;
}

.u-fwb {
  font-weight: 600;
}

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

.u-p0 {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .l-footer {
    margin-bottom: 0;
  }
  .l-footer__bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
            justify-content: space-between;
  }
  .l-footer__nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
    gap: 20px;
  }
  .l-footer__page-top {
    -webkit-transform: translate(-50%, 0);
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 110px;
            transform: translate(-50%, 0);
    content: "";
    color: #DEDEDE;
    text-align: center;
  }
  .c-button__link {
    max-width: 350px;
  }
  .c-button__link--long {
    max-width: 540px;
  }
  .c-step__wrapper:not(:first-child) {
    margin-top: 66px;
  }
  .c-step__content {
    grid-template-areas: "circle title" "circle text";
    padding: 48px 96px 48px 48px;
  }
  .c-step__content::after {
    bottom: -40px;
  }
  .c-step__circle {
    -ms-flex-item-align: center;
        align-self: center;
    width: 80px;
    height: 80px;
    padding-top: 16px;
  }
  .c-step__circle-text {
    font-size: 0.75rem;
  }
  .c-step__circle-number {
    margin-top: -12px;
    font-size: 2rem;
  }
  .c-step__title {
    margin-left: 60px;
  }
  .c-step__text {
    margin-top: 8px;
    margin-left: 60px;
  }
  .c-step__text--02 {
    margin: 0;
    font-size: 1.5rem;
  }
  .c-ac__answer-ja {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .c-plan__list-item:first-child {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-plan__list-item:first-child::after {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
            transform: translate(-50%, -50%);
  }
  .c-plan__item--first {
    margin-right: -3px;
    padding-right: 24px;
    padding-bottom: 0;
    border-right: 5px dotted #E5E3E0;
    border-bottom: none;
  }
  .c-plan__item--second {
    padding-top: 0;
    padding-left: 24px;
  }
  .c-plan__text .sp-only {
    display: none;
  }
  .c-side-button {
    display: grid;
    top: 34%;
    right: 0;
    bottom: auto;
    grid-template-columns: 1fr;
    width: auto;
  }
  .c-side-button__link {
    height: 180px;
    padding: 0 10px;
    border-radius: 8px 0 0 0;
  }
  .c-side-button__link:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
  .c-side-button__link--contact {
    border-radius: 0 0 0 8px;
  }
  .c-side-button__text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
    text-orientation: upright;
            writing-mode: vertical-rl;
  }
  .c-page-top__button {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .c-page-top__button:hover {
    color: #333333;
  }
  .c-page-top__button:hover .c-page-top__line::before {
    background-color: #44C65C;
  }
  .c-page-top__text {
    font-size: 0.75rem;
  }
  .c-page-top__text:hover {
    color: #44C65C;
  }
  .c-page-top__line {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: 80px;
  }
  .c-page-top__line::before, .c-page-top__line::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 80px;
    content: "";
  }
  .c-page-top__line::before {
    display: inline-block;
    background-color: #ccc;
  }
  .c-page-top__line::after {
    -webkit-transform: translateX(-50%);
    -webkit-animation: scroll 2.5s infinite;
            transform: translateX(-50%);
    background-color: #44C65C;
            animation: scroll 2.5s infinite;
  }
  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: scale(1, 0);
      -webkit-transform-origin: 0 100%;
              transform: scale(1, 0);
              transform-origin: 0 100%;
    }
    50% {
      -webkit-transform: scale(1, 1);
      -webkit-transform-origin: 0 100%;
              transform: scale(1, 1);
              transform-origin: 0 100%;
    }
    50.1% {
      -webkit-transform: scale(1, 1);
      -webkit-transform-origin: 0 0;
              transform: scale(1, 1);
              transform-origin: 0 0;
    }
    100% {
      -webkit-transform: scale(1, 0);
      -webkit-transform-origin: 0 0;
              transform: scale(1, 0);
              transform-origin: 0 0;
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: scale(1, 0);
      -webkit-transform-origin: 0 100%;
              transform: scale(1, 0);
              transform-origin: 0 100%;
    }
    50% {
      -webkit-transform: scale(1, 1);
      -webkit-transform-origin: 0 100%;
              transform: scale(1, 1);
              transform-origin: 0 100%;
    }
    50.1% {
      -webkit-transform: scale(1, 1);
      -webkit-transform-origin: 0 0;
              transform: scale(1, 1);
              transform-origin: 0 0;
    }
    100% {
      -webkit-transform: scale(1, 0);
      -webkit-transform-origin: 0 0;
              transform: scale(1, 0);
              transform-origin: 0 0;
    }
  }
  .c-tab__button {
    padding: 16px;
    font-size: 1rem;
  }
  .c-tab__text {
    padding-left: 0;
  }
  .c-tab__text::before, .c-tab__text--02::before {
    -webkit-transform: translate(0, 0);
    top: -32px;
    left: 60px;
    width: 80px;
    height: 80px;
            transform: translate(0, 0);
  }
  .c-modal__content iframe {
    aspect-ratio: 7/4;
    width: 700px;
  }
  .c-tpl__wrapper {
    margin-top: 56px;
  }
  .c-tpl__address {
    margin-top: 56px;
  }
  .c-tpl__date {
    margin-top: 56px;
  }
  .p-top-movie {
    -webkit-clip-path: ellipse(150vw 100% at bottom);
            clip-path: ellipse(150vw 100% at bottom);
  }
  .p-top-plan__obj--01 {
    bottom: -70px;
  }
  .p-top-plan__obj--03 {
    top: -8%;
    left: -6%;
  }
  .p-top-plan__obj--04 {
    z-index: -1;
    top: 90%;
    right: -10%;
  }
  .p-top-plan__obj--05 {
    top: 100%;
  }
  .p-top-step {
    -webkit-clip-path: ellipse(130vw 100% at bottom);
            clip-path: ellipse(130vw 100% at bottom);
  }
  .p-top-contact__title-ja br {
    display: none;
  }
  .p-feature-problem__title-ja {
    margin-top: 32px;
  }
  .p-feature-problem__wrapper {
    margin-top: 80px;
    padding: 24px 48px;
  }
  .p-feature-problem__wrapper:not(:first-child) {
    margin-top: 16px;
  }
  .p-feature-problem__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: grid;
    grid-template-columns: 80px 1fr 180px;
    grid-template-areas: "circle text image";
            align-items: center;
  }
  .p-feature-problem__image {
    margin-top: 0;
  }
  .p-feature-problem__text {
    margin-top: 0;
    padding-left: 24px;
    text-align: left;
  }
  .p-feature-step__panel {
    margin-top: 40px;
  }
  .p-feature-step__desc {
    margin-top: 48px;
    padding: 48px 80px;
  }
  .p-plan-calc__list-item:first-child::after {
    top: 113%;
  }
  .p-plan-calc__title--second {
    margin-top: 0;
  }
  .p-plan-calc__price {
    margin-top: 16px;
  }
  .p-plan-calc__price-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
    grid-template-areas: "basic basic basic" "circle month tax";
            align-items: center;
  }
  .p-plan-calc__basic-price {
    text-align: center;
  }
  .p-plan-calc__month-price {
    margin-left: 16px;
    font-size: 4rem;
  }
  .p-plan-calc__tax-inc {
    margin-top: -10px;
  }
  .p-plan-calc__tax-ex {
    margin-top: 44px;
  }
  .p-plan-calc__year-price {
    margin-top: 16px;
  }
  .p-download-content__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .p-news-section__list {
    display: grid;
    padding: 0;
    gap: 24px;
    border: none;
  }
  .p-news-section__link.is-current {
    color: #44C65C;
  }
  .p-faq-section__list {
    display: grid;
    max-width: 220px;
    padding: 0;
    gap: 24px;
    border: none;
  }
  .p-faq-section__list-item {
    padding: 16px 0;
    border-top: 1px solid #E5E3E0;
  }
  .p-faq-section__list-item:last-child {
    border-bottom: 1px solid #E5E3E0;
  }
  .p-faq-section__link::after {
    left: 200px;
    content: "";
  }
  .p-login-section__button-link {
    padding: 70px 32px;
  }
  .p-login-section__button-text {
    font-size: 1.375rem;
  }
  .p-login-section__button-text::before {
    left: -180px;
    width: 78px;
    height: 78px;
  }
  .p-login-section__button-text::after {
    right: -210px;
  }
  .p-login-section__button-text--01::before {
    left: -120px;
  }
  .p-login-section__button-text--01::after {
    right: -100px;
  }
  .p-login-section__button-text--02::before {
    left: -120px;
  }
  .p-login-section__button-text--02::after {
    right: -100px;
  }
  .u-sp {
    display: none;
  }
  .u-pc {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .l-header__nav {
    display: block;
  }
  .l-header__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
    margin: 0;
    gap: 32px;
  }
  .l-header__list-item:not(:first-of-type) {
    margin-top: 0;
  }
  .l-header__list-item:last-of-type {
    margin-top: 0;
  }
  .l-header__link {
    -webkit-transition: background-size 0.6s;
    background-image: -webkit-gradient(linear, left top, right top, from(#44C65C), to(#BCECC5));
    background-image: linear-gradient(90deg, #44C65C, #BCECC5);
    background-position: left bottom;
    background-size: 0 3px;
    background-repeat: no-repeat;
    color: #333333;
    font-size: 0.9375rem;
    transition: background-size 0.6s;
  }
  .l-header__link:hover {
    background-size: 100% 3px;
  }
  .l-header__link.is-current {
    color: #44C65C;
  }
  .l-header__link--login {
    -webkit-transition: 0.3s;
    width: 140px;
    background-image: none;
    color: #44C65C;
    text-align: center;
    transition: 0.3s;
  }
  .l-header__ham {
    display: none;
  }
  .l-main--mt {
    margin-top: 60px;
  }
  .l-main--bg {
    padding-top: 80px;
    padding-bottom: 200px;
  }
  .l-footer__loop01 {
    top: -120px;
    margin: calc(50% - 50vw) 0;
  }
  .l-footer__head {
    padding: 230px 0;
  }
  .l-footer__text {
    font-size: 1.375rem;
  }
  .l-footer__bottom {
    padding-right: 40px;
    padding-left: 40px;
  }
  .l-footer__copyright {
    text-align: left;
  }
  .c-title__main {
    font-size: 2rem;
  }
  .c-title__sub {
    font-size: 1rem;
  }
  .c-title__ja01 {
    font-size: 3rem;
  }
  .c-title__ja03 {
    margin-left: 0;
    padding-left: 22px;
    font-size: 1.375rem;
  }
  .c-title__ja03::before {
    top: 8px;
  }
  .c-title__en02 {
    font-size: 1.5rem;
    letter-spacing: 0.025em;
  }
  .c-title__en03 {
    font-size: 3.5rem;
  }
  .c-loop__content {
    font-weight: 600;
    font-size: 7.5rem;
  }
  .c-loop__content img {
    width: 1600px;
  }
  .c-ac {
    max-width: 820px;
  }
  .c-ac__question {
    padding: 16px 32px;
  }
  .c-ac__question:not(:first-of-type) {
    margin-top: 16px;
  }
  .c-ac__question::after {
    right: 20px;
  }
  .c-ac__question-en {
    font-size: 2rem;
  }
  .c-ac__answer {
    padding: 16px 32px;
  }
  .c-ac__answer-en {
    font-size: 2rem;
  }
  .c-thumb__wrapper {
    grid-template-columns: auto 63%;
    gap: 120px;
  }
  .c-thumb__content {
    display: grid;
    place-content: center;
    max-width: 260px;
    margin-right: 0;
    margin-left: auto;
    padding: 0;
  }
  .c-thumb__title-ja {
    font-size: 3rem;
  }
  .c-thumb__title-ja--small {
    font-size: 2rem;
  }
  .c-thumb__title-en {
    font-size: 1rem;
  }
  .c-thumb__text {
    max-width: 300px;
  }
  .c-thumb__image {
    width: 100%;
  }
  .c-news__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: grid;
    grid-template-columns: 40% 60%;
            align-items: center;
    gap: 16px;
  }
  .c-news__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    grid-template-areas: "year date cat" "day date cat";
            align-items: center;
  }
  .c-news__year {
    font-size: 0.875rem;
  }
  .c-news__day {
    margin-top: -20px;
    font-size: 0.875rem;
  }
  .c-news__date {
    font-size: 2rem;
  }
  .c-card__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 80px;
    padding: 0;
    gap: 24px;
  }
  .c-sticky__bg--01 {
    background-image: url("../images/feature_system_image01_pc.jpg");
  }
  .c-sticky__bg--02 {
    background-image: url("../images/feature_system_image02_pc.jpg");
  }
  .c-sticky__bg--03 {
    background-image: url("../images/feature_system_image03_pc.jpg");
  }
  .c-form__head {
    max-width: 730px;
    margin: 32px auto 0;
  }
  .c-form__dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
    grid-template-columns: 40% 1fr;
            align-items: center;
  }
  .c-form__dl:last-of-type {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-form__dl + .c-form__dl {
    margin-top: 20px;
  }
  .c-form__checkbox {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
    gap: 0;
  }
  .c-form__button-link {
    max-width: 540px;
  }
  .c-form__thanks-title {
    font-size: 2rem;
  }
  .c-form__thanks-text {
    font-size: 1rem;
  }
  .p-top-mv__wrapper {
    aspect-ratio: 1280/700;
    width: 100%;
    height: calc(100vh - 140px);
    background-image: url(../images/top_mv_pc.jpg);
  }
  .p-top-mv__copy {
    margin-top: 4%;
    margin-left: 6%;
  }
  .p-top-mv__copy-title {
    width: 36%;
    max-width: 460px;
    margin-top: 0;
    margin-inline: initial;
  }
  .p-top-mv__copy-title .sp-only {
    display: none;
  }
  .p-top-mv__contact-pc {
    display: grid;
    margin-left: 6%;
  }
  .p-top-mv__text {
    margin-top: 36px;
    color: #FFFFFF;
    font-size: 1.375rem;
    text-align: left;
  }
  .p-top-mv__text--pc-only {
    display: block;
  }
  .p-top-mv__logo {
    width: 260px;
    margin-top: 24px;
  }
  .p-top-mv__button-link {
    display: grid;
    place-content: center;
    width: 200px;
    height: 200px;
  }
  .p-top-mv__button-link::before {
    border-radius: 50%;
  }
  .p-top-mv__button-link::after {
    border-radius: 50%;
  }
  .p-top-mv__button-text {
    display: grid;
    font-size: 1.375rem;
  }
  .p-top-mv__button-text::after {
    -webkit-transform: translateY(0);
    top: 110%;
    left: 50%;
            transform: translateY(0);
  }
  .p-top-mv__app-pc {
    -webkit-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    right: 7%;
    max-width: 260px;
            transform: translateY(-50%);
    content: "";
  }
  .p-top-mv__wrapper-sp {
    display: none;
  }
  .p-top-loop01 {
    margin: -9% calc(50% - 50vw) 0;
  }
  .p-top-loop01--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: -90px;
  }
  .p-top-about {
    padding: 130px 0 110px;
  }
  .p-top-about__obj--01 {
    top: 50%;
  }
  .p-top-about__obj--02 {
    display: block;
    top: -15%;
    right: 5%;
    width: 20%;
    max-width: 140px;
  }
  .p-top-about__obj--03 {
    top: 82%;
    right: 15%;
  }
  .p-top-about__obj--04 {
    top: 80%;
    left: 5%;
  }
  .p-top-about__thumb {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
    margin-top: 0;
  }
  .p-top-about__thumb--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 80px;
  }
  .p-top-about__thumb-image {
    width: 50%;
  }
  .p-top-about__thumb-content {
    display: grid;
    place-content: center;
    width: 50%;
  }
  .p-top-about__thumb-text {
    max-width: 350px;
  }
  .p-top-about__button {
    margin-top: 80px;
  }
  .p-top-obj-area__obj {
    top: -270px;
    right: -8%;
  }
  .p-top-movie {
    -webkit-clip-path: ellipse(100vw 100% at bottom);
    padding: 120px 0;
            clip-path: ellipse(100vw 100% at bottom);
  }
  .p-top-movie__title-ja {
    margin-top: 40px;
  }
  .p-top-movie__desc {
    margin-top: 80px;
  }
  .p-top-movie__button {
    margin-top: 48px;
  }
  .p-top-plan__mv {
    aspect-ratio: 1280/640;
  }
  .p-top-plan__title {
    margin-top: -40px;
  }
  .p-top-plan__obj--01 {
    bottom: -145px;
  }
  .p-top-plan__obj--02 {
    top: 120%;
  }
  .p-top-plan__obj--04 {
    top: 80%;
    right: -20%;
    width: 30%;
  }
  .p-top-plan__obj--05 {
    left: -12%;
  }
  .p-top-plan__text--fwb {
    font-size: 1rem;
  }
  .p-top-step {
    -webkit-clip-path: ellipse(110vw 100% at bottom);
    margin-top: 115px;
    padding: 110px 0 120px;
            clip-path: ellipse(110vw 100% at bottom);
  }
  .p-top-step__text {
    margin-top: 86px;
  }
  .p-top-step__button {
    margin-top: 48px;
  }
  .p-top-faq {
    padding-bottom: 120px;
  }
  .p-top-faq__mv {
    aspect-ratio: 1280/640;
  }
  .p-top-faq__inner {
    padding-top: 160px;
  }
  .p-top-faq__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .p-top-faq__ac {
    width: 74%;
    margin-top: 0;
    margin-inline: 0;
  }
  .p-top-faq__button {
    margin-top: 48px;
  }
  .p-top-news {
    padding: 120px 0;
  }
  .p-top-news__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .p-top-news__list {
    width: 74%;
  }
  .p-top-news__button {
    margin-top: 80px;
  }
  .p-top-contact {
    padding: 120px 0 180px;
  }
  .p-top-contact__list {
    margin-top: 60px;
  }
  .p-top-contact__button {
    margin-top: 80px;
  }
  .p-feature-problem__text {
    padding-left: 60px;
    font-size: 1.75rem;
  }
  .p-feature-system {
    margin-top: 120px;
  }
  .p-feature-system__sticky {
    margin-top: 100px;
  }
  .p-feature-system__bg--01 {
    margin-top: 80px;
    background-image: url(../images/feature_system_image01_pc.jpg);
  }
  .p-feature-system__bg--02 {
    background-image: url(../images/feature_system_image02_pc.jpg);
  }
  .p-feature-system__bg--03 {
    background-image: url(../images/feature_system_image03_pc.jpg);
  }
  .p-feature-system__content {
    padding: 64px 48px;
  }
  .p-feature-step {
    padding: 120px 0;
  }
  .p-plan-calc {
    margin-top: 80px;
    padding: 120px 0;
  }
  .p-plan-calc__list {
    margin-top: 56px;
  }
  .p-plan-step {
    padding: 120px 0 180px;
  }
  .p-plan-step__inner {
    margin-bottom: 200px;
  }
  .p-plan-step__desc {
    padding: 0;
  }
  .p-training-example {
    margin-top: 120px;
  }
  .p-training-example__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .p-training-example__list {
    padding: 0;
  }
  .p-training-example__text {
    margin-top: 32px;
    padding-left: 0;
  }
  .p-training-movie {
    margin-top: 120px;
    padding: 120px 0;
  }
  .p-download-content__list {
    margin-top: 80px;
  }
  .p-download-content__text {
    margin-top: 32px;
  }
  .p-news-section__wrapper {
    display: grid;
    grid-template-columns: 25% 75%;
    margin-top: 64px;
  }
  .p-news-section__aside {
    margin-top: 0;
  }
  .p-news-section__main {
    margin-top: 0;
  }
  .p-single-section {
    padding-bottom: 170px;
  }
  .p-single-section__heading-bg {
    padding: 80px 24px;
  }
  .p-single-section__title {
    font-size: 2.375rem;
  }
  .p-single-section__content {
    margin-top: 80px;
  }
  .p-single-section__pagination {
    margin-top: 120px;
  }
  .c-pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-inline: initial;
  }
  .c-pagination__list .prev {
    margin-right: auto;
    margin-left: 0;
  }
  .c-pagination__list .next {
    margin-right: 0;
    margin-left: auto;
  }
  .p-faq-section__wrapper {
    display: grid;
    grid-template-columns: 26% 74%;
    margin-top: 64px;
  }
  .p-login-section__inner {
    margin-top: 80px;
    padding-bottom: 180px;
  }
  .p-login-section__button--half {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .p-login-section__text01 {
    font-size: 1rem;
  }
  .u-tab {
    display: none;
  }
}

@media screen and (min-width: 1400px) {
  .l-inner01 {
    padding: 0;
  }
  .l-inner02 {
    padding: 0;
  }
  .c-news__link {
    gap: 40px;
  }
  .c-tpl__inner {
    padding-bottom: 150px;
  }
  .p-top-plan__obj--01 {
    -webkit-transform: translateX(-50%);
    bottom: -8%;
    left: 50%;
            transform: translateX(-50%);
  }
  .p-top-faq__inner {
    padding-top: 160px;
  }
  .p-news-section__inner {
    padding-bottom: 200px;
  }
}
/*# sourceMappingURL=style.css.map */