@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Zen+Kaku+Gothic+New:wght@300&family=Source+Serif+4:opsz,wght@8..60, 600&family=Philosopher:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
li {
  text-decoration: none;
  list-style: none;
}

a {
  text-decoration: none;
}

a,
img,
span {
  display: inline-block;
}

img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
  vertical-align: top;
  box-sizing: border-box;
  object-fit: cover;
}

em {
  font-style: normal;
}

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

.tab-only {
  display: none;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .tab-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.spbtm-only {
  display: none;
}
@media (max-width: 350px) {
  .spbtm-only {
    display: block;
  }
}

:root {
  --white: #ffffff;
  --black: #000;
  --text: #1f1f20;
  --green: #189342;
  --orange: #fe9a61;
  --yellow: #ffe259;
  --iegaograd: linear-gradient(82deg, #ff641e 16.3%, #ffe259 110.42%);
  --iegaograd2: linear-gradient(270deg, #FFDF9A 0%, #FFBA7C 18.95%, #FE8751 100%);
  --leading-trim: calc((1em - 1lh) / 2);
  --notosans: "Noto Sans JP", sans-serif;
  --mincho: "Hiragino Mincho ProN", "Yu Mincho", "游明朝体", "YuMincho",
    "MS Mincho", "Meiryo", serif;
  --gothic: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic",
    "游ゴシック体", "YuGothic", "Helvetica Neue", "Arial", "Meiryo", sans-serif;
  --philosopher: "Philosopher", sans-serif;
  --sourceserif: "Source Serif 4", serif;
  --zenkakugothic: "Zen Kaku Gothic New", sans-serif;
}

.bold {
  font-weight: 700;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.lh130 {
  line-height: 130%;
}

.lh170 {
  line-height: 170%;
}

html {
  font-size: min(0.5208333333vw, 10px);
  margin: 0 !important;
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.2727272727vw;
  }
}

body {
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
  background-color: var(--white);
  color: var(--text);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

html #wpadminbar {
  position: fixed !important;
  top: auto !important;
  bottom: 0 !important;
  left: 0 !important;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

a {
  color: var(--black);
  transition: 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    transition: 0.5s;
  }
}

.palt {
  font-feature-settings: "palt";
}

p,
h2,
h3,
h4,
span {
  font-weight: 500;
  color: var(--black);
}

svg {
  width: 100%;
  height: 100%;
}

.header {
  padding-top: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header {
    padding-top: 1rem;
  }
}
.header__inner {
  max-width: 192rem;
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header__logo {
  position: relative;
  width: 25rem;
  margin-top: 1.8rem;
  margin-left: 4rem;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 10rem;
    margin-top: 1rem;
    margin-left: 1rem;
  }
}
.header__nav {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    backdrop-filter: blur(10px);
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .header__nav.is-active {
    opacity: 1;
    visibility: visible;
  }
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .header__nav-list {
    flex-direction: column;
    align-items: center;
  }
}
.header__nav-link {
  font-size: 2.3rem;
  line-height: 1.4782608696;
  font-weight: 400;
  color: var(--white);
  text-decoration: none;
  transition: opacity 0.3s;
}
.header__nav-link:hover {
  opacity: 0.7;
}
.header__nav-btn {
  width: 18rem;
  height: 8.2rem;
  background-image: url(../images/btn-bg.webp);
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.3rem;
  line-height: 1.4782608696;
  font-weight: 400;
  color: var(--white);
  text-decoration: none;
  transition: opacity 0.3s;
  margin-left: 2.4rem;
}
@media screen and (max-width: 768px) {
  .header__nav-btn {
    margin: 0;
  }
}
.header__nav-btn:hover {
  opacity: 0.7;
}

.hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
    width: 8.2rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 101;
  }
  .hamburger .hamburger__line {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.3s;
    width: 4.2rem;
    height: 2.1rem;
  }
  .hamburger .hamburger__line span {
    width: 4.2rem;
    height: 2px;
    display: block;
    position: absolute;
    transition: 0.3s;
    left: 0;
    z-index: 30;
    background: var(--white);
  }
  .hamburger .hamburger__line span:nth-child(1) {
    top: 0rem;
  }
  .hamburger .hamburger__line span:nth-child(2) {
    top: 1rem;
  }
  .hamburger .hamburger__line span:nth-child(3) {
    bottom: 0rem;
    opacity: 1;
    animation-delay: 1s;
  }
  .hamburger.is-active .hamburger__line span:nth-child(1) {
    top: 1rem;
    transform: rotate(45deg);
  }
  .hamburger.is-active .hamburger__line span:nth-child(2) {
    top: 1rem;
    transform: rotate(-45deg);
  }
  .hamburger.is-active .hamburger__line span:nth-child(3) {
    bottom: 0rem;
    opacity: 0;
  }
}

.footer {
  padding-block: 20rem 7.4rem;
  padding-inline: 9rem 3rem;
  background: var(--white);
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  .footer {
    padding-block: 12rem 4.8rem;
    padding-inline: 4.8rem 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-block: 6.4rem 2.4rem;
    padding-inline: 2.4rem 2.4rem;
  }
}
.footer__inner {
  max-width: 192rem;
  width: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.footer__logo {
  width: 17.5rem;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 12rem;
  }
}
.footer__content {
  width: fit-content;
  display: flex;
}
.footer__content .company__inner {
  gap: 2.4rem;
}
.footer__content .company__text {
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .footer__content .company__text {
    font-size: 1.6rem;
  }
}
.footer__content .company__col {
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .footer__content .company__col {
    gap: 1.6rem;
  }
}
.footer__content .company__item img[width="181"] {
  width: 13.1rem;
}
@media screen and (max-width: 768px) {
  .footer__content .company__item img[width="181"] {
    width: 10.48rem;
  }
}
.footer__content .company__item img[width="264"] {
  width: 20.4rem;
}
@media screen and (max-width: 768px) {
  .footer__content .company__item img[width="264"] {
    width: 16.32rem;
  }
}
.footer__content .company__item img[width="362"] {
  width: 26.2rem;
}
@media screen and (max-width: 768px) {
  .footer__content .company__item img[width="362"] {
    width: 20.96rem;
  }
}

.c-sectitle {
  font-size: 6.4rem;
  text-transform: uppercase;
  text-align: center;
  font-family: var(--philosopher);
  position: relative;
}
.c-sectitle::before {
  content: "";
  width: 5.8rem;
  height: 1px;
  background-color: var(--text);
  position: absolute;
  bottom: -2.8rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-sectitle::before {
    bottom: -1.2rem;
  }
}
.c-sectitle::after {
  position: absolute;
  bottom: -7.5rem;
  left: 50%;
  transform: translateX(-50%);
  content: attr(date-title);
  font-size: 2rem;
  font-family: var(--notosans);
  font-weight: 500;
  color: var(--text);
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .c-sectitle::after {
    bottom: -5.5rem;
  }
}

.cta {
  background: url(../images/pc/cta-bg.webp) no-repeat center center/cover;
  padding-block: 13.3rem 12.1rem;
}
@media screen and (max-width: 768px) {
  .cta {
    background: url(../images/sp/cta-bg.webp) no-repeat center center/cover;
    padding-block: 6.5rem;
  }
}
.cta__title {
  font-size: 3.6rem;
  font-weight: 700;
  color: var(--white);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta__title {
    font-size: 2.3rem;
  }
}
.cta__text-wrap {
  margin-top: 3.89rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta__text-wrap {
    margin-top: 0.7rem;
  }
}
.cta__text {
  font-size: 2rem;
  line-height: 160%;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .cta__text {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
  }
}
.cta__button-container {
  margin-top: 5.2rem;
}
@media screen and (max-width: 768px) {
  .cta__button-container {
    margin-top: 1rem;
  }
}
.cta__button {
  display: block;
  margin-inline: auto;
  width: 45.2rem;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .cta__button {
    width: 33.3rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .cta__button:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
}

.wrapper {
  max-width: 126rem;
  padding-inline: 3rem;
}
@media screen and (max-width: 768px) {
  .wrapper {
    max-width: 100%;
  }
}

.fdc--row {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
@media screen and (min-width: 769px) {
  .fdc--row {
    flex-direction: row;
  }
}

.dib {
  display: inline-block;
}

.u-flex {
  display: flex;
}

.mt3 {
  margin-top: 0.3rem;
}

.mt7 {
  margin-top: 0.7rem;
}

.mt32 {
  margin-top: 3.2rem;
}

.mobile {
  display: block;
}
@media screen and (min-width: 769px) {
  .mobile {
    display: none;
  }
}

.desktop {
  display: none;
}
@media screen and (min-width: 769px) {
  .desktop {
    display: block;
  }
}

.bread_crumb {
  padding-block: 1.3rem;
  background-color: #f7f7f7;
}
.bread_crumb ol {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.bread_crumb ol > li {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.bread_crumb ol > li > a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .bread_crumb {
    padding-block: 0.4rem;
  }
  .bread_crumb ol {
    gap: 0.8rem;
  }
  .bread_crumb ol > li {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}

.fv {
  width: 100%;
  height: 108rem;
  max-height: 100vh;
  background-image: url(../images/fv-img.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 18.8rem;
  padding-right: 11.2rem;
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  .fv {
    height: 72rem;
    max-height: 100vh;
    padding-top: 10rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    height: 54rem;
    max-height: 100vh;
    padding-top: 10rem;
    padding-right: 2rem;
  }
}
.fv__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.fv__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .fv__content {
    gap: 1rem;
  }
}
.fv__title {
  font-size: 13.3rem;
  line-height: 1.4736842105;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .fv__title {
    font-size: 6rem;
  }
}
.fv__text {
  font-size: 2.9rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .fv__text {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.good {
  padding-block: 8.2rem 28.2rem;
  background: #00A9C7;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .good {
    padding-block: 6rem;
  }
}
.good__inner {
  max-width: 144rem;
  width: calc(100% - 14rem);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .good__inner {
    width: calc(100% - 3.2rem);
  }
}
.good__title {
  font-size: 13.2rem;
  line-height: 1.4848484848;
  font-weight: 400;
  color: var(--white);
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 768px) {
  .good__title {
    font-size: 4.8rem;
    line-height: 1.5;
  }
}
.good__item {
  position: relative;
  z-index: 1;
  left: 20rem;
  margin-top: -15rem;
}
@media screen and (max-width: 768px) {
  .good__item {
    left: 0;
    margin-top: 3.2rem;
  }
}
.good__item-text {
  margin-inline: auto;
  background: var(--white);
  font-size: 3rem;
  line-height: 2.5;
  position: relative;
  font-weight: 400;
}
.good__item-text br {
  display: none;
}
@media screen and (max-width: 768px) {
  .good__item-text {
    font-size: 2rem;
    line-height: 2;
  }
}
.good__item-text:nth-child(1) {
  width: 77rem;
  padding: 6.5rem 1.6rem 41.6rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .good__item-text:nth-child(1) {
    width: 100%;
    padding: 3.2rem 1.6rem 0rem;
  }
}
.good__item-text:nth-child(2) {
  width: 87.8rem;
  padding: 0rem 1.6rem 16.5rem;
  margin-top: -35rem;
  left: -21.8rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .good__item-text:nth-child(2) {
    width: 100%;
    padding: 1.6rem 1.6rem 3.2rem;
    margin-top: 0rem;
    left: 0;
  }
}
.good__item-text:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -6rem;
  left: 0;
  width: 100%;
  height: 20rem;
  background: var(--white);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .good__item-text:nth-child(2)::before {
    display: none;
  }
}

.relation {
  padding-block: 21.5rem 9.2rem;
  background: var(--white);
}
@media screen and (max-width: 768px) {
  .relation {
    padding-block: 6.4rem 3.2rem;
  }
}
.relation__inner {
  max-width: 164rem;
  width: calc(100% - 8rem);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  .relation__inner {
    width: calc(100% - 4.8rem);
  }
}
@media screen and (max-width: 768px) {
  .relation__inner {
    width: calc(100% - 3.2rem);
    flex-direction: column;
    gap: 4.8rem;
  }
}
.relation__head {
  width: fit-content;
}
.relation__head-text {
  font-size: 3rem;
  line-height: 1.4333333333;
  font-weight: 400;
  color: #7FBCDD;
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  .relation__head-text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .relation__head-text {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.relation__title {
  font-size: 10.5rem;
  line-height: 1.4857142857;
  font-weight: 400;
  color: #7FBCDD;
  margin-top: 0rem;
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  .relation__title {
    font-size: 9rem;
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .relation__title {
    font-size: 4.8rem;
    line-height: 1.1666666667;
    text-align: center;
    margin-top: 1.6rem;
  }
}
.relation__content {
  width: fit-content;
}

.company__inner {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .company__inner {
    gap: 4.8rem;
  }
}
.company__text {
  font-size: 3rem;
  line-height: 1.4333333333;
  font-weight: 400;
  color: #7FBCDD;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .company__text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.company__col {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .company__col {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
  }
}
.company__item {
  width: fit-content;
}
.company__item img[width="181"] {
  width: 18.1rem;
}
.company__item img[width="264"] {
  width: 26.4rem;
}
.company__item img[width="362"] {
  width: 36.2rem;
}

.community {
  padding-block: 12rem;
  padding-inline: 4.8rem 10rem;
  background: url(../images/community-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  .community {
    padding-inline: 4.8rem 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .community {
    padding-block: 6.4rem;
    padding-inline: 2.4rem 2.4rem;
  }
}
.community__inner {
  max-width: 192rem;
  width: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 4rem 0;
}
@media screen and (max-width: 768px) {
  .community__inner {
    flex-direction: column;
    gap: 2.4rem;
    padding: 0;
  }
}
.community__head {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media screen and (max-width: 768px) {
  .community__head {
    gap: 2.4rem;
  }
}
.community__title {
  font-size: 5.8rem;
  line-height: 1.4827586207;
  font-weight: 400;
  color: var(--white);
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  .community__title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .community__title {
    font-size: 4rem;
  }
}
.community__text {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 400;
  color: var(--white);
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 768px) {
  .community__text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.community__content {
  display: flex;
  align-items: center;
  gap: 4.8rem;
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  .community__content {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .community__content {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.community__item {
  width: 48.8rem;
  height: 72rem;
  background-image: url(../images/community-item-bg.svg);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6.2rem;
  padding-inline: 4rem;
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  .community__item {
    width: 40rem;
    height: 57.8rem;
    padding-top: 4rem;
    padding-inline: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .community__item {
    width: 32rem;
    height: 47rem;
    padding-top: 2rem;
    padding-inline: 2.4rem;
  }
}
.community__item-title {
  font-size: 4rem;
  line-height: 1.475;
  font-weight: 400;
  color: #65C4F2;
  margin-block: var(--leading-trim);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .community__item-title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.community__item-subtitle {
  font-size: 1.9rem;
  line-height: 1.4736842105;
  font-weight: 400;
  color: #65C4F2;
  margin-block: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .community__item-subtitle {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.community__item-image {
  width: 36.5rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  .community__item-image {
    width: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .community__item-image {
    width: 24rem;
    margin-top: 0rem;
  }
}
.community__item-text {
  font-size: 1.7rem;
  line-height: 2.0588235294;
  font-weight: 400;
  color: #65C4F2;
  margin-block: var(--leading-trim);
  margin-top: 6rem;
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  .community__item-text {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .community__item-text {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 2rem;
  }
}

.next {
  padding-block: 4.6rem 0rem;
  padding-inline: 6rem;
  background: var(--white);
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  .next {
    padding-inline: 4.8rem 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .next {
    padding-inline: 2.4rem 2.4rem;
  }
}
.next__inner {
  max-width: 192rem;
  width: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .next__inner {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.next__body {
  display: flex;
  flex-direction: column;
}
.next__prev {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 400;
  color: #7FBCDD;
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 768px) {
  .next__prev {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 1.6rem;
  }
}
.next__title {
  font-size: 10.4rem;
  line-height: 1.4807692308;
  font-weight: 400;
  color: #7FBCDD;
  margin-block: var(--leading-trim);
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .next__title {
    font-size: 5.6rem;
    padding-top: 1.6rem;
  }
}
.next__subtitle {
  font-size: 6.3rem;
  line-height: 1.4920634921;
  font-weight: 400;
  color: #7FBCDD;
  margin-block: var(--leading-trim);
  padding-top: 4rem;
}
.next__subtitle--small {
  font-size: 3.3rem;
  line-height: 1.4848484848;
  padding-top: 3.2rem;
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  .next__subtitle--small {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .next__subtitle {
    font-size: 4rem;
    line-height: 1.5;
    padding-top: 1.6rem;
  }
  .next__subtitle--small {
    font-size: 2rem;
  }
}
.next__text {
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #7FBCDD;
  margin-block: var(--leading-trim);
  padding-top: 3.2rem;
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  .next__text {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .next__text {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-top: 1.6rem;
  }
}
.next__meta {
  display: flex;
  gap: 4.8rem;
  padding-top: 5.6rem;
}
@media screen and (max-width: 768px) {
  .next__meta {
    flex-direction: column;
    gap: 4rem;
  }
}
.next__meta-item {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  margin-block: var(--leading-trim);
}
.next__meta-item h4 {
  font-size: 2.9rem;
  line-height: 1.4827586207;
  font-weight: 400;
  color: #7FBCDD;
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 768px) {
  .next__meta-item h4 {
    font-size: 2.4rem;
  }
}
.next__meta-item p {
  font-size: 3.8rem;
  line-height: 1.4736842105;
  font-weight: 400;
  color: #7FBCDD;
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  .next__meta-item p {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .next__meta-item p {
    font-size: 2.4rem;
  }
}
.next__meta-item p._sm {
  font-size: 2.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .next__meta-item p._sm {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .next__meta-item {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.next__image {
  width: 89.8rem;
  height: 73.3rem;
  border-radius: 36rem;
  overflow: hidden;
  background: #000;
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  .next__image {
    width: 60rem;
    height: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .next__image {
    width: 32rem;
    height: 24rem;
    border-radius: 4rem;
  }
}
.next__image iframe {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */
