<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html {
  font-size: 14px;
  font-size: 10px;
}

body {
  line-height: unset;
}

img {
  vertical-align: unset;
}

hr {
  border-top: 1px solid #707070;
  margin: 8rem auto;
  width: calc(100% - 40px);
  max-width: 980px;
}

@media only screen and (max-width: 768px) {
  hr {
    margin: 4.5rem auto;
  }
}

.modal {
  opacity: unset;
  max-width: unset;
  max-height: unset;
  background: unset;
  transform: unset;
  pointer-events: unset;
  transition: none;
}

.main-content {
  position: relative;
}

.l-inner {
  padding-bottom: 150px;
}

.l-bread,
.l-inner {
  max-width: 1260px;
  padding-right: 30px;
  padding-left: 30px;
}

.l-bread-wrap {
  padding: 20px 0;
}

.l-bread {
  display: block;
  font-size: 1.2rem;
  max-width: 1040px;
}

.l-bread li {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}

.l-bread li:not(:last-child):before,
.l-bread li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 8px;
  right: 5px;
  width: 9px;
  height: 1px;
  margin: 0;
  background: var(--main-font-color);
  transform: rotate(30deg);
}

.l-bread li:not(:last-child):after {
  top: 12px;
  transform: rotate(-28deg);
}

.l-bread li a {
  color: var(--main-font-color);
}

.l-bread .l-bread__item:last-child {
  overflow: unset;
}

#guide {
  padding-bottom: 60px;
}

#guide .guide-inner {
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #guide .guide-inner {
    max-width: 980px;
  }
}
@media only screen and (max-width: 768px) {
  #guide {
    padding-bottom: 3rem;
  }
}

#guide .guide-center {
  text-align: center;
}

#guide h1 {
  margin: 0 0 25px;
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
#guide h2 {
  font-size: 3rem;
  color: var(--main-blue);
  border-bottom: 3px solid var(--main-blue);
  display: inline-block;
  padding: 0 1rem 1.5rem;
  margin: 7rem auto 5.5rem;
}
#guide h3 {
  font-size: 2.3rem;
  color: var(--main-blue);
  margin-bottom: 5.5rem;
}
@media only screen and (min-width: 769px) {
  #guide h1 {
    margin-bottom: 40px;
    font-size: 32px;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  #guide h2 {
    font-size: 2.3rem;
    padding: 0 0 1.1rem;
    margin: 3.5rem auto 3rem;
  }

  #guide h3 {
    margin-bottom: 3.5rem;
  }
}

#guide .guide-overview {
  font-size: 1.5rem;
  margin-top: 5rem;
}

#guide .guide-overview_lead {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--main-blue);
  margin-bottom: 1.5rem;
  display: block;
}

@media only screen and (max-width: 768px) {
  #guide .guide-overview_lead {
    font-size: 1.4rem;
  }
}

#guide .link_button {
  display: flex;
  gap: 0 15px;
  justify-content: center;
  margin-top: 3.5rem;
}

#guide .link_button a {
  border-radius: 4px;
  padding: 12px 15px;
  font-size: 1.7rem;
  display: block;
  width: 35rem;
  text-align: center;
  font-weight: bold;
}

#guide .link_button a.btn_orange {
  border: 2px solid var(--main-orange);
  background-color: var(--main-orange);
  color: #fff;
}

#guide .link_button a.btn_white {
  border: 2px solid var(--main-orange);
  color: var(--main-orange);
}

@media only screen and (max-width: 768px) {
  #guide .link_button {
    flex-direction: column;
    gap: 1rem 0;
  }

  #guide .link_button a {
    width: 100%;
    font-size: 1.6rem;
  }
}

/* ===== guide-intro =====*/
#guide .guide-intro {
  background-color: #f0f4f6;
  padding: 25px 0;
  line-height: 1.77;
}
@media only screen and (min-width: 769px) {
  #guide .guide-intro {
    background-image: url(/img/services/guide/intro-01_pc.jpg?v0);
    padding: 45px 0 60px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
  }
}
#guide .guide-intro-lead {
  font-size: 1.8rem;
  line-height: 1.83;
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
}

#guide .guide-intro-lead + p {
  font-size: 1.6rem;
}

