
/*######################################################################

		Base CSS

************************************************************************/

*,
*::before,
*::after {
  box-sizing: border-box;
  min-inline-size: 0;
}

:root {
  --font-size-12: .75rem;
  --font-size-14: .875rem;
  --font-size-16: 1rem;
  --font-size-18: 1.125rem;
  --font-size-21: 1.3125rem;
  --font-size-24: 1.5rem;
  --font-size-26: 1.625rem;
  --font-size-32: 2rem;
  --font-size-40: 2.5rem;
  --font-size-48: 3rem;
  --font-size-56: 3.5rem;
  --font-size-64: 4rem;
  --font-size-72: 4.5rem;
  --font-size-80: 5rem;
  --font-size-88: 5.5rem;
  --font-size-100: 6.25rem;
  --font-size-128: 8rem;
  --font-size-232: 14.5rem;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
}

body {
  color: #111;
  font-size: var(--font-size-18);
  font-weight: 500;
  font-family: acumin-pro, ryo-gothic-plusn, sans-serif;
  line-height: 2;
  min-height: 100vh;
  background-color: #fff;
  overflow-x: clip;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

@media not all and (min-width: 768px){
  body {
    font-size: var(--font-size-16);
  }
}

:where(ul, ol) {
  list-style: none;
  list-style-type: '';
  padding: unset;
  margin: 0;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.4;
}

h1, h2, h3, h4 {
  font-weight: 800;
}

h2 {
  letter-spacing: -6px;
}

@media not all and (min-width: 768px){
  h2 {
    letter-spacing: -4px;
  }
}

img, picture {
  display: block;
  max-width: 100%;
  height: auto;
}

:where(:any-link, button, [type='button'], [type='reset'], [type='submit'], label[for], select, summary, [role='tab'], [role='button']) {
  cursor: pointer;
}

:where(button, [type='button'], [type='reset'], [type='submit']) {
  touch-action: manipulation;
}

legend, fieldset {
  all: unset;
}

input, button, textarea, select {
  font: inherit;
}

:target {
  scroll-margin-block: 5ex;
}

:focus:not(:focus-visible) {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after, ::backdrop {
    background-attachment: scroll !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-delay: 0s !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}


/*######################################################################

		General

************************************************************************/


/*
  link
/////////////////////////////////////////////////////////*/

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

a:hover {
  color: #111;
  text-decoration: underline;
  transition: .3s;
}



/*######################################################################

		Header

************************************************************************/
/*
	header
/////////////////////////////////////////////////////////*/

.port-header__logo {
  margin: 40px auto;
  padding-inline: 40px;
  max-width: 1400px;
}

@media not all and (min-width: 768px){
  .port-header__logo {
    margin: 32px auto;
    padding-inline: 24px;
  }
}

@media not all and (min-width: 468px){
  .port-header__logo {
    display: none;
  }
}

.port-header__logo a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 24px;
}

.port-header__logo img {
  width: 80px;
}

.port-header__site-title {
  font-size: var(--font-size-14);
}

.port-header__copy {
  position: relative;
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1400px;
  z-index: 1;
}

@media not all and (min-width: 768px){
  .port-header__copy {
    padding-inline: 24px;
  }
}

.port-header__copy-jp {
  margin-bottom: 40px;
  font-size: var(--font-size-48);
}

@media not all and (min-width: 1000px){
  .port-header__copy-jp {
    font-size: var(--font-size-40);
  }
}

@media not all and (min-width: 768px){
  .port-header__copy-jp {
    font-size: var(--font-size-32);
  }
}

@media not all and (min-width: 340px){
  .port-header__copy-jp {
    font-size: var(--font-size-26);
  }
}

.port-header__copy-jp .__newline {
  display: block;
}

@media not all and (min-width: 568px){
  .port-header__copy-jp .__newline-sp {
    display: block;
    text-align: center;
  }
}

.port-header__copy-en {
  margin-left: -1vw;
  font-size: 251px;
  font-weight: 800;
  letter-spacing: -20px;
  line-height: 1;
}

@media not all and (min-width: 1410px){
  .port-header__copy-en {
    font-size: 17.9vw;
  }
}

@media not all and (min-width: 1000px){
  .port-header__copy-en {
    letter-spacing: -17px;
  }
}

@media not all and (min-width: 940px){
  .port-header__copy-en {
    font-size: 17vw;
    letter-spacing: -13px;
  }
}

@media not all and (min-width: 768px){
  .port-header__copy-en {
    margin-inline: calc(50% - 50vw);
    font-size: 18.6vw;
    letter-spacing: -10px;
  }
}

@media not all and (min-width: 568px){
  .port-header__copy-en {
    margin-top: 40px;
    letter-spacing: -7px;
  }
}

.port-header__infinity-loop {
  margin-top: -80px;
  width: 100vw;
  overflow: hidden;
}

@media not all and (min-width: 1000px){
  .port-header__infinity-loop {
    margin-top: -56px;
  }
}

@media not all and (min-width: 768px){
  .port-header__infinity-loop {
    margin-top: -32px;
  }
}

@media not all and (min-width: 568px){
  .port-header__infinity-loop {
    margin-top: -24px;
  }
}

.port-header__infinity-loop-wrap {
  position: relative;
  width: 100%;
  height: 530px;
  overflow: hidden;
}

@media not all and (min-width: 568px){
  .port-header__infinity-loop-wrap {
    height: 400px;
  }
}

.port-header__infinity-loop-wrap .__marquee {
  display: flex;
  gap: 30px;
  position: absolute;
  width: max-content;
  animation: marquee 30s linear infinite;
  will-change: transform;
}

.port-header__infinity-loop-wrap .__marquee-item {
  width: 100%;
  height: 530px;
}

@media not all and (min-width: 568px){
  .port-header__infinity-loop-wrap .__marquee-item {
    height: 400px;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2516px);
  }
}

