.mv {
  position: relative;
  z-index: 0;
}

.mv:after {
  content: '';
  width: 100vw;
  height: 91.67vw;
  background: url(../images/index/bg-mv01.jpg) no-repeat bottom left/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.mv h1 {
  width: 15vw;
  position: absolute;
  top: 5.67vw;
  left: 10vw;
}

.mv .inner {
  width: 25vw;
  margin: 0 13.67vw 33vw auto;
  padding-top: 6.42vw;
}

.mv .inner .catch {
  display: block;
  width: 100%;
  margin-bottom: 1.9vw;
}

.mv .inner p {
  font-size: 1.25vw;
  line-height: 2;
}

.mv-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: .8s;
  visibility: hidden;
}

.mv-fade.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.vision {
  position: relative;
  z-index: 0;
  padding: 250px 0 0 0;
}

.vision h2,
.vision h3 {
  padding-bottom: 56px;
  background: url(../images/index/arrow01.png) no-repeat bottom center/16px;
  margin-bottom: 40px;
}

.vision h3 {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  margin-top: 120px;
}

.vision p {
  margin: 0 auto;
  font-size: 15px;
  line-height: 2;
  font-weight: 400;
  line-height: 2.17;
  letter-spacing: 0.1em;
}

.vision p strong {
  color: #0076f4;
  font-weight: 700;
}

.vision .dr01 {
  width: 1350px;
  position: absolute;
  top: 3rem;
    left: 0;
    right: 0;
    margin: auto;
  z-index: -1;
}

