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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #d6f1b5;
  color: #444444;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "Yu Gothic", YuGothic, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  html,
  body,
  body.mode-popup {
    width: 100%;
    min-width: 0;
  }

  body {
    overflow-x: hidden;
  }
}

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

ol,
ul {
  list-style: none;
  list-style-type: none;
}

a {
  color: inherit;
}

button,
input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  font: inherit;
}

button {
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.button {
  position: relative;
  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;
  width: min(100%, 650px);
  min-height: 7rem;
  margin-right: auto;
  margin-left: auto;
  border-radius: 999px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-decoration: none;
  -webkit-box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.3), inset 0 -0.3rem 0.3rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.3), inset 0 -0.3rem 0.3rem rgba(0, 0, 0, 0.12);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.button:hover {
  color: #fff;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0), inset 0 -0.3rem 0.3rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0), inset 0 -0.3rem 0.3rem rgba(0, 0, 0, 0.12);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
}
.button::after {
  position: absolute;
  right: 3rem;
  width: 1.6rem;
  height: 1.6rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .button::after {
    width: 1rem;
    height: 1rem;
    right: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .button {
    min-height: 5.6rem;
    font-size: 1.8rem;
  }
}

.button--primary {
  background-color: #d90000;
}

.registration {
  min-height: 100vh;
}

.registration-hero {
  background-color: #fff;
}

.registration-hero-inner {
  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;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 2rem 0;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .registration-hero-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: clamp(0.8rem, 2.8vw, 1.6rem);
    padding: 1rem 1.2rem 2.2rem;
  }
}

.registration-hero-coins {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  width: 10.7rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .registration-hero-coins {
    width: clamp(6rem, 21vw, 8.1rem);
    max-width: none;
    -webkit-transform: translateY(-0.6rem);
            transform: translateY(-0.6rem);
  }
}

.registration-hero-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .registration-hero-text {
    -webkit-transform: translateY(-0.4rem);
            transform: translateY(-0.4rem);
    white-space: nowrap;
  }
}

.registration-hero-lead {
  color: #444444;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .registration-hero-lead {
    font-size: clamp(1.3rem, 4.4vw, 1.6rem);
  }
}

.registration-hero-point {
  margin: 0;
  color: #444444;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}
.registration-hero-point span {
  color: #d90000;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .registration-hero-point {
    font-size: clamp(1.7rem, 5.8vw, 2rem);
  }
}

.registration-hero-cat {
  -ms-flex-item-align: end;
      align-self: end;
  width: 13.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .registration-hero-cat {
    width: clamp(7.4rem, 25vw, 10rem);
    max-width: none;
  }
}

.registration-content {
  background-color: #d6f1b5;
  padding: 4rem 2rem 0;
}
@media screen and (max-width: 767px) {
  .registration-content {
    padding: 0 2.2rem 0rem;
  }
}