@media not all and (min-width: 568px){
  .port-header__infinity-loop-wrap .__marquee-item img {
    height: 100%;
  }
}

.port-header__hero {
  margin-top: -200px;
  padding-top: 360px;
  background-color: #222;
}

@media not all and (min-width: 568px){
  .port-header__hero {
    margin-top: -120px;
    padding-top: 210px;
  }
}

.port-header__hero-contents {
  margin-inline: auto;
  padding-inline: 40px;
  padding-bottom: 160px;
  max-width: 1400px;
  color: #fff;
  font-size: var(--font-size-21);
  line-height: 2;
}

@media not all and (min-width: 768px){
  .port-header__hero-contents {
    padding-inline: 24px;
    padding-bottom: 80px;
    font-size: var(--font-size-18);
  }
}

.port-header__hero-contents p {
  max-width: 900px;
}

.port-header__hero-contents p:not(:last-child) {
  margin-bottom: 40px;
}

/*######################################################################

		Contents

************************************************************************/

.port-section {
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1400px;
}

@media not all and (min-width: 768px){
  .port-section {
    padding-inline: 24px;
  }
}

.port-section__heading {
  margin-bottom: 80px;
  font-size: var(--font-size-64);
}

@media not all and (min-width: 768px){
  .port-section__heading {
    margin-bottom: 32px;
    font-size: var(--font-size-32);
  }

  .port-section__heading .__large {
    letter-spacing: -5px;
  }

  .port-section__heading .__small {
    letter-spacing: -7px;
  }
}

.port-section__heading .__newline {
  display: block;
}

.port-section__heading-h3 {
  margin-bottom: 64px;
  font-size: var(--font-size-40);
}

@media not all and (min-width: 768px){
  .port-section__heading-h3 {
    font-size: var(--font-size-26);
  }
}

.port-section__description {
  margin-block: -40px 80px;
}

@media not all and (min-width: 768px){
  .port-section__description {
    margin-block: -40px 40px;
  }

  .port-section__heading + .port-section__description {
    margin-block: -10px 40px;
  }
}

.port-problem {
  margin-bottom: 160px;
  padding-block: 160px;
  background-color: #D8D7D2;
}

@media not all and (min-width: 768px){
  .port-problem {
    margin-bottom: 80px;
    padding-block: 80px;
  }
}


.port-problem__heading {
  margin-bottom: 80px;
  font-size: var(--font-size-64);
}

.port-problem__heading .__large {
  letter-spacing: -15px;
}

.port-problem__heading .__small {
  letter-spacing: -20px;
}

