@charset "UTF-8";
.heading-anchor-navi-v3 {
  overflow: hidden;
}
.heading-anchor-navi-v3__detail {
  background-color: #edf9f6;
}
.heading-anchor-navi-v3__detail__item {
  display: block;
  color: #333 !important;
  text-align: center;
}
.heading-anchor-navi-v3__detail__item__badge__text {
  display: inline-block;
  background-color: #00a469;
  color: #fff;
}
.heading-anchor-navi-v3__detail__item__badge__text--num {
  font-family: Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.heading-anchor-navi-v3__detail__item__lead--accent {
  color: #ff5900;
}

@media print, screen and (min-width: 769px) {
  .heading-anchor-navi-v3 {
    margin: 3em 0 0;
    border-radius: 15px;
  }
  .heading-anchor-navi-v3__detail {
    display: flex;
  }
  .heading-anchor-navi-v3__detail__item {
    flex-grow: 1;
    width: 100%;
    padding: 1.2em;
  }
  .heading-anchor-navi-v3__detail__item__badge__text {
    padding: 0 1.5em;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.4;
  }
  .heading-anchor-navi-v3__detail__item__badge__text--num {
    font-size: 2.4rem;
  }
  .heading-anchor-navi-v3__detail__item__lead {
    margin: 0.4em 0 0;
    font-weight: 700;
    font-size: 2.4rem;
  }
  .heading-anchor-navi-v3__detail__item:not(:first-child) {
    border-left: 1px solid #a5dfcb;
  }
}
@media only screen and (max-width: 768.98px) {
  .heading-anchor-navi-v3 {
    margin: 2em 0 0;
    border-radius: 5px;
  }
  .heading-anchor-navi-v3__detail__item {
    display: flex;
    row-gap: 8px;
    flex-wrap: nowrap;
    align-items: center;
    padding: 1rem 1.2rem;
  }
  .heading-anchor-navi-v3__detail__item__badge {
    flex-shrink: 0;
  }
  .heading-anchor-navi-v3__detail__item__badge__text {
    width: -moz-fit-content;
    width: fit-content;
    padding: 1px 12px 0;
    font-weight: 700;
    font-size: 1.2rem;
  }
  .heading-anchor-navi-v3__detail__item__badge__text--num {
    font-size: 1.4rem;
  }
  .heading-anchor-navi-v3__detail__item__lead {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    padding-left: 0.8em;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: left;
  }
  .heading-anchor-navi-v3__detail__item:not(:first-child) {
    border-top: 1px solid #a5dfcb;
  }
}
.card-v14-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.4em;
}

.card-v14__type {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 28px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.card-v14__head {
  max-width: 375px;
}
.card-v14__image {
  height: 100%;
}
.card-v14__image img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
}
.card-v14__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
}
.card-v14__title {
  font-weight: 700;
  font-size: 2rem;
}
.card-v14__description {
  margin: 0.6em 0 0 0;
}
.card-v14__button {
  margin-top: 2rem;
}
.card-v14__button .button__type {
  width: 375px;
}