.vision .img01 {
  width: 100%;
  height: 44.17vw;
  background: url(../images/index/bg-vision01.png) no-repeat top center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.vision .item01 {
  display: block;
  width: 100%;
}

.vision-list {
  display: flex; flex-wrap: wrap; justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
}

.vision-list__item {
  height: 200px;
  background: #4F4F4F;
  clip-path: polygon(22% 0, 100% 0%, 78% 100%, 0% 100%);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.vision-list__item p {
  color: #FFF;
  text-align: center !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px; padding-right: 1rem;
}

.vision-list__item:nth-child(1),.vision-list__item:nth-child(4) {
  width: calc(33.3333333333% + 32px);
  margin: 0 -32px 1rem 0;
}

.vision-list__item:nth-child(2),.vision-list__item:nth-child(5) {
  width: calc(33.3333333333% + 32px);
  margin: 0 -16px 1rem;
}

.vision-list__item:nth-child(3),.vision-list__item:nth-child(6) {
  width: calc(33.3333333333% + 32px);
  margin: 0 0 1rem -32px;
}

.entry.skew {
  padding-bottom: 13vw;
}

.entry+.item02 {
  display: block;
  width: 100%;
}

.conditions {
  background: #000000;
  padding: 50px 53px 40px;
  margin-top: -28vw;
  box-shadow: 3px 3px 9px 0px rgba(0, 0, 0, .5);
  position: relative;
  z-index: 2;
}

.conditions:after {}

.conditions dl {
  background: #232323;
  padding: 30px 0 25px;
  margin-bottom: 30px;
}

.conditions dl dt {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 26px;
  background: url(../images/index/arrow01.png) no-repeat bottom center/16px;
  margin-bottom: 15px;
}

.conditions dl dd {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
.conditions dl dd + dd{ margin-top: .8rem;}
.conditions dl dd:before{ content: "・"; margin-right: .5rem;}
.conditions dl dd span{ border-bottom:#CC3A33 1px outset; padding-bottom:.2rem;}

.conditions table {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 5px;
}

.conditions table th span {
  width: 88px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #CC3A33;
  position: relative;
}

.conditions table th span:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5px 0 11.5px 11px;
  border-color: transparent transparent transparent #CC3A33;
  position: absolute;
  top: 0;
  right: -11px;
}

.conditions table th {
  padding-right: 16px;
}

.schedule {
  padding-top: 160px;
  margin-bottom: 144px;
}

.schedule .item01 {
  max-width: 100vw;
  width: 100vw;
  position: absolute;
  top: -67px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.schedule h2 {
  margin-bottom: 20px;
}

.schedule h2+p {
  text-align: center;
  line-height: 2;
  margin-bottom: 40px;
}

.schedule h2+p:before {
  content: '開催時間';
  border: solid 1px;
  padding: 0 .5em;
  display: inline-block;
  margin-bottom: .5rem;}

.schedule h3 {
  border-left: solid 13px;
  color: #CC3A33;
  line-height: 1;
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
}

.schedule h3 .border {
  height: 1px;
  background: #CC3A33;
  position: absolute;
  top: 14px;
  right: 0;
  width: 540px !important;
}

.schedule h3 .border-long {
  height: 1px;
  background: #CC3A33;
  position: absolute;
  top: 14px;
  right: 0;
  width: 668px !important;
}

.schedule h3 span:not(.border) {
  font-size: 25px;
  font-weight: 700;
}

.schedule h3 small {
  display: block;
  font-size: 20px;
  margin-top: 1em; color: #FFF; line-height: 1.7;
}

.schedule h4 {
  background: #fff;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  padding: .35em 1.5em;
}

.schedule table {
  border: solid 1px;
  width: 100%;
}

.schedule table th {
  width: 170px;
  padding: 10px;
  border-bottom: solid 1px; font-size: 16px; vertical-align: middle;
}

.schedule table th span {
  display: block;
  background: #323232;
  text-align: center;
}
.schedule table th span + span{ margin-top: .5rem;}

.schedule table td {
  vertical-align: middle;
  padding: 10px;
  border-bottom: solid 1px; font-size: 16px;
}

.schedule table+h3 {
  margin-top: 50px;
}

.curriculum {
  padding-bottom: 150px;
}

.curriculum .item03 {
  width: 100vw;
  max-width: 100vw;
  position: absolute;
  bottom: 500px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.curriculum:after {
  content: '';
  width: 100vw;
  height: 500px;
  background: #282828;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.curriculum h2 {
  margin-bottom: 34px;
}

.curriculum ol {
  width: 650px;
  margin: 0 auto;
  counter-reset: curri;
  position: relative;
}

.curriculum ol:before {
  content: '';
  width: 5px;
  height: calc(100% - 248px);
  background: #CC3A33;
  position: absolute;
  top: 50%;
  left: 95px;
  transform: translateY(-50%);
  z-index: 1;
}

.curriculum ol li {
  background: #fff;
  padding: 20px 23px 30px 175px;
  position: relative;
}

.curriculum ol li:before {
  counter-increment: curri;
  content: counter(curri, decimal-leading-zero);
  font-size: 50px;
  font-weight: 300;
  background: url(../images/index/curriculum-item01.png) no-repeat center/contain;
  width: 154px;
  height: 106px;
  position: absolute;
  top: 8px;
  left: 10px;
  /*transform: translateY(-50%);*/
  line-height: 1;
  box-sizing: border-box;
  padding: 24px 0 0 52px;
  z-index: 2;
}

.curriculum ol li:first-child:before {
  top: 8px;
}

.curriculum ol li:nth-child(2):before {
  top: 8px;
}

.curriculum ol li+li {
  margin-top: 10px;
}

.curriculum ol li h3 {
  font-size: 17px;
  color: #000;
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: .3em;
  margin-bottom: .8em;
}

.curriculum ol li span {
  display: block;
  color: #000;
  font-size: 13px;
}

.curriculum ol li span:before {
  content: '期間';
  color: #fff;
  background: #000;
  padding: 0 .5em .1em;
  margin-right: .6em;
}

.curriculum ol li strong {
  color: #000;
  border-bottom: solid 1px #d9d9d9;
  font-size: 14px;
}

.curriculum ol li strong:before {
  content: '\0bb';
  color: #000;
  /*padding: 0 .5em .1em;*/
  font-size: 14px;
}

.curriculum ol li p {
  color: black;
  font-size: 12px;
  padding: 0 .5em .5em;
}

.voice {
  position: relative;
  z-index: 0;
  margin-bottom: 100px;
}

.voice:before {
  content: '';
  width: 100vw;
  height: 200px;
  background: #282828;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.voice h2 {
  margin-bottom: 40px;
}

.voice .voice-list {
  display: flex;
  margin-bottom: 50px;
}

.voice .voice-list li {
  width: 100%;
  cursor: pointer;
  position: relative;
}

.voice .voice-list li:before {
  content: '';
  width: 60px;
  height: 60px;
  background: url(../images/index/play-on.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
  opacity: 0;
}

.voice .voice-list li:after {
  content: '';
  width: 60px;
  height: 60px;
  background: url(../images/index/play-off.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
}

.voice .voice-list li:hover:before {
  opacity: 1;
}

.voice .voice-list li:hover:after {
  opacity: 0;
}

.voice .voice-list li img {
  display: block;
  width: 100%;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, .85);
  width: 100%;
  height: 100%;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

.video-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.video-wrap.active {
  opacity: 1;
  visibility: visible;
}

.video-wrap .video {
  width: 600px;
  margin: 0 auto;
}

.video-wrap .video iframe {
  display: block;
  width: 100%;
  height: 350px;
}

.video-wrap .cross {
  width: 25px;
  height: 25px;
  background: url(../images/index/cross01.png) no-repeat center/contain;
  display: block;
  margin-left: auto;
  cursor: pointer;
}

.teacher {
  /*padding: 150px 0 60px;*/
  padding: 150px 0 350px;
  position: relative;
  background: #282828 url(../images/index/teacher-bg.jpg) no-repeat center bottom / 100% auto;
}

.teacher .bg01 {
  height: 858px;
  width: 100%;
  background: url(../images/index/bg-teacher01.jpg) no-repeat top center/cover;
  position: absolute;
  top: 0;
  left: 0;
}

.teacher .bg01 img {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.teacher small{ margin-bottom: .5rem; display: block; }
.teacher h2 {
  margin-bottom: 45px;
}

.teacher-slide {
  margin-bottom: 110px;
  width: 100%;
}

.teacher-slide li {
  padding-bottom: 55px;
}

.teacher-slide .inner {
  background: #000;
  padding: 50px 0 50px 50px;
  min-height: auto;
  position: relative;
}

.teacher-slide .inner img {
  width: 280px;
  position: absolute;
    top:0;
  bottom: 0;
  left: 50px; margin: auto;
}

.teacher-slide .content {
  width: 430px;
  margin-left: auto;
}

.teacher-slide .content h3 {
  font-size: 35px;
  font-weight: 700;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 26px;
  background-repeat: no-repeat;
  background-size: 326px;
  background-position: bottom left 20px;
}

.teacher-slide .content h3.name01 {
  background-image: url(../images/index/name-en02.png);
}

.teacher-slide .content h3.name02 {
  background-image: url(../images/index/name-en01.png);
}

.teacher-slide .content h3.name03 {
  background-image: url(../images/index/name-en03.png);
}

.teacher-slide .content h3.name04 {
  background-image: url(../images/index/name-en04.png);
}

.teacher-slide .content h3.name05 {
  background-image: url(../images/index/name-en05.png);
}

.teacher-slide .content h3.name06 {
  background-image: url(../images/index/name-en06.png);
}

.teacher-slide .content h3.name07 {
  background-image: url(../images/index/name-en07.png);
}

.teacher-slide .content h3.name08 {
  background-image: url(../images/index/name-en08.png);
}

.teacher-slide .content h3.name09 {
  background-image: url(../images/index/name-en09.png);
}

.teacher-slide .content h3.name10 {
  background-image: url("../images/index/name-en10.png");
}

.teacher-slide .content h3.name11 {
  background-image: url("../images/index/name-en_new12.png");
}

.teacher-slide .content h3.name12 {
  background-image: url(../images/index/name-en09.png);
}

.teacher-slide .content h3.name13 {
  background-image: url(../images/index/name-en10.png);
}

.teacher-slide .content h3.name14 {
  background-image: url(../images/index/name-en11.png);
}
.teacher-slide .content h3.name15 {
  background-image: url(../images/index/name-en12.png);
}
.teacher-slide .content h3.name16 {
  background-image: url(../images/index/name-en13.png);
}

.teacher-slide .content h3:before {
  content: '';
  width: 70px;
  height: 3px;
  background: #CC3A33;
  position: absolute;
  top: 0;
  left: 0;
}

.teacher-slide .content h4 {
  font-weight: 700;
  border: solid 1px;
  display: table;
  padding: .1em .8em;
  margin-bottom: 1em;
}
.teacher-slide .content p{ font-size: 13px; letter-spacing: 1px;}

.teacher-slide .slick-arrow {
  width: 55px;
  height: 55px;
  background: #CC3A33;
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 10;
  transition: .3s;
}

.teacher-slide .slick-arrow:hover {
  opacity: .7;
}

.teacher-slide .slick-arrow.slick-prev {
  bottom: 0;
}

.teacher-slide .slick-arrow.slick-prev:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 12px 4px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.teacher-slide .slick-arrow.slick-next {
  bottom: 56px;
}

.teacher-slide .slick-arrow.slick-next:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 12px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.teacher-slide .slick-counter {
  position: absolute;
  bottom: 0;
  right: 75px;
}

.teacher-slide .slick-counter {
  font-size: 20px;
}

.teacher-slide .slick-counter span:before {
  content: '0';
}

/*.teacher-nav{ margin-bottom: 140px; }*/
.teacher-nav {
  margin-bottom: 0px;
}

.teacher-nav ul {
  display: flex;
  flex-wrap: wrap;
}

.teacher-nav ul li {
  width: 25%;
  cursor: pointer;
  transition: .3s;
  filter: grayscale(100);
}

_:-ms-lang(x)::-ms-backdrop,
.teacher-nav ul li {
  opacity: .3;
}

.teacher-nav ul li.slick-active,
.teacher-nav ul li:hover {
  filter: grayscale(0);
}

_:-ms-lang(x)::-ms-backdrop,
.teacher-nav ul li.slick-active,
.teacher-nav ul li:hover {
  opacity: 1;
}

.teacher-nav ul li:nth-of-type(n+5) {
  margin-top: 50px;
}

.teacher-nav ul li img {
  display: block;
  width: 170px;
  margin: 0 auto;
}

.teacher-nav+h3 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 26px;
  background: url(../images/index/arrow01.png) no-repeat center bottom/16px;
  margin-bottom: 23px;
}

/* ----- .teacher-priceここから ----- */

.teacher-price {
  position: relative;
  z-index: 0;
  margin: 80px auto 0 auto;
  width: 800px;
  height: 402px;
}

.teacher-price__rayer01 {
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  width: 800px;
  height: 600px;
  background: #fff;
  transform: skewX(-15deg);
}

.teacher-price__rayer02 {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 12px;
  width: 800px;
  height: 600px;
  background: transparent;
  transform: skewX(-15deg);
  box-shadow: inset 0 0 0 2px #EC252D;
}

.teacher-price__rayer03 {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 800px;
  height: 600px;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
}
.teacher-price__rayer03 h4{ font-weight: bold; color: #000; border: #CC3A33 1px solid; padding: 3px 8px; margin: 2.5rem 0 1rem; }
.teacher-price__rayer03 .text{ color: #000; font-size: 14px;}

.teacher-price__title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}

.teacher-price__title .en {
  color: #CC3A33;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05em;
}

.teacher-price__title .ja {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.teacher-price-numbox {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.teacher-price-numbox__inner {
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.teacher-price-numbox__inner .large {
  color: #000;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.teacher-price-numbox__inner .middle {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.14em;
}

.teacher-price-numbox__inner .small {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.teacher-price__p {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.1em;
}

/* ----- .teacher-priceここまで ----- */

.thanks-list {
  justify-content: center;
}

.thanks-list ul {
  margin: 0 15px;
}

.thanks-list ul li {
  font-size: 13px;
  line-height: 2.2;
}



/*Modal Box*/


.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  /*background-color: #151515;*/
  margin: auto;
  padding: 35px 50px;
  /*border: 1px solid #888;*/
  width: 80%;
  background: #323232;
}

.modal-btn {
  background: #CC3A33;
  font-weight: bold;
  padding: 10px 15px;
  margin-top: 2em;
}

.modal-content h3 {
  font-weight: 700;
  border: solid 1px;
  display: table;
  padding: .1em .8em;
  color: #fff;
  margin-bottom: 2em;
}

.modal-content p {
  color: #fff;
  line-height: 2vw;
  font-size: 12px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.popup_modal_box {
  display: flex;
  width: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
}
.modal_box_image{ width: 250px;}

.modal_box_content {
  width: 50%;
}

.kakitokubetsukouza {

  background: #fff;
  padding: 30px;
  position: relative;
  margin: 24px 0px 25px 0px;
  color: #000;
}

.curriculum ol h3.h3-2 {
  font-size: 20px;
  color: #000;
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: .3em;
  margin-bottom: .8em;
}

.curriculum ol strong {
  color: #000;
  border-bottom: solid 1px #d9d9d9;
  font-size: 16px;

}

/*.curriculum ol strong:before {
  content: '\0bb';
  color: #000;
  font-size: 14px;
}*/

.curriculum ol p.carricu {
  font-size: 12px;
  color: #000;
  margin-top: .5rem;
}

/* ==================================================
l-guideline
================================================== */

.l-guideline {
  padding: 150px 0;
  background-image: url(../images/common/bg-earth.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.l-guideline__inner {
  width: 800px;
  margin: 0 auto;
}

.l-guideline__title {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 3.5px;
  margin-bottom: 48px;
}

.l-guideline-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 26px 0;
}

.l-guideline-list__item {
  position: relative;
  background: #fff;
  padding: 24px 24px 24px 124px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 2.33;
  letter-spacing: 0.05em;
}

.l-guideline-list__num {
  position: absolute;
  top: -4px;
  left: 0;
  width: 108px;
  height: calc(100% + 5px);
  background: url(../images/index/l-guideline-list-num.png) no-repeat center center / auto 100%;
  color: #FFF;
  font-size: 56px;
  font-style: italic;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 2.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 36px;
}

.video-box {
  width: 100%;
  margin: 120px auto 0 auto;
}

.video-box video {
  width: 100%;
  height: auto;
  display: block;
}

.kv {
  position: relative;
  width: 100%;
  height: 875px;
  overflow: hidden;
}

.kv__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  transform: translate(-50%, -50%) scale(0.5);
  z-index: 0;
}

.kv__bg {
  position: absolute;
  z-index: 1;
  top: -2px;
  left: 0;
  width: 100%;
  height: 877px;
  overflow: hidden;
}

.kv__bg img {
  width: 100%;
  height: 877px;
  object-fit: cover;
  object-position: center;
}

.kv__content {
  position: absolute;
  z-index: 2;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  width: 800px;
  padding: 0 0 0 200px;
}

.kv__logo {
  margin-bottom: 24px;
}

.kv__catch {
  color: #FFF;
  font-size: 106px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}

.kv__catch .small {
  font-size: 70px;
}

.kv__catch .shadow {
  text-shadow: 0 0 60px rgba(255, 77, 0, 0.25), 0 0 60px #F00;
}

.kv__p {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.83;
  letter-spacing: 0.75px;
}

.follow-up{ background: #FFF; padding: 2.5rem; margin: 3rem 0;}
.follow-up h3{ font-size: 1.2rem;}
.follow-up p{ color: #000; font-size: 15px; }
.follow-up p + p{ margin-top: 1rem;}
    

