@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
.ttl-result {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .ttl-result {
    font-size: 0.28rem;
    margin-bottom: 0.6rem;
  }
}
.ttl-result .line-under {
  width: 100%;
  display: block;
  position: relative;
}
.ttl-result .line-under:after {
  content: "";
  display: inline-block;
  width: 100%;
  bottom: -20px;
}
@media screen and (max-width: 768px) {
  .ttl-result .line-under:after {
    bottom: -0.2rem;
  }
}

.result-contents {
  background: #fff;
  padding: 120px 0 120px;
  border-radius: 128px 0 128px 0;
}
@media screen and (max-width: 768px) {
  .result-contents {
    padding: 0.8rem 0 0.64rem;
    border-radius: 0.64rem 0 0.64rem 0;
    margin-top: -0.2rem;
  }
}
.result-contents h3 {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 2px dotted #707070;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .result-contents h3 {
    font-size: 0.24rem;
    padding-bottom: 0.12rem;
    text-align: center;
  }
}
.result-contents .txt-box p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .result-contents .txt-box p {
    font-size: 0.16rem;
  }
}

.page-section:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .page-section:not(:first-of-type) {
    margin-top: 0.8rem;
  }
}

.page-result {
  position: relative;
}
.page-result:before {
  content: "";
  display: inline-block;
  width: 197.62px;
  height: 155.93px;
  position: absolute;
  top: -120px;
  left: 220px;
  background-image: url("../images/common/mv-obj3.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .page-result:before {
    content: none;
  }
}

