@charset "UTF-8";
/*color*/
/* ブランシエラカラー */
/*font-family*/
/*filler color*/
/*text-shadow*/
/*box-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*innerの片側はみ出し用*/
/*cubic*/
/* media query */

#limited_contents {
margin: 0 0 20px 0;
background-color: #000031;
}

#limited_contents article {
width: min(1225px, 100%);
margin: auto;
padding: 40px 20px;
}


@media only screen and (max-width: 767px) {
#limited_contents article {
padding: 0 20px 20px 20px;
}

}
.spolution-img img{
  width: 100%;

}


.top__img img {
  width: 100%;
}
.back {
  background: #000;
  background-size: 100%;
  /* width: 100vw;
    height: 100vh; */
  background-repeat: repeat;

  padding: 3rem 0 0 0;
}

.body {
  width: 90%;
  margin-inline: auto;
  font-weight: normal;
}

.top-title {
  background: #fff;
  border-radius: 35px 35px 0 0;
  text-align: center;
  padding: 15px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .top-title {
    padding: 15px 0 20px;
  }
}

.top__img1 {
  /* aspect-ratio: 581/ 230; */
  object-fit: contain;
  width: min(840px, 100%);
  padding: 0 20px;
  margin-inline: auto;
}

.top-title-head {
  /* margin-top: 1.3rem; */
  /* margin-top: -9rem; */
  letter-spacing: -0.06em;
  font-size: 3.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .top-title-head {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}

.top__img2 {
  margin-top: 1rem;
  /* aspect-ratio: 362/345; */
  object-fit: contain;
  width: min(200px, 100%);
  height: auto;
  margin-inline: auto;
}

.spolution-body {
  background: #fff;
  padding-bottom: 3rem;
}

.spolution-body-head {
  /* margin-top: -3.7rem; */
  text-align: center;
  letter-spacing: -0.06em;
  font-size: 3rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .spolution-body-head {
    margin-top: -0.7rem;
    /* padding-top: 1.5rem; */

    font-size: 2rem;
  }
}

.spolution-body-head-line {
  aspect-ratio: 556/ 10;
  object-fit: contain;
  width: 85%;
  margin-inline: auto;
  text-align: center;
}
.spolution-body-head-line.spolution-body-head-line2 {
  margin-top: 1rem;
}

.voice-body-head::before,
.voice-body-head::after {
  background-color: #000;
  border-radius: 5px;
  content: "";
  height: 1px;
  width: 14%;
}
.voice-body-head::before {
  margin-right: 20px;
}
.voice-body-head::after {
  margin-left: 20px;
}

.spolution-head-wrap {
  padding-top: 5rem;
  /* width: 100%;

   margin-inline: auto;
   padding-top: 2rem; */

  text-align: center;
}
@media only screen and (max-width: 767px) {
  .spolution-head-wrap {
    padding-top: 0;
  }
}

.spolution-head {
  font-size: 2.1rem;
  letter-spacing: -0.06em;
}
@media only screen and (max-width: 767px) {
  .spolution-head {
    font-size: 1.1rem;
  }
}

.spolution-head__img {
  margin-top: 2rem;
  /* aspect-ratio: 638/ 633; */
  object-fit: contain;
  width: min(840px, 100%);
  padding: 0 20px;
  margin-inline: auto;
}

.spolution-head-logo {
  max-width: 45rem;
  margin-top: 2rem;
  width: 65%;
  margin-inline: auto;
}

.spolution-head-logo-text {
  margin-top: 1rem;
  font-size: 2.5rem;
  letter-spacing: -0.06em;
}
@media only screen and (max-width: 767px) {
  .spolution-head-logo-text {
    margin-top: 1rem;
    font-size: 1.1rem;
    letter-spacing: -0.06em;
  }
}

.spolution__cta {
  margin-top: 4rem;
  background-color: #e0fbff;
  padding: 40px;
  width: 90%;
  margin-inline: auto;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  .spolution__cta {
    margin-top: 2rem;
    padding: 40px 10px;
    width: 90%;
  }
}

.spolution__cta-logo {
  max-width: 45rem;

  width: 35%;
  margin-inline: auto;
}

@media only screen and (max-width: 767px) {
  .spolution__cta-logo {
    width: 60%;
  }
}

.spolution__cta-img {
  margin-top: 30px;
  width: 50%;

  margin-inline: auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .spolution__cta-img {
    margin-top: 30px;
    width: 100%;
  }
}

.spolution__cta-text {
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 767px) {
  .spolution__cta-text {
    margin-top: 30px;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
  }
}

.spolution__cta-lead {
  margin-top: 20px;
  font-size: 2.5rem;
  text-align: center;

  letter-spacing: -0.06em;
}
@media only screen and (max-width: 767px) {
  .spolution__cta-lead {
    margin-top: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
  }
}
.spolution__cta-lead-br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .spolution__cta-lead-br {
    display: block;
  }
}

  .spolution-contents {
    padding: 0 20px;
  }

      @media only screen and (max-width: 767px) {
.spolution-contents {
    padding: 0;
  }
    }
  
