@charset "UTF-8";
html {
  font-size: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #292929;
}

body.hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1074px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}

.l-learning {
  margin-top: -7.5rem;
}

.l-login {
  margin-top: 5rem;
  margin-bottom: 7.5rem;
}

.l-program {
  padding-top: 7.5rem;
  padding-bottom: 7.8125rem;
}

.l-topAbout {
  margin-top: -11.25rem;
  padding-bottom: 15rem;
}

.c-btn {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(rgb(162, 99, 223)), color-stop(40%, rgb(50, 61, 186)), color-stop(60%, rgb(71, 68, 192)), to(rgb(162, 99, 223)));
  background: linear-gradient(90deg, rgb(162, 99, 223) 0%, rgb(50, 61, 186) 40%, rgb(71, 68, 192) 60%, rgb(162, 99, 223) 100%);
  border: 1px solid rgba(170, 118, 255, .5);
  border-radius: 4px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  padding: 1rem 2rem;
  background-position: 99% 50%;
  background-size: 200% auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.c-btn__arrow {
  background: url(../images/common/btn-arrow.svg) no-repeat center/contain;
  width: 2.5rem;
  height: 0.8125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2rem;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.c-btn--menu .c-btn__arrow {
  margin-left: 1.5rem;
}

.c-btn:hover {
  background-position: 1% 50%;
}

.c-btn:hover .c-btn__arrow {
  -webkit-transform: translateX(0.625rem);
          transform: translateX(0.625rem);
}

.c-btn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #7691FF;
  border-radius: 4px;
  color: #fff;
  font-size: clamp(0.875rem, 0.26rem + 0.962vw, 1.125rem);
  font-weight: 600;
  line-height: 2;
  padding: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.c-btn02::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(11.5%, #323DBA), color-stop(176.14%, #FF82FA));
  background: linear-gradient(90deg, #323DBA 11.5%, #FF82FA 176.14%);
  width: 100%;
  height: 100%;
  border-radius: 4px;
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.c-btn02:hover::before {
  opacity: 1;
}

.c-btn02__arrow {
  background: url(../images/common/icon-login02.svg) no-repeat center/contain;
  width: 3.1875rem;
  height: 2.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: clamp(1rem, 0.429rem + 1.19vw, 1.5rem);
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.c-btn02:hover .c-btn02__arrow {
  -webkit-transform: translateX(0.625rem);
          transform: translateX(0.625rem);
}

.c-hamburger {
  z-index: 9999;
}

.c-hamburger span {
  position: relative;
  display: block;
  width: 4rem;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, color-stop(11.5%, #1622AD), color-stop(176.14%, #FF82FA));
  background: linear-gradient(90deg, #1622AD 11.5%, #FF82FA 176.14%);
  border-radius: 1.25rem;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.c-hamburger span:nth-child(1) {
  top: 0;
}

.c-hamburger span:nth-child(2) {
  margin: 0.875rem 0;
}

.c-hamburger span:nth-child(3) {
  top: 0;
}

/*OPEN時の動き*/
.c-hamburger.is-open span:nth-child(1) {
  top: 1.0625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 3.625rem;
}

.c-hamburger.is-open span:nth-child(2) {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.c-hamburger.is-open span:nth-child(3) {
  top: -1.0625rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 3.625rem;
}

.c-head {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  position: relative;
}

.c-head--secLow,
.c-head--secLow02,
.c-head--secLow03,
.c-head--secLow04,
.c-head--secLow05,
.c-head--secLow06,
.c-head--secLow07,
.c-head--secLow08,
.c-head--secLow09,
.c-head--secLow10,
.c-head--secLow11,
.c-head--secLow12,
.c-head--secLow13 {
  color: #292929;
  font-size: 1.5rem;
}

.c-head::before {
  position: absolute;
  top: 50%;
  left: -2.8125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 1.75rem;
  height: 2.625rem;
  border-radius: 4px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(11.5%, #323dba), color-stop(176.14%, #ff82fa));
  background: linear-gradient(0deg, #323dba 11.5%, #ff82fa 176.14%);
  margin-right: 1.375rem;
}

.c-head::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: calc(100% - 13.125rem);
  height: 2px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.57%, #de82ff), color-stop(103.47%, rgba(53, 52, 104, 0)));
  background: linear-gradient(90deg, #de82ff 2.57%, rgba(53, 52, 104, 0) 103.47%);
  border-radius: 4px;
  margin-left: 2rem;
}

.c-head--secLow::after {
  width: calc(100% - 13.75rem);
}

.c-head--secLow02::after {
  width: calc(100% - 9.375rem);
}

.c-head--secLow03::after {
  width: calc(100% - 11.25rem);
}

.c-head--secLow04::after {
  width: calc(100% - 7.5rem);
}

.c-head--secLow05::after {
  width: calc(100% - 5rem);
}

.c-head--secLow06::after {
  width: calc(100% - 17.5rem);
}

.c-head--secLow07::after {
  width: calc(100% - 18.75rem);
}

.c-head--secLow08::after {
  width: calc(100% - 30rem);
}

.c-head--secLow09::after {
  width: calc(100% - 39.375rem);
}

.c-head--secLow10::after {
  width: calc(100% - 46.875rem);
}

.c-head--secLow11::after {
  width: calc(100% - 34.375rem);
}

.c-head--secLow12::after {
  width: calc(100% - 17.5rem);
}

.c-head--secLow13::after {
  width: calc(100% - 16.25rem);
}

.c-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  scroll-margin-top: 6.25rem;
}

.c-item__movie {
  width: 100%;
  height: auto;
  aspect-ratio: 542/305;
}

.c-item__movie iframe,
.c-item__movie img {
  border-radius: 4px;
  width: 100%;
  height: auto;
  aspect-ratio: 542/305;
}

.c-item__ttl {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4583333333;
}

.c-item__name {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.45;
}

.c-item__info {
  margin-top: 0.25rem;
  line-height: 1.4375;
  opacity: 0.6;
}

.c-link {
  background: -webkit-gradient(linear, left top, right top, color-stop(11.5%, #323DBA), color-stop(176.14%, #FF82FA));
  background: linear-gradient(90deg, #323DBA 11.5%, #FF82FA 176.14%);
  border: 1px solid rgba(170, 118, 255, .5);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2;
  padding: 0.5rem 1.5rem;
}

.c-link--small {
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.5;
}

.c-link__arrow {
  background: url(../images/common/arrow.svg) no-repeat center/contain;
  width: 0.9375rem;
  height: 0.625rem;
  display: inline-block;
}

.c-loginBtn {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(rgb(162, 99, 223)), color-stop(40%, rgb(50, 61, 186)), color-stop(60%, rgb(71, 68, 192)), to(rgb(162, 99, 223)));
  background: linear-gradient(90deg, rgb(162, 99, 223) 0%, rgb(50, 61, 186) 40%, rgb(71, 68, 192) 60%, rgb(162, 99, 223) 100%);
  border: 1px solid rgba(170, 118, 255, .5);
  border-radius: 4px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.7142857143;
  letter-spacing: 0.04em;
  padding: 0 1.5rem;
  background-position: 99% 50%;
  background-size: 200% auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-loginBtn--menu {
  padding: 0.125rem 1.4375rem;
}

.c-loginBtn:hover {
  background-position: 1% 50%;
}

.c-loginBtn__icon {
  background: url(../images/common/icon-login.svg) no-repeat center/contain;
  width: 2.0625rem;
  height: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1rem;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.c-loginBtn:hover .c-loginBtn__icon {
  -webkit-transform: translateX(0.625rem);
          transform: translateX(0.625rem);
}

.c-loginBtn--menu .c-loginBtn__icon {
  margin-left: 0.8125rem;
}

.c-moveLeft {
  overflow: hidden;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.c-moveLeft p,
.c-moveLeft span {
  display: block;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.c-moveLeft.is-move p,
.c-moveLeft.is-move {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.c-moveLeft--02.is-move span,
.c-moveLeft--02.is-move {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.c-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: hsla(0, 0%, 100%, .8);
  width: 100%;
  height: 100%;
}

.c-overlay__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.c-overlay__txt {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(26.83%, #323DBA), color-stop(133.07%, #FF82FA));
  background: linear-gradient(180deg, #323DBA 26.83%, #FF82FA 133.07%);
  -webkit-background-clip: text;
  color: transparent;
  width: 100%;
}

.c-pageTop {
  position: fixed;
  bottom: 3.125rem;
  left: calc(100% - 2.5625rem);
  z-index: 9999;
}

.c-pageTop__btn {
  background: rgba(170, 118, 255, .7);
  width: 2.5625rem;
  height: 2.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-pageTop__btn:hover {
  background: rgb(170, 118, 255);
}

.c-ttl {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  text-align: center;
  padding-bottom: 1.125rem;
}

.c-ttl span {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.c-ttl.is-fade span {
  opacity: 1;
}

.c-ttl--learning {
  color: #fff;
}

.c-ttl::before {
  font-family: "Syne", sans-serif;
  display: block;
  text-transform: uppercase;
  font-size: 5.625rem;
  font-weight: bold;
  line-height: 1.5;
  color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(28.81%, #A980FF), color-stop(91%, rgba(121, 118, 255, 0)));
  background: linear-gradient(180deg, #A980FF 28.81%, rgba(121, 118, 255, 0) 91%);
  -webkit-background-clip: text;
  position: absolute;
  top: -20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.3;
}

.c-ttl::after {
  content: "";
  width: 6.25rem;
  height: 0.3125rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(-31.29%, #1622AD), color-stop(196.78%, #FF82FA));
  background: linear-gradient(90deg, #1622AD -31.29%, #FF82FA 196.78%);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-ttl--heroBio::before {
  content: "bio design";
  text-transform: capitalize;
}

.c-ttl.c-ttl--heroBio::after {
  content: none;
}

.c-ttlHero {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  text-align: center;
  color: #292929;
}

.c-ttlHero::before {
  font-family: "Syne", sans-serif;
  display: block;
  text-transform: capitalize;
  font-size: 5.625rem;
  font-weight: bold;
  line-height: 1.5;
  color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(28.81%, #A980FF), color-stop(91%, rgba(121, 118, 255, 0)));
  background: linear-gradient(180deg, #A980FF 28.81%, rgba(121, 118, 255, 0) 91%);
  -webkit-background-clip: text;
  background-clip: text;
  position: absolute;
  top: -5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.3;
  width: 100%;
}

.c-ttlHero.c-ttlHero--heroBio::before {
  content: "bio design";
}

.c-ttlHero.c-ttlHero--heroStg::before {
  content: "Strategy Development";
  font-size: clamp(5rem, 3.193rem + 2.703vw, 5.625rem);
}

.c-ttlHero.c-ttlHero--heroBp::before {
  content: "business planning";
}

.c-ttlHero.c-ttlHero--heroIdt::before {
  content: "Identify";
}

.c-ttlHero.c-ttlHero--heroIvt::before {
  content: "Invent";
}

.c-ttlHero.c-ttlHero--heroLogin::before {
  content: "Login";
}

.c-ttlHero.c-ttlHero--heroDiagram::before {
  content: "Program List";
}

.c-ttlHero.c-ttlHero--heroPrt::before {
  content: "Partner";
}

.c-ttlHero.c-ttlHero--heroPri::before {
  content: "Privacy policy";
}

.c-ttlHero.c-ttlHero--heroCont::before {
  content: "Contact";
}

.c-ttlHero.c-ttlHero--heroSoon::before {
  content: "Coming soon";
  top: -45%;
}

.c-txt {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.p-common {
  background: url(../images/common/hero-kv.jpg) no-repeat center/cover;
  padding-top: 14.1875rem;
  padding-bottom: 5.3125rem;
}

.p-common__inner.l-inner {
  max-width: 75rem;
  width: 100%;
}

.p-contact {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-image: url(../images/common/bg-contact.jpg);
}

.p-contact__inner.l-inner {
  max-width: 66.875rem;
}

.p-contact__txt {
  text-align: center;
  font-size: 1rem;
}

.p-contact__form {
  margin-top: 3.75rem;
}

.p-contact__personal {
  margin-top: 6.25rem;
}

.p-footer {
  background: url(../images/common/bg-footer.jpg) no-repeat center/cover;
}

.p-footer__inner {
  padding: 4rem 5rem 1rem;
}

.p-footer__inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-footer__inner img {
  max-width: 7.5rem;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 120/135;
}

.p-footer__copy {
  margin-top: 1.5625rem;
  text-align: center;
}

.p-footer__copy small {
  font-size: 0.75rem;
  line-height: 3.3333333333;
  letter-spacing: 0.235em;
}

.p-form__wrap {
  max-width: 53.75rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 3.5rem;
}

.p-form__item + .p-form__item {
  margin-top: 1.25rem;
}

.p-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-form__head {
  min-width: 14.375rem;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0.875rem;
  text-align: right;
}

.p-form__required {
  color: #fff;
  background-color: #c8141e;
  font-size: 0.75rem;
  border-radius: 5px;
  padding: 0.125rem 0.375rem;
  margin-left: 0.75rem;
}

.p-form__input {
  width: calc(100% - 14.0625rem);
}

.p-form__input input,
.p-form__input select,
.p-form__input textarea {
  width: 100%;
  padding: 0.6875rem 1rem;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
}
.p-form__input select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-form__input select::-ms-expand {
  display: none;
}

.p-form__input--select {
  position: relative;
}

.p-form__input--select::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-form__input textarea {
  resize: vertical;
  height: 8.125rem;
}

.p-form__input input:focus-visible,
.p-form__input select:focus-visible,
.p-form__input textarea:focus-visible {
  outline: 2px solid #a263df;
}

.p-form__note {
  text-align: center;
  margin-top: 3.5rem;
}

.p-form__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 2.5rem;
}

.p-form__btn {
  text-align: center;
  margin-top: 2rem;
}

.p-form__btn:empty {
  display: none;
}

.p-form__btn input {
  min-width: 12.5rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(162, 99, 223)), color-stop(40%, rgb(50, 61, 186)), color-stop(60%, rgb(71, 68, 192)), to(rgb(162, 99, 223)));
  background: linear-gradient(90deg, rgb(162, 99, 223) 0%, rgb(50, 61, 186) 40%, rgb(71, 68, 192) 60%, rgb(162, 99, 223) 100%);
  border: 1px solid rgba(170, 118, 255, .5);
  border-radius: 4px;
  color: #fff;
  padding: 0.5rem 2rem;
  background-position: 99% 50%;
  background-size: 200% auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 500;
}

.p-form__btn input:hover {
  background-position: 1% 50%;
}

.p-form__btn input:disabled {
  pointer-events: none;
}

.mw_wp_form_confirm .p-form__input--select::after {
  content: none;
}
.mw_wp_form_confirm .p-form__head {
  margin-top: 0;
}
.mw_wp_form_confirm .p-form__item + .p-form__item {
  margin-top: 2.5rem;
}

.p-fv {
  background: url(../images/top/fv-img.jpg) no-repeat center/cover;
  position: relative;
  height: 80.7638888889vw;
}

.p-fv__inner {
  position: absolute;
  top: 20.375rem;
  left: 12.1875rem;
}

.p-fv__main {
  color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(26.83%, #323DBA), color-stop(133.07%, #FF82FA));
  background-image: linear-gradient(180deg, #323DBA 26.83%, #FF82FA 133.07%);
  -webkit-background-clip: text;
  font-size: 3.75rem;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.04em;
}

.p-fv__sub {
  opacity: 0.6;
  font-size: 2.1875rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Inter", sans-serif;
  margin-top: 0.3125rem;
}

.p-fv__subTtl {
  margin-top: 1.5625rem;
  font-size: 1.375rem;
  line-height: 1.7;
}

.p-fv__img {
  mix-blend-mode: overlay;
  position: absolute;
}

.p-fv__img--01 {
  top: 10.625rem;
  left: 3.125rem;
  -webkit-animation: 4s fuwa01 infinite;
          animation: 4s fuwa01 infinite;
}

.p-fv__img--01 img {
  max-width: 3.375rem;
  width: 100%;
  height: auto;
  aspect-ratio: 54/47;
}

.p-fv__img--02 {
  top: 12.5rem;
  left: 6.25rem;
  -webkit-animation: 3s fuwa01 infinite;
          animation: 3s fuwa01 infinite;
}

.p-fv__img--02 img {
  max-width: 4.8125rem;
  width: 100%;
  height: auto;
  aspect-ratio: 77/67;
}

.p-fv__img--03 {
  bottom: 25rem;
  left: 7.6875rem;
  -webkit-animation: 5s fuwa02 infinite;
          animation: 5s fuwa02 infinite;
}

.p-fv__img--03 img {
  max-width: 7.75rem;
  width: 100%;
  height: auto;
  aspect-ratio: 124/107;
}

.p-fv__img--04 {
  bottom: 30.25rem;
  left: 14.625rem;
  -webkit-animation: 4s fuwa02 infinite;
          animation: 4s fuwa02 infinite;
}

.p-fv__img--04 img {
  max-width: 4.0625rem;
  width: 100%;
  height: auto;
  aspect-ratio: 65/56;
}

.p-fv__img--05 {
  top: 11.25rem;
  right: 6.4375rem;
  -webkit-animation: 3s fuwa03 infinite;
          animation: 3s fuwa03 infinite;
}

.p-fv__img--05 img {
  max-width: 5.75rem;
  width: 100%;
  height: auto;
  aspect-ratio: 92/79;
}

.p-fv__img--06 {
  top: 16.875rem;
  right: 7.5rem;
  -webkit-animation: 5s fuwa03 infinite;
          animation: 5s fuwa03 infinite;
}

.p-fv__img--06 img {
  max-width: 4rem;
  width: 100%;
  height: auto;
  aspect-ratio: 64/55;
}

@-webkit-keyframes fuwa01 {
  0%, 100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes fuwa01 {
  0%, 100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes fuwa02 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes fuwa02 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes fuwa03 {
  0%, 100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes fuwa03 {
  0%, 100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.p-header {
  height: 5rem;
  position: fixed;
  z-index: 9999;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-header.is-scroll {
  background-color: rgba(255, 255, 255, .3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.p-header__inner {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
  padding: 0 5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-header.is-open .p-header__inner {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .8)), to(rgba(255, 255, 255, .8))), -webkit-gradient(linear, left top, right top, color-stop(-2.4%, rgba(255, 255, 255, .8)), color-stop(24.06%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), linear-gradient(90deg, rgba(255, 255, 255, .8) -2.4%, rgba(255, 255, 255, 0) 24.06%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.p-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.p-header__login {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-header__logo {
  display: inline-block;
  z-index: 9999;
}

.p-header__logo img {
  max-width: 15rem;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__overlay {
  display: none;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(114, 114, 114, .5);
}

.p-item {
  background-color: rgba(4, 8, 18, .5);
  color: #fff;
  padding: 0.625rem;
  position: relative;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-item:nth-child(odd) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.p-item:nth-child(even) {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.p-item:nth-child(3)::after,
.p-item:nth-child(5)::after {
  position: absolute;
  top: 2.5rem;
  left: -1.375rem;
  content: "";
  background: url(../images/common/arrow-right.svg) no-repeat center/contain;
  width: 0.625rem;
  height: 0.9375rem;
}

.p-item--arrow {
  padding-top: 4.375rem;
  position: relative;
}

.p-item--arrow::before {
  position: absolute;
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  border-bottom: 1px solid #FDFDFD;
  border-right: 1px solid #FDFDFD;
}

.p-item__ttl {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, left bottom, from(#5648AF), to(#333DBA));
  background: linear-gradient(180deg, #5648AF 0%, #333DBA 100%);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625rem 0;
}

.p-item__movie {
  margin-top: 1rem;
}

.p-item__movie iframe,
.p-item__movie img {
  max-width: 21.4375rem;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 343/193;
  border-radius: 4px;
  max-width: none;
}

.p-item__head {
  margin-top: 0.3125rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6666666667;
}

.p-item__desc {
  margin-top: 0.375rem;
  font-size: 1rem;
  line-height: 1.6;
}

.p-item__btn {
  margin-top: 0.375rem;
}

.p-learning {
  background: url(../images/top/bg-learning.jpg) no-repeat center/cover;
  border-top-left-radius: 8.75rem;
  padding-top: 8.75rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.p-learning__content + .p-learning__content {
  margin-top: 6.0625rem;
}

#themes.p-learning__content {
  scroll-margin-top: 6.25rem;
}

.p-learning__ttl p {
  display: inline;
}

.p-learning__txt {
  color: #fff;
  max-width: 50rem;
  width: 100%;
  margin-top: 2.75rem;
  margin-left: auto;
  margin-right: auto;
}

.p-learning__mainMovie {
  text-align: center;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 33.875rem;
  width: 100%;
  height: auto;
  aspect-ratio: 542/305;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-learning__mainMovie iframe {
  border-radius: 4px;
}

.p-learning__btn {
  text-align: center;
  margin-top: 3.75rem;
}

.p-learning__wrap.l-inner {
  max-width: 81.875rem;
  padding-left: 5rem;
  padding-right: 5rem;
  margin-top: 5.625rem;
}

.p-learning__items {
  margin-top: 1.875rem;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  -webkit-column-gap: 2.1875rem;
     -moz-column-gap: 2.1875rem;
          column-gap: 2.1875rem;
}

.p-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 1rem;
}

.p-login__inner.l-inner {
  max-width: 52.5rem;
  width: 100%;
}

.p-login__inner.l-inner > p {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}

.p-login__inner.l-inner > p > a {
  cursor: pointer;
  display: block;
  margin-top: 1.875rem;
  color: rgba(41, 41, 41, .8);
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-login__inner.l-inner > p > a:hover {
  text-decoration: none;
  color: #292929;
}

.p-login #wpmem_login {
  margin-top: 3.125rem;
}
.p-login #wpmem_login,
.p-login #wpmem_reg {
  color: #292929;
}
.p-login #wpmem_login,
.p-login #wpmem_msg,
.p-login #wpmem_reg,
.p-login .wpmem_msg {
  width: 100%;
}
.p-login #wpmem_login fieldset,
.p-login #wpmem_reg fieldset {
  margin: 0;
}
.p-login #wpmem_login legend,
.p-login #wpmem_reg legend {
  font-size: 1.5rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  position: relative;
}
.p-login #wpmem_login legend::after,
.p-login #wpmem_reg legend::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6.25rem;
  height: 5px;
  border-radius: 0.3125rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(-31.29%, #1622ad), color-stop(196.78%, #ff82fa));
  background: linear-gradient(90deg, #1622ad -31.29%, #ff82fa 196.78%);
}
.p-login #wpmem_login input[type=password],
.p-login #wpmem_login input[type=text],
.p-login #wpmem_reg input[type=date],
.p-login #wpmem_reg input[type=email],
.p-login #wpmem_reg input[type=number],
.p-login #wpmem_reg input[type=password],
.p-login #wpmem_reg input[type=text],
.p-login #wpmem_reg input[type=url],
.p-login #wpmem_reg textarea {
  border-radius: 0.25rem;
}
.p-login #wpmem_login label[for=rememberme],
.p-login #wpmem_reg label[for=rememberme] {
  cursor: pointer;
  color: rgba(41, 41, 41, .8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-login #wpmem_login label[for=rememberme]:hover,
.p-login #wpmem_reg label[for=rememberme]:hover {
  color: #292929;
}
.p-login #wpmem_login .button_div,
.p-login #wpmem_reg .button_div {
  padding-bottom: 0.875rem;
}
.p-login #wpmem_login .link-text span {
  color: rgba(41, 41, 41, .7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-login #wpmem_login .link-text span:hover {
  color: #292929;
}
.p-login #wpmem_login .link-text a {
  text-decoration: underline;
}
.p-login #wpmem_login .link-text a:hover {
  text-decoration: none;
}
.p-login #wpmem_login input[type=submit],
.p-login #wpmem_reg input[type=submit] {
  cursor: pointer;
  font-family: "Syne", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(162, 99, 223)), color-stop(40%, rgb(50, 61, 186)), color-stop(60%, rgb(71, 68, 192)), to(rgb(162, 99, 223)));
  background: linear-gradient(90deg, rgb(162, 99, 223) 0%, rgb(50, 61, 186) 40%, rgb(71, 68, 192) 60%, rgb(162, 99, 223) 100%);
  border: 1px solid rgba(170, 118, 255, .5);
  border-radius: 4px;
  padding: 1rem 1.5rem;
  background-position: 99% 50%;
  background-size: 200% auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.p-login #wpmem_login input[type=submit]:hover,
.p-login #wpmem_reg input[type=submit]:hover {
  background-position: 1% 50%;
}

.p-partner {
  background: url(../images/top/bg-partner.png) no-repeat center/cover;
  padding-top: 10rem;
  padding-bottom: 7.5rem;
}

.p-partner__inner.l-inner {
  max-width: 68.3125rem;
}

.p-partner__ttlWrap {
  text-align: center;
}

.p-partner__ttlEn {
  font-family: "Syne", sans-serif;
  display: block;
  text-transform: uppercase;
  font-size: 3.75rem;
  font-weight: bold;
  line-height: 1.5;
  color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(28.81%, #A980FF), color-stop(91%, rgba(121, 118, 255, 0)));
  background: linear-gradient(180deg, #A980FF 28.81%, rgba(121, 118, 255, 0) 91%);
  -webkit-background-clip: text;
  position: absolute;
  top: auto;
  top: initial;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.3;
}

.p-partner__ttlEn span {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.p-partner__ttlEn.is-fade span {
  opacity: 1;
}

.p-partner__items {
  margin-top: 5rem;
}

.p-partner__item img {
  max-width: 65.1875rem;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1043/390;
}

.p-partnerLow {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-image: url(../images/partner/bg_partner.jpg);
}

.p-partnerLow__inner.l-inner {
  max-width: 66.875rem;
}

.p-partner__head {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: 400;
}

.p-partnerLow__items {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem;
}

.p-partner__img a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-partner__img a:hover {
  opacity: 0.7;
}

.p-partner__img img {
  max-width: 18.75rem;
  width: 100%;
  height: auto;
  aspect-ratio: 3/1;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
}

.p-partner__txt {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.p-personal {
  margin-inline: auto;
  max-width: 51.5rem;
  width: 100%;
}

.p-personal__ttl {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}

.p-personal__wrap {
  margin-top: 2rem;
}

.p-personal__txt + .p-personal__txt {
  margin-top: 1rem;
}

.p-personal__txt {
  text-align: justify;
  font-size: 0.75rem;
  line-height: 1.5;
}

.p-privacy {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-image: url(../images/common/bg-privacy.jpg);
}

.p-privacy__txt {
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: justify;
}

.p-privacy__txt a {
  text-decoration: underline;
}

.p-program {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-image: url(../images/program/bg-program.jpg);
}

.p-program__inner.l-inner {
  max-width: 74.375rem;
}

.p-program__logo img {
  margin-inline: auto;
  max-width: 26.4375rem;
  width: 100%;
  height: auto;
  aspect-ratio: 423/80;
}

.p-program__wrap {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-program__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 4.1875rem;
}

.p-program__ttlWrap {
  display: block;
}

.p-program__ttl {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.1666666667;
  letter-spacing: 0.06em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ccc;
  border-radius: 0.3125rem;
  padding: 1.9375rem 3.0625rem;
}

.p-program__ttl--noMt {
  margin-top: 0;
}

.p-program__ttl::after {
  content: "";
  background: url(../images/program/arrow.svg) no-repeat center/contain;
  width: 2.25rem;
  height: 0.8125rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-program__ttl:hover::after,
.p-program__link:hover::after {
  -webkit-transform: translate(0.625rem);
          transform: translate(0.625rem);
}

.p-program__ttl--blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#658fca), to(#4b6b96));
  background: linear-gradient(180deg, #658fca 0%, #4b6b96 100%);
  border: 1px solid #658fca;
}

.p-program__ttl--lightBlue {
  background: -webkit-gradient(linear, left top, left bottom, from(#6bc7d6), to(#50949f));
  background: linear-gradient(180deg, #6bc7d6 0%, #50949f 100%);
  border: 1px solid #6bc6d5;
}

.p-program__ttl--green {
  background: -webkit-gradient(linear, left top, left bottom, from(#6eba94), to(#528b6e));
  background: linear-gradient(180deg, #6eba94 0%, #528b6e 100%);
  border: 1px solid #6eba94;
  border-radius: 0.3125rem 0.3125rem 0 0;
}

.p-program__ttl--brown {
  background: -webkit-gradient(linear, left top, left bottom, from(#d8c2b4), to(#a19086));
  background: linear-gradient(180deg, #d8c2b4 0%, #a19086 100%);
  border: 1px solid #d8c2b4;
  border-radius: 0.3125rem 0.3125rem 0 0;
}

.p-program__ttl--orange {
  background: -webkit-gradient(linear, left top, left bottom, from(#d99080), to(#a26b60));
  background: linear-gradient(180deg, #d99080 0%, #a26b60 100%);
  border: 1px solid #d99080;
  border-radius: 0.3125rem 0.3125rem 0 0;
}

.p-program__ttl--purple {
  background: -webkit-gradient(linear, left top, left bottom, from(#a8739a), to(#7d5573));
  background: linear-gradient(180deg, #a8739a 0%, #7d5573 100%);
  border: 1px solid #a8739a;
  border-radius: 0.3125rem 0.3125rem 0 0;
}

.p-program__link {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 1.0625rem 3.0625rem;
  margin-top: 0.125rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-program__link:last-child {
  border-radius: 0 0 0.3125rem 0.3125rem;
}

.p-program__link::before {
  content: "";
  background-color: #fff;
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  margin-right: 1.875rem;
}

.p-program__link::after {
  content: "";
  background: url(../images/program/arrow.svg) no-repeat center/contain;
  width: 2.25rem;
  height: 0.8125rem;
  margin-left: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-program__link--green {
  background: #6eba94;
}
.p-program__link--green:hover {
  background: #528b6e;
}

.p-program__link--brown {
  background: #c9b1a1;
}
.p-program__link--brown:hover {
  background: #a19086;
}

.p-program__link--orange {
  background: #d99080;
}
.p-program__link--orange:hover {
  background: #a26b60;
}

.p-program__link--purple {
  background: #a8739a;
}
.p-program__link--purple:hover {
  background: #7d5573;
}

.p-sec {
  padding-top: 5.625rem;
  padding-bottom: 8rem;
}

.p-sec--01,
.p-sec--02 {
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

.p-sec--01 {
  background-image: url(../images/common/bg-low01.png);
}

.p-sec--02 {
  background-image: url(../images/common/bg-low02.png);
}

.p-sec__inner.l-inner {
  max-width: 80.625rem;
}

.p-sec__wrap.l-inner {
  max-width: 81.875rem;
  scroll-margin-top: 6.25rem;
  margin-top: 5.375rem;
  max-width: 71.25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}

.p-sec__wrap--privacy + .p-sec__wrap--privacy {
  margin-top: 2.5rem;
}

.p-sec__items {
  margin-top: 2.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 3rem;
}

.p-sec__item {
  width: calc(50% - 1.75rem);
}

.p-sec__pageLinks {
  margin-top: 3.25rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  max-width: 74.375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-sec__pageLinks__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(117, 117, 238, .5);
}

.p-sec__pageLink {
  width: 50%;
}

.p-sec__pageLink:last-child {
  text-align: right;
}

.p-sec__pageLink:last-child {
  border-left: 1px solid rgba(117, 117, 238, .5);
}

.p-sec__pageLink--line + .p-sec__pageLink {
  border-left: 0;
}

.p-sec__pageLink--line {
  border-right: 1px solid rgba(117, 117, 238, .5);
}

.p-sec__pageLink a {
  display: block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  padding: 1.5625rem 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-sec__pageLink a::after {
  content: "";
  background: url(../images/common/arrow-link.svg) no-repeat center/contain;
  width: 2.5rem;
  height: 0.9375rem;
}

.p-sec__pageLink a:hover {
  opacity: 0.7;
}

.p-sec__pageLink--reverse a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-sec__pageLink--reverse a::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-sp-nav {
  display: none;
  position: absolute;
  top: 5rem;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-20.79%, rgba(255, 255, 255, 0)), color-stop(104.25%, #ffffff)), -webkit-gradient(linear, left top, left bottom, color-stop(57.13%, #e5e5e5), to(#e5e5e5));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -20.79%, #ffffff 104.25%), linear-gradient(180deg, #e5e5e5 57.13%, #e5e5e5 100%);
  max-width: 43.75rem;
  width: 100%;
  z-index: 8888;
}

.p-sp-nav__wrap {
  width: 100%;
  height: inherit;
  position: relative;
  padding: 3.75rem 6.125rem;
}

.p-sp-nav__wrap::after {
  content: none;
}

.p-sp-nav__items {
  width: 100%;
  margin: 0 auto;
}

.p-sp-nav__item {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.p-sp-nav__item > a {
  display: block;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.1875rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  padding-left: 3.75rem;
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#292929));
  background: linear-gradient(90deg, #292929);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-sp-nav__item > a:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(11.5%, #323dba), color-stop(60%, #ff82fa)), #292929;
  background: linear-gradient(90deg, #323dba 11.5%, #ff82fa 60%), #292929;
  -webkit-background-clip: text;
  background-clip: text;
}

.p-sp-nav__subMenu {
  margin-top: -0.625rem;
  padding-bottom: 0.625rem;
  display: none;
}

.p-sp-nav__subHead {
  position: relative;
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#292929));
  background: linear-gradient(90deg, #292929);
  -webkit-background-clip: text;
  background-clip: text;
  cursor: pointer;
}

.p-sp-nav__subHead.is-open {
  background: -webkit-gradient(linear, left top, right top, color-stop(11.5%, #323dba), color-stop(60%, #ff82fa)), #292929;
  background: linear-gradient(90deg, #323dba 11.5%, #ff82fa 60%), #292929;
  -webkit-background-clip: text;
  background-clip: text;
}

.p-sp-nav__subHead::before,
.p-sp-nav__subHead::after {
  content: "";
  position: absolute;
  margin-top: -4px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background: -webkit-gradient(linear, right top, left top, color-stop(11.5%, #323dba), color-stop(176.14%, #ff82fa)), #292929;
  background: linear-gradient(-90deg, #323dba 11.5%, #ff82fa 176.14%), #292929;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.125rem;
  height: 2px;
  border-radius: 2px;
}

.p-sp-nav__subHead::before {
  top: 55%;
  right: 0.9375rem;
}

.p-sp-nav__subHead::after {
  top: 54%;
  right: 0.9375rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.p-sp-nav__subHead.is-open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.p-sp-nav__subLink a {
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 4.4375rem;
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#292929));
  background: linear-gradient(90deg, #292929);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-sp-nav__subLink a:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(11.5%, #323dba), color-stop(60%, #ff82fa)), #292929;
  background: linear-gradient(90deg, #323dba 11.5%, #ff82fa 60%), #292929;
  -webkit-background-clip: text;
  background-clip: text;
}

.p-sp-nav__btn {
  display: none;
}

.p-thanks {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background: url(../images/top/bg-partner.png) no-repeat center/cover;
  padding-top: 10rem;
  padding-bottom: 7.5rem;
  background-position: 0 0;
}

.p-thanks__inner.l-inner {
  max-width: 66.875rem;
}

.p-thanks__ttl {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}

.p-thanks__txt {
  margin-top: 2.5rem;
  text-align: center;
  line-height: 2;
}

.p-thanks__btn {
  margin-top: 3.75rem;
  text-align: center;
}

.p-theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}

.p-theme__item {
  width: calc(33.33333% - 1rem);
}

.p-theme__img {
  margin-left: -1.0416666667vw;
  margin-bottom: -1.25rem;
  width: 27.7777777778vw;
}

.p-theme__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 400/306;
}

.p-theme__body {
  color: #fff;
  background: rgba(4, 8, 18, .5);
  -webkit-backdrop-filter: blur(6.5px);
          backdrop-filter: blur(6.5px);
  border-radius: 4px;
  padding: 1.625rem 1.875rem 2.375rem;
  height: calc(100% - 19.86111vw);
}

.p-theme__ttl {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
}

.p-theme__lists {
  margin-top: 0.75rem;
  padding-left: clamp(0rem, -1.071rem + 2.232vw, 0.9375rem);
}

.p-theme__lists li a {
  font-size: 1.125rem;
  line-height: 2;
  text-decoration: underline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.p-theme__lists li a:hover {
  text-decoration: none;
}

.p-theme__lists li a {
  padding-left: 1.5rem;
}

.p-theme__lists li a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background-color: #fff;
  margin-left: -1.5rem;
  margin-top: 1rem;
  margin-right: 1rem;
}

.p-topAbout {
  background: url(../images/top/bg-about.jpg) no-repeat center/cover;
  position: relative;
  scroll-margin-top: 6.25rem;
}

.p-topAbout__inner.l-inner {
  max-width: 74.375rem;
}

.p-topAbout__ttlWrap {
  text-align: center;
  position: relative;
}

.p-topAbout__ttlEn {
  font-family: "Syne", sans-serif;
  display: block;
  text-transform: uppercase;
  font-size: 3.75rem;
  font-weight: bold;
  line-height: 1.5;
  color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(28.81%, #A980FF), color-stop(91%, rgba(121, 118, 255, 0)));
  background: linear-gradient(180deg, #A980FF 28.81%, rgba(121, 118, 255, 0) 91%);
  -webkit-background-clip: text;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.3;
}

.p-topAbout__ttlEn span {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.p-topAbout__ttlEn.is-fade span {
  opacity: 1;
}

.p-topAbout__txt {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
}

.p-topAbout__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem 3.5rem;
  margin-top: 2.5rem;
}

.p-topAbout__item {
  max-width: 33.875rem;
  width: 100%;
  height: auto;
  aspect-ratio: 542/305;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-topAbout__item iframe {
  border-radius: 4px;
}

.u-sp {
  display: none;
}

@media (max-width: 1074px) {
  html {
    font-size: 1.4897579143vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    cursor: pointer;
  }
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .l-learning {
    margin-top: -2.9375rem;
  }
  .l-program {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .l-topAbout {
    margin-top: 3.75rem;
    padding-bottom: 6.875rem;
  }
  .c-btn {
    max-width: 14.875rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.875;
    padding: 0.25rem;
  }
  .c-btn__arrow {
    width: 1.875rem;
    height: 0.625rem;
    margin-left: 1.5rem;
  }
  .c-btn02 {
    max-width: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.875;
    padding: 0.3125rem;
  }
  .c-btn02__arrow {
    width: 2.9375rem;
    height: 2.125rem;
    margin-left: 1.375rem;
  }
  .c-hamburger span {
    width: 2.25rem;
    height: 2px;
  }
  .c-hamburger span:nth-child(2) {
    margin: 0.5rem 0;
  }
  .c-hamburger.is-open span:nth-child(1) {
    width: 2rem;
    top: 0.625rem;
  }
  .c-hamburger.is-open span:nth-child(3) {
    width: 2rem;
    top: -0.625rem;
  }
  .c-head {
    font-size: 1.125rem;
    width: calc(100% - 2.3125rem);
    margin-left: auto;
  }
  .c-head--secLow08 {
    font-size: 1.1875rem;
  }
  .c-head::before {
    left: -2.3125rem;
    width: 1.25rem;
    height: 1.875rem;
  }
  .c-head--privacy {
    font-size: 1.25rem;
    width: calc(100% - 1.875rem);
  }
  .c-head--privacy::before {
    left: -1.875rem;
  }
  .c-head::after {
    width: calc(100% - 10rem);
  }
  .c-head--secLow::after {
    width: calc(100% - 10rem);
  }
  .c-head--secLow02::after {
    width: calc(100% - 6.875rem);
  }
  .c-head--secLow03::after {
    width: calc(100% - 7.5rem);
  }
  .c-head--secLow04::after {
    width: calc(100% - 5.625rem);
  }
  .c-head--secLow05::after {
    width: calc(100% - 3.125rem);
  }
  .c-head--secLow06::after {
    width: calc(100% - 12.5rem);
  }
  .c-head--secLow07::after {
    width: calc(100% - 13.125rem);
  }
  .c-head--secLow08::after {
    width: calc(100% - 17.5rem);
  }
  .c-head--secLow09::after {
    width: calc(100% - 13.75rem);
  }
  .c-head--secLow10::after {
    width: calc(100% - 16.875rem);
  }
  .c-head--secLow11::after {
    width: calc(100% - 11.25rem);
  }
  .c-head--secLow12::after {
    width: calc(100% - 15rem);
  }
  .c-head--secLow13::after {
    width: calc(100% - 13.75rem);
  }
  .c-item__ttl {
    margin-top: 0.5rem;
    font-size: 0.875rem;
  }
  .c-item__name {
    margin-top: 0.5rem;
    font-size: 0.75rem;
  }
  .c-item__info {
    font-size: 0.75rem;
  }
  .c-link {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    line-height: 2.1428571429;
    font-size: 0.8125rem;
    padding: 0 0.625rem;
  }
  .c-link--small {
    font-size: 0.75rem;
    line-height: 1.2;
  }
  .c-link__arrow {
    width: 0.625rem;
    height: 0.375rem;
  }
  .c-overlay__txt.c-ttlHero {
    font-size: 2rem;
  }
  .c-ttl {
    font-size: 1.25rem;
  }
  .c-ttl::before {
    font-size: 3rem;
    top: 0;
  }
  .c-ttl::after {
    width: 4rem;
    height: 0.1875rem;
  }
  .c-ttlHero {
    font-size: 1.25rem;
  }
  .c-ttlHero::before {
    font-size: 2.25rem;
    top: 0;
  }
  .c-ttlHero.c-ttlHero--heroStg::before {
    font-size: 2.25rem;
    white-space: pre;
    content: "Strategy\a Development";
    line-height: 1;
    top: -1.5625rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(28.81%, #A980FF), color-stop(111.03%, rgba(121, 118, 255, 0)));
    background: linear-gradient(180deg, #A980FF 28.81%, rgba(121, 118, 255, 0) 111.03%);
    -webkit-background-clip: text;
  }
  .c-ttlHero.c-ttlHero--heroBp::before {
    white-space: pre;
    content: "business\aplanning";
    line-height: 1;
    top: -1.5625rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(28.81%, #A980FF), color-stop(111.03%, rgba(121, 118, 255, 0)));
    background: linear-gradient(180deg, #A980FF 28.81%, rgba(121, 118, 255, 0) 111.03%);
    -webkit-background-clip: text;
  }
  .c-ttlHero.c-ttlHero--heroSoon::before {
    top: 0;
  }
  .c-txt {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
  .p-common {
    background: url(../images/common/hero-kv-sp.jpg) no-repeat center/cover;
    padding-top: 9.375rem;
    padding-bottom: 4.1875rem;
  }
  .p-contact {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
    background-image: url(../images/common/bg-contact_sp.jpg);
  }
  .p-contact__txt {
    font-size: 0.8125rem;
  }
  .p-contact__form {
    margin-top: 2.8125rem;
  }
  .p-contact__personal {
    margin-top: 4.5rem;
  }
  .p-footer {
    background: url(../images/common/bg-footer-sp.jpg) no-repeat center/cover;
  }
  .p-footer__inner {
    padding: 2.8125rem 1.25rem 1rem;
  }
  .p-footer__inner a {
    margin: 0 auto;
  }
  .p-footer__inner img {
    max-width: 5.5rem;
  }
  .p-footer__copy {
    margin-top: 2.5rem;
  }
  .p-footer__copy small {
    display: inline-block;
    font-size: 0.625rem;
    line-height: 1.5;
  }
  .p-form__wrap {
    margin-top: 2.5rem;
  }
  .p-form__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.5rem;
  }
  .p-form__head {
    text-align: left;
    min-width: none;
    width: 100%;
  }
  .p-form__input {
    width: 100%;
  }
  .p-form__note {
    margin-top: 2rem;
    font-size: 0.8125rem;
  }
  .p-form__btnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-form__btn {
    margin-top: 2.5rem;
  }
  .p-fv {
    background: url(../images/top/fv-img-sp.jpg) no-repeat center/cover;
    height: 197.0666666667vw;
  }
  .p-fv__inner {
    top: 12.375rem;
    left: 2.5rem;
  }
  .p-fv__main {
    line-height: 1;
    font-size: 2.625rem;
  }
  .p-fv__sub {
    margin-top: 1.25rem;
    font-size: 1.25rem;
  }
  .p-fv__subTtl {
    margin-top: 1.25rem;
    font-size: 0.8125rem;
  }
  .p-fv__img--01 {
    top: 21.25rem;
    left: -1rem;
  }
  .p-fv__img--02 {
    top: 23.75rem;
    left: 1.875rem;
  }
  .p-fv__img--03 {
    display: none;
  }
  .p-fv__img--04 {
    display: none;
  }
  .p-fv__img--05 {
    top: 35rem;
    right: 5rem;
  }
  .p-fv__img--06 {
    top: 38.125rem;
    right: 1.25rem;
  }
  .p-header {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 3.375rem;
  }
  .p-header.is-open {
    height: 4.375rem;
  }
  .p-header__inner {
    padding: 0 1.25rem;
  }
  .p-header__login {
    display: none;
  }
  .p-header__logo img {
    max-width: 9.375rem;
  }
  .p-item {
    padding: 1.25rem;
  }
  .p-item:nth-child(3),
  .p-item:nth-child(5) {
    margin-top: 3.125rem;
  }
  .p-item:nth-child(3)::after,
  .p-item:nth-child(5)::after {
    width: 0.9375rem;
    height: 1.25rem;
    top: -2.1875rem;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
  .p-item--arrow {
    padding-top: 3.625rem;
  }
  .p-item--arrow::before {
    top: 1rem;
    width: 0.8125rem;
    height: 0.8125rem;
  }
  .p-item__ttl {
    font-size: 1rem;
  }
  .p-item__head {
    font-size: 1rem;
  }
  .p-item__desc {
    font-size: 0.875rem;
  }
  .p-learning {
    background: url(../images/top/bg-learning-sp.jpg) no-repeat center/cover;
    border-top-left-radius: 2.5rem;
    padding-top: 4.6875rem;
    padding-bottom: 5rem;
  }
  .p-learning__ttl p {
    display: block;
  }
  .p-learning__txt {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: 2rem;
  }
  .p-learning__mainMovie {
    margin-top: 2.1875rem;
  }
  .p-learning__mainMovie iframe {
    max-width: none;
  }
  .p-learning__btn {
    margin-top: 1.625rem;
  }
  .p-learning__wrap.l-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .p-learning__items {
    grid-auto-flow: row;
    margin-top: 1.0625rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-learning__theme {
    margin-top: 1.5rem;
  }
  .p-links {
    gap: 0.75rem;
  }
  .p-partner {
    background: url(../images/top/bg-partner-sp.png) no-repeat center/cover;
    padding-top: 4.75rem;
    padding-bottom: 2.5rem;
  }
  .p-partner__ttlEn {
    font-size: 3rem;
  }
  .p-partner__items {
    margin-top: 2rem;
  }
  .p-partner__item img {
    width: 90%;
    margin: 0 auto;
    aspect-ratio: 295/592;
  }
  .p-partnerLow {
    background-image: url(../images/partner/bg_partner_sp.jpg);
    padding-top: 3.125rem;
    padding-bottom: 3.75rem;
  }
  .p-partnerLow__items {
    margin-top: 2.5rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
  .p-partner__img img {
    max-width: none;
    width: 55%;
  }
  .p-partner__txt {
    margin-top: 0.5rem;
    text-align: center;
    font-size: 0.75rem;
  }
  .p-personal__ttl {
    font-size: 1.125rem;
  }
  .p-privacy {
    background-image: url(../images/common/bg-privacy_sp.jpg);
  }
  .p-privacy__txt {
    font-size: 0.8125rem;
    letter-spacing: 0;
    margin-top: 1rem;
    margin-left: 1.25rem;
  }
  .p-program {
    background-image: url(../images/program/bg-program-sp.jpg);
  }
  .p-program__logo img {
    max-width: 13.1875rem;
  }
  .p-program__wrap {
    margin-top: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-program__lists {
    max-width: 20rem;
    margin-inline: auto;
    row-gap: 1.5rem;
  }
  .p-program__lists + .p-program__lists {
    margin-top: 1.5rem;
  }
  .p-program__ttl {
    padding: 0.9375rem 1.125rem 0.9375rem 1.75rem;
    font-size: 1rem;
  }
  .p-program__ttl::after {
    width: 1.875rem;
    height: 0.6875rem;
  }
  .p-program__link {
    padding: 0.5rem 1.125rem 0.5rem 1.75rem;
    font-size: 1rem;
  }
  .p-program__link::before {
    border-radius: 0.1875rem;
    width: 0.625rem;
    height: 0.625rem;
  }
  .p-program__link::after {
    width: 1.875rem;
    height: 0.6875rem;
  }
  .p-sec {
    padding-top: 2.5rem;
    padding-bottom: 1.875rem;
  }
  .p-sec--01 {
    background-image: url(../images/common/bg-low01-sp.png);
  }
  .p-sec--02 {
    background-image: url(../images/common/bg-low02-sp.png);
  }
  .p-sec__wrap.l-inner {
    margin-top: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .p-sec__wrap--privacy.l-inner {
    margin-top: 0.5rem;
  }
  .p-sec__wrap--privacy + .p-sec__wrap--privacy {
    margin-top: 2rem;
  }
  .p-sec__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.5rem;
    row-gap: 2rem;
  }
  .p-sec__item {
    width: 100%;
  }
  .p-sec__pageLinks {
    margin: 2rem auto 0;
  }
  .p-sec__pageLink a {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    font-size: 0.875rem;
  }
  .p-sec__pageLink a::after {
    width: 1.25rem;
    height: 0.4375rem;
  }
  .p-sp-nav {
    top: 0;
    left: 0;
    max-width: none;
    display: none;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow-y: scroll;
  }
  .p-sp-nav.is-full {
    height: 100vh;
  }
  .p-sp-nav__wrap {
    padding-top: 6.25rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .p-sp-nav__wrap::after {
    content: "";
    display: block;
    width: 100%;
    height: 1.125rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(11.5%, #323dba), color-stop(176.14%, #ff82fa)), #d9d9d9;
    background: linear-gradient(90deg, #323dba 11.5%, #ff82fa 176.14%), #d9d9d9;
  }
  .p-sp-nav__items {
    max-width: calc(100% - 3.75rem);
  }
  .p-sp-nav__item > a {
    padding-left: 0;
  }
  .p-sp-nav__subLink a {
    margin-left: 3rem;
  }
  .p-sp-nav__btn {
    display: block;
    text-align: center;
    margin-top: 1.375rem;
    margin-bottom: 2rem;
  }
  .p-thanks {
    background: url(../images/top/bg-partner-sp.png) no-repeat center/cover;
    padding-top: 4.75rem;
    padding-bottom: 2.5rem;
  }
  .p-thanks__txt {
    font-size: 0.875rem;
    margin-top: 2rem;
  }
  .p-thanks__btn {
    margin-top: 2.5rem;
  }
  .p-theme {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-theme__item {
    width: auto;
    background: rgba(4, 8, 18, .5);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    border-radius: 4px;
    padding: 1.25rem;
  }
  .p-theme__img {
    width: auto;
  }
  .p-theme__img img {
    max-width: none;
    width: 80%;
    margin: 0 auto;
    aspect-ratio: 250/214;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-theme__body {
    background: none;
    -webkit-backdrop-filter: initial;
            backdrop-filter: initial;
    padding: 1.25rem 0 0;
  }
  .p-theme__ttl {
    font-size: 1.25rem;
  }
  .p-theme__lists {
    margin-top: 1.0625rem;
    padding-left: 0.5rem;
  }
  .p-theme__lists li a {
    font-size: 0.875rem;
    line-height: 1.7;
  }
  .p-theme__lists li a {
    padding-left: 1rem;
  }
  .p-theme__lists li a::before {
    margin-top: 0.625rem;
    margin-left: -1rem;
    margin-right: 0.5rem;
    width: 5px;
    height: 5px;
  }
  .p-topAbout {
    background: url(../images/top/bg-about-sp.png) no-repeat center/cover;
  }
  .p-topAbout__ttlEn {
    font-size: 3rem;
  }
  .p-topAbout__txt {
    margin-top: 2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .p-topAbout__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.0625rem;
  }
  .p-topAbout__item {
    max-width: none;
  }
  .p-topAbout__item iframe {
    max-width: none;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*# sourceMappingURL=styles.css.map */
