:root {
  --font-size-base: 1;
  --text-size-scale: 1.2;
}

.c-main {
  margin-bottom: 20rem;
}

.hc-mv {
  height: 40rem;
  margin-bottom: 0rem;
  margin-top: -4rem;
  background: url(../images/SH03/header-bg.jpg) no-repeat center center/70rem auto;
}

.hc-lead {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .hc-lead {
    margin-bottom: 10rem;
  }
}
.hc-lead small {
  font-size: calc(12 * var(--font-size-base) * 0.1rem);
  display: block;
  font-weight: 400;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .hc-lead small {
    font-size: calc(20 * var(--font-size-base) * 0.1rem);
  }
}

.hc-wrapper.lead {
  margin-bottom: 4rem;
}

.hc-wrapper {
  width: 110rem;
}
@media only screen and (max-width: 768px) {
  .hc-wrapper {
    width: 100vw;
  }
}

.hc-contents {
  border: 2px solid #d9d9d6;
  border-radius: 2rem;
  display: flex;
  overflow: hidden;
  margin-bottom: 5rem;
  position: relative;
  height: 32rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .hc-contents {
    width: calc(100% - 8rem);
    margin: 0 auto 4rem;
    height: auto;
    flex-direction: column-reverse;
  }
}
.hc-contents a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hc-contents .contents-text {
  width: 58rem;
  padding: 3rem 3.5rem;
  background: url(../images/SH03/arrow.png) no-repeat bottom 3.5rem right 3.5rem/10rem auto;
}
@media only screen and (max-width: 768px) {
  .hc-contents .contents-text {
    width: 100%;
    padding: 4rem 4rem 8.6rem;
    background: url(../images/SH03/arrow.png) no-repeat bottom 4.5rem right 4rem/12rem auto;
  }
}
.hc-contents .contents-text .hc-contents-ttl {
  font-size: calc(25 * var(--font-size-base) * 0.1rem);
  font-weight: 700;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .hc-contents .contents-text .hc-contents-ttl {
    font-size: calc(33 * var(--font-size-base) * 0.1rem);
  }
}
.hc-contents .contents-text .hc-contents-text {
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
  line-height: 1.8em;
}
@media only screen and (max-width: 768px) {
  .hc-contents .contents-text .hc-contents-text {
    font-size: calc(26 * var(--font-size-base) * 0.1rem);
  }
}
.hc-contents picture {
  width: 52rem;
  background-color: #f4f4f3;
  padding: 3rem 3.5rem;
  border-radius: 0 2rem 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .hc-contents picture {
    width: 100%;
    border-radius: 2rem 2rem 0 0;
    padding: 4rem;
  }
}
.hc-contents picture img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=SH03.css.map */