.p_top_section {
  padding: 45px 0 61px;
}
.p_top_section_blocks {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px 30px;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
}
.p_top_section_block {
  width: 100%;
}
.p_top_section_block__link {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 180px;
  padding: 7px 5px;
}
.p_top_section_block__link .c_btn01 {
  margin: 0 0 0 auto;
  z-index: 3;
  width: 200px;
}
.p_top_section_block__link::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #4180cf;
  opacity: 0.4;
  z-index: 1;
}
.p_top_section_block__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.p_top_section_block__img img {
  transition: all 0.3s ease;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 260/360;
}
.p_top_section_block.style01 .c_btn01__link {
  font-size: 1rem;
  letter-spacing: 0;
  justify-content: flex-start;
  padding-left: 2px;
}
.p_top_section_block.style01 .c_btn01__link .dot {
  display: inline-block;
  margin-left: 2px;
}
.p_top_section_block.style01 .c_btn01__arrow {
  right: 10px;
}

.p_top_wrapper {
  display: flex;
  flex-direction: column;
}
.p_top + #footer {
  margin-top: auto;
}
.p_top_bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p_top_bg__inner {
  height: 100%;
  width: 100%;
}
.p_top_bg__inner img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.footer {
  padding: 26px 0 27px;
}
.footer_copyright {
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p_top_section {
    padding: 133px 0;
  }
  .p_top_section_blocks {
    max-width: 847px;
    flex-direction: row;
    gap: 30px clamp(0.625rem, 3.4970238095vw + -1.0535714286rem, 2.09375rem);
  }
  .p_top_section_block__link {
    min-height: 360px;
    padding: 25px 5px;
  }
  .p_top_section_block__link:hover .p_top_section_block__img img {
    transform: scale(1.1);
  }
  .p_top_section_block__link .c_btn01 {
    width: 100%;
    margin: 0 auto;
  }
  .p_top_section_block__link .c_btn01__link {
    font-size: clamp(1.125rem, 0.5952380952vw + 0.8392857143rem, 1.375rem);
  }
  .p_top_section_block.style01 .c_btn01__link {
    font-size: clamp(1rem, 0.5952380952vw + 0.7142857143rem, 1.25rem);
    padding-left: 4px;
  }
  .p_top_section_block.style01 .c_btn01_txt {
    padding-right: 3px;
  }
  .p_top {
    min-height: calc(100vh - 70px);
    min-height: calc(100lvh - 70px);
  }
  .footer {
    padding: 27px 0 23px;
  }
  .footer_copyright {
    font-size: 0.75rem;
    font-weight: 500;
  }
}
/*# sourceMappingURL=maps/top.css.map */
