body {
  font-family: "DNP Shuei Mincho Std", serif;
  font-style: normal;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
img {
  width: 100%;
}

/* sec1 思考が変われば 人生が変わる */
.sec1 {
  background-image: url(../img/sec1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0px 0px;
  margin: auto;
}

@media screen and (min-width: 881px) {
  .sec1__inner {
    /* max-width: 760px;
    width: 100%;
    margin: 0 auto; */
  }
}
.sec1__ttl {
  font-size: 2rem;
  color: rgba(99, 66, 40, 1);
  font-weight: bold;
  padding: 0px 20px 0;
}
@media screen and (min-width: 881px) {
  .sec1__ttl {
    font-size: 1.6rem;
  }
}
.sec1__ttl2 {
  width: 45%;
}
@media screen and (min-width: 881px) {
  .sec1__ttl2 {
    width: 50%;
  }
}
.sec1__img__item__box {
  display: flex;
  justify-content: space-between;
}
.sec1__adviser {
  width: 46%;
  margin-top: -7px;
}
@media screen and (min-width: 881px) {
  .sec1__img__item__box {
    display: flex;
    /* justify-content: space-around; */
  }
  .sec1__adviser {
    width: 35%;
  }
}
.sec1__text {
  margin-top: -50px;
}
.sec1__text3 {
  display: none;
}
@media screen and (min-width: 881px) {
  .sec1__text {
    display: none;
  }
  .sec1__text3 {
    display: block;
    margin-top: -60px;
  }
}
.sec1__img__box {
  position: relative;
}
.sec1__text2 {
  background-color: rgb(99, 66, 40);
  font-size: 2.1rem;
  color: rgb(255, 255, 206);
  font-weight: 700;
  line-height: 160%;
  font-family: "dnp-shuei-shogo-mincho-std", serif;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 87%;
  text-align: center;
}
@media screen and (min-width: 881px) {
  .sec1__text2 {
    font-size: 1.6rem;
    color: rgb(255, 255, 206);
    bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 880px) {
  .sec1__ttl {
    font-size: 100%;
  }
  .sec1__ttl2 {
    width: 75%;
  }
  .sec1__text2 {
    font-size: 100%;
    bottom: 25px;
  }
}
/* /sec1 思考が変われば 人生が変わる */

/* sec2 このセミナーでは、*/
.sec2 {
  background-image: url(../img/sec2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.sec2__top__ttl {
  font-size: 2rem;
  color: rgba(99, 66, 40, 0.8);
  font-weight: bold;
  padding: 80px 20px 15px 25px;
  font-family: "dnp-shuei-shogo-mincho-std", serif;
  letter-spacing: -2px;
}
@media screen and (min-width: 881px) {
  .sec2__top__ttl {
    text-align: center;
  }
}
.sec2__inner {
  padding: 0 20px;
}
.sec2__top__box {
  background-image: url(../img/sec2-1.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 45px 0px 100px 0px;
  text-align: center;
  margin-bottom: 20px;
}
.sec2__ttl {
  font-size: 3rem;
  color: rgb(99, 66, 40);
  font-weight: bold;
  line-height: 130%;
  margin-bottom: 20px;
  font-family: "dnp-shuei-shogo-mincho-std", serif;
}
.sec2__ttl2 {
  background-color: rgb(99, 66, 40);
  font-size: 2.5rem;
  color: rgb(255, 255, 206);
  font-weight: bold;
  line-height: 160%;
  display: inline-block;
  padding-left: 2vw;
  margin-bottom: 0.5vw;
  font-family: "dnp-shuei-shogo-mincho-std", serif;
}
.sec2__ttl3 {
  background-color: rgb(99, 66, 40);
  font-size: 2.4rem;
  color: rgb(255, 255, 206);
  font-weight: bold;
  line-height: 160%;
  text-align: center;
  transform: rotate(-3.62deg);
  padding: 15px 0;
  width: 103%;
  position: relative;
  top: 0;
  left: -5px;
  margin-bottom: 40px;
  font-family: "dnp-shuei-shogo-mincho-std", serif;
}
.sec2__second__box {
  background-image: url(../img/sec2-2.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0px 110px;
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
  max-width: 790px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec2__text {
  font-size: 2.4rem;
  color: rgb(99, 66, 40);
  font-weight: 500;
  line-height: 30%;
  text-align: left;
  padding: 48px 0 0 30px;
  font-family: "ヒラギノ明朝 StdN W3 Web", serif;
  letter-spacing: -1px;
}
.sec2__text2 {
  font-size: 2rem;
  color: rgba(99, 66, 40, 0.9);
  font-weight: bold;
  font-family: "dnp-shuei-shogo-mincho-std", serif;
  letter-spacing: -2px;
  padding-bottom: 50px;
}
@media screen and (min-width: 881px) {
  .sec2__text2 {
    text-align: center;
  }
}
@media screen and (max-width: 880px) {
  .sec2__top__box {
    padding: 20px 0px 50px 0px;
  }
  .sec2__top__ttl {
    font-size: 100%;
    padding: 30px 0px 15px;
    text-align: center;
  }
  .sec2__ttl {
    font-size: 100%;
    margin-bottom: 10px;
  }
  .sec2__ttl2 {
    font-size: 100%;
  }
  .sec2__ttl3 {
    font-size: 100%;
    padding: 10px 0px;
    margin-bottom: 20px;
  }
  .sec2__second__box {
    background-size: 320px;
    background-position: top;
    padding: 10px 0px 40px;
    margin-bottom: 20px;
    width: 320px;
  }
  .sec2__text {
    font-size: 100%;
    padding: 22px 0 0 20px;
  }
  .sec2__text2 {
    font-size: 100%;
    padding: 0 20px 30px;
    text-align: center;
  }
}
/* /sec2 このセミナーでは、*/

/* sec3 5つの悩み */
.sec3 {
  background-image: url(../img/sec3.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0px;
}
.sec3__ttl {
  width: 640px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec3__item__box {
  display: grid;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}
.sec3__text {
  width: 90%;
  max-width: 740px;
  margin: 0 auto;
}
/* .sec3__text {
  background-image: url(../img/sec3-2.webp);
  background-size: 790px;
  background-repeat: no-repeat;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "dnp-shuei-shogo-mincho-std", serif;
  color: rgba(99, 66, 40, 0.9);
  padding: 60px 70px;
  width: 790px;
  margin: 0 auto;
}
.sec3__text2 {
  background-image: url(../img/sec3-3.webp);
  background-size: 790px;
  background-repeat: no-repeat;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "dnp-shuei-shogo-mincho-std", serif;
  color: rgba(99, 66, 40, 0.9);
  padding: 60px 70px;
  width: 790px;
  margin: 0 auto;
}
.sec3__text3 {
  background-image: url(../img/sec3-4.webp);
  background-size: 790px;
  background-repeat: no-repeat;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "dnp-shuei-shogo-mincho-std", serif;
  color: rgba(99, 66, 40, 0.9);
  padding: 60px 70px;
  width: 790px;
  margin: 0 auto;
}
.sec3__text4 {
  background-image: url(../img/sec3-5.webp);
  background-size: 790px;
  background-repeat: no-repeat;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "dnp-shuei-shogo-mincho-std", serif;
  color: rgba(99, 66, 40, 0.9);
  padding: 80px 70px;
  width: 790px;
  margin: 0 auto;
}
.sec3__text5 {
  background-image: url(../img/sec3-6.webp);
  background-size: 790px;
  background-repeat: no-repeat;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "dnp-shuei-shogo-mincho-std", serif;
  color: rgba(99, 66, 40, 0.9);
  padding: 60px 70px;
  width: 790px;
  margin: 0 auto;
} */
@media screen and (max-width: 880px) {
  .sec3 {
    padding: 10px 0px;
  }
  .sec3__ttl {
    width: 280px;
  }
  /* .sec3__text,
  .sec3__text2,
  .sec3__text3,
  .sec3__text4,
  .sec3__text5 {
    background-size: 350px;
    background-position: right;
    width: 375px;
    font-size: 0.8rem;
    padding: 30px 55px;
    position: relative;
    top: 0;
    right: 5px;
  } */
}
/* /sec3 5つの悩み */

/* sec4  思考が現実を創る */
.sec4 {
  background-image: url(../img/sec4.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 20px;
}
.sec4__top__box {
  width: 100%;
  max-width: 640px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec4__second__box {
  background-image: url(../img/sec4-2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 65px;
  width: 100%;
  max-width: 590px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 2.8 / 5.3;
}
.sec4__text {
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(99, 66, 40, 0.7);
  font-family: "dnp-shuei-shogo-mincho-std", serif;
  letter-spacing: -1px;
  line-height: 170%;
}
.sec4__sub__text {
  font-weight: bold;
  color: rgba(99, 66, 40, 0.8);
}
@media screen and (max-width: 880px) {
  .sec4__second__box {
    background-size: 100% 100%;
    padding: 5% 3% 5% 8%;
    aspect-ratio: initial;
  }
  .sec4__text {
    font-size: 100%;
  }
}
/* /sec4  思考が現実を創る */

/* sec5  実践した方の変化  */
.sec5 {
  background-image: url(../img/sec5.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 20px 50px;
}
.sec5__tti {
  width: 610px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec5__tti__text {
  width: 100%;
  max-width: 620px;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "ヒラギノ明朝 StdN W3 Web", serif;
  color: rgba(99, 66, 40, 0.7);
  padding: 10px 20px;
  margin: 0 auto;
  letter-spacing: 2px;
  line-height: 120%;
}
.sec5__ttl__text__bold {
  font-weight: 900;
}
.sec5__item__box {
  position: relative;
  background-image: url(../img/sec5-5.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 660px;
  top: 0;
  left: 50%;
  right: calc(100% - 105%);
  transform: translateX(-50%);
  padding: 120px 25px 40px 30px;
  margin-top: 50px;
  aspect-ratio: 2 / 0.9;
}
.sec5__item__ttl {
  position: absolute;
  top: -20px;
  left: calc(100% - 107%);
  width: 450px;
}
.sec5__item__text {
  font-size: 1.79rem;
  font-weight: 600;
  font-family: "ヒラギノ明朝 StdN W3 Web", serif;
  color: rgba(99, 66, 40, 0.7);
}
.sec5__item__box2 {
  position: relative;
  background-image: url(../img/sec5-6.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 660px;
  top: 0;
  left: 50%;
  right: calc(100% - 100%);
  transform: translateX(-60%);
  padding: 120px 40px 60px;
  margin-top: 30px;
}
.sec5__item__ttl2 {
  position: absolute;
  top: -20px;
  right: calc(100% - 105%);
  width: 450px;
}
.sec5__item__text2 {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "ヒラギノ明朝 StdN W3 Web", serif;
  color: rgba(99, 66, 40, 0.7);
}
.sec5__item__box3 {
  position: relative;
  background-image: url(../img/sec5-7.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 660px;
  top: 0;
  left: 50%;
  right: calc(100% - 105%);
  transform: translateX(-50%);
  padding: 140px 30px 40px;
}
.sec5__item__ttl3 {
  position: absolute;
  top: -20px;
  left: 50%;
  right: calc(100% - 105%);
  transform: translateX(-63%);
  width: 620px;
}
.sec5__item__text3 {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "ヒラギノ明朝 StdN W3 Web", serif;
  color: rgba(99, 66, 40, 0.7);
}
.sec5__item__box4 {
  position: relative;
  background-image: url(../img/sec5-8.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 660px;
  top: 0;
  left: 50%;
  right: calc(100% - 100%);
  transform: translateX(-60%);
  padding: 130px 40px 40px;
  margin-top: 30px;
}
.sec5__item__ttl4 {
  position: absolute;
  top: -20px;
  right: calc(100% - 105%);
  width: 450px;
}
.sec5__item__text4 {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "ヒラギノ明朝 StdN W3 Web", serif;
  color: rgba(99, 66, 40, 0.7);
}
.sec5__item__box5 {
  position: relative;
  background-image: url(../img/sec5-5.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 660px;
  top: 0;
  left: 50%;
  right: calc(100% - 105%);
  transform: translateX(-50%);
  padding: 140px 30px 40px;
  margin-top: 30px;
  aspect-ratio: 2 / 0.9;
}
.sec5__item__ttl5 {
  position: absolute;
  top: -20px;
  left: calc(100% - 107%);
  width: 450px;
}
.sec5__item__text5 {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "ヒラギノ明朝 StdN W3 Web", serif;
  color: rgba(99, 66, 40, 0.7);
}
@media screen and (max-width: 880px) {
  .sec5 {
    padding: 50px 20px 30px;
  }
  .sec5__tti {
    width: 100%;
  }
  .sec5__tti__text,
  .sec5__tti__text5 {
    font-size: 100%;
    padding: 0px;
  }
  .sec5__item__box,
  .sec5__item__box3,
  .sec5__item__box5 {
    background-size: 100% 100%;
    width: 100%;
    padding: 20px;
    letter-spacing: -1.5px;
    line-height: 200%;
    margin-top: 40px;
  }
  .sec5__item__ttl,
  .sec5__item__ttl5 {
    top: -30px;
    width: 180px;
    left: -15px;
  }
  .sec5__item__text,
  .sec5__item__text2,
  .sec5__item__text3,
  .sec5__item__text4,
  .sec5__item__text5 {
    font-size: 95.5%;
  }
  .sec5__item__box2,
  .sec5__item__box4 {
    background-size: 100% 100%;
    width: 92%;
    letter-spacing: -1.5px;
    line-height: 200%;
    transform: translateX(-58%);
    padding: 30px 13px 15px;
  }
  .sec5__item__ttl2,
  .sec5__item__ttl4 {
    right: calc(90% - 100%);
    width: 190px;
  }
  .sec5__item__ttl3 {
    width: 230px;
    transform: translateX(-80%);
    left: 170px;
  }
  .sec5__item__box3 {
    padding: 30px 20px;
  }
}
/* /sec5  実践した方の変化  */

/* sec6 講師紹介 */
.sec6 {
  background-image: url(../img/sec6bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 20px 30px;
  overflow: hidden;
}
.sec6__inner {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec__ttl {
  width: 500px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec6__tti__text {
  font-size: 2rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 2.5px;
  font-family: "ヒラギノ明朝 StdN W3 Web", serif;
  color: rgba(99, 66, 40, 0.8);
  padding: 10px 20px;
  width: 700px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec6__item__box {
  position: relative;
  background-image: url(../img/sec6-3.webp);
  background-size: 800px;
  background-repeat: no-repeat;
  margin-top: 90px;
  padding: 50px 50px 130px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
}
.sec6__adviser {
  position: absolute;
  top: -110px;
  right: calc(100% - 93%);
  width: 280px;
}
.sec6__item__text {
  font-size: 1.5rem;
  font-weight: 500;
  color: rgba(99, 66, 40, 0.9);
  font-family: "ヒラギノ明朝 StdN W3 Web", serif;
  letter-spacing: -0.8px;
  line-height: 130%;
}
.sec6__neme {
  font-weight: 900;
}
.sec6__text,
.sec6__text2 {
  font-size: 1rem;
}
.sec6__space {
  height: 18px;
}
.sec6__item__box2 {
  position: relative;
  background-image: url(../img/sec6-3.webp);
  background-size: 800px;
  background-repeat: no-repeat;
  margin-top: 50px;
  padding: 50px 50px 80px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
}
@media screen and (max-width: 880px) {
  .sec6 {
    padding: 50px 10px 30px;
  }
  .sec__ttl {
    width: 80%;
  }
  .sec6__tti__text {
    font-size: 109%;
    line-height: 160%;
    letter-spacing: 0.8px;
    padding: 10px 0px;
    width: 100%;
  }
  .sec6__item__box,
  .sec6__item__box2 {
    background-size: 100% 100%;
    margin-top: 50px;
    padding: 30px 20px 50px;
    width: 100%;
  }
  .sec6__item__text {
    font-size: 100%;
    letter-spacing: -1px;
    line-height: 150%;
  }
  .sec6__text {
    font-size: 90%;
  }
  .sec6__text2 {
    font-size: 90%;
    /* display: block; */
  }
  .sp__hidden {
    display: none;
  }
  .sec6__adviser {
    top: -50px;
    right: 20px;
    width: 130px;
  }
}
/* /sec6 講師紹介 */

/* sec7 よくある質問 */
.sec7 {
  background-image: url(../img/sec7.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 20px 170px;
}
.sec7__ttl {
  width: 620px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec7__item__box {
  width: 700px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec7__item__ttl {
  background-image: url(../img/sec7-1.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  display: inline-block;
  padding: 30px 40px;
  margin-top: 30px;
}
.sec7__text {
  font-size: 1.6rem;
  font-weight: 900;
  color: rgba(99, 66, 40, 0.8);
  font-family: "ヒラギノ明朝 StdN W3 Web", serif;
  line-height: 160%;
}
.sec7__item__text {
  background-image: url(../img/sec7-2.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  font-size: 1.6rem;
  font-weight: 900;
  color: rgba(99, 66, 40, 0.8);
  font-family: "ヒラギノ明朝 StdN W3 Web", serif;
  line-height: 150%;
  padding: 60px 80px;
  margin: -60px 0 0 60px;
}
.sec7__item__text2 {
  background-image: url(../img/sec7-3.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  font-size: 1.6rem;
  font-weight: 900;
  color: rgba(99, 66, 40, 0.8);
  font-family: "ヒラギノ明朝 StdN W3 Web", serif;
  line-height: 150%;
  padding: 60px 80px;
  margin: -70px 0 0 60px;
}
.sec7__item__text3 {
  background-image: url(../img/sec7-3.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right;
  font-size: 1.6rem;
  font-weight: 900;
  color: rgba(99, 66, 40, 0.8);
  font-family: "ヒラギノ明朝 StdN W3 Web", serif;
  line-height: 310%;
  padding: 60px 80px;
  margin: -70px 0 0 50px;
  white-space: nowrap;
}
.sec7__item__text4 {
  background-image: url(../img/sec7-2.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right;
  font-size: 1.6rem;
  font-weight: 900;
  color: rgba(99, 66, 40, 0.8);
  font-family: "ヒラギノ明朝 StdN W3 Web", serif;
  line-height: 150%;
  padding: 70px 80px 50px;
  margin: -90px 0 0 60px;
}
.sec7__text2 {
  font-size: 1.4rem;
  font-weight: 900;
  color: rgba(99, 66, 40, 0.8);
  font-family: "ヒラギノ明朝 StdN W3 Web", serif;
  letter-spacing: -1px;
  line-height: 150%;
}
.sec7__text3 {
  font-size: 1.4rem;
  font-weight: 900;
  color: rgba(99, 66, 40, 0.8);
  font-family: "ヒラギノ明朝 StdN W3 Web", serif;
  letter-spacing: -1px;
  line-height: 150%;
  text-align: right;
  padding-left: 270px;
}
.sec7__text4 {
  font-size: 1.5rem;
  font-weight: 900;
  color: rgba(99, 66, 40, 0.8);
  font-family: "ヒラギノ明朝 StdN W3 Web", serif;
  letter-spacing: -1px;
  line-height: 150%;
}
@media screen and (max-width: 880px) {
  .sec7 {
    padding: 50px 20px 30px;
  }
  .sec7__ttl {
    width: 90%;
  }
  .sec7__item__box {
    width: 100%;
  }
  .sec7__item__ttl {
    background-size: 100% 100%;
    padding: 15px 20px;
  }
  .sec7__text,
  .sec7__text2,
  .sec7__text3,
  .sec7__text4 {
    font-size: 100%;
    letter-spacing: -1px;
  }
  .sec7__item__text,
  .sec7__item__text2,
  .sec7__item__text3,
  .sec7__item__text4 {
    background-size: 100% 100%;
    font-size: 100%;
    padding: 40px 0px 20px 40px;
    margin: -40px 0 0 10px;
    letter-spacing: -1px;
  }
  .sec7__text3 {
    padding-left: 140px;
  }
}
/* /sec7 よくある質問 */

/* sec8 お申込み */
.sec8 {
  background-image: url(../img/sec8.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 20px 30px;
}
.sec8__ttl {
  width: 440px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 40px;
}
iframe {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 730px;
  margin-top: 30px;
}
@media screen and (max-width: 880px) {
  .sec8 {
    background-size: 100% 100%;
    padding: 50px 20px 30px;
  }
  .sec8__ttl {
    width: 80%;
    margin-bottom: 20px;
  }
  iframe {
    width: 100%;
    margin-top: 20px;
  }
}
/* /sec8 お申込み */

/* sec9 メッセージ */
.sec9 {
  background-image: url(../img/sec9.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 30px 50px;
}
.sec9__ttl {
  width: 600px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -80px;
  z-index: 1;
}
.sec9__text {
  position: relative;
  background-image: url(../img/sec9-2.webp);
  background-size: 640px;
  background-repeat: no-repeat;
  background-position: top;
  padding: 40px 80px 70px;
  margin-top: 50px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 130%;
  font-family: "ヒラギノ明朝 StdN W3 Web", serif;
  color: rgba(99, 66, 40, 0.7);
  width: 700px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 880px) {
  .sec9 {
    background-size: 100% 100%;
    padding: 10px 20px 30px;
  }
  .sec9__ttl {
    width: 85%;
    margin-bottom: -50px;
  }
  .sec9__text {
    background-size: 100% 100%;
    padding: 30px 0px 30px 10px;
    margin-top: 40px;
    font-size: 100%;
    letter-spacing: -1px;
    width: 100%;
  }
}
/* /sec9 メッセージ */

/* footer  会社情報 */
footer {
  text-align: center;
  margin-top: 30px;
}
.footer__box {
  margin-bottom: 5px;
}
footer a {
  text-decoration: underline;
  color: blue;
}
footer p {
  font-size: 16px;
}
@media screen and (max-width: 880px) {
  footer a {
    font-size: 13px;
  }
  footer p {
    font-size: 10px;
  }
}
/* /footer  会社情報 */
