/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_top {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.p_top::after {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100vh;
  background: url(../images/common/bg_02.png) no-repeat center;
  background-size: cover;
  z-index: -1;
}

.p_top .c_ttl01 {
  margin-bottom: 20px;
}

.p_top .c_banner01 .js_bg {
  margin-right: -0.6em;
}

.p_top .c_txt {
  margin-bottom: 10px;
}

.p_top .c_txt:first-child {
  margin-bottom: 0;
}

.p_top .c_txt_35_55 {
  margin-bottom: 10px;
}

.p_top01 {
  position: relative;
  margin: 0 20px;
  z-index: 1;
}

.p_top01 .c_scroll {
  position: absolute;
  top: 100px;
  right: 5px;
  z-index: 1;
}

.p_top02 {
  position: relative;
  padding: 40px 0;
  z-index: 3;
}

.p_top02 .c_slider01 {
  margin-top: 40px;
}

.p_top02 .c_slider01__txt {
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8)) no-repeat bottom left;
  background-size: 100% 50%;
}

.p_top02 .c_btn02 {
  margin-top: 15px;
}

.p_top03 {
  position: relative;
  padding: 40px 0;
  z-index: 3;
}

.p_top03__inner {
  display: flex;
  flex-wrap: wrap;
}

.p_top03__inner__item {
  width: 100%;
}

.p_top03__inner .c_slider02 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 0;
}

.p_top03__txt {
  position: relative;
  z-index: 2;
}

.p_top03 .c_slider02 {
  position: relative;
  z-index: 1;
}

.p_top04 {
  position: relative;
  padding: 0 20px;
  z-index: 3;
}

.p_top04__inner {
  position: relative;
  padding: 40px 20px 0px 20px;
  z-index: 1;
}

.p_top04__inner::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 150%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.p_top04__content {
  position: relative;
}

.p_top04__content .img_2 {
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 40%;
  z-index: 2;
  max-width: 302px;
  overflow: hidden;
  border-radius: 10px;
}

.p_top04__flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.p_top04__flex__item {
  width: 100%;
  margin-bottom: 40px;
}

.p_top04__flex__item .img_1 {
  width: 60%;
  max-width: 463px;
  overflow: hidden;
  border-radius: 10px;
}

.p_top04__btn {
  display: grid;
  padding: 40px 0;
  grid-gap: 20px;
  grid-template-columns: 1fr;
}

.p_top05 {
  position: relative;
  padding: 40px 0 0 0;
  z-index: 3;
}

.p_top05 .c_link {
  margin-bottom: 20px;
}

.p_top05 .img01 {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 10px;
}

.p_top05 .img01 img {
  height: 48vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
}

.p_top_mvv {
  margin-top: 60px;
}

.p_top_mvv .c_ttl01 {
  padding-bottom: 0;
  margin-bottom: 4px;
}

.p_top_mvv .c_ttl01__jp {
  color: #0045c8;
  font-size: 5.4vw;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  text-align: center;
}

.p_top_mvv .c_ttl01__jp.sub {
  font-size: 4.4vw;
}

.p_top_mvv .c_ttl01::after {
  display: none;
}

.p_top_mvv .c_btn02 {
  margin-top: 24px;
}


