/* default settings */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* CUSTOM STYLES */
/* =================================================================== */
.kv-section {
  padding-top: 2.875rem;
  width: 100%;
  position: relative;
}
@media (min-width: 751px) {
  .kv-section {
    padding: 0 0.125rem;
    padding-top: 3.125rem;
  }
}
.kv-section:before {
  content: "";
  width: 100%;
  height: 6.125rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url("/campus-hacks/assets/001/img/deco_kv_sp.png") no-repeat center top;
  background-size: 100% 100%;
  z-index: 2;
}
@media (min-width: 751px) {
  .kv-section:before {
    height: 6.75rem;
  }
}
.kv_img {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.kv_img img {
  width: 100%;
  height: auto;
  display: block;
}

.time-place-section {
  margin-top: 5.25rem;
}
.time-place_ttl img {
  width: 14.6875rem;
}
.time-place_detail {
  margin-top: 2.3125rem;
}
.time-place_detail img {
  width: 18.4375rem;
}
.time-place_thumb {
  margin: 5.0625rem auto 0;
  width: 18.4375rem;
}

.maps-container {
  position: relative;
  width: 18.4375rem;
  height: 10.5625rem;
}
.maps-container:before {
  content: "";
  width: 9.8125rem;
  height: 1.3125rem;
  background: url("/campus-hacks/assets/001/img/maps_txt_01.svg") no-repeat left center;
  background-size: auto 100%;
  position: absolute;
  bottom: calc(100% + 0.1875rem);
  left: 0;
}
.maps-container::after {
  content: "";
  width: 12.0625rem;
  height: 1.3125rem;
  background: url("/campus-hacks/assets/001/img/maps_txt_02.svg") no-repeat right center;
  background-size: auto 100%;
  position: absolute;
  top: calc(100% + 0.1875rem);
  right: 0;
}
.maps-container iframe {
  width: 100%;
  height: 100%;
}

.what-giri-section {
  margin-top: 6.0625rem;
}
.what-giri_ttl img {
  width: 16.875rem;
}
.what-giri_detail {
  margin-top: 1.5rem;
}
.what-giri_detail p {
  line-height: 1.75;
  letter-spacing: 0.02em;
}
.what-giri_thumb {
  margin: 1.5rem auto 0;
  width: 94%;
}
.what-giri_story {
  margin-top: 1.5rem;
  padding: 1.6875rem 0.625rem 1.3125rem;
  background-color: #D9D9D9;
  text-align: center;
}
.what-giri_story p {
  font-size: 1.5625rem;
  letter-spacing: 0.02em;
}
.what-giri_story + .what-giri_detail {
  margin-top: 2.5rem;
  padding: 0 0.625rem;
}
.what-giri_story + .what-giri_detail p {
  line-height: 1.5;
}
.what-giri_step {
  margin-top: 6.0625rem;
  background-color: #fff;
}
.what-giri_step .ttl {
  background-color: #254D8E;
  display: block;
  text-align: center;
  height: 2.25rem;
  color: #FE722E;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 2.25rem;
}
.what-giri_bottom-cont {
  margin-top: 2.375rem;
  text-align: center;
  color: #254D8E;
}
.what-giri_bottom-cont span {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.7;
}
.what-giri_bottom-cont a {
  display: inline-block;
  font-size: 0.875rem;
  border-radius: 1.875rem;
  letter-spacing: -0.02em;
  color: #254D8E;
}

.step_ttl {
  text-align: center;
  color: #254D8E;
}
.step_ttl span:nth-child(1) {
  display: inline-block;
  border-bottom: 0.1875rem solid #254D8E;
  font-size: 1.5rem;
  line-height: 1.2;
}
.step_ttl span:nth-child(2) {
  margin-top: 0.75rem;
  display: block;
  font-size: 1.25rem;
  font-weight: 900;
}
.step_main {
  margin-top: 1.75rem;
  text-align: center;
}
.step_main img {
  width: 13.3125rem;
}
.step_item {
  padding: 1.625rem 0 4.25rem;
}

.splide__arrow {
  background-color: transparent;
  width: 1.25rem;
  height: 3.125rem;
  opacity: 1;
  top: 58%;
}
.splide__arrow svg {
  display: none;
}
.splide__arrow--next {
  background: url("/campus-hacks/assets/001/img/slider_arrow_next.svg") no-repeat center center;
  background-size: 1rem auto;
  right: 1.125rem;
}
.splide__arrow--prev {
  background: url("/campus-hacks/assets/001/img/slider_arrow_prev.svg") no-repeat center center;
  background-size: 1rem auto;
  left: 1.125rem;
}

.splide__arrow:disabled {
  opacity: 0;
  cursor: default;
}

.why-we-do-section {
  margin-top: 6rem;
}
.why-we-do_ttl img {
  width: 14.8125rem;
}
.why-we-do_desc {
  margin-top: 2.125rem;
  padding: 0 0.625rem;
}
.why-we-do_desc .ttl {
  margin-bottom: 1.4375rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 900;
  color: #254D8E;
  line-height: 1.5;
}
.why-we-do_desc p {
  font-weight: 900;
  letter-spacing: 0.02em;
}
.why-we-do_desc p + p {
  margin-top: 1.25rem;
}
.why-we-do_desc + .why-we-do_desc {
  margin-top: 2.5625rem;
}
.why-we-do_thumb {
  margin: 1.625rem auto 2.5625rem;
  width: 93%;
}

.supporter-section {
  margin-top: 5.0625rem;
}
.supporter_ttl img {
  width: 19.3125rem;
}
.supporter_desc {
  margin-top: 1.1875rem;
  margin-left: -1rem;
  margin-right: -1rem;
  height: 23.4375rem;
  background-color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.supporter_desc p {
  font-size: 0.75rem;
}

.research-section {
  margin-top: 5rem;
}
.research_ttl img {
  width: 17.5625rem;
}
.research_desc {
  margin-top: 1.75rem;
  padding: 0 0.625rem;
}
.research_desc p {
  letter-spacing: 0.02em;
}
.research_thumb {
  margin-top: 1.5625rem;
}
.research_thumb + .research_desc {
  margin-top: 1.9375rem;
}
.research_project {
  margin: 0 auto;
  margin-top: 2.875rem;
  text-align: center;
  width: 14.625rem;
}
.research_project span {
  margin: 0 auto;
  padding-bottom: 0.1875rem;
  border-bottom: 1px solid #000;
  display: inline-block;
  font-size: 1rem;
  font-weight: 900;
}

.turning-value-section {
  margin-top: 4.375rem;
}
.turning-value_ttl img {
  width: 19.3125rem;
}