body {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}
body main {
  flex: 1;
}
body footer {
  margin-top: auto;
}

.grecaptcha-badge {
  z-index: 99;
}

.p-form + .c-totop {
  width: 7rem;
  height: 7rem;
  bottom: 1%;
  right: 6vw;
}
@media screen and (max-width: 991.9px) {
  .p-form + .c-totop {
    right: 8vw;
    width: 6rem;
    height: 6rem;
  }
}
@media screen and (max-width: 767.9px) {
  .p-form + .c-totop {
    right: 15vw;
    width: 5rem;
    height: 5rem;
  }
}

.l-header__btn a {
  padding: 0 1em;
  font-size: 1.5rem;
}
.l-header__btn.-black a {
  background: #7942a1;
}
.l-header__btn.-black a:hover {
  background: #212121;
}
.l-header__logo {
  width: 35%;
}
@media screen and (max-width: 991.9px) {
  .l-header__logo {
    width: 90%;
  }
}
.l-header__logo a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.l-header__logo a img {
  width: 15rem;
}
@media screen and (max-width: 767.9px) {
  .l-header__logo a img {
    width: 12rem;
  }
}
.l-header__logo a p {
  color: #252525;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767.9px) {
  .l-header__logo a p {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 575.9px) {
  .l-footer {
    padding: 2.4rem 0 8rem 0;
  }
}
.l-footer__logo {
  width: 15rem;
}
@media screen and (max-width: 767.9px) {
  .l-footer__logo {
    width: 12rem;
  }
}

@media screen and (min-width: 768px) {
  .p-home_about__head {
    padding-top: 30.4rem;
  }
}

.p-home_system__inner {
  padding: 4rem 0 3rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-home_system__inner:hover .p-home_system__cnt {
    transform: scale(1.03);
  }
}
.p-home_system__wrap {
  align-items: baseline;
}
.p-home_system .p-home_system__btn {
  background: #000;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  border-radius: 0.7rem;
}
.p-home_system .p-home_system__btn:hover {
  background: #3caadd;
}
.p-home_system__link {
  text-align: center;
  margin-top: 10px;
  text-decoration: underline;
  display: block;
  font-size: 1.4rem;
}
.p-home_system__link:hover {
  text-decoration: none;
}
.p-home_system__list2 {
  margin-top: 2rem;
}
.p-home_system__list2 dl {
  display: flex;
  border-top: #dddddd 1px solid;
}
@media screen and (max-width: 767.9px) {
  .p-home_system__list2 dl {
    flex-direction: column;
  }
}
.p-home_system__list2 dl:last-of-type {
  border-bottom: #dddddd 1px solid;
}
.p-home_system__list2 dl dt,
.p-home_system__list2 dl dd {
  padding: 2.2rem 2.7rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 767.9px) {
  .p-home_system__list2 dl dt,
  .p-home_system__list2 dl dd {
    padding: 2rem 1.2rem;
  }
}
.p-home_system__list2 dl dt {
  font-weight: bold;
  width: 35%;
  flex-shrink: 0;
  background: #f3f3f3;
  border-right: 1px solid #dddddd;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.9px) {
  .p-home_system__list2 dl dt {
    width: 100%;
  }
}
.p-home_system__list2 dl dt .must {
  font-size: 0.8em;
  color: #ff0000;
}
.p-home_system__list2 dl dd {
  font-weight: 500;
  width: 100%;
  background: #fafafa;
  line-height: 1.4;
}
.p-home_system__list2 dl dd .red {
  color: #ff0000;
}
.p-home_system__list2 dl dd .large {
  font-size: 1.5em;
}
.p-home_system__lead2 {
  margin-top: 4rem;
  border-radius: 10px;
  border: #ff0000 3px solid;
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .p-home_system__lead2 {
    margin-top: 2rem;
  }
}
.p-home_system__lead2.-black {
  border-color: #000;
}
.p-home_system__lead2.-black h3 {
  background: #000;
}
.p-home_system__lead2 h3 {
  border-radius: 6px 6px 0 0;
  background: #ff0000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1;
  padding: 0.5em 0 0.7em 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.9px) {
  .p-home_system__lead2 h3 {
    font-size: 1.8rem;
  }
}
.p-home_system__lead2 p {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767.9px) {
  .p-home_system__lead2 p {
    font-size: 1.6rem;
  }
}
.p-home_system__lead2 p a {
  font-size: 0.8em;
  text-decoration: underline;
}
.p-home_system__lead2Flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991.9px) {
  .p-home_system__lead2Flex {
    flex-direction: column;
    align-items: start;
    width: 90%;
    margin: 0 auto 2rem auto;
    gap: 0;
  }
}
.p-home_system__lead2Item {
  color: #ff0000;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 767.9px) {
  .p-home_system__lead2Item {
    font-size: 1.4rem !important;
    text-align: left !important;
  }
}
.p-home_system__listItem .bold {
  font-weight: 600;
}
.p-home_system__listItem span {
  color: #ff0000;
}
@media screen and (min-width: 768px) {
  .p-home_system__foot {
    padding-bottom: 18rem;
  }
}