@media screen and (min-width: 769px) {
  .p_top .c_ttl01 {
    margin-bottom: 34px;
  }

  .p_top .c_txt {
    margin-bottom: 33px;
  }

  .p_top .c_txt_35_55 {
    margin-bottom: 16px;
  }

  .p_top .c_mv01 .txt_1 {
    font-size: 1.5rem;
  }

  .p_top01 {
    margin: 0 40px;
  }

  .p_top01 .c_scroll {
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
  }

  .p_top02 {
    padding: clamp(6.25rem, 12.26vw + 0.37rem, 12.63rem) 0 0 0;
  }

  .p_top02 .c_slider01 {
    margin-top: clamp(3.75rem, 5.77vw + 0.98rem, 6.75rem);
  }

  .p_top02__inner .c_btn02 {
    margin-top: 30px;
  }

  .p_top03 {
    padding: clamp(5rem, 5.29vw + 2.46rem, 7.75rem) 0 0 0;
  }

  .p_top03__inner {
    margin-bottom: clamp(3.75rem, 2.4vw + 2.6rem, 5rem);
  }

  .p_top03__inner .c_slider02 {
    padding: 0 30px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .p_top03__txt {
    padding-right: clamp(2.5rem, 4.81vw + 0.19rem, 5rem);
  }

  .p_top03__slider {
    margin-top: 50px;
  }

  .p_top03 .c_slider02 {
    margin-left: 24px;
  }

  .p_top04 {
    padding: clamp(5rem, 4.69vw + 2.75rem, 7.44rem) 40px 0 40px;
  }

  .p_top04__inner {
    padding: clamp(3.75rem, 5.89vw + 0.92rem, 6.81rem) 40px 0 40px;
    max-width: 1160px;
  }

  .p_top04__btn {
    padding: clamp(3.75rem, 4.69vw + 1.5rem, 6.19rem) 0;
    grid-gap: 40px;
    max-width: 926px;
    margin: 0 auto;
  }

  .p_top05 {
    padding: clamp(5rem, 8.65vw + 0.85rem, 9.5rem) 0 0 0;
  }

  .p_top05 .pc {
    display: none;
  }

  .p_top05 .sp {
    display: block;
  }

  .p_top05 .c_gird {
    grid-template-columns: 1fr;
  }

  .p_top05 .img01 img {
    height: 48vw;
  }

  .p_top_mvv {
    margin-top: 90px;
  }

  .p_top_mvv .c_ttl01 {
    padding-bottom: 0;
    margin-bottom: 4px;
  }

  .p_top_mvv .c_ttl01__jp {
    font-size: clamp(1.6rem, calc(100vw / 1440 * 78), 4.5rem);
  }

  .p_top_mvv .c_ttl01__jp.sub {
    font-size: clamp(1.2rem, calc(100vw / 1440 * 48), 2.8rem);
  }

  .p_top_mvv .c_ttl01::after {}

  .p_top_mvv .c_btn02 {
    margin-top: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .p_top02__txt {
    padding-left: 40px;
    margin-top: -6px;
    width: 570px;
  }

  .p_top02__inner {
    position: relative;
  }

  .p_top02__inner .c_btn02 {
    position: absolute;
    bottom: 12px;
    left: 40px;
  }

  .p_top02__content {
    display: flex;
    justify-content: space-between;
  }

  .p_top03__inner__item {
    width: 50%;
  }

  .p_top03__slider {
    display: flex;
    padding-left: 0;
    min-height: 760px;
    align-items: flex-end;
  }

  .p_top03 .c_slider02 {
    margin-left: 12px;
  }

  .p_top04 .c_ttl01 {
    margin-bottom: 30px;
  }

  .p_top04 .c_txt_35_55 {
    margin-bottom: 20px;
  }

  .p_top04 .c_txt {
    max-width: 448px;
  }

  .p_top04__content .img_2 {
    right: -31.55%;
    bottom: -43px;
  }

  .p_top04__flex {
    flex-direction: unset;
  }

  .p_top04__flex__item {
    width: 48%;
    margin-bottom: 0px;
  }

  .p_top04__flex__item .img_1 {
    width: 100%;
    margin-left: -60px;
    margin-top: -7px;
  }

  .p_top04__btn {
    grid-template-columns: 1fr 1fr;
  }

  .p_top05 .c_ttl01 {
    margin-bottom: 38px;
  }

  .p_top05 .c_txt {
    margin-bottom: 35px;
    max-width: 440px;
  }

  .p_top05 .c_txt_35_55 {
    margin-bottom: 32px;
  }

  .p_top05 .sp {
    display: none;
  }

  .p_top05 .pc {
    display: block;
  }

  .p_top05 .c_gird {
    grid-template-columns: 1fr 1fr;
  }

  .p_top05 .c_link {
    margin-bottom: 42px;
    max-width: 440px;
  }

  .p_top05 .img01 {
    max-width: 540px;
    margin-bottom: 0;
    margin-top: -32px;
    padding-left: 30px;
  }

  .p_top05 .img01 img {
    height: auto;
  }
}

@media screen and (min-width: 1440px) {
  .p_top01 {
    margin: 0 60px;
  }

  .p_top01 .c_scroll {
    right: -35px;
  }

  .p_top04__flex__item .img_1 {
    margin-left: -110px;
    margin-top: -7px;
  }
}

/*# sourceMappingURL=top.css.map */
