/* TOP  */
/* ======================================================== */
/* MAIN VISUAL */
.c-mainvisual {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.c-mainvisual-text {
  flex: 1;
  padding-left: 120px;
  padding-bottom: 96px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 20;
  color: #fff;
}
.c-mainvisual-text .title {
  writing-mode: vertical-rl;
  margin-bottom: 80px;
}
.c-mainvisual-text .title strong {
  font-weight: 700;
  font-size: 48px;
  line-height: 84px;
  letter-spacing: 5px;
}
.c-mainvisual-text .title img {
  max-width: 68px;
  margin-top: 22px;
}
.c-mainvisual-text .title small {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  gap: 20px;
  margin-right: 26px;
}
.c-mainvisual-text .title small::before {
  content: "";
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.c-mainvisual-text .small-text {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 44px;
}
.c-mainvisual-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-mainvisual-img::before {
  content: "";
  background-image: url(./../images/top/mv-overlay.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
}
.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 .mv1 {
  background-image: url(./../images/top/mv1.jpg);
}
.c-mainvisual-img .mv2 {
  background-image: url(./../images/top/mv2.jpg);
}
.c-mainvisual-img .mv3 {
  background-image: url(./../images/top/mv3.jpg);
}
.c-mainvisual-img .mv4 {
  background-image: url(./../images/top/mv4.jpg);
}
.c-mainvisual-img .img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media screen and (min-width: 1025px) and (max-height: 1050px) {
  .c-mainvisual-text {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) and (max-height: 980px) {
  .c-mainvisual-text .title strong {
    font-size: 40px;
    line-height: 70px;
    letter-spacing: 2px;
  }
  .c-mainvisual-text .title small {
    font-size: 18px;
    gap: 15px;
    margin-right: 20px;
  }
  .c-mainvisual-text .title img {
    max-width: 55px;
    margin-top: 12px;
  }
  .c-mainvisual-text .small-text {
    font-size: 18px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1250px) {
  .c-mainvisual-text {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .c-mainvisual-text {
    padding-bottom: 50px;
  }
  .c-mainvisual-text .title {
    margin-bottom: 40px;
  }
  .c-mainvisual-text .small-text {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .c-mainvisual-text {
    padding: 0 20px 40px;
  }
  .c-mainvisual-text .title {
    margin-bottom: 25px;
  }
  .c-mainvisual-text .title strong {
    font-size: 26px;
    line-height: 1.6;
    letter-spacing: 0px;
  }
  .c-mainvisual-text .title small {
    font-size: 13px;
    gap: 10px;
    margin-right: 15px;
  }
  .c-mainvisual-text .title small::before {
    height: 45px;
  }
  .c-mainvisual-text .title img {
    max-width: 34px;
    margin-top: 12px;
  }
  .c-mainvisual-text .small-text {
    font-size: 13px;
  }
}
/* SCROLLDOWN */
.c-scrolldown {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 100;
  width: 100px;
  height: 100px;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.16));
}
.c-scrolldown img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .c-scrolldown {
    display: none;
  }
}
/* END SCROLLDOWN */
/* =========================================== */
/* BLOCK 1 */
.p-top .block1::after {
  background-image: url(./../images/top/bg1.png);
  top: 0;
  left: 0;
  width: 1920px;
  height: 1145px;
}
.p-top .block1 .slider-continous-opposite .c-imgwrapper {
  border-radius: 50px;
}
.p-top .block1 .slider-continous-opposite .c-imgwrapper.item-mt {
  margin-top: 40px;
}

.p-top .block1__wrapper {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.p-top .block1__title {
  position: absolute;
  top: 0;
  left: -160px;
  font-weight: 700;
  font-size: 120px;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0.1;
  writing-mode: vertical-lr;
  z-index: -1;
  white-space: nowrap;
}
.p-top .block1 .c-section1 {
  gap: 60px;
}
.p-top .block1 .c-section1__img {
  display: flex;
  align-items: flex-start;
  width: 54.5%;
  gap: 20px;
}
.p-top .block1 .c-section1__img img {
  width: calc((100% - 40px) / 3);
}
.p-top .block1 .c-section1__img img:nth-child(odd) {
  margin-top: 45px;
}
.p-top .block1 .c-section1__text {
  padding-top: 75px;
}
.p-top .block1 .c-subtitle {
  line-height: 58px;
}
.p-top .block1 .c-subtitle .c-text-bg {
  padding: 3px 6px;
}
@media screen and (max-width: 1600px) {
  .p-top .block1__title {
    left: -70px;
  }
}
@media screen and (max-width: 1300px) {
  .p-top .block1__title {
    left: -20px;
  }
  .p-top .block1 .c-section1__img {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top .block1__title {
    position: static;
    writing-mode: horizontal-tb;
  }
  .p-top .block1 .c-section1__img {
    padding-left: 0;
    position: relative;
    z-index: 1;
  }
  .p-top .block1 .c-section1__text {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top .block1::after {
    content: unset;
  }
  .p-top .block1 .slider-continous-opposite .c-imgwrapper {
    border-radius: 10px;
  }
  .p-top .block1__title {
    font-size: 50px;
  }
  .p-top .block1 .c-section1 {
    gap: 20px;
  }
  .p-top .block1 .c-section1__img {
    gap: 10px;
  }
  .p-top .block1 .c-section1__img img {
    width: calc((100% - 20px) / 3);
  }
  .p-top .block1 .c-section1__img img:nth-child(odd) {
    margin-top: 30px;
  }
  .p-top .block1 .c-subtitle {
    line-height: 1.6;
  }
}
/* END BLOCK 1 */
/* =========================================== */
/* BLOCK 2 */
.p-top .block2::after {
  background-image: url(./../images/top/bg2.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 1080px;
  top: 412px;
}
.p-top .block2 .c-heading {
  margin-bottom: 15px;
}
.p-top .block2 .c-heading__bg {
  height: 580px;
  border-radius: 50px;
}
.p-top .block2 .c-heading__wrapper {
  overflow: hidden;
}
.p-top .block2 .c-heading__wrapper::after {
  background-image: url(./../images/top/bg2.png);
  width: 1920px;
  height: 1080px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -178px;
}
.p-top .block2 .c-card2__list {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .p-top .block2 .c-heading__wrapper::after,
  .p-top .block2::after {
    content: unset;
  }
  .p-top .block2 .c-heading__bg {
    height: auto;
  }
  .p-top .block2 .c-card2__list {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .block2::after,
  .p-top .block2 .c-heading__wrapper::after {
    content: unset;
  }
  .p-top .block2 .c-heading__bg {
    border-radius: 10px;
  }
  .p-top .block1 .slider-continous-opposite .c-imgwrapper.item-mt {
    margin-top: 20px;
  }
  .p-top .block1 .c-subtitle .c-text-bg {
    padding: 0px 2px;
  }
}
/* END BLOCK 2 */
/* =========================================== */
/* BLOCK 3 */
.p-top .block3 {
  padding: 130px 0;
  position: relative;
  background-image: linear-gradient(to bottom, #1082fb, #052e5a);
}
.p-top .block3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./../images/top/1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-top .block3__wrapper {
  position: relative;
  z-index: 2;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 50px;
  padding: 68px 70px;
}
.p-top .block3 .c-section1 {
  gap: 60px;
  flex-wrap: wrap-reverse;
}
.p-top .block3 .c-section1__img {
  width: 44%;
  border-radius: 50px;
}
.p-top .block3 .c-section1__title {
  margin-bottom: 18px;
}
.p-top .block3 .c-section1 .c-text-main {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p-top .block3 .c-section1 {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .block3 {
    padding: 60px 0;
  }
  .p-top .block3::after {
    content: unset;
  }
  .p-top .block3__wrapper {
    padding: 40px 20px;
  }
  .p-top .block3__wrapper,
  .p-top .block3 .c-section1__img {
    border-radius: 20px;
  }
  .p-top .block3 .c-section1 {
    gap: 30px;
  }
  .p-top .block3 .c-section1__title {
    margin-bottom: 12px;
  }
  .p-top .block3 .c-section1 .c-text-main {
    margin-bottom: 10px;
  }
}
/* END BLOCK 3 */
/* =========================================== */
/* BLOCK NEWS */
.p-top .block-news {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.p-top .block-news .c-block-news {
  display: flex;
  gap: 40px;
}
.p-top .block-news .c-block-news .c-title2 {
  width: 200px;
  flex-shrink: 0;
  padding-top: 10px;
}
.p-top .block-news .c-block-news .c-title2:hover {
  opacity: 1;
}
.p-top .block-news .c-block-news .c-title2:hover small {
  color: #1082fb;
}
.p-top .block-news .c-block-news .c-news-list {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .p-top .block-news .c-block-news {
    gap: 20px;
  }
  .p-top .block-news .c-block-news .c-title2 {
    width: 110px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .block-news .c-block-news {
    flex-direction: column;
    justify-content: center;
  }
  .p-top .block-news .c-block-news .c-title2 {
    width: 100%;
    padding-top: 0;
  }
}
/* END BLOCK NEWS */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* END TOP  */