@media only screen and (min-width: 769px) {
  #guide .guide-intro-lead {
    text-align: left;
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #guide .guide-intro-lead {
    font-size: 1.8rem;
  }
  #guide .guide-intro-lead + p {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
}
#guide .guide-intro-lead em {
  font-size: 18px;
  color: #0156a0;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  #guide .guide-intro-lead em {
    font-size: 22px;
  }
}
/* ===== END guide-intro =====*/

/* ===== overview =====*/
.overview img {
  width: 65%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .overview img {
    width: 100%;
  }
}
/* ===== END overview =====*/

/* ===== consultant-list =====*/
#guide .consultant-list {
  display: flex;
  gap: 0 3.4rem;
  justify-content: center;
}

#guide .consultant-list img {
  width:120px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #guide .consultant-list {
    flex-wrap: wrap;
    gap: 1rem 1.4rem;
  }
  #guide .consultant-list li {
    width: 30.5%;
  }

  #guide .consultant-list li img {
    height: auto;
  }
}
/* ===== END consultant-list =====*/

/* ===== different =====*/
.different-table th,
.different-table td {
  border: unset;
}

.different-table thead th {
  background-color: var(--main-light-blue);
  font-size: 1.5rem;
}

.different-table thead th:not(:first-child) {
  border-left: 3px solid #fff;
}

.different-table tbody tr:nth-child(2n) {
  background-color: #fff;
}

.different-table tbody tr:nth-child(2n-1) {
  background-color: #f2f2f2;
}

.different-table tbody th {
  font-size: 1.4rem;
  width: 15%;
}

.different-table td {
  border-left: 3px solid #fff;
}

.different-table tbody td {
  font-size: 1.3rem;
}

.different-table.is-bgc td {
  padding: 1rem;
  vertical-align: middle;
}

.different-table.is-bgc td p {
  display: flex;
  align-items: center;
}

.different-table.is-bgc td,
.different-table.is-bgc td.is-oo,
.different-table.is-bgc td.is-sankaku,
.different-table.is-bgc td.is-batsu {
  background: unset;
}

.different-table.is-bgc td p::before {
  content: "〇";
  font-size: 2rem;
  vertical-align: middle;
  margin-right: 0.5rem;
  color: #b4b4b4;
  display: block;
}

.different-table.is-bgc td.is-oo {
  color: var(--main-light-blue);
  font-weight: bold;
}

.different-table.is-bgc td.is-oo p::before {
  content: "◎";
  color: var(--main-light-blue);
}

.different-table.is-bgc td.is-sankaku p::before {
  content: "△";
}

.different-table.is-bgc td.is-batsu p::before {
  content: "×";
}

@media only screen and (max-width: 768px) {
  .different-table tbody th {
    width: 20%;
    font-size: 1.1rem;
  }
  .different-table tbody td {
    font-size: 1.1rem;
  }
  .different-table.is-bgc td p::before {
    font-size: 1.5rem;
  }
}
/* ===== END different =====*/

/*===== flow =====*/
.flow {
  padding-bottom: 8rem;
}

#guide .flow h2 {
  margin-top: 0;
}

#guide .flow-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#guide .flow-list li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 20%;
}

#guide .flow-list li:first-child:after {
  content: none;
}

#guide .flow-list p {
  opacity: 0.6;
  color: var(--main-light-blue);
  font-size: 30px;
}

#guide .flow-list dt {
  color: var(--main-light-blue);
  margin-top: 52px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

#guide .flow-list dd {
  opacity: 0.9;
  margin-top: 10px;
  font-size: 15px;
}
@media only screen and (min-width: 769px) {
  #guide .flow-list li:before {
    position: absolute;
    width: 12px;
    height: 12px;
    content: "";
    border-radius: 50%;
    background-color: var(--main-light-blue);
    top: 60px;
    left: 48%;
  }

  #guide .flow-list li:after {
    position: absolute;
    top: 65px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: "";
    background-color: var(--main-light-blue);
  }
}

@media only screen and (max-width: 768px) {
  #guide .flow-list {
    flex-direction: column;
    margin-top: 12px;
  }

  #guide .flow-list li {
    display: flex;
    text-align: left;
    width: 100%;
    margin-top: 22px;
  }

  #guide .flow-list p {
    font-size: 20px;
  }

  #guide .flow-list li:not(:last-child) p:after {
    content: "";
    margin: 0 1rem;
    width: 2px;
    height: calc(100% - 10px);
    background-color: var(--main-light-blue);
    position: absolute;
    left: 0;
    bottom: -20px;
    opacity: 0.6;
  }

  #guide .flow-list dl {
    margin-left: 20px;
  }

  #guide .flow-list dt {
    margin-top: 2px;
  }
}
/*===== END flow =====*/

