/* TOP  */
/* ======================================================== */
/* MAIN VISUAL */
.c-mainvisual {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 20px 60px;
  align-items: flex-end;
}

.c-mainvisual-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-mainvisual-text {
  position: relative;
  z-index: 2;
  max-width: 102px;
}
.c-mainvisual-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to top, #00091e 0%, rgba(1, 3, 10, 0) 45%);
}
.c-mainvisual-img .c-mainvisual__slider {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1px;
  min-height: 1px;
  width: 100%;
  height: 100%;
}
.c-mainvisual-img .img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .c-mainvisual {
    padding-top: 100px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .c-mainvisual {
    padding-top: 70px;
  }
}
/* =========================================== */
/* BLOCK 1 */
.p-top .block1 {
  padding-top: 120px;
  padding-bottom: 116px;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}
.p-top .block1-bottom {
  padding-top: 132px;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.p-top .block1-title {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 55px;
}
.p-top .block1-bottom .c-text-main {
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .p-top .block1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .p-top .block1-bottom {
    padding-top: 30px;
  }
  .p-top .block1-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .p-top .block1-bottom .c-text-main {
    line-height: 1.6;
  }
}
/* END BLOCK 1 */
/* =========================================== */
.p-top .block-parallax {
  height: 560px;
  position: relative;
}
.p-top .block-parallax::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(
    to top,
    rgba(0, 9, 30, 0.5),
    rgba(1, 3, 10, 0)
  );
}
@media screen and (max-width: 1024px) {
  .p-top .block-parallax {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .block-parallax {
    height: 250px;
  }
}
/* =========================================== */
/* BLOCK 2 */
.p-top .block2 {
  padding-top: 64px;
  padding-bottom: 130px;
  background-image: url(./../images/top/bg1.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}
.p-top .block2 .c-title1 {
  margin-bottom: 60px;
}
.p-top .block2__list {
  margin-top: 135px;
}
.p-top .block2__list-item + .block2__list-item {
  margin-top: 64px;
}
.p-top .block2__list .c-subtitle {
  padding: 0 18px;
  margin-bottom: 18px;
}
.p-top .block2__list-content {
  background-color: rgba(6, 19, 36, 0.1);
  padding: 62px 80px 50px 62px;
}
.p-top .block2 .c-section1__img {
  width: 43%;
}
.p-top .block2 .c-section1__text {
  padding-left: 68px;
}
.p-top .block2 .c-list1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .p-top .block2 .c-section1__img {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-top .block2 .c-section1__text {
    padding-left: 0;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
  }
  .p-top .block2 .c-section1__text .c-btn1 {
    align-self: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top .block2 {
    padding-bottom: 70px;
  }
  .p-top .block2 .c-title1 {
    margin-bottom: 30px;
  }
  .p-top .block2__list {
    margin-top: 40px;
  }
  .p-top .block2__list-item + .block2__list-item {
    margin-top: 40px;
  }
  .p-top .block2__list .c-subtitle {
    padding: 0;
    gap: 0 10px;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .p-top .block2__list-content {
    padding: 40px 20px;
  }
  .p-top .block2 .c-section1__text {
    padding-top: 10px;
  }
  .p-top .block2 .c-list1 {
    margin-bottom: 20px;
  }
}

/* END BLOCK 2 */
/* =========================================== */
/* BLOCK 3 */
.p-top .block3 {
  padding-top: 60px;
}
.p-top .block3 .c-title1 {
  margin-bottom: 60px;
}
.p-top .block3 .c-card1__list {
  margin-top: 48px;
  margin-bottom: 50px;
}
.p-top .block3 .c-list-imgs {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-top .block3 .c-title1 {
    margin-bottom: 20px;
  }
  .p-top .block3 .c-card1__list {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .p-top .block3 .c-list-imgs {
    margin-bottom: 20px;
  }
}
/* END BLOCK 3 */
/* =========================================== */
/* NEWS BLOCK */
.l-news {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 118px;
}
.l-news .l-heading-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.l-news .l-heading {
  margin-bottom: 66px;
}
.l-news .l-heading-item {
  display: flex;
  align-items: center;
}
.l-news .l-heading .c-btn3 {
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .l-news .l-heading-item {
    display: block;
  }
  .l-news .c-news-list {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-news {
    padding-top: 70px;
  }
  .l-news .l-heading {
    margin-bottom: 20px;
  }
  .l-news .c-news-list {
    margin-bottom: 10px;
  }
}
/* END NEWS BLOCK */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* END TOP  */