@media only screen and (max-width: 768.98px) {
  .card-v14 {
    max-width: 345px;
    margin: 0 auto;
  }
  .card-v14__body {
    padding: 11px 20px 14px 20px;
  }
  .card-v14__title {
    font-size: 1.5rem;
  }
  .card-v14__type {
    flex-direction: column;
    max-width: 345px;
  }
  .card-v14__button {
    margin-top: 10px;
  }
  .card-v14__button .button {
    justify-content: center;
  }
  .card-v14__button .button__type {
    width: 100%;
  }
}
.card-v15:hover .card-v15__title__text {
  color: #007238;
}
.card-v15__type {
  display: block;
  padding: 22px;
  border-radius: 28px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.card-v15__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.card-v15__title__text {
  color: #333;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}
.card-v15__title__text::after {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  transform: rotate(45deg);
  border-top: 1px solid #00a469;
  border-right: 1px solid #00a469;
  backface-visibility: hidden;
  content: "";
  vertical-align: middle;
}
.card-v15 > [class*=__type]:visited .card-v15__title {
  color: #996699;
}
.card-v15__label {
  min-width: 86px;
  padding: 5px 14px;
  border-radius: 14px;
  background-color: #EDF9F6;
}
.card-v15__label--limited {
  background-color: #FFFFD9;
}
.card-v15__label--completion {
  background-color: #FFE100;
}
.card-v15__label--completion .card-v15__label__text {
  color: #333;
}
.card-v15__label__text {
  margin: 0;
  color: #01a469;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
}
.card-v15__detail > *:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 768.98px) {
  .card-v15__type {
    padding: 14px;
  }
  .card-v15__head {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 10px;
  }
  .card-v15__title__text {
    font-size: 1.5rem;
  }
  .card-v15__label {
    min-width: 80px;
    padding: 5px 8px;
    border-radius: 12px;
  }
  .card-v15__label__text {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .lead-anc__link-list > li.lead-anc__link-list--4col {
    width: 25%;
  }
  .lead-anc__link-list > li.lead-anc__link-list--4col:nth-of-type(4) {
    border-top: 1px solid #e0e0e0;
  }
  .lead-anc__link-list > li > a {
    min-height: 96px;
    padding: 18px 45px 18px 18px;
  }
  .lead-anc__link__label {
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 768.98px) {
  .lead-anc__link-list > li > a {
    padding: 18px 30px 18px 18px;
  }
  .lead-anc__link__label {
    font-size: 1.4rem;
  }
}
.inquiry-v8 {
  margin: 2em 0 0 0;
  border-radius: 10px;
  background-color: #edf9f6;
}
.inquiry-v8-box {
  padding: 19.6px 16.8px;
}
.inquiry-v8-box__head {
  text-align: center;
}
.inquiry-v8-box__title {
  font-weight: bold;
}
.inquiry-v8-box__body {
  padding: 16.8px 19.6px;
  border-radius: 10px;
  background-color: #fff;
}
.inquiry-v8-box__card .lead-v2--center {
  margin: 0;
}
.inquiry-v8-box__card .button-wrap {
  margin-top: 12px;
}
.inquiry-v8-box__card .list-wrap--center {
  margin-top: 12px;
}
.inquiry-v8-box__card .list-wrap--center li {
  color: #666666;
}

@media only screen and (min-width: 769px) {
  .inquiry-v8 {
    margin-top: 2.4em;
  }
  .inquiry-v8-box {
    padding: 20px 28px;
  }
  .inquiry-v8-box__head {
    margin-bottom: 16px;
  }
  .inquiry-v8-box__title {
    font-size: 28px;
  }
  .inquiry-v8-box__body {
    display: flex;
  }
  .inquiry-v8-box__card {
    width: 352px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .inquiry-v8-box__divider {
    width: 1px;
    height: auto;
    background-color: #e0e0e0;
  }
}
@media only screen and (max-width: 768.98px) {
  .inquiry-v8-box__head {
    margin-bottom: 10px;
  }
  .inquiry-v8-box__title {
    font-size: 15px;
  }
  .inquiry-v8-box__body {
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
    gap: 19px;
  }
  .inquiry-v8-box__divider {
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
  }
}
.lead-v5 {
  max-width: calc(100% - 48px);
  margin: 0 24px;
  color: #333;
  font-weight: 700;
  text-align: center;
}
.lead-v5__text {
  display: inline-block;
  position: relative;
}
.lead-v5__text::before, .lead-v5__text::after {
  position: absolute;
  width: 2px;
  height: 23.35px;
  background-color: #333;
  content: "";
}
.lead-v5__text::before {
  left: -15px;
  transform: rotate(-50deg);
}
.lead-v5__text::after {
  right: -15px;
  transform: rotate(50deg);
}

.merit__body.box__body {
  padding: 0;
}

.merit__list {
  padding: 0;
  list-style: none;
}

.merit__list__item {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #cacaca;
}
.merit__list__item:last-child {
  border-bottom: none;
}

.merit__content {
  -moz-column-gap: 30px;
  display: grid;
  grid-template-columns: 1fr;
       column-gap: 30px;
  row-gap: 13px;
  flex: 1;
}

.merit__lead {
  color: #01a369;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
}

.merit__image {
  width: 175px;
  margin: 0 auto;
  text-align: center;
}

.merit__text {
  margin: 0;
  font-size: 13px;
}

@media print, screen and (min-width: 769px) {
  .merit__list__item {
    display: flex;
    align-items: center;
    padding: 30px;
  }
  .merit__list__item::after {
    width: calc(100% - 60px);
  }
  .merit__content {
    grid-template-rows: auto auto;
    grid-template-columns: 119px auto;
    grid-template-areas: "image lead" "image text";
  }
  .merit__image {
    grid-area: image;
    align-self: center;
    width: 119px;
  }
  .merit__lead {
    grid-area: lead;
    color: #01a369;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
  }
  .merit__text {
    grid-area: text;
    font-size: 16px;
  }
}
.merit-v2__list {
  padding: 0;
  list-style: none;
}

.merit-v2__list__item {
  position: relative;
  padding-block: 20px;
  border-bottom: 1px solid #cacaca;
}
.merit-v2__list__item:last-child {
  border-bottom: none;
}

.merit-v2__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 13px;
}

.merit-v2__lead {
  color: #01a369;
  font-weight: 700;
  font-size: 15px;
}

.merit-v2__text {
  margin: 0;
  font-size: 13px;
}

@media print, screen and (min-width: 769px) {
  .merit-v2__list__item {
    padding-block: 30px;
  }
  .merit-v2__lead {
    grid-area: lead;
    color: #01a369;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
  }
  .merit-v2__text {
    grid-area: text;
    font-size: 16px;
  }
}
.content-v9__flow__item--center {
  align-items: center;
}

.content-v9__flow__item__text {
  line-height: 1.4;
}

@media print, screen and (max-width: 768.98px) {
  .content-v9__flow__item--center {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  .content-v9__flow__item--center .content-v9__flow__item__number {
    position: static;
  }
  .content-v9__flow__item--center .content-v9__flow__item__column {
    padding: 0;
  }
}
.figure-svg {
  width: 80%;
  height: auto;
  margin: 0;
}
.figure-svg .figure__frame {
  display: block;
}

.figure-svg--full {
  width: 100%;
  height: auto;
  margin: 0;
}
.figure-svg--full .figure__frame {
  display: block;
}

@media print, screen and (max-width: 768.98px) {
  .figure-svg {
    width: 100%;
    max-width: 375px;
  }
  .figure-svg--full {
    width: 100%;
    max-width: 375px;
  }
}