<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.c-booklet {
  padding-top: 3.75em;
  padding-right: 3.75em;
  padding-bottom: 5em;
  padding-left: 3.75em;
  margin-top: 7.5em;
  background-color: #fff;
  border-radius: 0.625em;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-booklet {
    margin-top: 21.3333333333vw;
    padding-top: 8.5333333333vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
.c-booklet__title {
  white-space: nowrap;
}
.c-booklet__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 44px;
  grid-row-gap: 44px;
}
@media screen and (max-width: 767px) {
  .c-booklet__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4.2666666667vw;
    grid-row-gap: 4.2666666667vw;
  }
}
@media (hover: hover) {
  .c-booklet__item {
    transition-property: opacity;
    transition-duration: 320ms;
  }
  .c-booklet__item:hover {
    opacity: 0.7;
  }
}
.c-booklet__thumbnail {
  border: 1px solid #ccc;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .c-booklet__thumbnail {
    margin-bottom: 2.1333333333vw;
  }
}
.c-booklet__image {
  display: block;
  width: 100%;
  height: auto;
}
.c-booklet__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-booklet__name {
  font-size: 1.5rem;
  color: var(--main);
}
@media screen and (max-width: 767px) {
  .c-booklet__name {
    font-size: 3.4666666667vw;
    line-height: 1.5;
  }
}
.c-booklet__icon {
  width: 20px;
  height: 18px;
  background-image: url("/assets/img/icon/booklet.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-booklet__icon {
    width: 5.3333333333vw;
    height: 4.8vw;
  }
}

/*========================================
  prospective
========================================*/
.prospective {
  position: relative;
  padding-bottom: 7.8125em;
  padding-bottom: 15.625em;
}
@media screen and (max-width: 767px) {
  .prospective {
    padding-bottom: 42.6666666667vw;
  }
}
.prospective::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 19.8125em;
  background: linear-gradient(to left, #e7eef7 0%, #dee7f5 28.08%, #ebdff2 53.69%, #e8ede8 78.82%, #e9eef7 100%);
}
@media screen and (max-width: 767px) {
  .prospective::before {
    height: 72.5333333333vw;
  }
}
.prospective__inner {
  position: relative;
  z-index: 2;
}

.prospective-opc {
  margin-top: 3.125em;
}
@media screen and (max-width: 767px) {
  .prospective-opc {
    margin-top: 10.6666666667vw;
  }
}

