@charset "UTF-8";
/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
:root {
  --viewport-width: min(100vw, 1600px);
  --b: calc(var(--viewport-width) / 160);
}

#front {
  position: relative;
}
#front .section-outer {
  position: relative;
}
#front .arrow-wrapper {
  width: max(3rem, 30px);
  height: auto;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: max(6rem, 50px) 0;
}
#front .arrow-wrapper img {
  opacity: 0;
  -webkit-animation: fadeInOut 2.1s ease-out infinite;
          animation: fadeInOut 2.1s ease-out infinite;
}
#front .arrow-wrapper img:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#front .arrow-wrapper img:nth-of-type(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
}
#front .section-wrapper #hero .hero__wrapper {
  height: 80vh;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
#front .section-wrapper #hero .hero__wrapper .hero__title h2 {
  color: #fff;
  font-size: max(9rem, 55px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #front .section-wrapper #hero .hero__wrapper .hero__title h2 {
    font-size: 9.4vw;
  }
}
@media screen and (max-width: 550px) {
  #front .section-wrapper #hero .hero__wrapper .hero__title h2 {
    font-size: 10.5vw;
  }
}
#front .section-wrapper #hero .hero__wrapper .hero__title h2 span.pc {
  display: block;
}
#front .section-wrapper #hero .hero__wrapper .hero__title h2 span.md {
  display: none;
}
@media screen and (max-width: 768px) {
  #front .section-wrapper #hero .hero__wrapper .hero__title h2 span.pc {
    display: none;
  }
  #front .section-wrapper #hero .hero__wrapper .hero__title h2 span.md {
    display: block;
  }
}
#front .section-wrapper #hero .hero__wrapper .hero__title p {
  position: relative;
  color: #fff;
  font-family: YakuHanJP, "Manrope", sans-serif;
  font-size: max(2.4rem, 20px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: max(5rem, 30px);
  margin-bottom: max(3rem, 10px);
}
@media screen and (max-width: 550px) {
  #front .section-wrapper #hero .hero__wrapper .hero__title p {
    font-size: 4vw;
  }
}
#front .section-wrapper #hero .hero__wrapper .hero__title p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: max(9%, 50px);
  height: 3px;
  background-image: repeating-radial-gradient(circle, #fff 0px, #fff 1.5px, transparent 1.5px, transparent 10px);
  background-repeat: space;
  background-size: 10px 3px;
  pointer-events: none;
  z-index: 1;
}
#front .section-wrapper #hero .hero__wrapper .hero__text {
  margin-top: max(2rem, 20px);
  color: #fff;
  font-size: max(2.8rem, 20px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #front .section-wrapper #hero .hero__wrapper .hero__text {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 550px) {
  #front .section-wrapper #hero .hero__wrapper .hero__text {
    font-size: 4.5vw;
  }
}
#front .section-wrapper #intro .intro__wrapper {
  width: 90%;
  padding: max(7.5rem, 50px) 0 max(7.5rem, 50px) 10%;
  border-radius: 0 20px 20px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #EFEFEF));
  background: linear-gradient(to bottom, #fff, #EFEFEF 50%);
}
#front .section-wrapper #intro .intro__title {
  position: relative;
}
#front .section-wrapper #intro .intro__title h2 {
  width: calc(100% - max(10rem, 65px));
}
#front .section-wrapper #intro .intro__title h2::before {
  display: none;
}
#front .section-wrapper #intro .intro__title h2 span.focus {
  position: relative;
}
#front .section-wrapper #intro .intro__title h2 span.focus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 7px;
  background-image: radial-gradient(circle at 50% 50%, #C30404 3px, transparent 2px);
  background-size: 16.6666666667% 100%;
  background-repeat: space;
}
#front .section-wrapper #intro .intro__title .scroll {
  position: absolute;
  top: 0;
  right: 5%;
  text-align: center;
}
#front .section-wrapper #intro .intro__title .scroll span {
  display: block;
  color: #C30404;
  font-family: YakuHanJP, "Manrope", sans-serif;
  font-size: max(1.4rem, 12px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.05em;
}
#front .section-wrapper #intro .intro__title .scroll img {
  width: auto;
  height: auto;
}
#front .section-wrapper #intro ul.intro__content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 110%;
  gap: max(4rem, 30px);
  margin-top: max(4rem, 30px);
  margin-left: -5%;
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  #front .section-wrapper #intro ul.intro__content {
    grid-template-columns: 1fr;
  }
}
#front .section-wrapper #intro ul.intro__content li.intro__item {
  position: relative;
  padding: max(5rem, 30px);
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #front .section-wrapper #intro ul.intro__content li.intro__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: max(2rem, 15px);
  }
}
@media screen and (max-width: 550px) {
  #front .section-wrapper #intro ul.intro__content li.intro__item {
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#front .section-wrapper #intro ul.intro__content li.intro__item::after {
  position: absolute;
  content: "";
  background-image: url(../../dist/images/front-intro-shadow.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  top: 5%;
  left: 50%;
  bottom: -5%;
  width: 95%;
  height: 100%;
  opacity: 0.08;
  -webkit-filter: blur(7px);
          filter: blur(7px);
  pointer-events: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
#front .section-wrapper #intro ul.intro__content li.intro__item .intro__textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#front .section-wrapper #intro ul.intro__content li.intro__item .intro__textBox h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(1rem, 10px);
  margin-bottom: max(3rem, 20px);
  color: #C30404;
}
#front .section-wrapper #intro ul.intro__content li.intro__item .intro__textBox h3 img {
  width: auto;
  height: 1.1lh;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  margin-top: 0.25em;
}
#front .section-wrapper #intro ul.intro__content li.intro__item .intro__textBox b {
  font-size: max(1.8rem, 15px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
}
#front .section-wrapper #intro ul.intro__content li.intro__item .intro__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: max(3rem, 20px);
}
#front .section-wrapper #intro ul.intro__content li.intro__item .intro__value img {
  width: max(3.2rem, 20px);
  height: auto;
  margin-top: 7%;
}
#front .section-wrapper #intro ul.intro__content li.intro__item .intro__value img.intro__arrow--down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#front .section-wrapper #intro ul.intro__content li.intro__item .intro__value strong {
  color: #C30404;
  font-family: YakuHanJP, "Manrope", sans-serif;
  font-size: max(11.6rem, 65px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 550px) {
  #front .section-wrapper #intro ul.intro__content li.intro__item .intro__value strong {
    font-size: 100px;
  }
}
#front .section-wrapper #intro ul.intro__content li.intro__item .intro__value strong span {
  color: #00041B;
  font-family: YakuHanJP, "Manrope", sans-serif;
  font-size: 0.5em;
  font-weight: 600;
  display: inline;
  padding-left: max(1.5rem, 10px);
}
#front #strength .strength__wrapper {
  margin-top: max(10rem, 80px);
}
@media screen and (max-width: 1000px) {
  #front #strength .strength__wrapper {
    margin-bottom: max(10rem, 80px);
  }
}
#front #strength .strength__wrapper .strength__title h2 {
  text-align: center;
  color: #fff;
  padding-bottom: max(2rem, 15px);
}
#front #strength .strength__wrapper .strength__title h2::before {
  background-image: repeating-radial-gradient(circle, #fff 0px, #fff 1.5px, transparent 1.5px, transparent 10px);
}
#front #strength .strength__wrapper .strength__content {
  margin-top: max(18rem, 60px);
}
#front #strength .strength__wrapper .strength__content .strength__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
#front #strength .strength__wrapper .strength__content .strength__item:not(:first-child) {
  margin-top: max(10rem, 90px);
}
#front #strength .strength__wrapper .strength__content .strength__item .strength__item--number {
  position: absolute;
  top: 0;
  width: auto;
  height: max(28.1rem, 200px);
  z-index: -1;
}
#front #strength .strength__wrapper .strength__content .strength__item .textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#front #strength .strength__wrapper .strength__content .strength__item .textBox h3 {
  color: #fff;
  font-family: YakuHanJP, "Manrope", sans-serif;
  font-size: max(5.4rem, 30px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
  margin-bottom: max(4rem, 30px);
}
#front #strength .strength__wrapper .strength__content .strength__item .textBox h3 span {
  font-size: max(1.8rem, 15px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-left: max(1rem, 10px);
}
#front #strength .strength__wrapper .strength__content .strength__item .textBox p {
  color: #fff;
  line-height: 2.8;
}
#front #strength .strength__wrapper .strength__content .strength__item.strength__item1 {
  padding: 5% 10% 5% 5%;
}
@media screen and (max-width: 1000px) {
  #front #strength .strength__wrapper .strength__content .strength__item.strength__item1 {
    gap: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  #front #strength .strength__wrapper .strength__content .strength__item.strength__item1 {
    padding: 5% 0;
  }
}
#front #strength .strength__wrapper .strength__content .strength__item.strength__item1 .strength__item--number {
  left: 0;
  width: max(29rem, 200px);
}
#front #strength .strength__wrapper .strength__content .strength__item.strength__item1 .imageBox {
  width: max(60rem, 250px);
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  aspect-ratio: 14/11;
}
@media screen and (max-width: 1000px) {
  #front #strength .strength__wrapper .strength__content .strength__item.strength__item1 .imageBox {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
@media screen and (max-width: 550px) {
  #front #strength .strength__wrapper .strength__content .strength__item.strength__item1 .imageBox {
    width: 100%;
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
  }
}
#front #strength .strength__wrapper .strength__content .strength__item.strength__item2 {
  gap: max(10rem, 50px);
  padding-right: 5%;
}
@media screen and (max-width: 1000px) {
  #front #strength .strength__wrapper .strength__content .strength__item.strength__item2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#front #strength .strength__wrapper .strength__content .strength__item.strength__item2 .strength__item--number {
  right: 0;
}
#front #strength .strength__wrapper .strength__content .strength__item.strength__item2 .imageBox {
  width: max(63rem, 300px);
  aspect-ratio: 1.14/1;
}
@media screen and (max-width: 1000px) {
  #front #strength .strength__wrapper .strength__content .strength__item.strength__item2 .imageBox {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}
@media screen and (max-width: 550px) {
  #front #strength .strength__wrapper .strength__content .strength__item.strength__item2 .imageBox {
    width: 100%;
  }
}
#front #strength .strength__wrapper .strength__content .strength__item.strength__item3 {
  gap: max(10rem, 50px);
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 1000px) {
  #front #strength .strength__wrapper .strength__content .strength__item.strength__item3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  #front #strength .strength__wrapper .strength__content .strength__item.strength__item3 {
    padding: 0;
    gap: 0;
  }
}
#front #strength .strength__wrapper .strength__content .strength__item.strength__item3 .strength__item--number {
  left: 0;
}
#front #strength .strength__wrapper .strength__content .strength__item.strength__item3 .textBox {
  -ms-flex-item-align: center;
      align-self: center;
}
#front #strength .strength__wrapper .strength__content .strength__item.strength__item3 .imageBox {
  width: max(60rem, 250px);
  aspect-ratio: 14/11;
}
@media screen and (max-width: 1000px) {
  #front #strength .strength__wrapper .strength__content .strength__item.strength__item3 .imageBox {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@media screen and (max-width: 550px) {
  #front #strength .strength__wrapper .strength__content .strength__item.strength__item3 .imageBox {
    width: 100%;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
#front #recommend {
  margin-top: max(6rem, 40px);
  border-radius: max(5rem, 25px) max(5rem, 25px) 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EFEFEF));
  background: linear-gradient(to bottom, #fff, #EFEFEF);
}
#front #recommend .btn {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#front #recommend .recommend__wrapper {
  padding-bottom: max(13.5rem, 70px);
}
#front #recommend .recommend__wrapper .recommend__title h2 {
  text-align: center;
  padding-bottom: max(2rem, 15px);
}
#front #recommend .recommend__wrapper .recommend__content {
  margin-top: max(6.5rem, 50px);
}
#front #recommend .recommend__wrapper .recommend__content .recommend__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(2.5rem, 20px);
}
#front #recommend .recommend__wrapper .recommend__content .recommend__item:not(:first-child) {
  margin-top: max(4.5rem, 30px);
}
@media screen and (max-width: 1000px) {
  #front #recommend .recommend__wrapper .recommend__content .recommend__item {
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
#front #recommend .recommend__wrapper .recommend__content .recommend__item h3 {
  color: #C30404;
  font-size: max(2.7rem, 20px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  min-width: max(38rem, 300px);
}
#front #recommend .recommend__wrapper .recommend__content .recommend__item .arrow {
  width: max(3rem, 30px);
  height: auto;
  opacity: 0.1;
}
#front #recommend .recommend__wrapper .recommend__content .recommend__item .arrow img {
  width: auto;
  height: 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 1000px) {
  #front #recommend .recommend__wrapper .recommend__content .recommend__item .arrow img {
    display: none;
  }
}
#front #recommend .recommend__wrapper .recommend__content .recommend__item p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(1.8rem, 15px);
  letter-spacing: 0.05em;
}
#front #kind {
  position: relative;
  height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EFEFEF));
  background: linear-gradient(to bottom, #fff, #EFEFEF);
}
#front #kind .kind__wrapper {
  position: relative;
  z-index: 10;
}
#front #kind .kind__wrapper h2 {
  text-align: center;
  padding-bottom: max(2rem, 15px);
}
#front #kind .kind__wrapper .kind__content {
  margin-top: max(6.5rem, 40px);
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
#front #kind .kind__wrapper .kind__content .kind__computer {
  position: relative;
  width: max(65%, 500px);
  margin: auto;
}
@media screen and (max-width: 550px) {
  #front #kind .kind__wrapper .kind__content .kind__computer {
    width: 100%;
  }
}
#front #kind .kind__wrapper .kind__content .kind__computer .kind__computer--monitor {
  position: absolute;
  top: 5.38%;
  left: 4.2%;
  width: 91.5%;
  height: 66.6%;
}
#front #kind .kind__wrapper .kind__content .kind__computer .kind__computer--monitor ul.kind__list {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10%;
}
@media screen and (max-width: 1000px) {
  #front #kind .kind__wrapper .kind__content .kind__computer .kind__computer--monitor ul.kind__list {
    padding: max(5rem, 20px);
  }
}
@media screen and (max-width: 550px) {
  #front #kind .kind__wrapper .kind__content .kind__computer .kind__computer--monitor ul.kind__list {
    padding: 10px;
  }
}
#front #kind .kind__wrapper .kind__content .kind__computer .kind__computer--monitor ul.kind__list li.kind__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: max(2rem, 5px);
  width: 100%;
  height: 100%;
}
#front #kind .kind__wrapper .kind__content .kind__computer .kind__computer--monitor ul.kind__list li.kind__item:nth-of-type(2) {
  position: absolute;
  inset: 0;
}
#front #kind .kind__wrapper .kind__content .kind__computer .kind__computer--monitor ul.kind__list li.kind__item h3 {
  color: #C30404;
  font-size: max(2.6rem, 20px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
#front #kind .kind__wrapper .kind__content .kind__computer .kind__computer--monitor ul.kind__list li.kind__item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: max(2rem, 5px);
}
@media screen and (max-width: 550px) {
  #front #kind .kind__wrapper .kind__content .kind__computer .kind__computer--monitor ul.kind__list li.kind__item ul {
    gap: 0;
  }
}
#front #kind .kind__wrapper .kind__content .kind__computer .kind__computer--monitor ul.kind__list li.kind__item ul li {
  position: relative;
  padding-left: max(2rem, 15px);
}
#front #kind .kind__wrapper .kind__content .kind__computer .kind__computer--monitor ul.kind__list li.kind__item ul li::before {
  content: "⚫︎";
  position: absolute;
  left: 0;
  top: 0;
  color: #C30404;
  font-size: inherit;
  line-height: inherit;
}
#front #kind .kind__bg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
#front #kind .kind__bg--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: max(5rem, 30px);
}
#front #kind .kind__bg--item img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: max(150vw, 1000px);
}
#front #kind .kind__bg--item.kind__bg--item1 img {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-animation: slideBg1 30s linear infinite;
          animation: slideBg1 30s linear infinite;
}
@-webkit-keyframes slideBg1 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(max(5rem, 30px));
            transform: translateX(max(5rem, 30px));
  }
}
@keyframes slideBg1 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(max(5rem, 30px));
            transform: translateX(max(5rem, 30px));
  }
}
#front #kind .kind__bg--item.kind__bg--item2 img {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-animation: slideBg2 30s linear infinite;
          animation: slideBg2 30s linear infinite;
}
@-webkit-keyframes slideBg2 {
  0% {
    -webkit-transform: translateX(max(5rem, 30px));
            transform: translateX(max(5rem, 30px));
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slideBg2 {
  0% {
    -webkit-transform: translateX(max(5rem, 30px));
            transform: translateX(max(5rem, 30px));
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
#front #cta .cta__wrapper {
  padding: max(14rem, 70px) max(13rem, 40px);
  background: #fff;
  border-radius: max(5rem, 25px);
}
@media screen and (max-width: 550px) {
  #front #cta .cta__wrapper {
    padding: 40px 20px;
  }
}
#front #cta .cta__wrapper h2 {
  text-align: center;
  padding-bottom: max(2rem, 15px);
  margin-bottom: max(5rem, 30px);
}
#front #cta .cta__wrapper .cta__content p {
  text-align: center;
  font-size: max(1.8rem, 16px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
#front #cta .cta__wrapper .cta__content .btn {
  width: 100%;
  margin-top: max(5rem, 30px);
  margin-bottom: max(1.5rem, 15px);
}
#front #cta .cta__wrapper .cta__content span.attention {
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #front #cta .cta__wrapper .cta__content span.attention {
    text-align: left;
  }
}
#front #contact .contact__wrapper {
  margin-top: max(12.5rem, 80px);
  margin-bottom: max(12.5rem, 80px);
}
#front #contact .contact__wrapper h2 {
  color: #fff;
  text-align: center;
  padding-bottom: max(2rem, 15px);
  margin-bottom: max(5rem, 30px);
}
#front #contact .contact__wrapper h2::before {
  background: repeating-radial-gradient(circle, #fff 0px, #fff 1.5px, transparent 1.5px, transparent 10px);
}
#front #contact .contact__wrapper p {
  color: #fff;
  text-align: center;
  font-size: max(1.8rem, 16px);
  font-weight: 700;
}
#front #contact .contact__wrapper .contact__content {
  margin-top: max(7rem, 50px);
}
#front #contact .contact__wrapper .contact__content .contact__message {
  margin-bottom: max(3rem, 20px);
  padding: max(2rem, 15px);
  border-radius: 15px;
  -webkit-animation: fadeInDown 0.5s ease;
          animation: fadeInDown 0.5s ease;
}
#front #contact .contact__wrapper .contact__content .contact__message.success {
  background-color: rgba(76, 175, 80, 0.1);
  border: 2px solid #4CAF50;
  color: #2E7D32;
}
#front #contact .contact__wrapper .contact__content .contact__message.error {
  background-color: rgba(195, 4, 4, 0.1);
  border: 2px solid #C30404;
  color: #C30404;
}
#front #contact .contact__wrapper .contact__content .contact__message .message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: max(1rem, 10px);
}
#front #contact .contact__wrapper .contact__content .contact__message .message__content p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(1.6rem, 14px);
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  color: inherit;
}
#front #contact .contact__wrapper .contact__content .contact__message .message__content .message__close {
  background: none;
  border: none;
  color: inherit;
  font-size: max(2rem, 18px);
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  width: max(2.5rem, 20px);
  height: max(2.5rem, 20px);
  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-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#front #contact .contact__wrapper .contact__content .contact__message .message__content .message__close:hover {
  background-color: currentColor;
  color: #fff;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#front #contact .contact__wrapper .contact__content .contact__form {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #front #contact .contact__wrapper .contact__content .contact__form {
    width: 100%;
  }
}
#front #contact .contact__wrapper .contact__content .contact__form .form__group,
#front #contact .contact__wrapper .contact__content .contact__form .form__fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-column-gap: max(2rem, 15px);
     -moz-column-gap: max(2rem, 15px);
          column-gap: max(2rem, 15px);
  border: none;
  padding: 0;
  margin: 0;
}
#front #contact .contact__wrapper .contact__content .contact__form .form__group:not(:first-child),
#front #contact .contact__wrapper .contact__content .contact__form .form__fieldset:not(:first-child) {
  margin-top: max(3.5rem, 25px);
}
@media screen and (max-width: 1000px) {
  #front #contact .contact__wrapper .contact__content .contact__form .form__group,
  #front #contact .contact__wrapper .contact__content .contact__form .form__fieldset {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#front #contact .contact__wrapper .contact__content .contact__form .form__group.form__group--textarea,
#front #contact .contact__wrapper .contact__content .contact__form .form__fieldset.form__group--textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
#front #contact .contact__wrapper .contact__content .contact__form .form__group .form__label,
#front #contact .contact__wrapper .contact__content .contact__form .form__group legend.form__label,
#front #contact .contact__wrapper .contact__content .contact__form .form__fieldset .form__label,
#front #contact .contact__wrapper .contact__content .contact__form .form__fieldset legend.form__label {
  color: #fff;
  font-size: max(2rem, 18px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  width: max(22rem, 200px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  margin-top: max(1.5rem, 12px);
}
@media screen and (max-width: 1000px) {
  #front #contact .contact__wrapper .contact__content .contact__form .form__group .form__label,
  #front #contact .contact__wrapper .contact__content .contact__form .form__group legend.form__label,
  #front #contact .contact__wrapper .contact__content .contact__form .form__fieldset .form__label,
  #front #contact .contact__wrapper .contact__content .contact__form .form__fieldset legend.form__label {
    width: 100%;
    margin-top: 0;
    margin-bottom: max(1rem, 10px);
  }
}
#front #contact .contact__wrapper .contact__content .contact__form .form__group .form__label .required-mark,
#front #contact .contact__wrapper .contact__content .contact__form .form__group legend.form__label .required-mark,
#front #contact .contact__wrapper .contact__content .contact__form .form__fieldset .form__label .required-mark,
#front #contact .contact__wrapper .contact__content .contact__form .form__fieldset legend.form__label .required-mark {
  color: #fff;
  font-size: 0.9em;
  margin-left: max(0.5rem, 5px);
}
#front #contact .contact__wrapper .contact__content .contact__form .form__group .form__input,
#front #contact .contact__wrapper .contact__content .contact__form .form__group .form__textarea,
#front #contact .contact__wrapper .contact__content .contact__form .form__fieldset .form__input,
#front #contact .contact__wrapper .contact__content .contact__form .form__fieldset .form__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: max(2.5rem, 20px);
  background: #fff;
  border: none;
  border-radius: 15px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  font-size: max(1.6rem, 14px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  outline: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (max-width: 1000px) {
  #front #contact .contact__wrapper .contact__content .contact__form .form__group .form__input,
  #front #contact .contact__wrapper .contact__content .contact__form .form__group .form__textarea,
  #front #contact .contact__wrapper .contact__content .contact__form .form__fieldset .form__input,
  #front #contact .contact__wrapper .contact__content .contact__form .form__fieldset .form__textarea {
    width: 100%;
  }
}
#front #contact .contact__wrapper .contact__content .contact__form .form__group .form__input:focus,
#front #contact .contact__wrapper .contact__content .contact__form .form__group .form__textarea:focus,
#front #contact .contact__wrapper .contact__content .contact__form .form__fieldset .form__input:focus,
#front #contact .contact__wrapper .contact__content .contact__form .form__fieldset .form__textarea:focus {
  -webkit-box-shadow: 2px 2px 8px rgba(195, 4, 4, 0.3);
          box-shadow: 2px 2px 8px rgba(195, 4, 4, 0.3);
}
#front #contact .contact__wrapper .contact__content .contact__form .form__group .form__input::-webkit-input-placeholder, #front #contact .contact__wrapper .contact__content .contact__form .form__group .form__textarea::-webkit-input-placeholder, #front #contact .contact__wrapper .contact__content .contact__form .form__fieldset .form__input::-webkit-input-placeholder, #front #contact .contact__wrapper .contact__content .contact__form .form__fieldset .form__textarea::-webkit-input-placeholder {
  color: #999;
  font-size: max(1.4rem, 12px);
}
#front #contact .contact__wrapper .contact__content .contact__form .form__group .form__input::-moz-placeholder, #front #contact .contact__wrapper .contact__content .contact__form .form__group .form__textarea::-moz-placeholder, #front #contact .contact__wrapper .contact__content .contact__form .form__fieldset .form__input::-moz-placeholder, #front #contact .contact__wrapper .contact__content .contact__form .form__fieldset .form__textarea::-moz-placeholder {
  color: #999;
  font-size: max(1.4rem, 12px);
}
#front #contact .contact__wrapper .contact__content .contact__form .form__group .form__input:-ms-input-placeholder, #front #contact .contact__wrapper .contact__content .contact__form .form__group .form__textarea:-ms-input-placeholder, #front #contact .contact__wrapper .contact__content .contact__form .form__fieldset .form__input:-ms-input-placeholder, #front #contact .contact__wrapper .contact__content .contact__form .form__fieldset .form__textarea:-ms-input-placeholder {
  color: #999;
  font-size: max(1.4rem, 12px);
}
#front #contact .contact__wrapper .contact__content .contact__form .form__group .form__input::-ms-input-placeholder, #front #contact .contact__wrapper .contact__content .contact__form .form__group .form__textarea::-ms-input-placeholder, #front #contact .contact__wrapper .contact__content .contact__form .form__fieldset .form__input::-ms-input-placeholder, #front #contact .contact__wrapper .contact__content .contact__form .form__fieldset .form__textarea::-ms-input-placeholder {
  color: #999;
  font-size: max(1.4rem, 12px);
}
#front #contact .contact__wrapper .contact__content .contact__form .form__group .form__input::placeholder,
#front #contact .contact__wrapper .contact__content .contact__form .form__group .form__textarea::placeholder,
#front #contact .contact__wrapper .contact__content .contact__form .form__fieldset .form__input::placeholder,
#front #contact .contact__wrapper .contact__content .contact__form .form__fieldset .form__textarea::placeholder {
  color: #999;
  font-size: max(1.4rem, 12px);
}
#front #contact .contact__wrapper .contact__content .contact__form .form__group .form__textarea,
#front #contact .contact__wrapper .contact__content .contact__form .form__fieldset .form__textarea {
  resize: vertical;
  min-height: max(15rem, 120px);
  font-family: inherit;
}
#front #contact .contact__wrapper .contact__content .contact__form .form__radio-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: max(1.5rem, 12px);
}
@media screen and (max-width: 1000px) {
  #front #contact .contact__wrapper .contact__content .contact__form .form__radio-group {
    width: 100%;
  }
}
#front #contact .contact__wrapper .contact__content .contact__form .form__radio-group .form__radio-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(1.2rem, 10px);
  cursor: pointer;
  color: #fff;
  font-size: max(1.6rem, 14px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#front #contact .contact__wrapper .contact__content .contact__form .form__radio-group .form__radio-label .form__radio {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
#front #contact .contact__wrapper .contact__content .contact__form .form__radio-group .form__radio-label .form__radio:checked + .form__radio-custom {
  background-color: #00041B;
  border-color: #fff;
}
#front #contact .contact__wrapper .contact__content .contact__form .form__radio-group .form__radio-label .form__radio:checked + .form__radio-custom::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
#front #contact .contact__wrapper .contact__content .contact__form .form__radio-group .form__radio-label .form__radio:focus + .form__radio-custom {
  -webkit-box-shadow: 0 0 0 3px rgba(195, 4, 4, 0.2);
          box-shadow: 0 0 0 3px rgba(195, 4, 4, 0.2);
}
#front #contact .contact__wrapper .contact__content .contact__form .form__radio-group .form__radio-label .form__radio-custom {
  position: relative;
  width: max(2rem, 18px);
  height: max(2rem, 18px);
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#front #contact .contact__wrapper .contact__content .contact__form .form__radio-group .form__radio-label .form__radio-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(0.8rem, 8px);
  height: max(0.8rem, 8px);
  background-color: #00041B;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#front #contact .contact__wrapper .contact__content .contact__form .form__submit-group {
  margin-top: max(5rem, 40px);
  text-align: center;
}
#front #contact .contact__wrapper .contact__content .contact__form .form__submit-group .form__submit-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: max(1.2rem, 10px);
  width: max(24.5rem, 245px);
  margin: auto;
  padding: max(2.5rem, 20px) 5%;
  background: #fff;
  border: none;
  border-radius: 40px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 550px) {
  #front #contact .contact__wrapper .contact__content .contact__form .form__submit-group .form__submit-btn {
    width: 100%;
    padding: max(3rem, 20px) max(4rem, 30px);
    font-size: max(2rem, 16px);
  }
}
#front #contact .contact__wrapper .contact__content .contact__form .form__submit-group .form__submit-btn img {
  width: auto;
  height: 1.2em;
  -webkit-filter: none;
          filter: none;
}
#front #contact .contact__wrapper .contact__content .contact__form .form__submit-group .form__submit-btn span {
  color: #C30404;
  font-size: max(2rem, 18px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
#front #contact .contact__wrapper .contact__content .contact__form .form__submit-group .form__submit-btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}
#front #contact .contact__wrapper .contact__content .contact__form .form__submit-group .form__submit-btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
#front #contact .contact__wrapper .contact__content .contact__form .form__submit-group .form__submit-btn:focus {
  outline: 3px solid rgba(195, 4, 4, 0.3);
  outline-offset: 2px;
}
#front #contact .contact__wrapper .contact__content .contact__form .form__submit-group .form__submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  -webkit-transform: none;
          transform: none;
}
#front #contact .contact__wrapper .contact__content .contact__form .form__submit-group .form__submit-btn:disabled:hover {
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}