/* TOP  */
/* ======================================================== */
/* MAIN VISUAL */
.c-mainvisual {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.c-mainvisual-text {
  flex: 1;
  padding-left: 98px;
  padding-bottom: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 20;
  color: #fff;
}
.c-mainvisual-text .sub-title {
  display: flex;
  align-items: center;
  gap: 18px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 4px;
}
.c-mainvisual-text .sub-title::after {
  content: "";
  background-color: currentColor;
  width: 100px;
  height: 1px;
  display: block;
}
.c-mainvisual-text .title {
  font-weight: 600;
  font-size: 82px;
  line-height: 114px;
  letter-spacing: 0;
}

.c-mainvisual-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-mainvisual-img::before {
  content: "";
  width: 650px;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 9;
  left: 0;
  clip-path: polygon(0 0, 100% 0%, 35% 100%, 0% 100%);
  opacity: 0.32;
  background-image: linear-gradient(to top, #1d429a, #054474);
}
.c-mainvisual-img::after {
  content: "";
  width: 860px;
  height: 100%;
  max-height: 964px;
  position: absolute;
  bottom: 0;
  z-index: 10;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  opacity: 0.9;
  background-image: linear-gradient(to top, #0d678a, #1d429a);
}
.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;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .c-mainvisual-text {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .c-mainvisual-text .title {
    font-size: 62px;
    line-height: 1.6;
  }
  .c-mainvisual-img::before {
    width: 60%;
  }
  .c-mainvisual-img::after {
    width: 80%;
    max-height: 870px;
  }
}
@media screen and (max-width: 767px) {
  .c-mainvisual-img::before {
    content: unset;
  }
  .c-mainvisual-img::after {
    width: 100%;
    height: 100%;
    max-height: unset;
    background-image: linear-gradient(
      45deg,
      rgba(29, 66, 154, 0.8) 0%,
      rgba(29, 66, 154, 0.5) 35%,
      rgba(29, 66, 154, 0) 80%,
      rgba(29, 66, 154, 0) 100%
    );
    clip-path: unset;
  }
  .c-mainvisual-text {
    padding: 0 20px 40px;
  }
  .c-mainvisual-text .sub-title {
    gap: 10px;
    font-size: 14px;
    margin-bottom: 12px;
  }
  .c-mainvisual-text .sub-title::after {
    width: 50px;
  }
  .c-mainvisual-text .title {
    font-size: 32px;
    line-height: 1.6;
  }
}
/* SCROLLDOWN */
.c-scrolldown {
  position: absolute;
  right: 44px;
  bottom: -12px;
  z-index: 100;
  font-weight: 400;
  font-size: 9px;
  letter-spacing: 0;
  color: #fff;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-scrolldown:hover {
  color: #fff;
}
.c-scrolldown-bar {
  width: 1px;
  height: 146px;
  position: relative;
  background-color: #eeeeee;
  margin-right: 8px;
}
.c-scrolldown-bar::after {
  content: "";
  width: 100%;
  background-color: #1d429a;
  position: absolute;
  left: 0;
  -webkit-animation: scrolldown 3s infinite ease-in-out;
  animation: scrolldown 3s infinite ease-in-out;
}
@-webkit-keyframes scrolldown {
  0% {
    top: 0;
    height: 0;
  }
  50% {
    bottom: 0;
    height: 100%;
  }
  100% {
    bottom: 0;
    height: 0;
  }
}
@keyframes scrolldown {
  0% {
    top: 0;
    height: 0;
  }
  50% {
    bottom: 0;
    height: 100%;
  }
  100% {
    bottom: 0;
    height: 0;
  }
}
@media screen and (max-width: 1024px) {
  .c-scrolldown {
    display: none;
  }
}
/* END SCROLLDOWN */
/* =========================================== */
.p-top .slider-continous-opposite {
  padding-top: 120px;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .p-top .slider-continous-opposite {
    padding-top: 60px;
    margin-bottom: 10px;
  }
}
/* =================== */
/* BLOCK 1 */
.p-top .block1 {
  padding-top: 94px;
}
.p-top .block1::after {
  background-image: url(./../images/top/bg1.png);
  height: 1280px;
  top: -100px;
}
.p-top .block1 .c-section1 {
  gap: 58px;
  margin-bottom: 68px;
}
.p-top .block1 .c-section1__img {
  width: 48%;
}
.p-top .block1 .c-section1__text {
  padding-top: 40px;
}
.p-top .block1 .c-section1 .c-title1 {
  margin-bottom: 36px;
}
@media screen and (max-width: 1024px) {
  .p-top .block1 .c-section1__text {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top .block1 {
    padding-top: 60px;
  }
  .p-top .block1::after {
    content: unset;
  }
  .p-top .block1 .c-section1 {
    gap: 30px 0;
    margin-bottom: 40px;
  }
  .p-top .block1 .c-section1 .c-title1 {
    margin-bottom: 20px;
  }
}
/* END BLOCK 1 */
/* =========================================== */
/* BLOCK 2 */
.p-top .block2 {
  padding-top: 151px;
}
.p-top .block2::after {
  background-image: url(./../images/top/bg2.png);
  height: 1280px;
  left: 60px;
  transform: translateY(0);
  top: 610px;
}
.p-top .block2 .c-title2 {
  margin-bottom: 74px;
}
.p-top .block2 .c-heading {
  margin-bottom: 86px;
}
.p-top .block2__list-item + .block2__list-item {
  margin-top: 120px;
}
.p-top .block2__list2 {
  margin-bottom: 80px;
}
.p-top .block2__list2 .c-section1 + .c-section1 {
  margin-top: 78px;
}
.p-top .block2 .c-section1 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  gap: 60px;
}
.p-top .block2 .c-section1__img {
  width: 42%;
}
.p-top .block2__title {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 42px;
  margin-bottom: 14px;
}
.p-top .block2__title .c-text-bg {
  font-size: 24px;
  padding: 3px 10px;
  margin-right: 6px;
}
.p-top .block2 .c-section1.--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .p-top .block2 .c-section1 {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .block2 {
    padding-top: 60px;
  }
  .p-top .block2::after {
    content: unset;
  }
  .p-top .block2 .c-title2 {
    margin-bottom: 30px;
  }
  .p-top .block2 .c-heading {
    margin-bottom: 40px;
  }
  .p-top .block2__list-item + .block2__list-item {
    margin-top: 60px;
  }
  .p-top .block2__list2 {
    margin-bottom: 40px;
  }
  .p-top .block2__list2 .c-section1 + .c-section1 {
    margin-top: 40px;
  }
  .p-top .block2 .c-section1 {
    gap: 30px;
  }
  .p-top .block2__title {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .p-top .block2__title .c-text-bg {
    font-size: 18px;
    padding: 2px 8px;
    margin-right: 4px;
  }
}
/* END BLOCK 2 */
/* =========================================== */
/* BLOCK 3 */
.p-top .block3 {
  padding-top: 118px;
}
.p-top .block3__content {
  padding-top: 80px;
}
.p-top .block3__content::after {
  background-image: url(./../images/top/bg3.png);
  height: 1280px;
  top: -336px;
}
.p-top .block3 .c-text-main2 {
  line-height: 34px;
}
.p-top .block3 .c-list1 {
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
  margin-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .p-top .block3 {
    padding-top: 60px;
  }
  .p-top .block3__content {
    padding-top: 40px;
  }
  .p-top .block3__content::after {
    content: unset;
  }
  .p-top .block3 .c-text-main2 {
    line-height: 1.6;
  }
  .p-top .block3 .c-list1 {
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
/* END BLOCK 3 */
/* =========================================== */
/* INSTAGRAM */
.p-top .block-ins {
  padding-top: 120px;
}
.p-top .block-ins .c-section1__text {
  padding-right: 45px;
  padding-top: 18px;
}
.p-top .block-ins .c-section1__img {
  width: 65.5%;
}
.p-top .block-ins__title {
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 22px;
}
.p-top .block-ins__title strong {
  display: block;
  font-size: 36px;
  letter-spacing: 0;
}
.p-top .block-ins__title small {
  font-weight: 600;
  font-size: 11px;
}
.p-top .block-ins__text {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 60px;
}
.p-top .block-ins .c-headernav__text {
  max-width: 350px;
  font-size: 18px;
}
.p-top .block-ins .c-headernav__text span {
  display: flex;
}
.p-top .block-ins .c-headernav__text span::before {
  background-image: url(./../images/common/ic-instagram-black.png);
  width: 17px;
  height: 17px;
  margin-right: 11px;
  margin-top: 5px;
}
.p-top .block-ins .c-headernav__text:hover span::before {
  background-image: url(./../images/common/ic-instagram-blue.png);
}
@media screen and (max-width: 1024px) {
  .p-top .block-ins-wrapper {
    text-align: center;
  }
  .p-top .block-ins .c-section1__text {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 60px;
  }
  .p-top .block-ins__text {
    margin-bottom: 30px;
  }
  .p-top .block-ins .c-headernav__text {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top .block-ins {
    padding-top: 60px;
  }
  .p-top .block-ins .c-section1__text {
    padding-bottom: 40px;
  }
  .p-top .block-ins__title {
    margin-bottom: 16px;
  }
  .p-top .block-ins__title strong {
    font-size: 26px;
  }
  .p-top .block-ins__title small {
    font-size: 11px;
  }
  .p-top .block-ins__text {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 12px;
  }
  .p-top .block-ins .c-headernav__text {
    justify-content: center;
  }
  .p-top .block-ins .c-headernav__text span::before {
    width: 15px;
    height: 15px;
    margin-right: 8px;
    margin-top: 4px;
  }
  .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item{
    width: 49%!important;
  }
}
/* END INSTAGRAM */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* END TOP  */
