.fv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fv {
    height: 140.8vw;
  }
}
.fv::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100vw;
  height: 36px;
  background-image: url(../img/top/fv_shadow.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 99;
}
.fv__head {
  position: absolute;
  left: 0;
  right: 0;
  height: auto;
  margin: auto;
  z-index: 10;
}
@media (min-width: 768px) {
  .fv__head {
    top: 16.1vw;
    width: 87.85vw;
  }
}
@media (max-width: 767px) {
  .fv__head {
    top: 17.33vw;
    width: 89.33vw;
  }
}
@media (max-width: 767px) {
  .fv__slider img {
    width: 100%;
    height: 140.8vw !important;
    object-position: center bottom;
    object-fit: cover;
  }
}
.fv__news {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 5px;
  z-index: 1;
}
@media (min-width: 768px) {
  .fv__news {
    bottom: 20px;
    padding: 20px 50px;
  }
}
@media (max-width: 767px) {
  .fv__news {
    bottom: 10px;
    padding: 15px;
  }
}
.fv__newstitle {
  color: #ff4627;
}
.fv__newstext {
  width: 100%;
}
@media (min-width: 768px) {
  .fv__newstext {
    margin-left: 55px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .fv__newstext {
    margin-left: 4.03vw;
  }
}
.fv__newslink {
  color: #ff4627;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .fv__newslink {
    margin-left: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .fv__newslink {
    margin-left: 2.93vw;
  }
}
@media (max-width: 767px) {
  .fv__newslink {
    margin-left: 10px;
  }
}
.fv__newsbtn {
  position: relative;
  width: 140px;
  height: 40px;
  background-color: #ff4627;
  color: #fff;
  border: 2px solid transparent;
  border-radius: 100px;
}
.fv__newsbtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 7px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.fv__newsbtn:hover {
  background-color: #fff;
  color: #ff4627;
  border-color: #ff4627;
  opacity: 1;
}
.fv__newsbtn:hover::after {
  background: #ff4627;
}
.fv__newsarrow {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #ff4627;
  border-right: 1px solid #ff4627;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
}

.aboutus {
  background-image: url(../img/top/bk.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .aboutus__wrapper {
    padding: 110px 0 180px;
  }
}
@media (max-width: 767px) {
  .aboutus__wrapper {
    padding: 14.67vw 0;
  }
}
.aboutus__head {
  color: #fff;
}
@media (min-width: 768px) {
  .aboutus__head {
    font-size: 109px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .aboutus__head {
    font-size: 7.98vw;
  }
}
@media (max-width: 767px) {
  .aboutus__head {
    font-size: 60px;
  }
}
.aboutus__en {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.aboutus__en.is-active {
  --x: 0;
}
.aboutus__en .char {
  overflow: hidden;
}
.aboutus__en .char-text {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}
.aboutus__ja {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 768px) {
  .aboutus__ja {
    line-height: 54px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .aboutus__ja {
    font-size: 2.34vw;
  }
}
@media (max-width: 767px) {
  .aboutus__ja {
    line-height: 37px;
  }
}
.aboutus__ja.is-active {
  --x: 0;
}
.aboutus__ja .char {
  overflow: hidden;
}
.aboutus__ja .char-text {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}
.aboutus__text {
  letter-spacing: 0.06rem;
}
@media (min-width: 768px) {
  .aboutus__text {
    line-height: 68px;
  }
}
@media (max-width: 767px) {
  .aboutus__text {
    line-height: 39px;
  }
}
.aboutus__p {
  opacity: 0;
  transform: translateY(1rem);
  transition-property: transform, opacity;
  transition-duration: 1.4s;
  transition-timing-function: cubic-bezier(0.43, 0.195, 0.02, 1);
}
.aboutus__p.show {
  opacity: 1;
  transform: translateY(0);
}

.program {
  position: relative;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .program__wrapper {
    max-width: 1075px;
    padding: 0 20px;
  }
}
.program__head {
  color: #ff4627;
  line-height: 1;
}
@media (min-width: 768px) {
  .program__head {
    font-size: 109px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .program__head {
    font-size: 7.98vw;
  }
}
@media (max-width: 767px) {
  .program__head {
    font-size: 60px;
    line-height: 66px;
  }
}
.program__en, .program__ja {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}
.program__en.is-active, .program__ja.is-active {
  --x: 0;
}
.program__en .char, .program__ja .char {
  overflow: hidden;
}
.program__en .char-text, .program__ja .char-text {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}
@media (min-width: 768px) and (max-width: 1365px) {
  .program__ja {
    font-size: 1.9vw;
  }
}
.program__subtitle {
  position: relative;
  color: #3e3e3e;
  z-index: 10;
}
.program__p {
  letter-spacing: 0.06rem;
}
@media (min-width: 768px) {
  .program__p {
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .program__p {
    line-height: 39px;
  }
}
.program__list {
  counter-reset: num;
  list-style: none;
  border-top: 2px solid #ff4627;
  border-bottom: 2px solid #ff4627;
}
.program__listitem {
  position: relative;
  counter-increment: num;
}
@media (min-width: 768px) {
  .program__listitem {
    padding: 25px 30px;
  }
}
@media (max-width: 767px) {
  .program__listitem {
    padding: 15px 0 30px;
  }
}
.program__listitem::before {
  content: "0" counter(num);
  font-size: 42px;
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
  font-style: normal;
  width: 4rem;
  color: #ff4627;
  line-height: 1;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .program__listitem::before {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.program__listitem + .program__listitem {
  border-top: 1px solid #4d4d4d;
}
.program__listtext {
  letter-spacing: 0.06rem;
}
@media (min-width: 768px) {
  .program__listtext {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .program__listtext {
    line-height: 39px;
  }
}
@media (min-width: 768px) {
  .program__listbox {
    width: 350px;
  }
}
.program__listbox span {
  display: inline-block;
  background-color: #ff4627;
  color: #fff;
  padding: 10px 20px;
  letter-spacing: 0.06rem;
}
@media (min-width: 768px) {
  .program__listbox span {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .program__listbox span {
    margin-left: auto;
    margin-right: auto;
  }
}

.support {
  position: relative;
  background-color: #ff4627;
  color: #fff;
}
@media (min-width: 768px) {
  .support {
    border-radius: 45px 0 0 0;
    padding-bottom: 140px;
  }
}
@media (max-width: 767px) {
  .support {
    border-radius: 20px 0 0 0;
    padding-bottom: 50px;
  }
}
.support::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  top: 0;
  z-index: 0;
}
@media (min-width: 768px) {
  .support::before {
    width: 90px;
    height: 90px;
    right: 540px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .support::before {
    right: 39.53vw;
  }
}
@media (max-width: 767px) {
  .support::before {
    width: 40px;
    height: 40px;
    right: 40vw;
  }
}
.support::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #ff4627;
  border-radius: 0 50% 0 0;
  top: 0;
}
@media (min-width: 768px) {
  .support::after {
    width: 90px;
    height: 90px;
    right: 540px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .support::after {
    right: 39.53vw;
  }
}
@media (max-width: 767px) {
  .support::after {
    width: 40px;
    height: 40px;
    right: 40vw;
  }
}
.support__head {
  position: relative;
}
@media (min-width: 768px) {
  .support__head {
    padding: 60px 0 30px 150px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .support__head {
    padding: 4.39vw 0 2.2vw 5.49vw;
  }
}
@media (max-width: 767px) {
  .support__head {
    padding: 4vw 0 4vw 6.67vw;
    z-index: 1;
  }
}
.support__head::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background-image: url(../img/top/Illust_01.svg);
  background-color: #fff;
}
@media (min-width: 768px) {
  .support__head::after {
    width: 540px;
    background-size: 342px 250px;
    background-position: center bottom -30px;
    border-radius: 0 0 0 45px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .support__head::after {
    width: 39.53vw;
    background-size: 25.04vw 18.3vw;
  }
}
@media (max-width: 767px) {
  .support__head::after {
    width: 40vw;
    background-size: 30.4vw 22.13vw;
    background-position: center bottom -4vw;
    border-radius: 0 0 0 20px;
  }
}
.support__en {
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (min-width: 768px) {
  .support__en {
    font-size: 109px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .support__en {
    font-size: 7.98vw;
  }
}
@media (max-width: 767px) {
  .support__en {
    font-size: 11.47vw;
  }
}
.support__en.is-active {
  --x: 0;
}
.support__en .char {
  overflow: hidden;
}
.support__en .char-text {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}
.support__ja {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .support__ja {
    line-height: 54px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .support__ja {
    font-size: 1.9vw;
  }
}
@media (max-width: 767px) {
  .support__ja {
    justify-content: center;
    line-height: 1.5;
  }
}
.support__ja.is-active {
  --x: 0;
}
.support__ja .char {
  overflow: hidden;
}
.support__ja .char-text {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}
@media (min-width: 768px) {
  .support__body {
    padding-top: 130px;
  }
}
@media (max-width: 767px) {
  .support__body {
    padding-top: 10.67vw;
  }
}
.support__items {
  list-style: none;
}
@media (min-width: 768px) {
  .support__items {
    max-width: 1170px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .support__items {
    padding-top: 10.67vw;
  }
}
.support__item {
  opacity: 0;
  transform: translateY(50px);
  transition-property: transform, opacity;
  transition-duration: 1.4s;
  transition-timing-function: cubic-bezier(0.43, 0.195, 0.02, 1);
}
.support__item.show {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 768px) {
  .support__img {
    flex: 1;
  }
}
.support__img img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .support__content {
    width: 550px;
  }
}
.support__h3 {
  margin-bottom: 20px;
  border-bottom: 2px solid #fff;
}
@media (min-width: 768px) {
  .support__h3 {
    padding: 0 0 20px 100px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .support__h3 {
    padding-left: 7.32vw;
  }
}
@media (min-width: 768px) {
  .row_rev-pc .support__h3 {
    padding-left: 50px;
    padding-right: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .row_rev-pc .support__h3 {
    padding-left: 3.66vw;
    padding-right: 7.32vw;
  }
}
.support__num {
  letter-spacing: 0.06rem;
}
@media (max-width: 767px) {
  .support__subtitle {
    line-height: 42px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .support__text {
    line-height: 37px;
    padding-left: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .support__text {
    padding-left: 7.32vw;
  }
}
@media (max-width: 767px) {
  .support__text {
    line-height: 33px;
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .row_rev-pc .support__text {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .row_rev-pc .support__text {
    padding-left: 3.66vw;
    padding-right: 3.66vw;
  }
}
.support__foot {
  background-color: #ff4627;
}
@media (min-width: 768px) {
  .support__foot {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .support__foot {
    padding-top: 40px;
    padding-bottom: 45px;
  }
}
.support__btn {
  position: relative;
  background-color: #fff;
  color: #ff4627;
  border: 2px solid transparent;
  border-radius: 100px;
  width: 240px;
  height: 70px;
}
.support__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 8px;
  background: #ff4627;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.support__btn:hover {
  background-color: #ff4627;
  color: #fff;
  border-color: #fff;
  opacity: 1;
}
.support__btn:hover::after {
  background: #fff;
}

.gallery {
  position: relative;
  background-color: #56af79;
  color: #fff;
}
@media (min-width: 768px) {
  .gallery {
    margin-top: -45px;
    border-radius: 45px 0 0 0;
    padding-bottom: 140px;
  }
}
@media (max-width: 767px) {
  .gallery {
    margin-top: -20px;
    border-radius: 20px 0 0 0;
    padding-bottom: 24vw;
  }
}
.gallery::before {
  content: "";
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  background-color: #ff4627;
  top: 0;
  z-index: 0;
}
@media (min-width: 768px) {
  .gallery::before {
    right: 540px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .gallery::before {
    right: 39.53vw;
  }
}
@media (max-width: 767px) {
  .gallery::before {
    width: 40px;
    height: 40px;
    right: 40vw;
  }
}
.gallery::after {
  content: "";
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  background-color: #56af79;
  border-radius: 0 50% 0 0;
  top: 0;
}
@media (min-width: 768px) {
  .gallery::after {
    right: 540px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .gallery::after {
    right: 39.53vw;
  }
}
@media (max-width: 767px) {
  .gallery::after {
    width: 40px;
    height: 40px;
    right: 40vw;
  }
}
.gallery__head {
  position: relative;
}
@media (min-width: 768px) {
  .gallery__head {
    padding: 60px 0 30px 150px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .gallery__head {
    padding: 4.39vw 0 2.2vw 5.49vw;
  }
}
@media (max-width: 767px) {
  .gallery__head {
    padding: 4vw 0 4vw 6.67vw;
    z-index: 1;
  }
}
.gallery__head::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background-image: url(../img/top/Illust_02.svg);
  background-position: center bottom;
  background-color: #ff4627;
  border-radius: 0 0 0 45px;
}
@media (min-width: 768px) {
  .gallery__head::after {
    width: 540px;
    background-size: 342px 250px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .gallery__head::after {
    width: 39.53vw;
    background-size: 25.04vw 18.3vw;
  }
}
@media (max-width: 767px) {
  .gallery__head::after {
    width: 40vw;
    background-size: 30.4vw 22.13vw;
    background-position: center bottom -4vw;
    border-radius: 0 0 0 20px;
  }
}
.gallery__en {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
}
@media (min-width: 768px) {
  .gallery__en {
    font-size: 109px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .gallery__en {
    font-size: 7.98vw;
  }
}
@media (max-width: 767px) {
  .gallery__en {
    font-size: 11.47vw;
  }
}
.gallery__en.is-active {
  --x: 0;
}
.gallery__en .char {
  overflow: hidden;
}
.gallery__en .char-text {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}
.gallery__ja {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .gallery__ja {
    line-height: 54px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .gallery__ja {
    font-size: 1.9vw;
  }
}
@media (max-width: 767px) {
  .gallery__ja {
    justify-content: center;
    line-height: 1.5;
  }
}
.gallery__ja.is-active {
  --x: 0;
}
.gallery__ja .char {
  overflow: hidden;
}
.gallery__ja .char-text {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}
@media (max-width: 767px) {
  .gallery__ja + .gallery__ja {
    padding-bottom: 10.33vw;
  }
}
@media (max-width: 767px) {
  .gallery__body {
    padding-top: 10.33vw;
  }
}
@media (max-width: 767px) {
  .gallery__slider {
    padding-top: 10.33vw;
  }
}
.gallery .swiper {
  overflow: visible !important;
}
@media (min-width: 768px) {
  .gallery .swiper {
    height: 44.65vw !important;
  }
}
@media (max-width: 767px) {
  .gallery .swiper {
    height: 80vw !important;
  }
}
.gallery .swiper-wrapper {
  transition-timing-function: linear;
}
.gallery .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .gallery .swiper-slide {
    height: 44.65vw !important;
  }
}
@media (max-width: 767px) {
  .gallery .swiper-slide {
    height: 80vw !important;
  }
}
.gallery .swiper-slide img {
  transform: scale(0.8) !important;
  transform-origin: 50% 50%;
  transition: transform 1s linear;
}
.gallery .swiper-slide-visible img,
.gallery .swiper-slide-visible img {
  transform: scale(0.8) !important;
}
.gallery .swiper-slide-active {
  position: relative;
  z-index: 10 !important;
}
.gallery .swiper-slide-active img {
  transform: scale(1) !important;
}
.gallery .swiper-pagination-bullets {
  z-index: 11 !important;
}
@media (min-width: 768px) {
  .gallery .swiper-pagination-bullets {
    bottom: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .gallery .swiper-pagination-bullets {
    bottom: -2.67vw !important;
  }
}
@media (max-width: 767px) {
  .gallery .swiper-pagination-bullets {
    bottom: -12.67vw !important;
  }
}
.gallery .swiper-pagination-bullet {
  background: #fff;
  opacity: 1 !important;
}
@media (min-width: 768px) {
  .gallery .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 10px !important;
  }
}
@media (max-width: 767px) {
  .gallery .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    margin: 0 5px !important;
  }
}
.gallery .swiper-pagination-bullet-active {
  background: #ff4627;
  opacity: 1 !important;
}

@media (min-width: 768px) {
  .interview {
    padding: 80px 0 70px;
  }
}
@media (max-width: 767px) {
  .interview {
    padding: 50px 0;
  }
}
.interview__en {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #56af79;
  line-height: 1;
}
@media (min-width: 768px) {
  .interview__en {
    font-size: 109px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .interview__en {
    font-size: 7.98vw;
  }
}
@media (max-width: 767px) {
  .interview__en {
    font-size: 60px;
  }
}
.interview__en.is-active {
  --x: 0;
}
.interview__en .char {
  overflow: hidden;
}
.interview__en .char-text {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}
.interview__ja {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 54px;
}
@media (min-width: 768px) and (max-width: 1365px) {
  .interview__ja {
    font-size: 1.9vw;
  }
}
.interview__ja.is-active {
  --x: 0;
}
.interview__ja .char {
  overflow: hidden;
}
.interview__ja .char-text {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}
@media (min-width: 768px) {
  .interview__body {
    max-width: 1040px;
    padding: 0 20px;
  }
}
.interview__items {
  list-style: none;
}
@media (min-width: 768px) {
  .interview__items {
    display: flex;
    gap: 60px 40px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .interview__items {
    gap: 4.39vw 2.93vw;
  }
}
@media (min-width: 768px) {
  .interview__item {
    display: flex;
    flex-direction: column;
    width: calc(33.3333333333% - 40px);
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .interview__item {
    width: calc(33.3333333333% - 2.93vw);
  }
}
@media (max-width: 767px) {
  .interview__item + .interview__item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #56af79;
  }
}
@media (max-width: 767px) {
  .interview__img {
    width: 24vw;
  }
}
.interview__img img {
  object-fit: cover;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .interview__img img {
    width: 300px;
    max-width: 100%;
    height: 250px;
  }
}
@media (max-width: 767px) {
  .interview__img img {
    width: 24vw;
    height: 20vw;
  }
}
@media (min-width: 768px) {
  .interview__content {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .interview__content {
    flex: 1;
    margin-left: 10px;
  }
}
.interview__date {
  color: #56af79;
  line-height: 33px;
  letter-spacing: 0.06rem;
}
.interview__subtitle {
  line-height: 28px;
}
@media (min-width: 768px) {
  .interview__subtitle {
    flex-grow: 1;
  }
}
.interview__anc {
  position: relative;
  background-color: #56af79;
  color: #fff;
  border: 2px solid transparent;
}
@media (min-width: 768px) {
  .interview__anc {
    border-radius: 10px;
    padding: 5px 20px;
  }
}
@media (max-width: 767px) {
  .interview__anc {
    border-radius: 5px;
    padding: 10px 15px;
  }
}
.interview__anc::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.interview__anc:hover {
  background-color: #fff;
  color: #56af79;
  border-color: #56af79;
  opacity: 1;
}
.interview__anc:hover::after {
  border-color: #56af79;
}
.interview__btn {
  position: relative;
  background-color: #fff;
  color: #56af79;
  border: 2px solid #56af79;
  border-radius: 100px;
  width: 240px;
  height: 70px;
}
.interview__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 8px;
  background: #56af79;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.interview__btn:hover {
  background-color: #56af79;
  color: #fff;
  opacity: 1;
}
.interview__btn:hover::after {
  background: #fff;
}

.news {
  background-color: #f4f4f4;
}
@media (min-width: 768px) {
  .news {
    padding: 130px 0 70px;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  .news__wrapper {
    max-width: 1075px;
    padding: 0 20px;
  }
}
.news__head {
  color: #ff4627;
  line-height: 1;
}
@media (min-width: 768px) {
  .news__head {
    font-size: 109px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .news__head {
    font-size: 7.98vw;
  }
}
@media (max-width: 767px) {
  .news__head {
    font-size: 60px;
  }
}
.news__en {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news__en.is-active {
  --x: 0;
}
.news__en .char {
  overflow: hidden;
}
.news__en .char-text {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}
.news__items {
  list-style: none;
  border-top: 1px solid #3e3e3e;
  border-bottom: 1px solid #3e3e3e;
}
.news__item {
  line-height: 28px;
}
@media (min-width: 768px) {
  .news__item {
    padding: 25px 30px;
  }
}
@media (max-width: 767px) {
  .news__item {
    padding: 20px 15px 30px;
  }
}
.news__item + .news__item {
  border-top: 1px solid #3e3e3e;
}
.news__link {
  color: #ff4627;
  border-bottom: 1px solid #ff4627;
}
@media (min-width: 768px) {
  .news__link {
    margin-left: 45px;
  }
}
.news__btn {
  position: relative;
  background-color: #ff4627;
  color: #fff;
  border: 2px solid transparent;
  border-radius: 100px;
  width: 240px;
  height: 70px;
}
.news__btn:hover {
  background-color: #fff;
  color: #ff4627;
  border-color: #ff4627;
  opacity: 1;
}
.news__btn:hover::after {
  background: #ff4627;
}
.news__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 8px;
  background: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}/*# sourceMappingURL=top.css.map */