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

top-mv

*************************************************/
.top-mv {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 28rem;
  gap: 1.4rem;
  background-color: #f9f5ee;
}
@media screen and (max-width: 992px) {
  .top-mv {
    height: 18rem;
  }
}
@media screen and (max-width: 992px) {
  .top-mv {
    height: 16.2rem;
  }
}
.top-mv > * {
  position: relative;
  z-index: 3;
}

.top-mv-title {
  font-size: 5.75rem;
  font-weight: 700;
  line-height: 1.1875;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1220px) {
  .top-mv-title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 992px) {
  .top-mv-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .top-mv-title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 374px) {
  .top-mv-title {
    font-size: 2.4rem;
  }
}

/* top-mv-btn
---------------------------------------*/
.top-mv-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-mv-btn__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;
  gap: 1.4rem;
  height: 7rem;
  padding: 0 3rem;
  color: #fff;
  text-decoration: none;
  background-color: #e7456c;
  border-radius: 10rem;
}
@media screen and (max-width: 992px) {
  .top-mv-btn__anchor {
    height: 6rem;
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-mv-btn__anchor {
    gap: 0.9rem;
    height: 4.5rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 374px) {
  .top-mv-btn__anchor {
    gap: 0.6rem;
    height: 4rem;
    padding: 0 1.6rem;
  }
}
.top-mv-btn__anchor > * {
  position: relative;
  z-index: 2;
}
.top-mv-btn__anchor::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: #fff solid 0.2rem;
  border-radius: 10rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-mv-btn__anchor::before {
    border-width: 0.1rem;
  }
}

.top-mv-btn__anchor-text {
  font-size: 2.1rem;
  font-weight: 800;
}
@media screen and (max-width: 992px) {
  .top-mv-btn__anchor-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top-mv-btn__anchor-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 374px) {
  .top-mv-btn__anchor-text {
    font-size: 1.2rem;
  }
}

.top-mv-btn__anchor-arw {
  width: 1.1rem;
  line-height: 0;
}
@media screen and (max-width: 992px) {
  .top-mv-btn__anchor-arw {
    width: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .top-mv-btn__anchor-arw {
    width: 0.8rem;
  }
}
.top-mv-btn__anchor-arw svg {
  width: 100%;
}
.top-mv-btn__anchor-arw .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 0.27rem;
}

/* top-mv-img
---------------------------------------*/
.top-mv-img {
  overflow: hidden;
  position: absolute;
  line-height: 0;
  z-index: 1;
}
.top-mv-img.is-01 {
  bottom: 0;
  left: calc(50% + 40.625rem);
  width: 23rem;
}
@media screen and (max-width: 1310px) {
  .top-mv-img.is-01 {
    left: auto;
    right: 18.5rem;
  }
}
@media screen and (max-width: 992px) {
  .top-mv-img.is-01 {
    right: 10.5rem;
    width: 12.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-mv-img.is-01 {
    left: 0.3rem;
    width: 8.15rem;
    -webkit-transform: translateY(53%);
            transform: translateY(53%);
  }
}
.top-mv-img.is-02 {
  bottom: 0;
  left: calc(50% + 61.875rem);
  width: 19.875rem;
}
@media screen and (max-width: 1310px) {
  .top-mv-img.is-02 {
    left: auto;
    right: 0rem;
  }
}
@media screen and (max-width: 992px) {
  .top-mv-img.is-02 {
    width: 11rem;
  }
}
@media screen and (max-width: 767px) {
  .top-mv-img.is-02 {
    right: 1.3rem;
    width: 7.7rem;
    -webkit-transform: translateY(53%);
            transform: translateY(53%);
  }
}
.top-mv-img.is-03 {
  top: 50%;
  right: calc(50% + 46.25rem);
  width: 29.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1310px) {
  .top-mv-img.is-03 {
    left: 1rem;
    right: auto;
  }
}
@media screen and (max-width: 992px) {
  .top-mv-img.is-03 {
    width: 18rem;
  }
}
@media screen and (max-width: 767px) {
  .top-mv-img.is-03 {
    top: 1rem;
    width: 7.5rem;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

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

top-aboutbtn

*************************************************/
.top-aboutbtn {
  width: min(127.2rem, 100% - 2rem);
  margin: 5rem auto 3rem;
}
@media screen and (max-width: 767px) {
  .top-aboutbtn {
    margin: 3rem auto 1.5rem;
  }
}

.top-aboutbtn__anchor {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  min-height: 10rem;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 800;
  background-color: #ff6192;
  text-decoration: none;
  border-radius: 0.8rem;
  border: #000 solid 0.3rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0 #000;
          box-shadow: 0.4rem 0.4rem 0 #000;
}
@media screen and (max-width: 767px) {
  .top-aboutbtn__anchor {
    min-height: 6rem;
    font-size: 1.4rem;
    border-width: 0.1rem;
    border-radius: 1rem;
    -webkit-box-shadow: 0.2rem 0.2rem 0 #000;
            box-shadow: 0.2rem 0.2rem 0 #000;
  }
}
@media (any-hover: hover) {
  .top-aboutbtn__anchor:hover .top-aboutbtn__anchor-arw {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
}

.top-aboutbtn__anchor-arw {
  position: absolute;
  top: 0;
  right: 2rem;
  width: 4rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .top-aboutbtn__anchor-arw {
    right: 1.8rem;
    width: 1.4rem;
  }
}
.top-aboutbtn__anchor-arw svg {
  width: 100%;
}
.top-aboutbtn__anchor-arw .cls-1 {
  fill: #fff;
}
.top-aboutbtn__anchor-arw .cls-2 {
  fill: none;
  stroke: #e7456c;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 0.3rem;
}

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

top-bigbtns

*************************************************/
.top-bigbtns {
  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;
  margin: 4rem auto 3rem;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .top-bigbtns {
    gap: 0.8rem;
    margin: 1rem 1rem 1.6rem;
    padding: 0;
  }
}

.top-bigbtns-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -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;
  width: min(61.6rem, 50% - 1.7rem);
  min-height: 20rem;
  color: #000000;
  text-align: center;
  text-decoration: none;
  border: #000000 solid 0.3rem;
  border-radius: 1rem;
  line-height: 1.1;
  -webkit-box-shadow: 0.5rem 0.5rem 0 #000000;
          box-shadow: 0.5rem 0.5rem 0 #000000;
}
@media screen and (max-width: 1290px) {
  .top-bigbtns-btn {
    padding: 1rem 0 1.5rem;
    min-height: 15.503875969vw;
  }
}
@media screen and (max-width: 767px) {
  .top-bigbtns-btn {
    display: block;
    width: calc(50% - 0.5rem);
    min-height: auto;
    padding: 0.5rem 0 1rem;
    border-width: 0.1rem;
    -webkit-box-shadow: 0.3rem 0.3rem 0 #000000;
            box-shadow: 0.3rem 0.3rem 0 #000000;
  }
}
.top-bigbtns-btn.is-01 {
  background-color: #5ecfff;
}
.top-bigbtns-btn.is-02 {
  background-color: #ffc2d5;
}
@media (any-hover: hover) {
  .top-bigbtns-btn:hover .top-bigbtns-arw {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
}

.top-bigbtns-blow {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: 31.5rem;
  height: 7rem;
  border: #000000 solid 0.3rem;
  background-color: #fff;
  border-radius: 10rem;
}
@media screen and (max-width: 1290px) {
  .top-bigbtns-blow {
    width: 21.7054263566vw;
  }
}
@media screen and (max-width: 767px) {
  .top-bigbtns-blow {
    width: min(16.3rem, 100% - 1rem);
    height: 4rem;
    margin: 0 auto 1rem;
    border-width: 0.1rem;
  }
}
.top-bigbtns-blow::before {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  content: "";
  border-top: #000000 solid 1.5rem;
  border-right: transparent solid 1.2rem;
  border-left: transparent solid 1.2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-bigbtns-blow::before {
    border-top-width: 0.7rem;
    border-right-width: 0.6rem;
    border-left-width: 0.6rem;
  }
}
.top-bigbtns-blow::after {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  content: "";
  border-top: #fff solid 1.1rem;
  border-right: transparent solid 0.8rem;
  border-left: transparent solid 0.8rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-bigbtns-blow::after {
    border-top-width: 0.6rem;
    border-right-width: 0.5rem;
    border-left-width: 0.5rem;
  }
}

.top-bigbtns-blow__text {
  margin-bottom: 0.3rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1290px) {
  .top-bigbtns-blow__text {
    font-size: 1.3953488372vw;
  }
}
@media screen and (max-width: 767px) {
  .top-bigbtns-blow__text {
    font-size: min(1.1rem, 1.1 * 10 / 375 * 100vw);
  }
}
.top-bigbtns-blow__text strong {
  font-weight: 700;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(87%, transparent), color-stop(0%, #ffe388)) repeat scroll;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 87%, #ffe388 0%) repeat scroll;
}

.top-bigbtns-title {
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1290px) {
  .top-bigbtns-title {
    font-size: 2.015503876vw;
  }
}
@media screen and (max-width: 767px) {
  .top-bigbtns-title {
    font-size: min(1.6rem, 1.6 * 10 / 375 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  .top-bigbtns-title {
    font-size: 1.2rem;
  }
}
.top-bigbtns-title strong {
  font-size: 3.7rem;
  font-weight: 700;
}
@media screen and (max-width: 1290px) {
  .top-bigbtns-title strong {
    font-size: 2.6356589147vw;
  }
}
@media screen and (max-width: 767px) {
  .top-bigbtns-title strong {
    font-size: min(1.6rem, 1.6 * 10 / 375 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  .top-bigbtns-title strong {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .is-01 .top-bigbtns-title {
    padding-left: 2rem;
  }
}

.top-bigbtns-img {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-bigbtns-img {
    overflow: hidden;
    position: static;
    margin: 0 auto;
  }
}
.is-01 .top-bigbtns-img {
  top: 2rem;
  left: 1.5rem;
  width: 9.7rem;
}
@media screen and (max-width: 1290px) {
  .is-01 .top-bigbtns-img {
    width: 7.519379845vw;
  }
}
@media screen and (max-width: 767px) {
  .is-01 .top-bigbtns-img {
    width: 4.9rem;
    height: 5.6rem;
  }
}
.is-02 .top-bigbtns-img {
  top: 2rem;
  left: 3rem;
  width: 9.8rem;
}
@media screen and (max-width: 1290px) {
  .is-02 .top-bigbtns-img {
    width: 7.5968992248vw;
  }
}
@media screen and (max-width: 767px) {
  .is-02 .top-bigbtns-img {
    width: 4.6rem;
    height: 5.6rem;
  }
}

.top-bigbtns-arw {
  position: absolute;
  top: 0;
  right: 2.8rem;
  width: 4rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .top-bigbtns-arw {
    position: static;
    width: 1.8rem;
    height: 1.8rem;
    margin: 1rem auto 0;
  }
}
.top-bigbtns-arw svg {
  width: 100%;
}
.top-bigbtns-arw .cls-1 {
  fill: #fff;
}
.top-bigbtns-arw .cls-2 {
  fill: none;
  stroke: #000000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 0.3rem;
}
.is-01 .top-bigbtns-arw .cls-2 {
  stroke: #5ecfff;
}
.is-02 .top-bigbtns-arw .cls-2 {
  stroke: #ffc2d5;
}

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

top-checkleadbtn

*************************************************/
.top-checkleadbtn {
  width: min(127.2rem, 100% - 2rem);
  margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
  .top-checkleadbtn {
    margin-bottom: 1.5rem;
  }
}

.top-checkleadbtn__anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #000000;
  background-color: #fee78c;
  text-decoration: none;
  border-radius: 10rem;
  border: #000000 solid 0.2rem;
  line-height: 1.3;
  text-align: center;
  -webkit-box-shadow: 0.3rem 0.3rem 0 #000000;
          box-shadow: 0.3rem 0.3rem 0 #000000;
}
@media screen and (max-width: 1290px) {
  .top-checkleadbtn__anchor {
    font-size: 2.1705426357vw;
  }
}
@media screen and (max-width: 767px) {
  .top-checkleadbtn__anchor {
    height: 4rem;
    font-size: min(1.4rem, 1.4 * 10 / 375 * 100vw);
    border-width: 0.1rem;
    -webkit-box-shadow: 0.2rem 0.2rem 0 #000000;
            box-shadow: 0.2rem 0.2rem 0 #000000;
  }
}
@media (any-hover: hover) {
  .top-checkleadbtn__anchor:hover .top-checkleadbtn__anchor-arw svg {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}

.top-checkleadbtn__anchor-arw {
  position: absolute;
  top: 0;
  right: 2.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.1rem;
  height: 100%;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-checkleadbtn__anchor-arw {
    width: 1.4rem;
    right: 1.7rem;
  }
}
@media screen and (max-width: 374px) {
  .top-checkleadbtn__anchor-arw {
    right: 1rem;
    width: 1.2rem;
  }
}
.top-checkleadbtn__anchor-arw svg {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.top-checkleadbtn__anchor-arw .cls-1 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 0.3rem;
}

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

top-listbtns01

*************************************************/
.top-listbtns01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 4rem;
  width: min(127.2rem, 100% - 2rem);
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .top-listbtns01 {
    gap: 1rem 1rem;
    margin-bottom: 2rem;
  }
}

.top-listbtns01__item {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 767px) {
  .top-listbtns01__item {
    width: calc(50% - 0.5rem);
  }
}

.top-listbtns01__anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  min-height: 7.8rem;
  padding: 1rem 7rem 1rem 3rem;
  color: #000000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  border: #000000 solid 0.2rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0.3rem 0.3rem 0 #000000;
          box-shadow: 0.3rem 0.3rem 0 #000000;
}
@media screen and (max-width: 992px) {
  .top-listbtns01__anchor {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-listbtns01__anchor {
    min-height: 4rem;
    padding: 0.7rem 3rem 0.7rem 1.3rem;
    color: #000000;
    font-size: min(1.4rem, 1.4 * 10 / 375 * 100vw);
    border-radius: 1.2rem;
    border-width: 0.1rem;
    -webkit-box-shadow: 0.2rem 0.2rem 0 #000000;
            box-shadow: 0.2rem 0.2rem 0 #000000;
  }
}
@media (any-hover: hover) {
  .top-listbtns01__anchor:hover .top-listbtns01__anchor-arw svg {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
}

.top-listbtns01__anchor-arw {
  position: absolute;
  top: 0;
  right: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.2rem;
  height: 100%;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-listbtns01__anchor-arw {
    width: 1.4rem;
    right: 1.7rem;
  }
}
@media screen and (max-width: 374px) {
  .top-listbtns01__anchor-arw {
    right: 1rem;
    width: 1.2rem;
  }
}
.top-listbtns01__anchor-arw svg {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.top-listbtns01__anchor-arw .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}
.top-listbtns01__anchor-arw .cls-2 {
  fill: #e7456c;
}

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

top-calculation

*************************************************/
.top-calculation {
  padding: 4rem 1rem;
  background-color: #f9f5ee;
}
@media screen and (max-width: 767px) {
  .top-calculation {
    padding: 2rem 1rem;
  }
}

.top-calculation-title {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  height: 7rem;
  margin: 0 auto 3.5rem;
  font-size: 3.2rem;
  font-weight: 700;
  border-radius: 10rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.07em;
}
@media screen and (max-width: 992px) {
  .top-calculation-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-calculation-title {
    height: 3.2rem;
    margin: 0 auto 1rem;
    border-width: 0.1rem;
    font-size: min(1.4rem, 1.4 * 10 / 375 * 100vw);
  }
}
.top-calculation-title .in-img {
  margin: 0.1em;
  padding-top: 0.2rem;
  line-height: 0;
}
@media screen and (max-width: 992px) {
  .top-calculation-title .in-img {
    width: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top-calculation-title .in-img {
    width: min(1.1rem, 1.1 * 10 / 375 * 100vw);
    margin-left: 0;
    padding-top: 0.1rem;
  }
}
.top-calculation-title strong {
  color: #4c80da;
}
.top-calculation-title::before {
  position: absolute;
  top: 100%;
  left: 50%;
  border-top: #000000 solid 1.5rem;
  border-right: transparent solid 1.2rem;
  border-left: transparent solid 1.2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-calculation-title::before {
    border-top-width: 0.7rem;
    border-right-width: 0.7rem;
    border-left-width: 0.7rem;
  }
}
.top-calculation-title::after {
  position: absolute;
  top: 100%;
  left: 50%;
  border-top: #fff solid 1.1rem;
  border-right: transparent solid 0.8rem;
  border-left: transparent solid 0.8rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-calculation-title::after {
    border-top-width: 0.6rem;
    border-right-width: 0.5rem;
    border-left-width: 0.5rem;
  }
}

.top-calculation-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-calculation-btns {
    gap: 1.5rem 1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.top-calculation-btns__anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 10rem;
  padding: 0 2rem;
  color: #000000;
  text-decoration: none;
  background-color: #fff;
  border: #000000 solid 0.3rem;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0.3rem 0.3rem 0 #000000;
          box-shadow: 0.3rem 0.3rem 0 #000000;
}
@media screen and (max-width: 767px) {
  .top-calculation-btns__anchor {
    width: calc(50% - 0.5rem);
    min-height: 4rem;
    padding: 0 0.5rem;
    border-width: 0.2rem;
    -webkit-box-shadow: 0.2rem 0.2rem 0 #000000;
            box-shadow: 0.2rem 0.2rem 0 #000000;
    border-radius: 0.7rem;
  }
  .top-calculation-btns__anchor:last-child {
    margin-left: auto;
  }
}

.top-calculation-btns__anchor-text {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.23;
}
@media screen and (max-width: 767px) {
  .top-calculation-btns__anchor-text {
    font-size: min(1.2rem, 1.2 * 10 / 375 * 100vw);
  }
}
@media screen and (max-width: 400px) {
  .top-calculation-btns__anchor-text {
    font-size: min(1.1rem, 1.1 * 10 / 375 * 100vw);
  }
}
.top-calculation-btns__anchor-text img {
  display: inline-block;
  vertical-align: baseline;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-calculation-btns__anchor-text img {
    width: 1rem;
  }
}

.top-calculation-btns__anchor-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  padding: 0 0.7rem;
  background-color: #3f77d1;
  border-radius: 0.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top-calculation-btns__anchor-label {
    gap: 0.2rem;
    padding: 0.1rem 0.4rem;
    border-radius: 0.3rem;
  }
}
.top-calculation-btns__anchor-label .in-text {
  color: #fff;
  font-weight: 700;
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .top-calculation-btns__anchor-label .in-text {
    font-size: min(1.2rem, 1.2 * 10 / 375 * 100vw);
  }
}
@media screen and (max-width: 400px) {
  .top-calculation-btns__anchor-label .in-text {
    font-size: min(1rem, 1 * 10 / 375 * 100vw);
  }
}
.top-calculation-btns__anchor-label .in-img {
  width: 1.6rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-calculation-btns__anchor-label .in-img {
    width: 0.8rem;
  }
}
@media screen and (max-width: 400px) {
  .top-calculation-btns__anchor-label .in-img {
    width: 0.7rem;
  }
}

.top-calculation-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  max-width: 95.625rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (max-width: 992px) {
  .top-calculation-types {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-calculation-types {
    gap: 0;
  }
}

.top-calculation-types__group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top-calculation-types__group {
    width: calc(50% - 0.4rem);
    border-radius: 1rem;
  }
}
.top-calculation-types__group.is-jigyonushi {
  width: 30.0653594771%;
}
@media screen and (max-width: 767px) {
  .top-calculation-types__group.is-jigyonushi {
    width: calc(50% - 1rem);
  }
}
.top-calculation-types__group.is-jugyouin {
  width: 62.7450980392%;
}
@media screen and (max-width: 767px) {
  .top-calculation-types__group.is-jugyouin {
    width: calc(50% - 1rem);
  }
}

.top-calculation-types__title {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 26.375rem;
  min-height: 6.25rem;
  margin: 0 auto 2rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  background-color: #fff;
  border-radius: 10rem;
  border: #000 solid 0.2rem;
}
@media screen and (max-width: 992px) {
  .top-calculation-types__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-calculation-types__title {
    min-height: 4.25rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
}
.is-jigyonushi .top-calculation-types__title .in-text {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(87%, transparent), color-stop(0%, #69d3ff)) repeat scroll;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 87%, #69d3ff 0%) repeat scroll;
}
.is-jugyouin .top-calculation-types__title .in-text {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(87%, transparent), color-stop(0%, #ffc8da)) repeat scroll;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 87%, #ffc8da 0%) repeat scroll;
}
.top-calculation-types__title::before {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  content: "";
  border-top: #000000 solid 0.9rem;
  border-right: transparent solid 0.9rem;
  border-left: transparent solid 0.9rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-calculation-types__title::before {
    border-top-width: 0.7rem;
    border-right-width: 0.7rem;
    border-left-width: 0.7rem;
  }
}
.top-calculation-types__title::after {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  content: "";
  border-top: #fff solid 0.8rem;
  border-right: transparent solid 0.7rem;
  border-left: transparent solid 0.7rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-calculation-types__title::after {
    border-top-width: 0.6rem;
    border-right-width: 0.5rem;
    border-left-width: 0.5rem;
  }
}

.top-calculation-types__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-calculation-types__list {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.top-calculation-types__list-item {
  width: calc(50% - 0.7rem);
}
@media screen and (max-width: 992px) {
  .top-calculation-types__list-item {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 767px) {
  .top-calculation-types__list-item {
    width: 100%;
  }
}
.is-jigyonushi .top-calculation-types__list-item {
  width: 100%;
}

.top-calculation-types__list-anchor {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-right: 3rem;
  color: #000000;
  text-decoration: none;
  border-radius: 1.5rem;
  border: #000 solid 0.2rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0 #000;
          box-shadow: 0.4rem 0.4rem 0 #000;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .top-calculation-types__list-anchor {
    padding: 0;
    border-radius: 1rem;
    -webkit-box-shadow: 0.2rem 0.2rem 0 #000;
            box-shadow: 0.2rem 0.2rem 0 #000;
    border-width: 0.1rem;
  }
}
.is-jigyonushi01 .top-calculation-types__list-anchor {
  background-color: #effaff;
}
.is-jugyouin .top-calculation-types__list-anchor {
  background-color: #fff4f8;
}

.top-calculation-types__list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .top-calculation-types__list-title {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 374px) {
  .top-calculation-types__list-title {
    padding-top: 1rem;
    text-align: center;
  }
}
.top-calculation-types__list-title .in-text {
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 992px) {
  .top-calculation-types__list-title .in-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top-calculation-types__list-title .in-text {
    font-size: 1.3rem;
  }
}
.top-calculation-types__list-title .in-text img {
  width: 2rem;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
@media screen and (max-width: 992px) {
  .top-calculation-types__list-title .in-text img {
    width: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .top-calculation-types__list-title .in-text img {
    width: 1.4rem;
  }
}
@media screen and (max-width: 374px) {
  .top-calculation-types__list-title .in-text img {
    width: 1.2rem;
  }
}

.top-calculation-types__list-img {
  aspect-ratio: 254/155;
  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;
  text-align: center;
  line-height: 0;
}
.is-jigyonushi01 .top-calculation-types__list-img img {
  width: 73.8197424893%;
}
.is-jugyouin01 .top-calculation-types__list-img img {
  width: 57.5107296137%;
}
.is-jugyouin02 .top-calculation-types__list-img img {
  width: 41.6309012876%;
}

.top-calculation-types__list-arw {
  position: absolute;
  top: 0;
  right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.125rem;
  height: 100%;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-calculation-types__list-arw {
    position: static;
    width: 1.8rem;
    margin: 0 auto 1rem;
  }
}
.top-calculation-types__list-arw svg {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.top-calculation-types__list-arw .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}
.top-calculation-types__list-arw .cls-2 {
  fill: #e7456c;
}
.is-jigyonushi .top-calculation-types__list-arw .cls-2 {
  fill: #69d3ff;
}
.is-jugyouin .top-calculation-types__list-arw .cls-2 {
  fill: #eb4e78;
}

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

top-check

*************************************************/
.top-check {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .top-check {
    padding: 2rem 0;
  }
}

.top-check-cap {
  width: min(88rem, 100% - 4rem);
  margin: 1.5rem auto 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top-check-cap {
    font-size: 1rem;
  }
}

.top-check-title {
  margin-bottom: 1rem;
  font-size: 3.125rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top-check-title {
    font-size: min(1.4rem, 1.4 * 10 / 375 * 100vw);
    margin-bottom: 1rem;
  }
}

.top-check-sub {
  margin-bottom: 2rem;
  font-size: 1.75rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top-check-sub {
    margin-bottom: 1.5rem;
    font-size: min(1.2rem, 1.2 * 10 / 375 * 100vw);
  }
}

.top-check-area {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(87.5rem, 100% - 4rem);
  margin: 0 auto;
  border: #000 solid 0.2rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .top-check-area {
    border-width: 0.1rem;
    border-radius: 1rem;
  }
}

/* top-check-area__change
---------------------------------------*/
.top-check-area__change {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 28.5rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .top-check-area__change {
    min-height: 25rem;
    padding-bottom: 1.5rem;
  }
}

.top-check-slider {
  position: relative;
  z-index: 10;
}
.top-check-slider .swiper-slide {
  height: auto;
}

.top-check-area__change-head {
  position: relative;
  padding-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-check-area__change-head {
    padding-top: 2rem;
  }
}

.top-check-area__change-img {
  position: absolute;
  bottom: 0;
  line-height: 0;
}

.top-check-area__change-label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20rem;
  height: 4.6rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 auto 2rem;
  border: #000 solid 0.2rem;
  background-color: #e7456c;
  border-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .top-check-area__change-label {
    width: 14rem;
    height: 3rem;
    font-size: 1.4rem;
    border-width: 0.1rem;
  }
}
.top-check-area__change-label::before {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  content: "";
  border-top: #000000 solid 1rem;
  border-right: transparent solid 0.8rem;
  border-left: transparent solid 0.8rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-check-area__change-label::before {
    border-top-width: 0.7rem;
    border-right-width: 0.6rem;
    border-left-width: 0.6rem;
  }
}
.top-check-area__change-label::after {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  content: "";
  border-top: #e7456c solid 0.7rem;
  border-right: transparent solid 0.5rem;
  border-left: transparent solid 0.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-check-area__change-label::after {
    border-top-width: 0.6rem;
    border-right-width: 0.5rem;
    border-left-width: 0.5rem;
  }
}

.top-check-area__change-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top-check-area__change-title {
    font-size: 1.6rem;
  }
}

.top-check-area__change-sub {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-check-area__change-sub {
    font-size: 1.4rem;
  }
}
.top-check-area__change-sub sup {
  font-size: 0.5em;
}

.top-check-area__change-caps {
  max-width: 77rem;
  margin: 2rem auto 0;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-check-area__change-caps {
    margin: 1.5rem 1.7rem 0;
    font-size: 1rem;
  }
}

/* top-check-area__result
---------------------------------------*/
.top-check-area__result {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3rem 3rem 2rem;
  height: 100%;
  background-color: #fde78b;
}
@media screen and (max-width: 767px) {
  .top-check-area__result {
    padding: 3.5rem 2rem 1.5rem;
  }
}

.top-check-area__result-title {
  margin-bottom: 3rem;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-check-area__result-title {
    margin-bottom: 2.5rem;
    font-size: 1.4rem;
  }
}

.top-check-area__result-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .top-check-area__result-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.top-check-area__result-type--box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: min(37.5rem, 100%);
  min-height: 11rem;
  padding-top: 1rem;
  border-radius: 1rem;
  border: #000 solid 0.2rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .top-check-area__result-type--box {
    width: 100%;
    padding: 2rem 0 1.2rem;
    min-height: 10rem;
    border-width: 0.1rem;
  }
}

.top-check-area__result-type--blow {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 50%;
  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: 19rem;
  height: 4rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  border: #000000 solid 0.2rem;
  background-color: #eb4e78;
  border-radius: 10rem;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
}
@media screen and (max-width: 767px) {
  .top-check-area__result-type--blow {
    width: 13rem;
    height: 2.5rem;
    font-size: 1.1rem;
    border-width: 0.1rem;
  }
}
.top-check-area__result-type--blow::before {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  content: "";
  border-top: #000000 solid 0.8rem;
  border-right: transparent solid 0.7rem;
  border-left: transparent solid 0.7rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-check-area__result-type--blow::before {
    border-top-width: 0.4rem;
    border-right-width: 0.4rem;
    border-left-width: 0.4rem;
  }
}
.top-check-area__result-type--blow::after {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  content: "";
  border-top: #eb4e78 solid 0.5rem;
  border-right: transparent solid 0.4rem;
  border-left: transparent solid 0.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-check-area__result-type--blow::after {
    border-top-width: 0.3rem;
    border-right-width: 0.3rem;
    border-left-width: 0.3rem;
  }
}

.top-check-area__result-type--text {
  position: relative;
  display: none;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  z-index: 2;
}
.top-check-area__result-type--text.is-block {
  display: block;
}
@media screen and (max-width: 767px) {
  .top-check-area__result-type--text {
    font-size: 1.3rem;
  }
}
.top-check-area__result-type--text strong {
  color: #eb4e78;
  font-weight: 700;
}

.top-check-area__result-type--img {
  position: absolute;
  bottom: 0;
  line-height: 0;
  z-index: 1;
}
.top-check-area__result-type--img.is-01 {
  left: 0.5rem;
  width: 4.9rem;
}
@media screen and (max-width: 767px) {
  .top-check-area__result-type--img.is-01 {
    width: 3.6rem;
  }
}
.top-check-area__result-type--img.is-02 {
  right: 0.5rem;
  width: 5.2rem;
}
@media screen and (max-width: 767px) {
  .top-check-area__result-type--img.is-02 {
    width: 3.8rem;
  }
}

.top-check-area__result-moretext {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-check-area__result-moretext {
    font-size: 1.1rem;
  }
}

.top-check-area__result-morebtn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  max-width: 37.5rem;
  min-height: 7rem;
  margin: 0 auto;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  border-radius: 10rem;
  text-decoration: none;
  background-color: #ec4e78;
}
@media (any-hover: hover) {
  .top-check-area__result-morebtn:hover .in-arw {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}
@media screen and (max-width: 767px) {
  .top-check-area__result-morebtn {
    max-width: 21rem;
    min-height: 4rem;
    font-size: 1.2rem;
  }
}
.top-check-area__result-morebtn::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  border: #fff solid 0.2rem;
  border-radius: 10rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .top-check-area__result-morebtn::before {
    width: calc(100% - 0.5rem);
    height: calc(100% - 0.5rem);
    border-width: 0.1rem;
  }
}
.top-check-area__result-morebtn .in-arw {
  position: absolute;
  top: 0;
  right: 2.7rem;
  height: 100%;
  width: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .top-check-area__result-morebtn .in-arw {
    right: 1.5rem;
    width: 0.7rem;
  }
}
.top-check-area__result-morebtn .in-arw svg {
  display: block;
  width: 100%;
}
.top-check-area__result-morebtn .in-arw .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 0.278rem;
}

.top-check-area__result-back {
  position: absolute;
  top: 1rem;
  left: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .top-check-area__result-back {
    left: 1rem;
  }
}

.top-check-area__result-back--btgn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-check-area__result-back--btgn {
    font-size: 1.4rem;
  }
}
.top-check-area__result-back--btgn .in-icon {
  width: 1em;
  line-height: 0;
}

/* top-check-area__pager
---------------------------------------*/
.top-check-area .top-check-area__pager {
  position: absolute;
  left: 0;
  bottom: 4rem;
  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: 1rem;
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .top-check-area .top-check-area__pager {
    bottom: 1.8rem;
    gap: 0.7rem;
  }
}
.top-check-area .swiper-pagination-bullet {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1.7rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: #000 solid 0.2rem;
  background-color: #fff;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .top-check-area .swiper-pagination-bullet {
    width: 1.2rem;
    border-width: 0.1rem;
  }
}
.top-check-area .swiper-pagination-bullet:last-child {
  display: none;
}
.top-check-area .swiper-pagination-bullet-active {
  background-color: #e7456c;
}

.top-check-area__pager-bullet {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1.7rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: #000 solid 0.2rem;
}
@media screen and (max-width: 767px) {
  .top-check-area__pager-bullet {
    width: 1.2rem;
    border-width: 0.1rem;
  }
}
.top-check-area__pager-bullet.is-current {
  background-color: #e7456c;
}

/* top-check-area__change-btns
---------------------------------------*/
.top-check-area__change-btns {
  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: 1.2rem;
  width: min(100%, 100% - 4rem);
  margin: 0 auto;
}
@media screen and (max-width: 374px) {
  .top-check-area__change-btns {
    gap: 0.8rem;
  }
}

.top-check-area__change-btns--btn {
  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;
  min-height: 5.8rem;
  padding-right: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #000000;
  text-decoration: none;
  line-height: 1.25;
  background-color: #fde78b;
  border-radius: 0.7rem;
  -webkit-box-shadow: 0.2rem 0.2rem 0 #000;
          box-shadow: 0.2rem 0.2rem 0 #000;
  border: #000 solid 0.2rem;
  cursor: pointer;
}
@media (any-hover: hover) {
  .top-check-area__change-btns--btn:hover .in-arw {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}
@media screen and (max-width: 767px) {
  .top-check-area__change-btns--btn {
    min-height: 4.4rem;
    font-size: 1.2rem;
    border-width: 0.1rem;
  }
}
.is-col3 .top-check-area__change-btns--btn {
  width: 13rem;
}
@media screen and (max-width: 767px) {
  .is-col3 .top-check-area__change-btns--btn {
    width: calc(33.3333333333% - 0.8rem);
  }
}
@media screen and (max-width: 374px) {
  .is-col3 .top-check-area__change-btns--btn {
    width: calc(33.3333333333% - 0.5333333333rem);
  }
}
.is-col2 .top-check-area__change-btns--btn {
  width: 17rem;
}
@media screen and (max-width: 767px) {
  .is-col2 .top-check-area__change-btns--btn {
    width: 11.5rem;
  }
}
.top-check-area__change-btns--btn .in-arw {
  position: absolute;
  top: 0;
  right: 1rem;
  width: 0.8rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .top-check-area__change-btns--btn .in-arw {
    width: 0.6rem;
  }
}
@media screen and (max-width: 374px) {
  .top-check-area__change-btns--btn .in-arw {
    right: 0.5rem;
  }
}
.top-check-area__change-btns--btn .in-arw svg {
  display: block;
  width: 100%;
}
.top-check-area__change-btns--btn .in-arw .cls-1 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 3.75587px;
}

/* check-area01
---------------------------------------*/
.check-area01 .top-check-area__change-head {
  padding: 5rem 0 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .check-area01 .top-check-area__change-head {
    margin-bottom: 0.5rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
.check-area01 .top-check-area__change-img.is-01 {
  width: 12.1rem;
  right: calc(50% + 15.6rem);
}
@media screen and (max-width: 767px) {
  .check-area01 .top-check-area__change-img.is-01 {
    right: calc(50% + 8rem);
    width: 6.7rem;
  }
}
.check-area01 .top-check-area__change-img.is-02 {
  width: 11.1rem;
  left: calc(50% + 15.2rem);
}
@media screen and (max-width: 767px) {
  .check-area01 .top-check-area__change-img.is-02 {
    left: calc(50% + 8rem);
    width: 6.2rem;
  }
}

/* check-area02
---------------------------------------*/
.check-area02 .top-check-area__change-btns {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .check-area02 .top-check-area__change-btns {
    margin-top: 4rem;
  }
}

/* check-area03
---------------------------------------*/
.check-area03 .top-check-area__change-btns {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .check-area03 .top-check-area__change-btns {
    margin-top: 2.5rem;
  }
}