.registration-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.register-card {
  overflow: hidden;
  margin-bottom: 4rem;
  border-radius: 1.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .register-card {
    margin-bottom: 2.4rem;
    border-radius: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .register-card--mail {
    margin-bottom: 0.2rem;
    -webkit-transform: translateY(-2.2rem);
            transform: translateY(-2.2rem);
  }
}

.register-card-title {
  margin: 0;
  background-color: #5ad200;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.35;
  padding: 0.9rem 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .register-card-title {
    font-size: 2rem;
    padding: 1.2rem 1.6rem;
  }
}

.register-card-body {
  padding: 3rem 0 4rem;
  max-width: 65rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .register-card-body {
    padding: 1.8rem 2.4rem 4rem;
  }
}

.register-card-body--d-account {
  padding: 4rem 0 4rem;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .register-card-body--d-account {
    padding: 4rem 2.4rem;
  }
}

.register-card-text {
  margin-top: 1.6rem;
  color: #888;
  font-size: 1.6rem;
  font-weight: 500;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .register-card-text {
    margin-top: 1.2rem;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

.junior-register-link {
  margin-top: 2.4rem;
  color: #888;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.junior-register-link a {
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
@media screen and (max-width: 767px) {
  .junior-register-link {
    margin-top: 1.6rem;
    font-size: 1.2rem;
  }
}

.form-field {
  display: block;
}

.form-field-label {
  display: block;
  margin-bottom: 0.4rem;
  color: #888;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .form-field-label {
    font-size: 1.2rem;
  }
}

.form-field-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 5rem;
  border: 0.3rem solid #5ad200;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #444444;
  font-size: 2rem;
  outline: none;
  padding: 0 1rem;
}
.form-field-input::-webkit-input-placeholder {
  color: #ddd;
}
.form-field-input::-moz-placeholder {
  color: #ddd;
}
.form-field-input:-ms-input-placeholder {
  color: #ddd;
}
.form-field-input::-ms-input-placeholder {
  color: #ddd;
}
.form-field-input::placeholder {
  color: #ddd;
}
.form-field-input:focus {
  border-color: #3fa800;
}
@media screen and (max-width: 767px) {
  .form-field-input {
    height: 5rem;
    font-size: 2rem;
    padding: 0 1.4rem;
  }
}

.form-field-note {
  margin: 0.8rem 0 3.6rem;
  color: #888;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .form-field-note {
    margin-bottom: 2.6rem;
    font-size: 1.2rem;
  }
}

.form-error {
  margin-bottom: 1rem;
  color: #d90000;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.d-account-button {
  display: block;
  max-width: 40rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.d-account-button:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.register-appeal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -2rem;
}
@media screen and (max-width: 767px) {
  .register-appeal {
    overflow: hidden;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1rem;
  }
}
.register-appeal img {
  width: 29.5rem;
}
@media screen and (max-width: 767px) {
  .register-appeal img {
    width: 100%;
    max-width: 24rem;
    -webkit-transform: translateX(-4.4rem);
            transform: translateX(-4.4rem);
  }
}
@media screen and (max-width: 370px) {
  .register-appeal img {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.notice {
  background-color: #f1f1f1;
  padding: 2.5rem 2rem 4rem;
}
@media screen and (max-width: 767px) {
  .notice {
    padding: 2.6rem 2.5rem 4.8rem;
  }
}

.notice-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.notice-title {
  margin-bottom: 1.4rem;
  background-color: #444444;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0.8rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .notice-title {
    font-size: 1.2rem;
  }
}

.notice-list {
  margin-bottom: 3rem;
  padding-left: 0;
  color: #000;
  font-size: 1.6rem;
  list-style: none;
  line-height: 1.677;
}
@media screen and (max-width: 767px) {
  .notice-list {
    margin-bottom: 2rem;
    font-size: 1.2rem;
  }
}

.notice-list li {
  position: relative;
  padding-left: 1.2rem;
}

.notice-list li::before {
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #000;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.notice-emphasis,
.notice-caution {
  color: #d90000;
}

.notice-caution,
.notice-text {
  color: #000;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .notice-caution,
  .notice-text {
    font-size: 1.2rem;
  }
}

.notice-caution {
  color: #d90000;
}

.notice a {
  text-decoration: underline;
}

.junior-guide {
  background-color: #d6f1b5;
  padding: 4rem 2rem 0;
}
@media screen and (max-width: 767px) {
  .junior-guide {
    padding: 2.6rem 2.2rem 0;
    margin-bottom: 2.4rem;
  }
}

.junior-guide-inner {
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 1.5rem;
  background-color: #fff;
  padding: 4rem 4rem 5.2rem;
}
@media screen and (max-width: 767px) {
  .junior-guide-inner {
    border-radius: 1.4rem;
    padding: 3rem 2rem;
  }
}

.junior-guide-content {
  max-width: 65rem;
  margin-right: auto;
  margin-left: auto;
}

.junior-guide-title {
  margin: 0;
  color: #444444;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .junior-guide-title {
    font-size: clamp(1.35rem, 4.1vw, 1.6rem);
    line-height: 1.45;
  }
}

.junior-guide-alert {
  margin-bottom: 3.2rem;
  color: #d90000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .junior-guide-alert {
    margin-bottom: 2.4rem;
    font-size: clamp(1.35rem, 4.1vw, 1.6rem);
    line-height: 1.45;
  }
}

.junior-guide-section {
  text-align: center;
}

.junior-guide-heading {
  margin-bottom: 1.6rem;
  color: #5ad200;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .junior-guide-heading {
    margin-bottom: 1rem;
  }
}

.junior-guide-summary {
  margin-bottom: 2rem;
  color: #444444;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .junior-guide-summary {
    font-size: 1.2rem;
    margin-bottom: 1.4rem;
  }
}