.spolution-contents-head {
  margin-top: 3rem;
  font-size: 4rem;
  letter-spacing: -0.01em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .spolution-contents-head {
    padding: 0;
    margin-top: 3rem;
    font-size: 2rem;
  }
}
.spolution-contents-head {
}

.spolution-item + .spolution-item {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .spolution-item + .spolution-item {
    margin-top: 0;
  }
}
.spolution-item {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .spolution-item {
    flex-direction: column;
  }
}

.spolution-item__img {
  margin-top: 0.8rem;
  aspect-ratio: 626/311;
  object-fit: cover;
  width: 50%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .spolution-item__img {
    width: 90%;
  }
}
.spolution-item__img img {
  width: 100%;
}

.spolution-item-textblock {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .spolution-item-textblock {
    width: 100%;
  }
}

.spolution-item-head {
  margin-top: 1.1rem;
  margin-left: 6.7rem;
  margin-left: 6.6%;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .spolution-item-head {
    margin-left: 9.8%;
  }
}

.spolution-item-head-en {
  color: #b4a379;
  font-size: 1.8rem;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .spolution-item-head-en {
    font-size: 1.1rem;
  }
}
.spolution-item-head-jp {
  font-size: 2.6rem;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .spolution-item-head-jp {
    font-size: 1.6rem;
  }
}

.spolution-item-head {
  /* border-left: #b4a379 solid 1rem; */
  position: relative;
  display: inline-block;
}
.spolution-item-head::before {
  position: absolute;
  display: inline-block;
  content: "";

  background-color: #b4a379;

  top: 0.2rem;
  left: -1.5rem;
  width: 0.7rem;
  height: 5.3rem;
}
@media only screen and (max-width: 767px) {
  .spolution-item-head::before {
    top: 0.2rem;
    left: -1.5rem;
    width: 0.6rem;
    height: 3.3rem;
  }
}

.spolution-item-text {
  margin-top: 2rem;

  font-size: 2rem;
  letter-spacing: -0.06em;
  width: 90%;
  margin-inline: auto;
  padding-bottom: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .spolution-item-text {
    margin-top: 0.7rem;
    font-size: 1.1rem;
  }
}

.spolution-circle {
}

.spolution-circle-head {
  margin-top: 6rem;
  padding: 2rem 0;

  font-size: 3rem;
  letter-spacing: -0.06em;
  font-weight: 500;
  width: 90%;
  margin-inline: auto;
  text-align: center;

  border-top: #b97c64 solid 1px;
  border-bottom: #b97c64 solid 1px;
}
@media only screen and (max-width: 767px) {
  .spolution-circle-head {
      margin-top: 2rem;
    padding: 1.5rem 0;
    font-size: 1.4rem;
    width: 90%;
  }
}

.spolution-circle-img {
  margin-top: 4rem;
  aspect-ratio: 659/788;
  object-fit: cover;
  width: 50%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .spolution-circle-img {
    margin-top: 2rem;
    width: 95%;
  }
}

/* kaizou  */

.top__img-wrap {
  display: flex;
  flex-direction: column;
  width: 15rem;
}
@media only screen and (max-width: 767px) {
  .top__img-wrap {
    width: 9rem;
  }
}

.top__img-name {
  margin-top: 1rem;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 767px) {
  .top__img-name {
    font-size: 1rem;
  }
}

.label-img-wrap-top {
  display: contents;
}
@media only screen and (max-width: 767px) {
  .label-img-wrap-top {
    margin-top: 1.5rem;
    display: flex;
    gap: 20px;
    justify-self: center; /* 上段中央寄せ（任意） */
  }
}

.label-img-wrap-bottom {
  display: contents;
}

@media only screen and (max-width: 767px) {
  .label-img-wrap-bottom {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center; /* 下段中央寄せ */
    gap: 20px;
  }
}

.head-wrap {
  background-color: #f0ede4;
  margin-top: 6rem;
  display: flex;
  align-items: center;
}

.head-img {
  width: 50%;
  aspect-ratio: 340/188;
}
.head-img img {
  width: 100%;
  height: auto;
}

.head-textblock {
  padding: 0 1.5rem 0 4rem;

  width: 50%;
  /* background-color: #f0ede4; */
}
@media only screen and (max-width: 767px) {
  .head-textblock {
    padding: 0rem 1rem 0rem 1.6rem;
  }
}

.head {
  border-bottom: solid 1px #000;
}

.name {
  font-size: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .name {
    font-size: 1.8rem;
  }
}

.lead-1 {
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .lead-1 {
    font-size: 1.5rem;
  }
}

.no {
  font-size: 4rem;
}
@media only screen and (max-width: 767px) {
  .no {
    font-size: 2rem;
  }
}

