/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #272727;
  overflow-x: hidden;
  width: 100%;
}

body {
  position: relative;
  background: radial-gradient(67.08% 39.91% at 50% 23.04%, #FFF 5%, #CACCD4 100%);
  overflow: hidden;
}

a {
  color: #272727;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.u-en {
  font-family: "Zen Old Mincho", serif;
}

.l-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.l-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
}

.pc-only {
  display: block;
}

.br-pc-only {
  display: inline;
}

.sp-only {
  display: none;
}

.br-sp-only {
  display: none;
}

.flare {
  position: absolute;
  mix-blend-mode: screen;
  filter: blur(7.25px);
}

/*===========================================================================*/
/*  header  */
/*===========================================================================*/
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease;
}
.p-header.is-scrolled {
  background-color: #fff;
}
.p-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.p-header__logo {
  width: 280px;
  transition: opacity 0.3s;
}
.p-header__logo:hover {
  opacity: 0.7;
}
.p-header__nav {
  display: flex;
  align-items: center;
}
.p-header__list {
  display: flex;
  gap: 30px;
}
.p-header__item a {
  font-size: 15px;
  font-weight: 500;
  transition: opacity 0.3s;
  white-space: nowrap;
}
.p-header__item a:hover {
  opacity: 0.7;
}