.junior-guide-texts {
  color: #888;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.55;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .junior-guide-texts {
    font-size: 1.2rem;
  }
}

.junior-guide-texts p {
  font-weight: 500;
}

.junior-guide-texts a {
  color: #5ad200;
  text-decoration: underline;
  font-weight: 500;
}

.junior-guide-surveys {
  margin-bottom: 2rem;
  color: #444444;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .junior-guide-surveys {
    font-size: 1.2rem;
    margin-bottom: 1.4rem;
  }
}
.junior-guide-surveys li {
  font-weight: 700;
}

.junior-guide-section + .junior-guide-section {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .junior-guide-section + .junior-guide-section {
    margin-top: 2rem;
  }
}

.registration--modal-preview {
  -webkit-filter: brightness(0.62);
          filter: brightness(0.62);
  min-height: 100vh;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: block;
  overflow-y: auto;
  padding: 10rem 2rem 6rem;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
@media screen and (max-width: 767px) {
  .modal {
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.45);
    padding: 2rem 2rem calc(2rem + env(safe-area-inset-bottom));
  }
}

.modal.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.modal-panel {
  position: relative;
  width: min(100%, 800px);
  margin-right: auto;
  margin-left: auto;
  border-radius: 1.5rem;
  overflow: hidden;
  background-color: #fff;
  padding: 2rem 5rem 3.5rem;
  opacity: 0;
  -webkit-transform: translateY(1.2rem) scale(0.98);
          transform: translateY(1.2rem) scale(0.98);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
  .modal-panel {
    max-height: calc(100dvh - 4.8rem - env(safe-area-inset-bottom));
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 1.4rem;
    padding: 3rem 3rem 4rem;
  }
}

.modal-panel::-webkit-scrollbar {
  width: 1rem;
}

.modal-panel::-webkit-scrollbar-track {
  background-color: transparent;
  margin: 1rem 0;
}

.modal-panel::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background-color: #a8a8a8;
  border: 0.2rem solid transparent;
  background-clip: padding-box;
}

.modal.is-open .modal-panel {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  width: 2.2rem;
  height: 3rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .modal-close {
    top: 1rem;
    right: 1rem;
  }
}
.modal-close::before, .modal-close::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #444444;
  content: "";
}
.modal-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-title {
  margin-bottom: 1.6rem;
  color: #444444;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal-title {
    margin-bottom: 0.2rem;
    font-size: 1.6rem;
  }
}

.modal-required {
  color: #888;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.modal-required span {
  color: #5ad200;
  font-size: 2.2rem;
  vertical-align: -3px;
}
@media screen and (max-width: 767px) {
  .modal-required {
    font-size: 1.2rem;
  }
  .modal-required span {
    font-size: 1.8rem;
  }
}

.modal-error {
  margin: 1rem 0 2.8rem;
  color: #d90000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal-error {
    margin: 1rem 0;
    font-size: 1.2rem;
  }
}

.agreement-list {
  max-width: 74rem;
  margin-right: auto;
  margin-left: auto;
}

.agreement-item {
  display: grid;
  grid-template-columns: 2rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  margin-top: 2.4rem;
  cursor: pointer;
}
.agreement-item input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.agreement-item input:checked + .agreement-checkbox {
  background-color: #fff;
}
.agreement-item input:checked + .agreement-checkbox::after {
  opacity: 1;
}
.agreement-item input:focus-visible + .agreement-checkbox {
  -webkit-box-shadow: 0 0 0 0.3rem rgba(90, 210, 0, 0.25);
          box-shadow: 0 0 0 0.3rem rgba(90, 210, 0, 0.25);
}