@media not all and (min-width: 940px){
  .port-problem__heading {
    margin-bottom: 80px;
    font-size: var(--font-size-48);
  }

  .port-problem__heading .__large {
    letter-spacing: -10px;
  }

  .port-problem__heading .__small {
    letter-spacing: -12px;
  }
}

@media not all and (min-width: 568px){
  .port-problem__heading {
    margin-bottom: 32px;
    font-size: var(--font-size-32);
  }

  .port-problem__heading .__large {
    letter-spacing: -5px;
  }

  .port-problem__heading .__small {
    letter-spacing: -7px;
  }
}

.port-problem__heading .__newline {
  display: inline-block;
}

.port-problem__list {
  padding-left: 24px;
}

.port-problem__list li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 24px;
  font-size: var(--font-size-21);
  font-weight: 700;
}

.port-problem__list li::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #222;
  border-radius: 50vh;
}

@media not all and (min-width: 768px){
  .port-problem__list {
    padding-left: 0;
  }

  .port-problem__list li {
    padding-left: 16px;
    font-size: var(--font-size-18);
  }

  .port-problem__list li::before {
    top: 15px;
    width: 6px;
    height: 6px;
  }
}

.port-reason {
  margin-bottom: 240px;
}

@media not all and (min-width: 468px){
  .port-reason {
    margin-bottom: 200px;
  }
}

.port-reason__wrap {
  display: flex;
	justify-content: space-between;
  flex-direction: row-reverse;
	flex-wrap: wrap;
}

.port-reason__contents {
  width: 50%;
  font-size: var(--font-size-21);
}

.port-reason__images {
  margin-left: calc(50% - 50vw);
  width: 50%;
}

@media not all and (min-width: 940px){
  .port-reason__contents {
    margin-bottom: 80px;
    width: 100%;
  }

  .port-reason__images {
    margin-left: auto;
    width: 100%;
  }
}

@media not all and (min-width: 768px){
  .port-reason__contents {
    margin-bottom: 40px;
    font-size: var(--font-size-16);
  }
}

.port-reason__sentence p:not(:last-child) {
  margin-bottom: 40px;
}

.port-reason__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 15px;
}

.port-reason__images-item:nth-child(1) {
  margin-top: 0;
}

.port-reason__images-item:nth-child(3) {
  margin-top: 0;
}

.port-reason__images-item:nth-child(2) {
  margin-top: 120px;
}

.port-reason__images-item:nth-child(4) {
  margin-top: 120px;
}

.port-reason__images-item {
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.port-reason__images-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.port-future {
  margin-bottom: 160px;
}

@media not all and (min-width: 768px){
  .port-future {
    margin-bottom: 80px;
  }
}

.port-future__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  gap: 30px 0;
}

.port-future__item {
  width: 48%;
  padding: 40px 40px 80px;
  background-color: #E6E6E6;
  border-radius: 40px;
}

@media not all and (min-width: 868px){
  .port-future__item {
    width: 100%;
    padding: 40px 40px 80px;
  }
}

@media not all and (min-width: 768px){
  .port-future__item {
    padding: 24px 24px 56px;
  }
}

.port-future__num {
  color: #ccc;
  font-size: var(--font-size-40);
  font-weight: 800;
}

.port-future__heading {
  margin-bottom: 40px;
  font-size: var(--font-size-40);
  letter-spacing: -4px;
}

.port-future__heading .__newline {
  display: block;
}

@media not all and (min-width: 1000px){
  .port-future__num {
    font-size: var(--font-size-32);
  }

  .port-future__heading {
    font-size: var(--font-size-32);
  }
}

@media not all and (min-width: 768px){
  .port-future__heading {
    margin-bottom: 24px;
    font-size: var(--font-size-24);
  }
}

.port-plan {
  margin-bottom: 160px;
}

@media not all and (min-width: 768px){
  .port-plan {
    margin-bottom: 80px;
  }
}

.port-plan__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  gap: 40px 0;
  margin-bottom: 120px;
}

@media not all and (min-width: 768px){
  .port-plan__wrap {
    margin-bottom: 64px;
  }
}

.port-plan__item {
  display: flex;
  flex-direction: column;
  padding: 40px 40px 64px;
  width: 32%;
  background-color: #E6E6E6;
  border-radius: 40px;
}