@media screen and (max-width: 767.9px) {
  .p-home_others {
    padding-top: 38rem;
  }
}
.p-home_others__lead .red {
  font-size: 1.3em;
  color: #ff0000;
  font-weight: 700;
}
.p-home_others .c-ttl_sup:not(:first-child) {
  margin-top: 4rem;
}
.p-home_others__wrap {
  gap: 4rem 2rem;
  flex-wrap: wrap;
  justify-content: start;
}
.p-home_others__sub {
  margin-top: 8rem;
}
@media screen and (max-width: 767.9px) {
  .p-home_others__sub {
    margin-top: 4rem;
  }
}
.p-home_others__sub .u-main {
  color: #7fbf33;
}
.p-home_others__sub .c-ttl_sup__jp {
  padding-bottom: 2rem;
}
.p-home_others__sub .c-ttl_sup__en span:before {
  background: rgba(153, 217, 75, 0.27);
}
.p-home_others__sub .c-ttl_sup__en span::after {
  background: #7fbf33;
}
.p-home_others__sub .p-home_others__num {
  background: #7fbf33;
}
.p-home_others__item {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 991.9px) {
  .p-home_others__item {
    width: 100%;
  }
}
.p-home_others__cnt {
  padding: 3.5rem 4rem;
  display: flex;
  flex-direction: column;
  height: 88%;
}
.p-home_others__box {
  flex: 1;
  margin-bottom: 2rem;
}
.p-home_others__title {
  font-size: 1.5rem;
  font-weight: bold;
}
.p-home_others .p-home_faq__btn {
  margin-top: auto;
}

.c-panel_ctr__fukidashi {
  left: inherit;
  right: 4rem;
}
@media screen and (max-width: 575.9px) {
  .c-panel_ctr__fukidashi {
    top: 4rem;
    right: -2rem;
  }
}
@media (max-width: 767.9px) {
  .c-panel_ctr__fukidashi .circle {
    font-size: 1.1rem;
    width: 7.5rem;
    height: 7.5rem;
  }
}
.c-panel_ctr__fukidashi .path {
  bottom: 15px;
  right: inherit;
  left: -11px;
  transform: scale(-1, 1);
}
.c-panel_ctr__desc {
  line-height: 1.4;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-panel_ctr__desc {
    height: 3em;
  }
}
.c-panel_ctr__btn {
  padding: 15px 22px;
  border-radius: 10px;
  border: 1px solid #dddddd;
  background: #f3f3f3;
}