/*===== faq =====*/
.faq {
  background-color: #0062c30d;
  padding-bottom: 6.6rem;
}

.faq-lead {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 1.5rem;
  font-weight: bold;
}

.faq-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 1.3rem;
}

.faq-list li {
  background-color: #fff;
  padding: 3.5rem 4.5rem;
  width: 49%;
  line-height: 2.4rem;
}

.faq-q {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--main-light-blue);
  font-weight: bold;
  align-items: center;
}

.faq-a {
  margin-top: 1.5rem;
  font-size: 1.4rem;
}

.faq-q,
.faq-a {
  display: flex;
}

.faq-q::before,
.faq-a::before {
  font-size: 1.8rem;
  margin-right: 1.7rem;
  border-radius: 16px;
  color: #fff;
  height: 32px;
}

.faq-q::before {
  content: "Q";
  align-items: center;
  background-color: var(--main-blue);
  padding: 2px 8px;
  width: 32px;
}

.faq-a::before {
  content: "A";
  align-items: flex-start;
  background-color: var(--main-light-gray);
  padding: 2px 10px;
  margin-top: 0.6rem;
}

@media only screen and (max-width: 768px) {
  .faq-lead {
    font-size: 1.3rem;
  }
  .faq-list {
    flex-direction: column;
  }
  .faq-list li {
    width: 100%;
    padding: 2rem;
  }
  .faq-q {
    font-size: 1.3rem;
  }
  .faq-a {
    font-size: 1.2rem;
  }
  .faq-q::before,
  .faq-a::before {
    margin-right: 0.8rem;
  }
}

/*===== END faq =====*/

/*===== link_bnr =====*/
.link_bnr {
  display: flex;
  gap: 0 20px;
}

.link_bnr .bnr_review {
  flex: 1;
}

.link_bnr .bnr_income {
  flex: 1.09;
}
@media only screen and (max-width: 768px) {
  .link_bnr {
    gap: 10px 20px;
    flex-direction: column;
  }
}
/*===== END link_bnr =====*/

/*===== access =====*/
.access {
  padding: 6rem 0;
}
.access .m-table {
  border-bottom: 1px solid var(--main-super-light-gray);
}
.access .m-table:not(:first-of-type) {
  margin-top: 2rem;
}

.access .m-table__head {
  background-color: #f2f2f2;
  border-top: 2px solid #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
.access .m-table__body {
  border-top: 1px solid var(--main-super-light-gray);
  font-size: 1.4rem;
  line-height: 2.3rem;
  padding: 2rem 0 2rem 2.5rem;
}
.access .m-table__body.address {
  display: flex;
  justify-content: space-between;
}
.access-office {
  font-size: 1.8rem;
  color: var(--main-blue);
  font-weight: bold;
  padding: 1.5rem 0;
}

a.access_btn {
  display: inline-block;
  border: 2px solid var(--main-light-blue);
  color: var(--main-light-blue);
  border-radius: 4px;
  padding: 10px 38px;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: unset;
  font-weight: bold;
  margin-top: 2rem;
}

a.access_btn img {
  margin-left: .5rem;
}
.access-map {
  width: unset;
  height: unset;
}

@media only screen and (max-width: 768px) {
  .access {
    padding: 3.5rem 0;
  }

  .access .m-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .access .m-table__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 8rem;
  }

  .access .m-table__body {
    width: calc(100% - 8rem);
    flex-direction: column;
    padding: 1rem 0 1rem 1rem;
  }

  .access-map iframe {
    width: 100%;
  }

  a.access_btn {
    font-size: 1.5rem;
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 1rem 0;
  }

  a.access_btn img {
    width: 11.5px;
    height: 11.5px;
  }
}
/*===== END access =====*/

.detail_link {
  text-align: right;
  margin-top: 1rem;
}

.detail_link a {
  font-size: 1.4rem;
  color: var(--main-blue);
  font-weight: bold;
}

.link_text {
  font-size: 1.4rem;
  color: var(--main-orange);
  font-weight: bold;
  margin-bottom: 1rem;
}

.link_button.flex-column {
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .link_text {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}
</pre></body></html>