@charset "UTF-8";
:root {
  --font-size-base: 1;
  --text-size-scale: 1.2;
}

.c-main {
  margin-bottom: 15rem;
}
@media only screen and (max-width: 768px) {
  .c-main {
    margin-top: 15.5rem;
  }
}

.article-list {
  background: url(../images/common/contents-line.jpg) no-repeat top center/100% 5px;
  padding: 12rem 0 20rem;
}
.article-list .article-list-heading {
  font-size: calc(36 * var(--font-size-base) * 0.1rem);
  font-weight: 500;
  text-align: center;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .article-list .article-list-heading {
    --font-size-base: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .article-list .article-list-heading {
    --font-size-base: 1.05;
  }
}
@media screen and (min-width: 1441px) {
  .article-list .article-list-heading {
    --font-size-base: 0.92;
  }
}
.article-list .article-list-heading::after {
  display: block;
  content: "";
  width: 8rem;
  height: 0.4rem;
  background-color: #00bfb3;
  margin-top: 2.5rem;
}
.article-list .hc-section__inner {
  width: 120rem;
}
@media only screen and (max-width: 768px) {
  .article-list .hc-section__inner {
    width: calc(100vw - 8rem);
  }
}

.hc-post-list__text {
  font-size: calc(15 * var(--font-size-base) * 0.1rem);
  line-height: 1.8em;
}

@media not screen and (max-width: 768px), print {
  .hc-head {
    width: 100rem;
    margin: 0 auto 11rem;
    padding-top: 10rem;
  }
}
@media only screen and (max-width: 768px) {
  .hc-head {
    width: calc(100% - 8rem);
    margin: 0 auto 11rem;
  }
}
.hc-head .hc-head-ttl {
  border-bottom: 2px solid #9a9999;
}
@media only screen and (max-width: 768px) {
  .hc-head .hc-head-ttl {
    --font-size-base: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .hc-head .hc-head-ttl {
    --font-size-base: 1.05;
  }
}
@media screen and (min-width: 1441px) {
  .hc-head .hc-head-ttl {
    --font-size-base: 0.92;
  }
}
@media not screen and (max-width: 768px), print {
  .hc-head .hc-head-ttl {
    width: 100%;
    font-size: calc(38 * var(--font-size-base) * 0.1rem);
    line-height: 1.2em;
    padding-bottom: 3.1rem;
    margin-bottom: 5rem;
    font-weight: 500;
  }
}
@media only screen and (max-width: 768px) {
  .hc-head .hc-head-ttl {
    width: 100%;
    font-size: calc(36 * var(--font-size-base) * 0.1rem);
    line-height: 1.3em;
    padding-bottom: 4rem;
    margin-bottom: 5rem;
    font-weight: 500;
  }
}
.hc-head .hc-head-lead {
  width: 100%;
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
  line-height: 2em;
}
@media only screen and (max-width: 768px) {
  .hc-head .hc-head-lead {
    font-size: calc(26 * var(--font-size-base) * 0.1rem);
  }
}
.hc-head .hc-head-lead:nth-of-type(n + 2) {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .hc-head .hc-head-lead {
    --font-size-base: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .hc-head .hc-head-lead {
    --font-size-base: 1.3;
  }
}
@media screen and (min-width: 1201px) {
  .hc-head .hc-head-lead {
    --font-size-base: 1.2;
  }
}
.hc-head .notes {
  margin-top: 4rem;
  font-size: calc(12 * var(--font-size-base) * 0.1rem);
}
@media only screen and (max-width: 768px) {
  .hc-head .notes {
    font-size: calc(21 * var(--font-size-base) * 0.1rem);
    line-height: 1.6em;
  }
}
.hc-head .hc-link-area {
  margin-top: 5rem;
}

.hc-wrapper {
  width: 100rem;
  margin: 0 auto 14rem;
}
@media only screen and (max-width: 768px) {
  .hc-wrapper {
    width: calc(100% - 8rem);
    margin: 0 auto 14rem;
  }
}
.hc-wrapper .hc-contents-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 3rem;
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .hc-wrapper .hc-contents-head {
    --font-size-base: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .hc-wrapper .hc-contents-head {
    --font-size-base: 1;
  }
}
@media screen and (min-width: 1441px) {
  .hc-wrapper .hc-contents-head {
    --font-size-base: 0.83;
  }
}
@media only screen and (max-width: 768px) {
  .hc-wrapper .hc-contents-head {
    padding-bottom: 4rem;
  }
}
.hc-wrapper .hc-contents-head span {
  color: #00bfb3;
  font-weight: bold;
  font-size: calc(20 * var(--font-size-base) * 0.1rem);
  line-height: 1em;
  margin-bottom: 1.5rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  .hc-wrapper .hc-contents-head span {
    font-size: calc(26 * var(--font-size-base) * 0.1rem);
  }
}
.hc-wrapper .hc-contents-head strong {
  font-size: calc(32 * var(--font-size-base) * 0.1rem);
  line-height: 1.2em;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .hc-wrapper .hc-contents-head strong {
    font-size: calc(34 * var(--font-size-base) * 0.1rem);
    line-height: 1.3em;
  }
  .hc-wrapper .hc-contents-head strong br {
    display: none;
  }
}
.hc-wrapper .hc-contents-head::after {
  display: block;
  content: "";
  width: 8rem;
  height: 0.4rem;
  background-color: #00bfb3;
  position: absolute;
  left: 0;
  bottom: 0;
}

p.hc-p {
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
  line-height: 2em;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  p.hc-p {
    font-size: calc(26 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  p.hc-p {
    --font-size-base: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  p.hc-p {
    --font-size-base: 1.3;
  }
}
@media screen and (min-width: 1201px) {
  p.hc-p {
    --font-size-base: 1.2;
  }
}

.picture-area {
  margin-top: 7rem;
  margin-bottom: 8rem;
  width: 100%;
}
.picture-area > img {
  width: 100%;
  height: auto;
}
.picture-area .picture-text {
  font-size: calc(14 * var(--font-size-base) * 0.1rem);
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .picture-area .picture-text {
    font-size: calc(23 * var(--font-size-base) * 0.1rem);
  }
}
.picture-area .picture-text strong {
  font-weight: bold;
  font-size: calc(15 * var(--font-size-base) * 0.1rem);
}
@media only screen and (max-width: 768px) {
  .picture-area .picture-text strong {
    font-size: calc(25 * var(--font-size-base) * 0.1rem);
  }
}
.picture-area .gray-ttl {
  background: #9a9999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: calc(21 * var(--font-size-base) * 0.1rem);
  font-weight: 500;
  height: 6rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .picture-area .gray-ttl {
    font-size: calc(26 * var(--font-size-base) * 0.1rem);
    height: auto;
    padding: 1.5rem 2.5rem;
  }
}
.picture-area .text-ttl {
  font-size: calc(22 * var(--font-size-base) * 0.1rem);
  font-weight: 500;
  margin-bottom: 4rem;
  line-height: 1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .picture-area .text-ttl {
    font-size: calc(27 * var(--font-size-base) * 0.1rem);
  }
}
.picture-area .notes {
  text-align: right;
  margin-top: 3rem;
  font-size: calc(12 * var(--font-size-base) * 0.1rem);
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .picture-area .notes {
    font-size: calc(17 * var(--font-size-base) * 0.1rem);
  }
}

.hc-link-area {
  background: #f0f0ef;
  padding: 3rem 4.5rem 3.5rem;
  width: 100rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .hc-link-area {
    width: calc(100vw - 8rem);
    padding: 3rem 3.5rem 3.5rem;
  }
}
.hc-link-area p {
  color: #53565a;
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
  font-weight: bold;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .hc-link-area p {
    font-size: calc(23 * var(--font-size-base) * 0.1rem);
  }
}
.hc-link-area ul li {
  display: flex;
  align-items: flex-start;
  color: #53565a;
  margin-bottom: 1rem;
}
.hc-link-area ul li::before {
  content: "●";
  display: block;
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
  font-weight: 500;
  margin-right: 1.1rem;
}
@media only screen and (max-width: 768px) {
  .hc-link-area ul li::before {
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
  }
}
.hc-link-area ul li a span {
  color: #53565a;
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
  font-weight: 400;
  border-bottom: 1px solid #53565a;
}
@media only screen and (max-width: 768px) {
  .hc-link-area ul li a span {
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
  }
}
.hc-link-area ul li:last-child {
  margin-bottom: 0;
}
.hc-link-area ul li.blank {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .hc-link-area ul li.blank {
    align-items: flex-start;
  }
}
.hc-link-area ul li.blank::after {
  background: url(../images/SH70/icon_blank.svg) no-repeat top center/1.8rem auto;
  content: "";
  display: block;
  height: 1.8rem;
  width: 1.8rem;
  margin-left: 1rem;
}
@media only screen and (max-width: 768px) {
  .hc-link-area ul li.blank::after {
    background: url(../images/SH70/icon_blank.svg) no-repeat top center/3rem auto;
    height: 3rem;
    width: 3rem;
    margin-top: 2.2rem;
    margin-left: 2rem;
  }
}

.link-id {
  padding-top: 16rem;
  margin-top: -16rem;
}

.hc-post-list.is-compact-for-sp {
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .hc-post-list.is-compact-for-sp .hc-post-list__image {
    position: static;
    width: 100%;
    height: 40rem;
  }
}

@media only screen and (max-width: 768px) {
  .hc-post-list.is-compact-for-sp .hc-post-list__article {
    position: relative;
    padding-left: 0rem;
  }
  .hc-post-list.is-compact-for-sp .hc-post-list__article .hc-post-list__text {
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
  }
}

@media only screen and (max-width: 768px) {
  .hc-post-list.is-compact-for-sp .hc-post-list__title {
    font-size: calc(27 * var(--font-size-base) * 0.1rem);
    line-height: 1.6em;
  }
}

.hc-post-list__image {
  overflow: hidden;
  border: 1px solid #ddd;
}/*# sourceMappingURL=c-approach.css.map */