@media not all and (min-width: 940px){
  .port-plan__item {
    width: 100%;
  }
}

@media not all and (min-width: 768px){
  .port-plan__item {
    padding: 24px 24px 40px;
  }
}

.port-plan__heading {
  order: 2;
  margin-bottom: 40px;
  text-align: center;
}

@media not all and (min-width: 768px){
  .port-plan__heading {
    margin-bottom: 32px;
  }
}

.port-plan__heading .__newline {
  display: block;
}

.port-plan__heading .__plan-title {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 24px;
  line-height: 1.2;
}

@media not all and (min-width: 768px){
  .port-plan__heading .__plan-title {
    margin-bottom: 16px;
  }
}

.__plan-title .__en {
  font-size: var(--font-size-56);
  letter-spacing: -4px;
}

.__plan-title .__jp {
  font-size: var(--font-size-26);
  letter-spacing: -5px;
}

@media not all and (min-width: 1300px){
  .__plan-title .__en {
    font-size: 4vw;
    letter-spacing: -4px;
  }
}

@media not all and (min-width: 940px){
  .__plan-title .__en {
    font-size: 10vw;
    letter-spacing: -4px;
  }
}

@media not all and (min-width: 568px){
  .__plan-title .__en {
    font-size: 13.2vw;
    letter-spacing: -4px;
  }

  .__plan-title .__jp {
    font-size: var(--font-size-21);
  }
}

.__plan-price {
  font-size: var(--font-size-32);
}

@media not all and (min-width: 568px){
  .__plan-price {
    font-size: var(--font-size-24);
  }
}

.port-plan__description {
  order: 3;
  margin-bottom: 24px;
  font-size: var(--font-size-16);
}

.port-plan__list {
  order: 4;
  font-size: var(--font-size-14);
}

.port-plan__list li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 16px;
}

.port-plan__list li::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #222;
}

.port-plan__image {
  order: 1;
  margin-inline: auto;
  margin-bottom: 24px;
}

@media not all and (min-width: 768px){
  .port-plan__image {
    margin-bottom: 8px;
  }
}

.port-plan-add__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  gap: 40px 0;
}

.port-plan-add__item {
  padding: 40px;
  width: 32%;
  background-color: #EFEFEF;
  border-radius: 40px;
}

@media not all and (min-width: 940px){
  .port-plan-add__item {
    width: 100%;
  }
}

@media not all and (min-width: 768px){
  .port-plan-add__item {
    padding: 24px 24px 32px;
  }
}

.port-plan-add__heading-en {
  font-size: var(--font-size-64);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -6px;
  text-align: center;
}

@media not all and (min-width: 768px){
  .port-plan-add__heading-en {
    font-size: var(--font-size-48);
    letter-spacing: -4px;
  }
}

.port-plan-add__heading {
  margin-bottom: 4px;
  font-size: var(--font-size-21);
  font-family: acumin-pro, ryo-gothic-plusn, sans-serif!important;
  text-align: center;
}

.port-plan-add__price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 8px;
  font-weight: 800;
}

.port-plan-add__price .__price {
  font-size: var(--font-size-32);
}

.port-plan-add__supplement {
  display: flex;
	justify-content: center;
	flex-wrap: wrap;
  gap: 10px;
  font-size: var(--font-size-14);
}

.port-plan-add__description {
  margin-top: 40px;
}

@media not all and (min-width: 768px){
  .port-plan-add__description {
    margin-top: 16px;
  }
}

.port-works {
  margin-bottom: 160px;
}

@media not all and (min-width: 768px){
  .port-works {
    margin-bottom: 80px;
  }
}

.port-works__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  gap: 64px 0;
}

.port-works__item {
  width: 32%;
}

@media not all and (min-width: 768px){
  .port-works__item {
    width: 100%;
  }
}

.port-works__item a {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}

.port-works__heading {
  display: flex;
	justify-content: space-between;
  align-items: center;
	flex-wrap: wrap;
  letter-spacing: -1px;
}