#page-footer {
  position: relative;
}
@media screen and (max-width: 768px) {
  #page-footer {
    padding-bottom: 0.8rem;
  }
  #page-footer .sec-ttl {
    font-size: 0.2rem;
  }
}
#page-footer:before {
  content: "";
  display: inline-block;
  width: 140.05px;
  height: 145.52px;
  position: absolute;
  top: -60px;
  left: 220px;
  z-index: 1;
  background-image: url("../images/common/obj-f1.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #page-footer:before {
    width: 0.9911rem;
    height: 1.0296rem;
    top: -0.5rem;
    left: initial;
    right: 0.4rem;
  }
}
#page-footer .inner {
  background: #eaf8ff;
  border-radius: 0 128px 0 128px;
  padding: 80px 120px;
}
@media screen and (max-width: 768px) {
  #page-footer .inner {
    border-radius: 0 0.64rem 0 0.64rem;
    padding: 0.55rem 0;
  }
}
#page-footer .pf-box {
  background: #fff;
  padding: 40px 80px;
  border-radius: 0 48px 0 48px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #page-footer .pf-box {
    padding: 0.4rem 0.355rem;
  }
}
#page-footer .pf-box > p {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #page-footer .pf-box > p {
    font-size: 0.14rem;
  }
}
#page-footer .pf-box > p.desc-txt {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}
#page-footer .pf-box .btn-primary {
  margin: 24px auto 0;
}
@media screen and (max-width: 768px) {
  #page-footer .pf-box .btn-primary {
    margin-top: 0.24rem;
  }
}
#page-footer .sns-list {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  #page-footer .sns-list {
    margin-top: 0.24rem;
    gap: 0.26rem;
  }
}
#page-footer .sns-list li {
  width: 34px;
  height: 34px;
}
@media screen and (max-width: 768px) {
  #page-footer .sns-list li {
    width: 0.34rem;
    height: 0.34rem;
  }
}
#page-footer .pf-box2 {
  background: #fff;
  padding: 40px 80px;
  border-radius: 0 48px 0 48px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #page-footer .pf-box2 {
    padding: 0.32rem 0.32rem;
    margin: 0 0.32rem;
  }
}
#page-footer .pf-box2 > p {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #page-footer .pf-box2 > p {
    font-size: 0.14rem;
  }
}
#page-footer .pf-box2 .btn-primary {
  margin: 24px auto 0;
  max-width: 350px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #page-footer .pf-box2 .btn-primary {
    margin-top: 0.24rem;
  }
}
#page-footer .pf-box2 .txt-carink {
  position: absolute;
  top: -40px;
  left: 100px;
  z-index: 1;
  rotate: -15deg;
}
@media screen and (max-width: 768px) {
  #page-footer .pf-box2 .txt-carink {
    top: -0.3rem;
    left: -0.16rem;
    width: 1.85rem;
    height: auto;
  }
}
#page-footer .pf-box2:before {
  content: "";
  display: inline-block;
  width: 99.11px;
  height: 98.74px;
  position: absolute;
  left: 150px;
  bottom: 50px;
  z-index: -1;
  background-image: url("../images/common/obj-f3.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #page-footer .pf-box2:before {
    background-image: url("../images/common/obj-f3_sp.svg");
    width: 0.7091rem;
    height: 0.7064rem;
    left: -0.1rem;
    bottom: -0.3rem;
    top: initial;
    right: initial;
  }
}
#page-footer .pf-box2:after {
  content: "";
  display: inline-block;
  width: 285.82px;
  height: 377.82px;
  position: absolute;
  right: -50px;
  top: -40px;
  z-index: 1;
  background-image: url("../images/common/obj-f2.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #page-footer .pf-box2:after {
    background-image: url("../images/common/obj-f2_sp.svg");
    width: 1.2648rem;
    height: 1.5301rem;
    right: initial;
    top: initial;
    bottom: -1.1rem;
    left: initial;
    right: 0.2rem;
  }
}
#page-footer .pf-box3 {
  background: #fff;
  padding: 40px 80px;
  border-radius: 0 48px 0 48px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #page-footer .pf-box3 {
    padding: 0.32rem 0.32rem;
    margin: 0 0.32rem;
  }
}
#page-footer .pf-box3 .pf3-ttl {
  font-size: 18px;
  text-align: center;
}
#page-footer .pf-box3 .txt-carink {
  position: absolute;
  top: -130px;
  left: 105px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #page-footer .pf-box3 .txt-carink {
    top: -0.5rem;
    left: -0.18rem;
    width: 1.85rem;
    height: auto;
  }
}
#page-footer .pf-box3:before {
  content: "";
  display: inline-block;
  width: 99.11px;
  height: 98.74px;
  position: absolute;
  left: 120px;
  bottom: -30px;
  z-index: -1;
  background-image: url("../images/common/obj-f9.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #page-footer .pf-box3:before {
    background-image: url("../images/common/obj-f3_sp.svg");
    width: 0.7091rem;
    height: 0.7064rem;
    left: -0.1rem;
    bottom: -0.3rem;
    top: initial;
    right: initial;
  }
}
#page-footer .pf-box3:after {
  content: "";
  display: inline-block;
  width: 276.79px;
  height: 244px;
  position: absolute;
  right: -50px;
  top: -70px;
  z-index: 1;
  background-image: url("../images/common/obj-f8.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #page-footer .pf-box3:after {
    background-image: url("../images/common/obj-f8_sp.svg");
    width: 0.7427rem;
    height: 0.6544rem;
    top: initial;
    bottom: -1.1rem;
    left: initial;
    right: 0.2rem;
  }
}
#page-footer.result-footer:before {
  top: -100px;
}
@media screen and (max-width: 768px) {
  #page-footer.result-footer:before {
    width: 0.9911rem;
    height: 1.0296rem;
    top: -0.5rem;
    left: 0.2rem;
  }
}
#page-footer.result-footer .inner {
  position: relative;
}
#page-footer.result-footer .sec-header {
  z-index: 2;
  position: relative;
}
#page-footer.result-footer .pf-box {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #page-footer.result-footer .pf-box {
    margin: 0.4rem 0.32rem 0;
  }
}
#page-footer.result-footer .pf-box .txt-carink {
  position: absolute;
  top: -210px;
  left: -20px;
  transform: rotate(-15deg);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #page-footer.result-footer .pf-box .txt-carink {
    top: -0.6rem;
    left: -0.16rem;
    width: 1.85rem;
    height: auto;
  }
}
#page-footer.result-footer .pf-box:before {
  content: "";
  display: inline-block;
  width: 99.11px;
  height: 98.74px;
  position: absolute;
  left: 150px;
  bottom: 0;
  z-index: -1;
  background-image: url("../images/common/obj-f6.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #page-footer.result-footer .pf-box:before {
    content: none;
    width: 0.7091rem;
    height: 0.7064rem;
    left: initial;
    bottom: initial;
    top: -1.2rem;
    right: -0.64rem;
  }
}
#page-footer.result-footer .pf-box:after {
  content: "";
  display: inline-block;
  width: 176.79px;
  height: 213.86px;
  position: absolute;
  right: -80px;
  top: -60px;
  z-index: 1;
  background-image: url("../images/common/obj-f4.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #page-footer.result-footer .pf-box:after {
    width: 1.2648rem;
    height: 1.5301rem;
    right: initial;
    top: initial;
    bottom: -1.2rem;
    left: 0rem;
  }
}/*# sourceMappingURL=page.css.map */