@charset "utf-8";
.pc-kv-image {
  position: relative;
}

.pc-kv-image__image {
  height: 542px;
  object-fit: cover;
  width: 100%;
}

.pc-kv-image__title-wrapper {
  left: 50%;
  max-width: 1080px;
  position: absolute;
  top: 30%;
  transform: translateX(-50%);
  width: 100%;
}

.pc-kv-image__title {
  font-size: 40px;
  font-weight: bold;
  margin-left: 30px;
}

.kv-image {
  height: auto;
  width: 100%;
}

.kv-heading {
  padding: 0 25px;
  position: relative;
  z-index: 1;
}

.kv-heading--flow {
  margin-top: -80px;
}

.kv-heading__wrapper {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.kv-heading--flow .kv-heading__wrapper {
  border-top: 5px solid #be1113;
}

.kv-heading__title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.kv-heading__text {
  font-size: 14px;
  margin-top: 13px;
}

.square-button {
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 16px;
  position: relative;
  text-align: center;
  width: 100%;
}

.jutaku-section {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding: 30px 30px 0 30px;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .jutaku-section {
    padding: 30px 10px 0 10px;
  }
}

.jutaku-section p,
.jutaku-section .discList li {
  line-height: 1.8;
}

.jutaku-section li:before {
  top: 0.7em;
}

.jutaku-section > *:not(:first-child) {
  margin-top: 20px;
}

.square-button:after {
  background: url(/kojin/kariru/images/icn_arrow_next_white.png) no-repeat 0 0 / 8px auto;
  content: "";
  display: block;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
}

.square-button--primary {
  background-color: #bd1112;
}

.square-button--secondary {
  background-color: #ffa400;
}

.square-button--small {
  padding: 10px 10px 10px 40px;
  text-align: left;
}

.square-button--small:after {
  left: 20px;
  right: auto;
}

.slash-bubble {
  color: #e30b1c;
  font-size: 14px;
  margin: 0 auto;
  position: relative;
}

.slash-bubble:after,
.slash-bubble:before {
  background: #e30b1c;
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 20px;
}

.slash-bubble:after {
  left: 0;
  transform: rotate(45deg) translateX(calc(-100% - 20px));
}

.slash-bubble:before {
  right: 0;
  transform: rotate(-45deg) translateX(calc(100% + 20px));
}

.text-center {
  display: block;
  text-align: center;
  width: 100%;
}

.text-left {
  text-align: left;
}

.section-title {
  color: #bd1112;
  font-size: 36px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}

.section-title:before,
.section-title:after {
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.section-title:before {
  background-color: #bebebe;
  width: 100%;
}

.section-title:after {
  background-color: #bd1112;
  width: 240px;
}

@media screen and (max-width: 800px) {
  .section-title {
    font-size: 24px;
  }

  .section-title:after {
    width: 120px;
  }
}

.section-sub-title {
  color: #bd1112;
  font-size: 26px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}

.section-sub-title:after {
  background-color: #bd1112;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}

.heading-text {
  font-size: 32px;
  padding: 15px 0;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .section-sub-title {
    font-size: 18px;
  }

  .heading-text {
    font-size: 18px;
  }
}

.heading-text__point {
  color: #bd1112;
}

.primary-button {
  background-color: #bd1112;
  border-radius: 1000px;
  color: #fff;
  display: block;
  font-size: 16px;
  margin: 0 auto;
  max-width: 350px;
  padding: 16px;
  position: relative;
  text-align: center;
  width: 100%;
}

.primary-button:before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 20px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.primary-button:after {
  background: url(/kojin/kariru/images/icn_arrow_next_red.png) no-repeat 0 0 / 6px auto;
  content: "";
  display: block;
  height: 14px;
  margin-top: -5px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
}

.secondary-button {
  background-color: #fff;
  border: 1px solid #bd1112;
  border-radius: 1000px;
  color: #bd1112;
  display: block;
  font-size: 16px;
  margin: 0 auto;
  max-width: 350px;
  padding: 16px;
  position: relative;
  text-align: center;
  width: 100%;
}

.secondary-button:before {
  background-color: #bd1112;
  border-radius: 50%;
  content: "";
  height: 20px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.secondary-button:after {
  background: url(/kojin/kariru/images/icn_arrow_next_white.png) no-repeat 0 0 / 6px auto;
  content: "";
  display: block;
  height: 14px;
  margin-top: -5px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
}

.num-list-nest {
  counter-reset: numNestCounter;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.num-list-nest > li:not(:last-child) {
  margin-bottom: 10px;
}

.num-list-nest li {
  line-height: 1.8;
}

.num-list-nest > li:before {
  content: counters(numNestCounter, ".") ". ";
  counter-increment: numNestCounter;
}

.num-list-nest > li > ol {
  counter-reset: numNestCounter2;
  padding-left: 0;
  text-indent: 0;
}

.num-list-nest > li > ol > li {
  list-style: none;
  padding-left: 1.4em;
  text-indent: -1.4em;
}

.tertiary-button {
  align-items: center;
  background-color: #fff;
  border: 1px solid #bebebe;
  border-radius: 7px;
  color: #bd1112;
  display: block;
  display: flex;
  font-size: 15px;
  padding: 12px 15px;
  position: relative;
  text-align: left;
  width: 100%;
}

.tertiary-button:before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 20px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.tertiary-button:after {
  background: url(/kojin/kariru/images/icn_arrow_next_red.png) no-repeat 0 0 / 6px auto;
  content: "";
  display: block;
  height: 14px;
  margin-top: -5px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
}

.tertiary-button__icon {
  height: 23px;
  margin-right: 10px;
  object-fit: contain;
  width: 23px;
}

.label-title {
  border-bottom: 1px solid #ffa400;
  position: relative;
  width: 100%;
}

.label-title__text {
  background-color: #ffa400;
  color: #fff;
  display: inline-block;
  padding: 5px 35px;
}

.medium-text {
  font-size: 22px;
  line-height: 1.8;
}

@media screen and (max-width: 800px) {
  .medium-text {
    font-size: 16px;
  }
}

.large-text {
  font-size: 22px;
  line-height: 1.8;
}

@media screen and (max-width: 800px) {
  .large-text {
    font-size: 18px;
  }
}

.text-point {
  color: #bd1112;
}

.text-green {
  color: #049a62;
  font-weight: bold;
}

.accWrap__large-space {
  padding: 25px;
}

.accWrap__large-space .accContents .numList {
  border-collapse: separate;
  border-spacing: 0 1em;
  display: table;
}

.accWrap__large-space .accContents .numList li {
  display: table-row;
  text-indent: 0;
}

.accWrap__large-space .accContents .numList {
  margin-left: -10px;
}

.accWrap__large-space .accContents .numList li:before {
  display: table-cell;
  padding-right: 0.5em;
  text-align: right;
}

.accWrap__large-space .accContents .numList li:not(:first-child) {
  margin-top: 15px;
}

.nowrap {
  white-space: nowrap;
}

.gray-area {
  background-color: #f0f0f0;
  border-radius: 7px;
  padding: 20px;
  text-align: center;
}

.gray-area > *:not(:first-child) {
  margin-top: 20px;
}

.pink-area,
.green-area {
  background-color: #f4c5c5;
  border-radius: 7px;
  padding: 10px;
}
.pink-area > *:not(:first-child),
.green-area > *:not(:first-child) {
  margin-top: 10px;
}

.green-area {
  background-color: #098658;
}

.green-area__title {
  color: #fff;
  display: flex;
  font-size: 14px;
  justify-content: center;
  padding: 6px 0;
}

.green-area__title img {
  margin-right: 10px;
}

.white-area {
  background-color: #fff;
  border-radius: 4px;
  padding: 30px;
}
.white-area > *:not(:first-child) {
  margin-top: 20px;
}

.green-table {
  table-layout: fixed;
  width: 100%;
}

.green-table thead th {
  background-color: #4cb990;
  color: #fff;
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
}

.green-table thead th * {
  color: #fff;
}

.green-table thead th a {
  text-decoration: underline;
}

.green-table tbody td {
  vertical-align: top;
}

.green-table tbody .green-table__bg-green {
  background-color: #c8e3d9;
  color: #000;
}

.green-table tbody .green-table__bg-gray {
  background-color: #f0f0f0;
  border: 1px solid #fff;
}

.green-table th,
.green-table td {
  border: 1px solid #f0f0f0;
  padding: 20px;
}

.green-table tbody td.table-center,
.green-table tbody th.table-center {
  vertical-align: middle;
}

@media screen and (max-width: 800px) {
  .topLead .pageLink .btnWrap .btn.big-button {
    height: 100px;
  }
}

.responsive-youtube {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.responsive-youtube iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.hidden {
  opacity: 0;
  pointer-events: none;
  user-select: none;
}

.balloon--center {
  align-items: center;
  display: flex;
  height: 118px;
  justify-content: center;
}

@media screen and (max-width: 800px) {
  .balloon--center {
    display: block;
    height: auto;
  }
}