.port-works__heading::after {
  content: '';
  display: block;
  width: 22px;
  height: 15px;
  background-image: url(../images/portfolio/external-arrow.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.port-faq {
  margin-bottom: 160px;
}

@media not all and (min-width: 768px){
  .port-faq {
    margin-bottom: 80px;
  }
}

.port-faq__item:not(:last-child) {
  margin-bottom: 40px;
}

.port-faq__question {
  position: relative;
  margin-bottom: 16px;
  padding-left: 56px;
  font-size: var(--font-size-21);
  font-weight: 700;
  line-height: 1.4;
}

.port-faq__question::before {
  content: 'Q';
  position: absolute;
  top: -21px;
  left: 0;
  font-size: var(--font-size-48);
  font-weight: 800;
}

.port-faq__answer {
  padding-left: 56px;
}

@media not all and (min-width: 568px){
  .port-faq__question {
    margin-bottom: 16px;
    padding-left: 40px;
    font-size: var(--font-size-18);
  }

  .port-faq__question::before {
    top: -12px;
    font-size: var(--font-size-32);
  }

  .port-faq__answer {
    padding-left: 40px;
  }
}


/*
	contact
/////////////////////////////////////////////////////////*/

.port-contact__form {
  margin-bottom: 120px;
  max-width: 900px;
}

.form-item {
  margin-bottom: 40px;
}

.form-label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

input[type="text"],
input[type="email"] {
  display: block;
  padding: 30px;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  background-color: #ececec;
  border: 2px solid #b8b8b8;
  border-radius: 10px;
  transition: background-color .3s, border .3s;
}

input[type="text"]:focus-visible,
input[type="email"]:focus-visible {
  background-color: #fff;
  border: 2px solid #6b6b6b;
}

input[type="text"]:valid,
input[type="email"]:valid,
textarea:valid {
  background-color: #fff;
  border: 2px solid #6b6b6b;
}

input[type="text"]:invalid,
input[type="email"]:invalid,
textarea:invalid {
  background-color: #ececec;
  border: 2px solid #b8b8b8;
}

textarea {
  display: block;
  padding: 30px;
  width: 100%;
  height: 240px;
  font-size: 18px;
  font-weight: 700;
  background-color: #ececec;
  border: 2px solid #b8b8b8;
  border-radius: 10px;
  transition: background-color .3s, border .3s;
}

textarea:focus-visible {
  background-color: #fff;
  border: 2px solid #6b6b6b;
}

.form-fieldset {
  width: 100%;
}

.radio-item {
  width: 100%;
}

.radio-item:not(:last-child) {
  margin-bottom: 10px;
}

.radio-input {
  display: block !important;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  contain: strict !important;
  opacity: 0 !important;
}

.radio-label {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  padding: 20px 30px;
  background-color: #ececec;
  border: 2px solid #b8b8b8;
  border-radius: 10px;
  transition: background-color .3s, border .3s;
  cursor: pointer;
}

@media (any-hover: hover) {
  .radio-label:hover {
    text-decoration: underline;
  }
}

.radio-label::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #b8b8b8;
  border-radius: 50vh;
  transition: background-color .3s, border .3s;
}

.radio-label::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 34px;
  translate: 0 -50%;
  width: 12px;
  height: 12px;
  background-color: #6b6b6b;
  border-radius: 50vh;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s, visibility .3s;
}

.radio-label-text {
  width: calc(100% - 40px);
  color: #333;
  font-weight: 700;
}

.radio-input:checked ~ .radio-label {
  background-color: #fff;
  border: 2px solid #6b6b6b;
}

@media (any-hover: hover) {
  .radio-input:hover ~ .radio-label {
    background-color: #fff;
  }
}

.radio-input:focus-visible ~ .radio-label {
  text-decoration: underline;
  background-color: #fff;
  border: 2px solid #6b6b6b;
}

.radio-input:checked ~ .radio-label::before {
  background-color: #fff;
  border: 2px solid #6b6b6b;
}

@media (any-hover: hover) {
  .radio-input:hover ~ .radio-label::before {
    background-color: #fff;
  }
}

.radio-input:focus-visible ~ .radio-label::before {
  border: 2px solid #6b6b6b;
}

.radio-input:checked ~ .radio-label::after {
  visibility: visible;
  opacity: 1;
}

.radio-input:checked ~ .radio-label .radio-label-text {
  color: #000;
}

.checkbox-item:not(:last-child) {
  margin-bottom: 10px;
}

.checkbox-input {
  display: block !important;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  contain: strict !important;
  opacity: 0 !important;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}