/*===========================================================================*/
/*  First View  */
/*===========================================================================*/
.p-mv {
  width: 100%;
  position: relative;
}
.p-mv .flare {
  z-index: 1;
}
.p-mv .flare-1 {
  top: 2%;
  left: 0;
  width: 47.6%;
  transform: translateX(-42%);
}
.p-mv .flare-2 {
  width: 25.5%;
  top: -1%;
  left: 0;
  transform: translateX(-36%);
}
.p-mv .flare-3 {
  width: 33.5%;
  top: -10px;
  left: 25%;
}
.p-mv .flare-4 {
  width: 33.5%;
  top: 0;
  left: 24%;
  transform: translateY(-34%);
}
.p-mv .flare-5 {
  width: 42.6%;
  top: 0;
  right: 0;
  transform: translate(19%, -30%);
}
.p-mv .flare-6 {
  width: 31.8%;
  top: 0;
  right: 0;
  transform: translate(5%, 10%);
}
.p-mv .flare-7 {
  width: 45.5%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-mv .flare-8 {
  width: 47.5%;
  bottom: 0;
  right: 0;
  transform: translate(38%, 43%);
}
.p-mv__slider {
  width: 100%;
  aspect-ratio: 1360/912;
  position: relative;
  z-index: 1;
}
.p-mv__slider_bg {
  width: 100%;
  aspect-ratio: 1360/912;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-mv__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
.p-mv__slide.active {
  opacity: 1;
}
.p-mv__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*===========================================================================*/
/*  About  */
/*===========================================================================*/
.p-about {
  position: relative;
  overflow: hidden;
  padding-top: 34px;
}
.p-about .flare-1 {
  top: 176px;
  left: -537px;
  width: 941px;
}
.p-about .flare-2 {
  top: 53%;
  right: -247px;
  width: 619px;
}
.p-about .l-inner {
  position: relative;
  z-index: 1;
}
.p-about__title {
  font-feature-settings: "palt" on;
  font-size: 62px;
  font-weight: 700;
  line-height: 155%;
  margin-bottom: 40px;
}
.p-about__content:not(:last-child) {
  margin-bottom: 80px;
}
.p-about__content .greetings__title {
  font-feature-settings: "palt" on;
  font-size: 34px;
  font-weight: 700;
  line-height: 155%;
  padding-bottom: 26px;
  position: relative;
  margin-bottom: 30px;
}
.p-about__content .greetings__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 127px;
  height: 1px;
  background: #00497F;
}
.p-about__content .greetings__text {
  display: flex;
  align-items: flex-start;
  gap: 38px;
}
.p-about__content .greetings__text p {
  width: 100%;
  font-feature-settings: "palt" on;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
.p-about__content .greetings__box {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.p-about__content .greetings__box.--reverse {
  flex-direction: row-reverse;
}
.p-about__content .greetings__box .greetings__image {
  display: block;
  width: 47%;
}
.p-about__content .greetings__box .greetings__sign {
  width: 53%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.p-about__content .greetings__box .greetings__sign-image {
  display: block;
  width: 100%;
}
.p-about__content .greetings__box .greetings__sign-name {
  display: flex;
  align-items: center;
  gap: 5px;
}
.p-about__content .greetings__box .greetings__sign-name p {
  font-size: 17.863px;
  font-weight: 400;
  line-height: 155%;
}
.p-about__content .greetings__box .greetings__sign-name img {
  width: 197.608px;
}

/*===========================================================================*/
/*  Eiko Group  */
/*===========================================================================*/
.p-eiko-group {
  position: relative;
  overflow: hidden;
  padding-top: 289px;
  margin-top: -174px;
  background: linear-gradient(0deg, #016FB7 0%, #16374F 19.97%, #2A4960 54.01%, #597A92 75.39%, rgba(60, 89, 111, 0) 94.74%);
}
.p-eiko-group .flare-1 {
  top: -501px;
  left: -537px;
  width: 852px;
}
.p-eiko-group .flare-2 {
  top: 17%;
  right: -247px;
  width: 619px;
  filter: blur(41.6500015259px);
}
.p-eiko-group .flare-3 {
  top: 25%;
  left: -537px;
  width: 941px;
  filter: blur(41.6500015259px);
}
.p-eiko-group .flare-4 {
  top: 55%;
  right: -247px;
  width: 619px;
  filter: blur(41.6500015259px);
}
.p-eiko-group .flare-5 {
  top: 67%;
  left: -504px;
  width: 941px;
  filter: blur(41.6500015259px);
}
.p-eiko-group .l-inner {
  position: relative;
  z-index: 1;
}
.p-eiko-group__title {
  color: #FFF;
  font-feature-settings: "palt" on;
  font-size: 62px;
  font-weight: 700;
  line-height: 155%;
  margin-bottom: 5px;
}
.p-eiko-group__text {
  color: #FFF;
  font-feature-settings: "palt" on;
  font-size: 28px;
  font-weight: 700;
  line-height: 155%;
}
.p-eiko-group__content {
  margin-top: 60px;
}

/*===========================================================================*/
/*  New Group  */
/*===========================================================================*/
.p-new-group {
  position: relative;
  overflow: hidden;
  background: url(../img/new-group-bg.webp) no-repeat center center/cover;
  padding-top: 71px;
  padding-bottom: 712px;
}
.p-new-group::after {
  content: "";
  width: 100%;
  height: 541px;
  background: linear-gradient(180deg, #0270B7 0%, rgba(0, 111, 180, 0) 102.83%);
  position: absolute;
  top: 0;
  left: 0;
}
.p-new-group .l-inner {
  position: relative;
  z-index: 1;
}
.p-new-group__title {
  color: #FFF;
  font-feature-settings: "palt" on;
  font-size: 62px;
  font-weight: 700;
  line-height: 155%;
  margin-bottom: 24px;
}
.p-new-group__text {
  color: #FFF;
  font-feature-settings: "palt" on;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  padding-left: 23px;
}
.p-new-group__btn {
  padding-left: 23px;
  margin-top: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-new-group__btn p {
  color: #FFF;
  font-feature-settings: "palt" on;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.3px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/*===========================================================================*/
/*  Footer  */
/*===========================================================================*/
.site-footer {
  width: 100%;
  background-color: #00034c;
  position: relative;
  z-index: 100;
  padding: 16vw 8vw;
}

@media (min-width: 769px) {
  .site-footer {
    padding: 10vw 2.5vw 8.33333vw;
  }
}
@media (min-width: 1201px) {
  .site-footer {
    padding: 7.5rem 0 6.25rem;
  }
}
.site-footer_inner {
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
}

.site-footer .footer-logo {
  width: 76.8vw;
  margin-bottom: 11.2vw;
}

@media (min-width: 769px) {
  .site-footer .footer-logo {
    width: 24vw;
    margin-bottom: 3.5vw;
  }
}
@media (min-width: 1201px) {
  .site-footer .footer-logo {
    width: 18rem;
    margin-bottom: 2.625rem;
  }
}
.footer-navigation {
  width: 100%;
  margin-bottom: 15.73333vw;
}

@media (min-width: 1201px) {
  .footer-navigation {
    margin-bottom: 3.4375rem;
  }
}
@media (min-width: 769px) {
  .footer-navigation {
    margin-bottom: 4.58333vw;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 769px) {
  .footer-navigation .footer-menu01 {
    width: 25%;
  }
}
@media (min-width: 769px) {
  .footer-navigation .footer-menu02 {
    margin-left: 8.33333%;
  }
}
.footer-navigation .footer-menu {
  width: 100%;
}

@media (min-width: 769px) {
  .footer-navigation .footer-menu {
    width: 20%;
  }
}
@media (min-width: 769px) {
  .footer-navigation .footer-menu + .footer-menu {
    margin-left: 5%;
  }
}
.footer-navigation .menu {
  margin-bottom: 8vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media (min-width: 769px) {
  .footer-navigation .menu {
    margin-bottom: 0;
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .footer-navigation .menu li {
    margin-bottom: 0.5vw;
  }
}
@media (min-width: 1201px) {
  .footer-navigation .menu li {
    margin-bottom: 0.375rem;
  }
}
.footer-navigation .menu li a {
  font-size: 3.46667vw;
  line-height: 2.69231;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: #fff;
}

.footer-navigation .menu li a:link {
  color: #fff;
}

@media (min-width: 769px) {
  .footer-navigation .menu li a {
    font-size: 1.08333vw;
  }
}
@media (min-width: 1201px) {
  .footer-navigation .menu li a {
    font-size: 0.8125rem;
  }
}
@media (max-width: 768px) {
  .footer-navigation .menu li {
    margin-right: 4vw;
  }
}
.footer-navigation .footer-menu h4 {
  padding-bottom: 1.6vw;
  margin-bottom: 2.13333vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 3.46667vw;
  color: rgba(255, 255, 255, 0.6);
  line-height: 2.96154;
  font-weight: 400;
  letter-spacing: 0.06em;
}

@media (min-width: 769px) {
  .footer-navigation .footer-menu h4 {
    padding-bottom: 0.58333vw;
    margin-bottom: 1.41667vw;
    font-size: 1.08333vw;
  }
}
@media (min-width: 1201px) {
  .footer-navigation .footer-menu h4 {
    padding-bottom: 0.4375rem;
    margin-bottom: 1.0625rem;
    font-size: 0.8125rem;
  }
}
.site-footer-lower {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (min-width: 769px) {
  .site-footer-lower {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.copyright {
  margin-bottom: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 3.73333vw;
  color: #fff;
  line-height: 1.71429;
  font-weight: 300;
  letter-spacing: 0.04em;
}

@media (min-width: 769px) {
  .copyright {
    font-size: 1.16667vw;
  }
}
@media (min-width: 1201px) {
  .copyright {
    font-size: 0.875rem;
  }
}
.site-footer .facebook-link {
  margin-bottom: 5.86667vw;
  text-align: right;
}

@media (min-width: 769px) {
  .site-footer .facebook-link {
    margin-bottom: 0;
  }
}
.facebook-link a:link {
  color: #fff;
}

.facebook-link a {
  font-size: 3.46667vw;
  line-height: 2.30769;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (min-width: 769px) {
  .facebook-link a {
    font-size: 1.2987vw;
  }
}
@media (min-width: 769px) and (min-width: 1001px) {
  .facebook-link a {
    font-size: 0.8125rem;
  }
}
.facebook-link img {
  width: 8.53333vw;
  height: auto;
}

@media (min-width: 769px) {
  .facebook-link img {
    width: 3.996vw;
  }
}
@media (min-width: 769px) {
  .facebook-link img {
    width: 2.5rem;
  }
}
a img {
  transition: all 0.2s;
}

@media (max-width: 900px) {
  .l-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-inner {
    max-width: 520px;
  }
  .pc-only {
    display: none;
  }
  .br-pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .br-sp-only {
    display: inline;
  }
  /*===========================================================================*/
  /*  header  */
  /*===========================================================================*/
  .p-header {
    transition: background-color 0.3s ease;
  }
  .p-header.is-scrolled {
    background-color: #fff;
  }
  .p-header__inner {
    height: 60px;
  }
  .p-header__logo {
    width: 175px;
  }
  /*===========================================================================*/
  /*  hamburger button  */
  /*===========================================================================*/
  .ham-btn {
    width: 20px;
    height: 12px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 1002;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
  }
  .ham-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #00497F;
    transition: all 0.3s ease;
  }
  .ham-btn.active span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }
  .ham-btn.active span:nth-child(2) {
    opacity: 0;
  }
  .ham-btn.active span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }
  /*===========================================================================*/
  /*  hamburger menu  */
  /*===========================================================================*/
  .ham-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #01034C;
    z-index: 1001;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    max-height: 70vh;
    overflow-y: auto;
  }
  .ham-menu.active {
    transform: translateY(0);
  }
  .ham-menu__content {
    padding: 50px 0 34px;
    text-align: center;
  }
  .ham-menu__nav {
    margin-bottom: 50px;
  }
  .ham-menu__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  .ham-menu__item a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
  }
  .ham-menu__close {
    text-align: center;
    color: #FFF;
    font-family: "Ramaraja", serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.3px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
  }
  /*===========================================================================*/
  /*  First View  */
  /*===========================================================================*/
  .p-mv {
    width: 100%;
    position: relative;
  }
  .p-mv .flare-1 {
    top: 51%;
    left: 0;
    width: 48.8%;
    transform: translate(-20%, -50%);
  }
  .p-mv .flare-2 {
    display: none;
  }
  .p-mv .flare-3 {
    display: none;
  }
  .p-mv .flare-4 {
    display: none;
  }
  .p-mv .flare-5 {
    width: 64.8%;
    top: 0;
    right: 0;
    transform: translate(14%, -5%);
  }
  .p-mv .flare-6 {
    display: none;
  }
  .p-mv .flare-7 {
    display: none;
  }
  .p-mv .flare-8 {
    width: 76.2%;
    bottom: 0;
    left: 50%;
    right: initial;
    transform: translate(-50%, 0);
  }
  .p-mv__slider {
    width: 100%;
    aspect-ratio: 375/628;
    position: relative;
    z-index: 1;
  }
  .p-mv__slider_bg {
    width: 100%;
    aspect-ratio: 375/628;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .p-mv__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
  }
  .p-mv__slide.active {
    opacity: 1;
  }
  .p-mv__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /*===========================================================================*/
  /*  About  */
  /*===========================================================================*/
  .p-about {
    padding-top: 38px;
  }
  .p-about .flare-1 {
    top: -40px;
    left: initial;
    right: -46px;
    width: 272px;
  }
  .p-about .flare-2 {
    top: 50%;
    left: initial;
    right: -109px;
    width: 272px;
  }
  .p-about__title {
    font-size: 34px;
    line-height: 140%;
    margin-bottom: 35px;
  }
  .p-about__content:not(:last-child) {
    margin-bottom: 50px;
  }
  .p-about__content .greetings__title {
    font-size: 20px;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .p-about__content .greetings__title::after {
    width: 60px;
  }
  .p-about__content .greetings__text {
    flex-direction: column;
    gap: 0;
  }
  .p-about__content .greetings__text p {
    font-size: 14px;
  }
  .p-about__content .greetings__box {
    margin-top: 30px;
    flex-direction: column;
  }
  .p-about__content .greetings__box.--reverse {
    flex-direction: column;
  }
  .p-about__content .greetings__box .greetings__image {
    width: 100%;
  }
  .p-about__content .greetings__box .greetings__sign {
    width: 100%;
    margin-top: 8px;
    align-items: center;
  }
  .p-about__content .greetings__box .greetings__sign-name {
    justify-content: center;
    gap: 4px;
  }
  .p-about__content .greetings__box .greetings__sign-name p {
    font-size: 12px;
  }
  .p-about__content .greetings__box .greetings__sign-name img {
    width: 123px;
  }
  .p-about__content .greetings__box .greetings__sign-name img.image-2 {
    width: 147px;
  }
  /*===========================================================================*/
  /*  Eiko Group  */
  /*===========================================================================*/
  .p-eiko-group {
    padding-top: 104px;
    margin-top: -30px;
    background: linear-gradient(0deg, #016FB7 0%, #16374F 20.78%, #2A4960 56.2%, #597A92 89.32%, rgba(60, 89, 111, 0) 98.59%);
  }
  .p-eiko-group .flare-1 {
    top: -182px;
    left: -202px;
    width: 397px;
  }
  .p-eiko-group .flare-2 {
    top: 1%;
    right: -17px;
    width: 745px;
  }
  .p-eiko-group .flare-3 {
    top: 27%;
    left: 55px;
    width: 674px;
  }
  .p-eiko-group .flare-4 {
    top: 37%;
    right: -17px;
    width: 745px;
  }
  .p-eiko-group .flare-5 {
    top: 64%;
    left: initial;
    right: -95px;
    width: 852px;
  }
  .p-eiko-group__title {
    font-size: 34px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 10px;
  }
  .p-eiko-group__text {
    font-size: 18px;
  }
  .p-eiko-group__content {
    margin-top: 28px;
  }
  /*===========================================================================*/
  /*  New Group  */
  /*===========================================================================*/
  .p-new-group {
    margin-top: -1px;
    padding-top: 15px;
    padding-bottom: 380px;
  }
  .p-new-group::after {
    height: 375px;
    background: linear-gradient(180deg, #0270B7 0%, rgba(0, 111, 180, 0) 102.83%);
  }
  .p-new-group__title {
    font-size: 34px;
    line-height: 140%;
    margin-bottom: 20px;
  }
  .p-new-group__text {
    font-size: 14px;
    padding-left: 0;
  }
  .p-new-group__btn {
    padding-left: 0;
    margin-top: 25px;
  }
  .p-new-group__btn p {
    font-size: 15px;
  }
}/*# sourceMappingURL=style.css.map */