.prospective-box + .prospective-box {
  margin-top: 7.5em;
}
@media screen and (max-width: 767px) {
  .prospective-box + .prospective-box {
    margin-top: 21.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .prospective-box .p-hdr-c__ttl {
    margin-left: 5.3333333333vw;
    font-size: 6.9333333333vw;
  }
}

.prospective-unit {
  background: #fff;
  border-radius: 0.625em;
  padding: 3.75em;
}
.prospective-unit + .prospective-unit {
  margin-top: 3.75em;
}
@media screen and (max-width: 767px) {
  .prospective-unit:last-child {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .prospective-unit {
    padding: 8vw 5.3333333333vw;
  }
}
.prospective-unit__hdr {
  background: linear-gradient(to left, #e7eef7 0%, #dee7f5 28.08%, #ebdff2 53.69%, #e8ede8 78.82%, #e9eef7 100%);
  text-align: center;
  padding: 1.875em;
  margin-bottom: 2.8125em;
  border-radius: 0.625em;
}
@media screen and (max-width: 767px) {
  .prospective-unit__hdr {
    padding: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    margin-bottom: 8vw;
  }
}
.prospective-unit__ttl {
  font-size: 200%;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .prospective-unit__ttl {
    font-size: 5.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .prospective-unit__SP-sml {
    display: inline-block;
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.prospective-unit__wbtn {
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .prospective-unit__wbtn {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .prospective-unit__wbtn .p-btn-b {
    width: 68vw;
  }
}

.prospective-lead {
  margin-bottom: 7.8125em;
  min-height: 19.8125em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .prospective-lead {
    margin-bottom: 10.6666666667vw;
    min-height: 72.5333333333vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .prospective-lead .is-block {
    display: block;
    line-height: 1.5;
    margin-bottom: 2.6666666667vw;
  }
}

.prospective-list {
  border-radius: 0.625em;
  background: #e2e8f0;
  margin: 3.75em 0 2.5em 0;
  padding: 2.5em 3.75em;
}
@media screen and (max-width: 767px) {
  .prospective-list {
    margin: 8vw 0 8vw 0;
    border-radius: 2.6666666667vw;
    padding: 8vw 5.3333333333vw;
  }
}
.prospective-list li {
  font-size: 137.5%;
  position: relative;
  padding-left: 2.2727272727em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .prospective-list li {
    padding-left: 9.6vw;
    font-size: 4.1066666667vw;
  }
}
.prospective-list li b {
  position: relative;
  display: inline-block;
}
.prospective-list li b::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, #f73f9e 0%, #846cff 48.28%, #00a8f7 100%);
}
@media screen and (max-width: 767px) {
  .prospective-list li b.is-SP-wrap {
    display: inline;
  }
  .prospective-list li b.is-SP-wrap::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .prospective-list li b.is-SP-wrap span {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding-bottom: 0.1em;
  }
  .prospective-list li b.is-SP-wrap span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, #f73f9e 0%, #846cff 48.28%, #00a8f7 100%);
  }
}
.prospective-list li::before {
  position: absolute;
  left: 0;
  top: 0.0625em;
  content: "";
  display: block;
  width: 1.8181818182em;
  height: 1.8181818182em;
  background: url("/assets/img/icon/c_check.svg") 0 0/contain no-repeat;
}
.prospective-list Li + li {
  margin-top: 0.6818181818em;
}

.prospective-fig {
  position: relative;
}

.prospective-text-icon {
  position: absolute;
  left: 0.8333333333em;
  bottom: 0.8333333333em;
  font-size: 75%;
  line-height: 1.1;
  background: #fff;
  border-radius: 6.25em;
  padding: 0.6em 1em;
}
@media screen and (max-width: 767px) {
  .prospective-text-icon {
    font-size: 2.6666666667vw;
  }
}

.prospective-label {
  font-size: 137.5%;
  font-weight: bold;
  padding: 0.8em 0;
  border-bottom: 2px solid var(--main);
}
@media screen and (max-width: 767px) {
  .prospective-label {
    padding: 0.8em 0 0.6em 0;
    font-size: 5.3333333333vw;
  }
}

.prospective-txt {
  color: var(--gray);
}

.prospective-wlink {
  margin-top: 0.9375em;
  display: flex;
  justify-content: flex-end;
}

.prospective-ftxt__hdr {
  margin-top: 1.25em;
  margin-bottom: 0.625em;
  line-height: 1.5;
}
.prospective-ftxt__ttl {
  font-size: 137.5%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .prospective-ftxt__ttl {
    font-size: 5.3333333333vw;
  }
}
.prospective-ftxt__lead {
  font-size: 112.5%;
  font-weight: bold;
  margin-top: 0.6666666667em;
}
@media screen and (max-width: 767px) {
  .prospective-ftxt__lead {
    font-size: 4.2666666667vw;
  }
}
.prospective-ftxt__txt {
  color: var(--gray);
  font-size: 87.5%;
}
.prospective-ftxt__wlink {
  margin-top: 1.25em;
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .prospective-col2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .prospective-col2 &gt; * {
    width: 48.0769230769%;
  }
}
.prospective-col2.is-center {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .prospective-col2.is-center &gt; * + * {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .prospective-col2 &gt; * + * {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .prospective-col2 .p-ftbox-item-a__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .prospective-col2 .p-ftbox-item-a__list &gt; * {
    width: 47.4576271186%;
  }
}

.prospective-col3 + .prospective-col2 {
  margin-top: 2.8125em;
}

@media screen and (min-width: 768px) {
  .prospective-col3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3.8461538462%;
  }
  .prospective-col3 &gt; * {
    width: 30.7692307692%;
  }
}
@media screen and (max-width: 767px) {
  .prospective-col3 &gt; * + * {
    margin-top: 8vw;
  }
}

.prospective-wslist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .prospective-wslist {
    margin-top: 2.5em;
    gap: 2.4038461538%;
  }
}
@media screen and (max-width: 767px) {
  .prospective-wslist {
    margin-top: 8vw;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .prospective-wslist &gt; * {
    width: 48.75%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .prospective-wslist &gt; * &gt; * {
    width: 47.3372781065%;
  }
}
@media screen and (max-width: 767px) {
  .prospective-wslist &gt; * {
    width: 47.4576271186%;
  }
}

.prospective-slist {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .prospective-slist {
    font-size: 3.2vw;
  }
}
.prospective-slist &gt; * {
  font-size: 87.5%;
  border-top: 1px solid var(--main);
  padding: 1.2em 0;
}
@media screen and (min-width: 768px) {
  .prospective-slist li:last-child {
    border-bottom: 1px solid var(--main);
  }
}
@media screen and (max-width: 767px) {
  .prospective-slist:last-child li:last-child {
    border-bottom: 1px solid var(--main);
  }
}
@media (hover: hover) {
  .prospective-slist a {
    transition-property: opacity;
    transition-duration: 320ms;
  }
  .prospective-slist a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1400px) and (min-width: 767px) {
  .prospective-link {
    padding-right: 5em;
  }
}
.prospective-link__inner {
  padding-bottom: 10em;
}
@media screen and (max-width: 767px) {
  .prospective-link__inner {
    padding: 16vw var(--sp-pad);
  }
}
@media screen and (min-width: 768px) {
  .prospective-link__col {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    gap: 5%;
  }
}</pre></body></html>