@charset "utf-8";

.topTtl {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
}

.contents._top {
  background-color: #f3f7fb;
}

.topHero {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topHero {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.topHero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
}
}

.topHero .mv_catch {
  font-size: 2.2vw;
  font-weight: 700;
  position: absolute;
  top: 30px;
  left: 20px;
}

.topHero .mv_catch p {
  background: #a80c16;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
.topHero .mv_catch p {
  font-size: min(2.8vw, 28px);
}

.section {
  padding-top: 105px;
  padding-bottom: 105px;
  margin: 0!important;
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: min(10.66vw,80px);
    padding-bottom: min(16vw,120px);
  }
}