.lead-2 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .lead-2 {
    font-size: 0.8rem;
  }
}

.voice-qa {
  margin-top: 1.5rem;

  letter-spacing: 0.01em;
}
.voice-qa-head {
  font-size: 1.6rem;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .voice-qa-head {
    font-size: 1.6rem;
  }
}

.voice-qa-head-wrap {
  display: flex;
  align-items: center;

  width: 90%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .voice-qa-head-wrap {
    margin-left: 2rem;
    /* justify-content: center; */
  }
}

.voice-qa-no {
  padding-right: 2rem;
  color: #b4a379;
  font-size: 10rem;
}
@media only screen and (max-width: 767px) {
  .voice-qa-no {
    padding-right: 1.7rem;
    font-size: 6.2rem;
  }
}

.separator {
  width: 2px;
  height: 6.8rem; /* 数字の高さに合わせる */
  background-color: #b4a379;
}
@media only screen and (max-width: 767px) {
  .separator {
    height: 4.4rem;
  }
}

.voice-qa-head {
  font-size: 3rem;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .voice-qa-head {
    font-size: 1.3rem;
  }
}

.voice-qa-lead-wrap {
  display: flex;
  align-items: center;
  /* gap: 1em; */
  /* flex-direction: row-reverse; */
}

.voice-qa:nth-child(odd) .voice-qa-lead-wrap {
  /* flex-direction: row-reverse; */
}

.voice-qa__img {
  width: 50%;
}
.voice-qa__img img {
  width: 100%;
  height: auto;
}

.voice-qa-textblock {
  /* width: 50%; */
  font-size: 2.3rem;
  padding: 6.2rem;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 767px) {
  .voice-qa-textblock {
    font-size: 1.1rem;
    padding: 1.5rem 0.7rem 3.5rem;
    /* padding: 1.8rem; */
  }
}

.voice-qa-textblock span {
  border-bottom: #000 1px solid;

  font-size: 2.3rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .voice-qa-textblock span {
    font-size: 1.3rem;
  }
}

.voice-enquete {
  background: #f8f6f2;
  text-align: center;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 0 3rem 2rem;
}
@media only screen and (max-width: 767px) {
  .voice-enquete {
    padding: 0 1rem 2rem;
  }
}

.voice-enquete-head {
  padding-top: 2rem;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .voice-enquete-head {
    padding-top: 1.5rem;
    font-size: 1.2rem;
  }
}
.voice-enquete-head::before,
.voice-enquete-head::after {
  background-color: #000;
  border-radius: 5px;
  content: "";
  height: 2px;
  width: 30%;
}
.voice-enquete-head::before {
  margin-right: 20px;
}
.voice-enquete-head::after {
  margin-left: 20px;
}
.voice-enquete-q {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .voice-enquete-q {
    font-size: 1.6rem;
    letter-spacing: -0.01em;
  }
}
.voice-enquete-text {
  margin-top: 1.5rem;
  font-size: 2.5rem;
  padding: 3.5rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .voice-enquete-text {
    font-size: 1.1rem;
    padding: 1.5rem;
  }
}
.voice-enquete__img1 {
  margin-top: 1.5rem;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .voice-enquete__img1 {
    width: 56%;
    margin-inline: auto;
  }
}
.voice-enquete__img2 {
  margin-top: 1.5rem;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .voice-enquete__img2 {
    width: 100%;
  }
}

.voice-enquete__lank1 .voice-lank-top {
  background-color: #b4a379;
}
.voice-enquete__lank1 .voice-lank-bottom {
  background-color: #c3b694;
}
.voice-enquete__lank2 .voice-lank-top {
  background-color: #9fa0a0;
}
.voice-enquete__lank2 .voice-lank-bottom {
  background-color: #c9caca;
}
.voice-enquete__lank3 .voice-lank-top {
  background-color: #b97c64;
}
.voice-enquete__lank3 .voice-lank-bottom {
  background-color: #c79683;
}

.voice-lank {
  color: #fff;
  line-height: 1;
  font-weight: normal;
  /* width: 50%;
margin-inline:auto ; */
}

.voice-lank-top {
  font-size: 1.5rem;
  padding: 5px 0;
}

.voice-lank-bottom {
  font-size: 2rem;
  padding: 10px 0;
}

.voice-enquete__lank2 {
  margin-top: 1.2rem;
}

.voice-enquete__lank3 {
  margin-top: 1.2rem;
}

.voice-lank1 {
  font-size: 3rem;
}
.voice-lank2 {
  font-size: 1rem;
  padding: 0 3px 0 0;
}
.voice-lank3 {
  font-size: 1rem;
}

.voice-bottom__img {
  margin-top: 3rem;
  width: 100%;
  margin-inline: auto;
}

.voice-cap {
  font-size: 0.7rem;
}

/*# sourceMappingURL=../../map/limited/style.css.map */