.agreement-checkbox {
  position: relative;
  width: 2rem;
  height: 2rem;
  border: 0.3rem solid #5ad200;
  background-color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.agreement-checkbox::after {
  content: "";
  position: absolute;
  top: -0.3rem;
  left: 0.2rem;
  width: 1rem;
  height: 1.6rem;
  border-right: 0.3rem solid #5ad200;
  border-bottom: 0.3rem solid #5ad200;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.agreement-label {
  color: #444444;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}
.agreement-label span {
  color: #5ad200;
  font-size: 1.2rem;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .agreement-label {
    font-size: 1.4rem;
  }
}

.agreement-scroll {
  max-height: 20rem;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 1.2rem;
  margin-left: 4.6rem;
  border: 0.3rem solid #d9d9d9;
  padding: 1.6rem 2rem;
  color: #444444;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
}

.agreement-scroll::-webkit-scrollbar {
  width: 0.7rem;
}

.agreement-scroll::-webkit-scrollbar-thumb {
  min-height: 1.2rem;
  border-radius: 0.2rem;
  background-color: #a9a9a9;
}

.agreement-scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .modal {
    overflow: hidden;
  }

  .agreement-scroll::-webkit-scrollbar {
    width: 1.2rem;
  }

  .agreement-scroll::-webkit-scrollbar-thumb {
    min-height: 2.4rem;
    border-radius: 999px;
    background-color: #9f9f9f;
    border: 0.3rem solid transparent;
    background-clip: padding-box;
  }

  .agreement-scroll::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 999px;
  }

  .agreement-scroll::-webkit-scrollbar-button:single-button {
    display: block;
    height: 1.4rem;
    background-color: transparent;
    border: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.9rem 0.6rem;
  }

  .agreement-scroll::-webkit-scrollbar-button:single-button:vertical:decrement {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M5 1L9 5H1Z' fill='%23888888'/%3E%3C/svg%3E");
  }

  .agreement-scroll::-webkit-scrollbar-button:single-button:vertical:increment {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1H9L5 5Z' fill='%23888888'/%3E%3C/svg%3E");
  }

  .modal-panel {
    max-height: calc(100vh - 16rem);
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media screen and (max-width: 767px) {
  .agreement-scroll {
    max-height: 10.8rem;
    margin-left: 0;
    font-size: 1.2rem;
    padding: 0.8rem 0.8rem;
  }

  .agreement-scroll::-webkit-scrollbar-thumb {
    min-height: 1.6rem;
  }
}

.agreement-item--all {
  margin-top: 3.8rem;
  margin-bottom: 3rem;
}

.modal-button {
  width: min(100%, 70rem);
}

.terms {
  min-height: 100vh;
  background-color: #fff;
  padding: 5rem 2rem 8rem;
}
@media screen and (max-width: 767px) {
  .terms {
    padding: 3rem 2rem 5rem;
  }
}

.terms-inner {
  max-width: 88rem;
  margin-right: auto;
  margin-left: auto;
}

.terms-title {
  margin: 0 0 3rem;
  color: #5ad200;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .terms-title {
    font-size: 2.4rem;
  }
}

.terms-body {
  color: #444444;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.85;
}
.terms-body p {
  margin: 0 0 1rem;
}
.terms-body ul {
  margin: 0 0 1.4rem;
  padding-left: 1.6rem;
}
@media screen and (max-width: 767px) {
  .terms-body {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}

.terms-line {
  color: #444444;
  font-weight: 400;
}

.terms-line--heading {
  margin-top: 1.6rem;
  margin-bottom: 0.7rem;
}

.terms-line--label {
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
}

.terms-line--bullet {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.terms-line--table-subitem {
  padding-left: 1.2em;
}

.terms-line--marked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.terms-line-content {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.terms-line--indent-1 {
  padding-left: 0;
  text-indent: 0;
}

.terms-line--indent-2 {
  padding-left: 1.2em;
  text-indent: 0;
}

.terms-line--major {
  margin-top: 2.4rem;
  margin-bottom: 1rem;
  font-size: 1.7rem;
  line-height: 1.65;
  font-weight: 700;
}
.terms-line--major span {
  font-weight: inherit;
}
@media screen and (max-width: 767px) {
  .terms-line--major {
    margin-top: 1.8rem;
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
  }
}

.terms-list {
  list-style: none;
}
.terms-list li {
  position: relative;
  margin-bottom: 0.4rem;
  padding-left: 1em;
  font-weight: 400;
}
.terms-list li::before {
  position: absolute;
  left: 0;
  content: "・";
}

.terms-body a,
.agreement-scroll a {
  color: #5ad200;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.terms-body ul,
.terms-body ol,
.agreement-scroll ul,
.agreement-scroll ol {
  margin: 0.6rem 0 0.8rem 1.4em;
  padding-left: 1.2em;
}
.terms-body li,
.agreement-scroll li {
  margin: 0.2rem 0;
  padding-left: 0.2em;
}
.terms-body > :first-child,
.agreement-scroll > :first-child {
  margin-top: 0;
}

.terms-table {
  width: 100%;
  margin: 3rem 0;
  border-collapse: collapse;
  table-layout: fixed;
}
.terms-table th,
.terms-table td {
  border: 0.1rem solid #d9d9d9;
  padding: 1.4rem;
  color: #444444;
  text-align: left;
  vertical-align: top;
}
.terms-table th {
  background-color: #d9d9d9;
  font-weight: 700;
}
.terms-table th + th,
.terms-table th:not(:last-child) {
  border-left-color: #fff;
  border-right-color: #fff;
}
.terms-table td {
  background-color: #fff;
  font-weight: 400;
}
.terms-table p {
  margin: 0 0 0.8rem;
}
.terms-table ul {
  margin: 0 0 0.8rem;
  padding-left: 1.5rem;
  list-style: none;
}
.terms-table p:last-child,
.terms-table ul:last-child {
  margin-bottom: 0;
}

.terms-table--definition td:first-child {
  width: 27%;
  background-color: #d9d9d9;
  border-right-color: #fff;
  font-weight: 700;
}
.terms-table--definition td:nth-child(2) {
  border-left-color: #fff;
}

.terms-table--matrix th:first-child,
.terms-table--matrix td:first-child {
  width: 32%;
}

.terms-table--policy th:first-child,
.terms-table--policy td:first-child {
  width: 20%;
}

@media screen and (min-width: 768px) {
  .terms-table th, .terms-table.terms-table--definition td:first-child, .terms-table.terms-table--definition td + td {
    position: relative;
  }
  .terms-table th + th::before, .terms-table.terms-table--definition td + td::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -0.1rem;
    width: 0.1rem;
    background-color: #fff;
    content: "";
  }
  .terms-table.terms-table--definition tr + tr td:first-child::before {
    position: absolute;
    top: -0.1rem;
    right: 0;
    left: 0;
    height: 0.1rem;
    background-color: #fff;
    content: "";
  }
}
.terms-table-heading {
  margin: 2.4rem 0 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .terms-table-heading {
    margin-top: 1.8rem;
    font-size: 1.3rem;
  }
}

.agreement-scroll .terms-table {
  margin: 1.4rem 0;
  font-size: inherit;
  line-height: 1.55;
}
.agreement-scroll .terms-line--major,
.agreement-scroll .terms-table-heading {
  margin-top: 1.4rem;
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .agreement-scroll .terms-line--major,
  .agreement-scroll .terms-table-heading {
    font-size: 1.2rem;
  }
}
.agreement-scroll .terms-line--heading,
.agreement-scroll .terms-line--label {
  margin-top: 1rem;
  margin-bottom: 0.4rem;
}

@media screen and (max-width: 767px) {
  .terms-table {
    display: block;
    overflow: hidden;
    margin: 1.8rem 0;
    border: 0.1rem solid #d9d9d9;
    table-layout: auto;
  }
  .terms-table thead {
    display: none;
  }
  .terms-table tbody,
  .terms-table tr,
  .terms-table td {
    display: block;
    width: 100%;
  }
  .terms-table tr {
    margin: 0;
  }
  .terms-table td {
    border: 0;
    border-bottom: 0.1rem solid #d9d9d9;
    padding: 1rem 1.2rem;
  }
  .terms-table td::before {
    display: block;
    margin: -1rem -1.2rem 0.8rem;
    background-color: #d9d9d9;
    color: #444444;
    content: attr(data-label);
    font-weight: 700;
    padding: 0.7rem 1.2rem;
  }
  .terms-table td:last-child {
    border-bottom: 0;
  }
  .terms-table.terms-table--matrix th:first-child,
  .terms-table.terms-table--matrix td:first-child, .terms-table.terms-table--policy th:first-child,
  .terms-table.terms-table--policy td:first-child, .terms-table.terms-table--definition th:first-child,
  .terms-table.terms-table--definition td:first-child {
    width: 100%;
  }
  .terms-table.terms-table--definition td::before {
    display: none;
  }
  .terms-table.terms-table--definition td:first-child {
    background-color: #d9d9d9;
    font-weight: 700;
  }
}