@charset "UTF-8";
/*************************************************

section

*************************************************/
/* consultation-title01
---------------------------------------*/
.consultation-title01 {
  margin-bottom: 4rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .consultation-title01 {
    margin-bottom: 3.5rem;
    font-size: 2rem;
  }
}

/* consultation-lead01
---------------------------------------*/
.consultation-lead01 {
  margin-bottom: 5rem;
  text-align: center;
}

/* consultation-numlist01
---------------------------------------*/
.consultation-numlist01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.4rem 2.8rem;
  width: calc(100% - 2.8rem);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .consultation-numlist01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}

.consultation-numlist01__item {
  width: min(31.5rem, 100%);
}

.consultation-numlist01__anchor {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 17rem;
  height: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  line-height: 1.4;
}
.consultation-numlist01__anchor .in-num {
  position: absolute;
  top: 2rem;
  left: 1.2rem;
  color: #b09841;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
}
.consultation-numlist01__anchor .in-text {
  font-size: 1.8rem;
  font-weight: 700;
}
.consultation-numlist01__anchor .in-tel {
  margin-top: 0.5rem;
  color: #b09841;
  font-size: 2.9rem;
  font-weight: 900;
}
@media (any-hover: hover) {
  .consultation-numlist01__anchor:hover::after {
    opacity: 1;
  }
}
.consultation-numlist01__anchor::before, .consultation-numlist01__anchor::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  display: block;
  content: "";
  width: 2.6rem;
  height: auto;
  background: url(../images/common/arw_02_gold.svg) no-repeat center center/0.8rem auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border: #b09841 solid 2px;
  z-index: 1;
}
.consultation-numlist01__anchor::after {
  background: #b09841 url(../images/common/arw_02_w.svg) no-repeat center center/0.8rem auto;
  opacity: 0;
  z-index: 2;
}

/* consultation-caps
---------------------------------------*/
.consultation-caps {
  margin-top: 2.5rem;
  font-size: 1.3rem;
}

.consultation-caps__item {
  position: relative;
  padding-left: 1.1em;
}
.consultation-caps__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "※";
}

/*************************************************

consultation-examples

*************************************************/
.consultation-examples {
  margin-top: 19rem;
  padding: 18rem 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .consultation-examples {
    margin-top: 13rem;
    padding: 13rem 0;
  }
}

/* consultation-numlist02
---------------------------------------*/
.consultation-numlist02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.4rem 2.8rem;
  width: calc(100% - 2.8rem);
  margin: 3.4rem auto 0;
}
@media screen and (max-width: 767px) {
  .consultation-numlist02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    margin-top: 2rem;
  }
}

.consultation-numlist02__item {
  width: min(31.5rem, 100%);
}

.consultation-numlist02__anchor {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 17rem;
  height: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #b09841;
}
.consultation-numlist02__anchor::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: #fff solid 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.consultation-numlist02__anchor .in-num {
  position: absolute;
  top: 2rem;
  left: 1.7rem;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
}
.consultation-numlist02__anchor .in-text {
  font-size: 1.8rem;
  font-weight: 700;
}