.checkbox-label::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ececec;
  border: 2px solid #b8b8b8;
  border-radius: 8px;
  transition: border .3s;
}

.checkbox-label::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  translate: 0 -50%;
  width: 24px;
  height: 24px;
  background-color: #111;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s, visibility .3s;
}

.checkbox-label-text {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

@media (any-hover: hover) {
  .checkbox-label:hover {
    text-decoration: underline;
  }
}

.checkbox-input:focus-visible ~ .checkbox-label {
  text-decoration: underline;
}

.checkbox-input:checked ~ .checkbox-label::before {
  background-color: #fff;
  border: 2px solid #6b6b6b;
}

@media (any-hover: hover) {
  .checkbox-input:hover ~ .checkbox-label::before {
    background-color: #fff;
  }
}

.checkbox-input:focus-visible ~ .checkbox-label::before {
  background-color: #fff;
}

.checkbox-input:checked ~ .checkbox-label::after {
  visibility: visible;
  opacity: 1;
}

.checkbox-input:checked ~ .checkbox-label .checkbox-label-text {
  color: #000;
}

.agreement-text {
  margin-bottom: 20px;
}

.agreement-text a {
  color: #111;
  text-decoration: underline;
}

@media (any-hover: hover) {
  .agreement-text a:hover {
    color: #111;
    text-decoration: none;
  }
}

.agreement-text:focus-visible {
  color: #111;
  text-decoration: none;
}

.agreement-input {
  display: block !important;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  contain: strict !important;
  opacity: 0 !important;
}

.agreement-label {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  padding: 20px 30px;
  width: fit-content;
  background-color: #ececec;
  border: 2px solid #b8b8b8;
  border-radius: 10px;
  transition: background-color .3s, border .3s;
  cursor: pointer;
}

@media (any-hover: hover) {
  .agreement-label:hover {
    text-decoration: underline;
  }
}

.agreement-label::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 2px solid #b8b8b8;
  border-radius: 6px;
  transition: background-color .3s, border .3s;
}

.agreement-label::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 36px;
  translate: 0 -50%;
  width: 18px;
  height: 18px;
  background-color: #111;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s, visibility .3s;
}

.agreement-label-text {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

.agreement-input:checked ~ .agreement-label {
  background-color: #fff;
  border: 2px solid #6b6b6b;
}

@media (any-hover: hover) {
  .agreement-input:hover ~ .agreement-label {
    background-color: #fff;
  }
}

.agreement-input:focus-visible ~ .agreement-label {
  text-decoration: underline;
  border: 2px solid #111;
}

@media (any-hover: hover) {
  .agreement-input:hover ~ .agreement-label::before {
    background-color: #fff;
  }
}

.agreement-input:checked ~ .agreement-label::before,
.agreement-input:focus-visible ~ .agreement-label::before {
  background-color: #fff;
  border: 2px solid #6b6b6b;
}

.agreement-input:checked ~ .agreement-label::after {
  visibility: visible;
  opacity: 1;
}

.agreement-input:checked ~ .agreement-label .agreement-label-text {
  color: #000;
}

.required {
  display: block;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  background-color: #111;
  border-radius: 4px;
}

.example {
  color: #777;
  font-size: 14px;
}

.form-submit {
  display: block;
  padding: 20px;
  width: 100%;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  background-color: #777;
  border: 3px solid rgb(0 0 0 / 0);
  border-radius: 10px;
  transition: background-color .3s, border .3s;
  pointer-events: none;
}

.form-submit:focus-visible {
  visibility: hidden;
}

form:has(.agreement-input:checked) .form-submit {
  background-color: #111;
  pointer-events: auto;
  cursor: pointer;
}

form:has(.agreement-input:checked) .form-submit:hover {
  visibility: visible;
}

@media (any-hover: hover) {
  form:has(.agreement-input:checked) .form-submit:hover {
    background-color: #222;
    border: 3px solid #aaa;
  }
}

form:has(.agreement-input:checked) .form-submit:focus-visible {
  background-color: #000;
  border: 3px solid #aaa;
  visibility: visible;
}

.grecaptcha-badge {
  display: none;
}



/*######################################################################

		Footer

************************************************************************/

.copyright {
  margin-bottom: 80px;
  text-align: center;
}