.p-form {
  margin: 0 0 6rem 0;
}
.p-form .p-country-name {
  display: none;
}
.p-form .c-btn {
  max-width: 25rem;
}
.p-form .c-form__head {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767.9px) {
  .p-form .c-form__head {
    text-align: left;
  }
}
.p-form .c-form__note a {
  text-decoration: underline;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .p-form .c-form__rowgroup th,
  .p-form .c-form__rowgroup td {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767.9px) {
  .p-form .c-form__input {
    width: 100% !important;
  }
}
.p-form .c-form__input[name=your_postal] {
  width: 14em;
}
@media screen and (max-width: 767.9px) {
  .p-form .c-form__input[name=your_postal] {
    width: 100%;
  }
}
.p-form .c-form__input[name=your_number_of_people] {
  width: 10em;
}
@media screen and (max-width: 767.9px) {
  .p-form .c-form__input[name=your_number_of_people] {
    width: 100%;
  }
}
.p-form .c-form__select {
  width: 14em;
}
@media screen and (max-width: 767.9px) {
  .p-form .c-form__select {
    width: 100%;
  }
}
.p-form .c-form__select.-middle {
  width: 25em;
}
@media screen and (max-width: 767.9px) {
  .p-form .c-form__select.-middle {
    width: 100%;
  }
}
.p-form .c-form__privacyItem {
  margin-bottom: 4rem;
}
.p-form .c-form__privacyItem h4 {
  text-align: center;
  margin-bottom: 10px;
}
.p-form__kv {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6rem 0;
  text-align: center;
  margin-bottom: 4rem;
  color: #fff;
}
.p-form__kv.-seminar {
  background: #3caadd;
}
.p-form__kv.-support {
  background: #145082;
}
.p-form__kv .main {
  font-size: 2.4rem;
}
.p-form__kv .sub {
  font-size: 1.8rem;
}
.p-form__wrap {
  width: min(90%, 120rem);
  margin: 0 auto;
}
.p-form__thanks {
  text-align: center;
  font-weight: 600;
  width: min(90%, 1000px);
  margin: 0 auto;
  margin-top: 8rem;
}
@media screen and (max-width: 767.9px) {
  .p-form__thanks {
    text-align: left;
  }
}

.cookie-consent {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: min(90%, 800px);
  background: #fff;
  color: white;
  padding: 20px;
  text-align: center;
  z-index: 9999;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.cookie-consent p span {
  font-size: 1.8rem;
  font-weight: bold;
}

.cookie-consent p {
  margin: 0 0 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}

.cookie-consent a {
  color: #000;
  text-decoration: underline;
}

.cookie-consent a:hover {
  color: #3caadd;
}

.cookie-consent button {
  color: white;
  border: none;
  padding: 5px 30px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid;
  border-radius: 100px;
  transition: all 0.3s ease;
}

.cookie-consent button[name=accept_cookies] {
  border-color: #3caadd;
  background: #3caadd;
}

.cookie-consent button[name=accept_cookies]:hover {
  background: #fff;
  color: #3caadd;
}

.cookie-consent button[name=cancel_cookies] {
  margin-left: 10px;
  background: #666;
  border-color: #666;
}

.cookie-consent button[name=cancel_cookies]:hover {
  color: #666;
  background: #fff;
}

@media (max-width: 600px) {
  .cookie-consent {
    bottom: 0;
    width: 100%;
    border-radius: 0;
  }
  .cookie-consent button {
    display: block;
    width: 100%;
    margin: 5px 0 !important;
  }
}
@media screen and (max-width: 991.9px) {
  .c-form__field.-flex {
    display: flex;
    gap: 0.5em;
    flex-wrap: wrap;
  }
  .c-form__field.-flex .horizontal-item + .horizontal-item {
    width: 100%;
    margin: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .c-form__field.-flex .horizontal-item + .horizontal-item:last-of-type {
    margin-bottom: 0.5em;
  }
}
.c-form__note {
  font-size: 0.9em;
}
.c-form__note.-red {
  color: #ff0000;
}

.c-form__field + .c-form__note {
  margin-top: 1em;
}
@media screen and (max-width: 991.9px) {
  .c-form__field + .c-form__note {
    margin-top: 1em;
  }
}

.c-form__field + .c-form__field {
  margin-top: 1em;
}
@media screen and (max-width: 991.9px) {
  .c-form__field + .c-form__field {
    margin-top: 1em;
  }
}

.c-form__row + .c-form__row {
  margin-top: 1em;
}
@media screen and (max-width: 991.9px) {
  .c-form__row + .c-form__row {
    margin-top: 1em;
  }
}

@media screen and (max-width: 991.9px) {
  .mw_wp_form .vertical-item + .vertical-item {
    width: 100%;
  }
}

.mwform-checkbox-field input {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
}/*# sourceMappingURL=include.css.map */