.hero .pagettl {
  line-height: 1.2;
  text-align: center;
}

.hero .hero-icon::before {
  background: url("/origin/gifu-noushin-center/dist/img/common/hero-hatorun.svg") center/contain no-repeat !important;
}

@media screen and (max-width: 1279px) {
  .ttl-l .ttl-l-inner {
    font-size: 3.2rem !important;
  }
}

@media screen and (max-width: 767px) {
  .ttl-l .ttl-l-inner {
    font-size: 2.4rem !important;
  }
}

.hatorun .wrap {
  position: relative;
}

.hatorun .wrap::before {
  content: '';
  position: absolute;
  top: -48px;
  left: -160px;
  background: url("/origin/gifu-noushin-center/dist/img/common/logo-mark.svg") center/contain no-repeat;
  width: 340px;
  height: 430px;
  opacity: .08;
  z-index: -1;
}

@media screen and (max-width: 959px) {
  .hatorun .wrap::before {
    position: absolute;
    top: 0;
    left: -80px;
    width: 230px;
    height: 300px;
  }
}

.hatorun .hatorun-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 64px;
  margin-bottom: calc(8px * 8);
}

@media screen and (max-width: 959px) {
  .hatorun .hatorun-unit {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .hatorun .hatorun-unit {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .hatorun .hatorun-unit {
    gap: 56px;
  }
}

@media screen and (max-width: 1023px) {
  .hatorun .hatorun-unit {
    gap: 48px;
  }
}

@media screen and (max-width: 959px) {
  .hatorun .hatorun-unit {
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hatorun .hatorun-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}

.hatorun .hatorun-unit__vsl {
  width: 320px;
}

@media screen and (max-width: 1279px) {
  .hatorun .hatorun-unit__vsl {
    width: 300px;
  }
}

@media screen and (max-width: 1023px) {
  .hatorun .hatorun-unit__vsl {
    width: 260px;
  }
}

@media screen and (max-width: 959px) {
  .hatorun .hatorun-unit__vsl {
    width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .hatorun .hatorun-unit__vsl {
    max-width: 300px;
    width: 100%;
  }
}

.hatorun .hatorun-unit__dtl {
  position: relative;
  width: calc(100% - 384px);
  background: #ffffff;
  padding: 24px;
}

@media screen and (max-width: 1279px) {
  .hatorun .hatorun-unit__dtl {
    width: calc(100% - 356px);
  }
}

@media screen and (max-width: 1023px) {
  .hatorun .hatorun-unit__dtl {
    width: calc(100% - 308px);
    padding: 20px;
  }
}

@media screen and (max-width: 959px) {
  .hatorun .hatorun-unit__dtl {
    width: calc(100% - 320px);
    padding: 16px;
  }
}

@media screen and (max-width: 767px) {
  .hatorun .hatorun-unit__dtl {
    width: 100%;
  }
}

.hatorun .hatorun-unit__dtl::before, .hatorun .hatorun-unit__dtl::after {
  position: absolute;
  content: "";
  left: 50%;
}

.hatorun .hatorun-unit__dtl::before {
  top: 50%;
  translate: -50% -50%;
  width: calc( 100% + 8px);
  height: calc( 100% + 8px);
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#00adec), color-stop(#c1edc7), to(#f29233));
  background: linear-gradient(to right, #00adec, #c1edc7, #f29233);
  z-index: -1;
}

@media screen and (max-width: 959px) {
  .hatorun .hatorun-unit__dtl::before {
    border-radius: calc(4px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .hatorun .hatorun-unit__dtl::before {
    border-radius: calc(4px * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .hatorun .hatorun-unit__dtl::before {
    background: -webkit-gradient(linear, left top, right top, from(#00adec), color-stop(#7bd287), to(#f29233));
    background: linear-gradient(to right, #00adec, #7bd287, #f29233);
    opacity: .48;
    width: calc( 100% + 4px);
    height: calc( 100% + 4px);
  }
}

.hatorun .hatorun-unit__dtl::after {
  position: absolute;
  content: '';
  top: -12px;
  translate: -50% 0;
  width: 32px;
  height: 32px;
  background: url("/origin/gifu-noushin-center/dist/img/common/pin-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  .hatorun .hatorun-unit__dtl::after {
    width: 28px;
    height: 28px;
  }
}

.hatorun .hatorun-unit__dtl .profile-ttl {
  font-size: 2.4rem;
  color: #00adec;
  text-align: center;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 2px solid #c3c198;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .hatorun .hatorun-unit__dtl .profile-ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .hatorun .hatorun-unit__dtl .profile-ttl {
    font-size: 1.8rem;
  }
}

.hatorun .hatorun-unit__dtl .profile-list__item {
  display: grid;
  grid-template-columns: 114px 1fr;
  gap: 12px;
  place-items: center;
}

@media screen and (max-width: 1023px) {
  .hatorun .hatorun-unit__dtl .profile-list__item {
    grid-template-columns: 100px 1fr;
  }
}

@media screen and (max-width: 767px) {
  .hatorun .hatorun-unit__dtl .profile-list__item {
    grid-template-columns: 84px 1fr;
  }
}

.hatorun .hatorun-unit__dtl .profile-list__item:not(:last-child) {
  margin-bottom: 6px;
}

.hatorun .hatorun-unit__dtl .profile-list__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 173, 236, 0.049);
  color: #00adec;
  font-weight: bold;
  padding: 7px;
  width: 100%;
  height: 100%;
}

.hatorun .hatorun-unit__dtl .profile-list__item dd {
  line-height: 1.2;
  text-align: left;
  width: 100%;
}

.hatorun .hatorun-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 56px;
  max-width: 680px;
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 1279px) {
  .hatorun .hatorun-list {
    gap: 48px;
  }
}

@media screen and (max-width: 1023px) {
  .hatorun .hatorun-list {
    gap: 40px;
  }
}

@media screen and (max-width: 959px) {
  .hatorun .hatorun-list {
    gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  .hatorun .hatorun-list {
    gap: 24px;
  }
}

@media screen and (max-width: 519px) {
  .hatorun .hatorun-list {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    max-width: 240px;
  }
}

/*# sourceMappingURL=../../maps/pages/hatorun.css.map */
