@charset "utf-8";

.c5-d-main {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.c5-ren-kv {
  background: url("../img/kv-bg.png") top center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  margin: 0 calc(50% - 50vw) 80px;
  padding: 0;
}

.c5-ren-kv-inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.c5-ren-kv__ttl {
  width: 50%;
}

.c5-ren-kv__head {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 30px;
}

.c5-ren-kv__head span {
  box-sizing: border-box;
  background-color: #2F353D;
  padding: 10px 40px;
}

.c5-ren-kv__txt {
  font-size: 28px;
  font-weight: 300;
}

.c5-ren-kv__photo {
  width: 50%;
}



.c5-d-main .c5-data-sec {
  margin: 60px 0 0;
}

.c5-data-sec__ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 8px;
  margin-bottom: 30px;
  border-bottom: 1px solid #2F353D;
}

.c5-data-sec__subttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 8px;
  border-left: 2px solid #2F353D;
}

.c5-data-sec__txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.625;
  margin: 30px auto;
}

.c5-indext {
  padding-left: 1em;
  text-indent: -1em;
}

ul.c5-data-sec__link {
  margin: 30px 0 46px 1rem;
}

ul.c5-data-sec__link li {
  list-style: disc;
  margin: 18px auto;
}

.c5-data-subsec {
  margin-top: 30px;
}

.c5-data-sec__linkBtn {
  color: #3865E0;
  word-break: break-all;
}

.c5-data-sec__linkBtn:visited {
  color: #3865E0;
}

.c5-data-sec__linkBtn:hover {
  color: #3865E0;
}

.c5-data-sec__linkBtn::after {
  content: "";
  background: url("../img/icon_arrow_Link.svg");
  width: 16px;
  display: inline-block;
  height: 12px;
  background-repeat: no-repeat;
}

.c5-data-sec__linkBtn__noIcon::after {
  content: none;
}

.c5-data-sec__labelBtnWrap {
  background: #2D75C7;
  width: 100%;
  height: 86px;
  max-width: 300px;
  max-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c5-data-sec__labelBtn {
  font-size: 20px;
  color: #fff;
}

.c5-data-sec__labelBtn:visited {
  color: #fff;
}

.c5-data-sec__labelBtn:hover {
  color: #fff;
}

.c5-data-sec__labelBtn::after {
  content: "";
  background: url("../img/icon_external_link.svg");
  width: 20px;
  display: inline-block;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px;
}

@media screen and (max-width: 1200px) {
  .c5-ren-kv__ttl {
    padding-left: 30px;
  }

  .c5-ren-kv__txt {
    font-size: calc(28 / 1200 * 100vw);
  }

  .c5-ren-kv__head {
    font-size: calc(30 / 1200 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .c5-ren-kv__photo {
    width: 100%;
  }

  .c5-ren-kv__txt {
    font-size: 17px;
  }

  .c5-ren-kv__head span {
    padding: 10px 25px;
  }

  .c5-ren-kv__head {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .c5-ren-kv__ttl {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 0 30px 20px;
  }

  .c5-ren-kv {
    margin-bottom: 50px;
  }

  .c5-ren-kv-inner {
    flex-direction: column;
  }

  .c5-data-sec__ttl {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .c5-data-sec__txt {
    font-size: 14px;
    line-height: 1.571;
    margin: 20px auto;
  }

  .c5-data-sec__subttl {
    font-size: 18px;
    line-height: 1.6;
  }

  ul.c5-data-sec__link li {
    margin: 10px auto;
  }

  .c5-data-sec__labelBtnWrap {
    max-width: 280px;
  }

  .c5-data-sec__labelBtn {
    font-size: 18px;
    color: #fff;
  }

  .c5-data-subsec {
    margin-top: 20px;
  }
}