@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&family=Bebas+Neue&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&family=Bebas+Neue&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mt-50 {
  margin-top: 50px;
}

.mt-20 {
  margin-top: 20px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@media (max-width: 1024px) {
  html {
    font-size: 0.098vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 0.133vw;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  color: black;
  overflow-x: hidden;
  z-index: 0;
  background-color: white;
  letter-spacing: 0.1em;
  line-height: 1.5;
  letter-spacing: 0.07em;
  font-weight: 500;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

button {
  letter-spacing: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}

figure,
picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a {
  text-decoration: none;
  color: black;
}

@media (min-width: 768px) {
  .otherBtn-link,
  .choice-item__btn,
  .ranking-item__groupBtn {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  .otherBtn-link:hover,
  .choice-item__btn:hover,
  .ranking-item__groupBtn:hover {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    opacity: 0.8;
    scale: 1.05;
  }
}
.breadcrum {
  background-color: #f7f7f7;
  padding: 10px 30px;
  color: #414141;
  font-size: 14px;
}
.breadcrum-link {
  margin-right: 5px;
  color: #414141;
}

.sub-fv {
  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;
  position: relative;
  height: 240px;
}
.sub-fv__bg {
  height: 240px;
}
.sub-fv__bg img {
  width: 100%;
  height: 240px;
}
.sub-fv__ttl {
  position: absolute;
  font-size: 38px;
  color: white;
  font-family: "Yu Mincho";
}

.searchResult {
  background-color: #eff9ff;
  padding: 75px 0 100px;
}
.searchResult-item {
  max-width: 1200px;
  margin: 0 auto;
  background-color: white;
  padding: 60px 100px;
}
.searchResult-ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.searchResult-option {
  margin-top: 60px;
}
.searchResult-option__ttl {
  font-size: 24px;
  font-weight: bold;
}
.searchResult-option__table {
  border-collapse: collapse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.searchResult-option__table td {
  border: 1px solid #9e9e9e;
  width: 500px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  padding: 10px;
}
.searchResult-option__table td:first-child {
  background-color: #494949;
  color: white;
}
.searchResult-option__show {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
.searchResult-box {
  border: 1px solid #0c51b0;
  border-radius: 25px;
  margin-top: 40px;
}
.searchResult-box__lead {
  color: white;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  background-color: #0c51b0;
  padding: 15px 30px;
  border-radius: 23px 23px 0 0;
}
.searchResult-box__item {
  padding: 40px;
}
.searchResult-box__review {
  margin-left: 30px;
}
.searchResult-box__star {
  margin-bottom: 15px;
}
.searchResult-box__view {
  font-size: 22px;
  font-weight: bold;
  color: white;
  margin-bottom: 10px;
  margin-right: 10px;
}
.searchResult-box__view span {
  background-color: #f8721b;
  padding: 3px 10px;
}
.searchResult-btn {
  margin-top: 60px;
}

.privacy-ttl {
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0 20px;
}
.privacy-txt {
  font-size: 18px;
  line-height: 2;
  word-wrap: break-word;
}

@media (max-width: 1260px) {
  .searchResult-item {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 1080px) {
  .searchResult-box__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;
  }
  .searchResult-box__logo {
    margin-bottom: 40px;
  }
  .searchResult-box__review {
    margin-left: unset;
  }
}
@media (max-width: 1024px) {
  .sub-fv__ttl {
    font-size: 38rem;
  }
  .breadcrum {
    font-size: 22rem;
  }
  .searchResult-item {
    margin-left: 30rem;
    margin-right: 30rem;
    padding: 60rem 50rem;
  }
  .searchResult-box__lead {
    font-size: 40rem;
  }
}
.searchResult.research .searchResult-option__table.table1 td {
  padding: 20px 10px;
}
.searchResult.research .searchResult-option__table.table1 td:first-child {
  width: 250px;
}
.searchResult.research .searchResult-option__table.table1 td:last-child {
  width: 750px;
  font-weight: 500;
  text-align: left;
  padding-left: 20px;
  font-size: 18px;
}
.searchResult.research .searchResult-option__table.table2 td {
  padding: 20px 10px;
  width: 250px;
}
.searchResult.research .searchResult-option__table.table2 td {
  font-weight: 500;
  text-align: left;
  padding-left: 20px;
  font-size: 18px;
}
.searchResult.research .searchResult-option__table.table2 td:first-child {
  font-size: 20px;
  text-align: center;
}
.searchResult.research .searchResult-option__table.table2 tr:first-child {
  background-color: #e5e5e5;
}
.searchResult.research .searchResult-option__table.table3 td {
  padding: 20px 10px;
  width: 166.6666666667px;
  font-size: 18px;
  font-weight: 500;
  padding-left: 20px;
}
.searchResult.research .searchResult-option__table.table3 td:first-child {
  font-size: 20px;
  font-weight: bold;
}
.searchResult.research .searchResult-option__table.table3 tr:first-child {
  background-color: #e5e5e5;
}

@media (max-width: 768px) {
  .sub-fv__ttl {
    text-align: center;
  }
  .breadcrum {
    padding-left: 30rem;
  }
  .searchResult {
    padding: 70rem 0 100rem;
  }
  .searchResult-ttl {
    font-size: 38rem;
  }
  .searchResult-option {
    margin-top: 40rem;
  }
  .searchResult-option__ttl {
    font-size: 32rem;
  }
  .searchResult-option__table td {
    font-size: 30rem;
  }
  .searchResult-option__show {
    font-size: 30rem;
  }
  .searchResult-item {
    padding: 60rem 30rem;
  }
  .searchResult-box {
    margin-top: 40rem;
  }
  .searchResult-box__item {
    padding: 30rem 25rem;
  }
  .searchResult-box__logo {
    width: 65%;
    margin-top: 20rem;
  }
  .searchResult-box__logo img {
    width: 100%;
  }
  .searchResult-box__view {
    font-size: 28rem;
  }
  .searchResult-box__star img {
    width: 250rem;
  }
  .searchResult-btn {
    margin-top: 40rem;
  }
  .privacy-ttl {
    font-size: 36rem;
    font-weight: bold;
    margin: 40px 0 20px;
  }
  .privacy-txt {
    font-size: 26rem;
    line-height: 2;
  }
  .table-scroll {
    overflow-x: auto;
  }
  .table-scroll table {
    width: 650px;
  }
  .table-scroll table.table3 {
    width: 850px;
  }
  .table-scroll table td {
    font-size: 16px !important;
  }
  .table-scroll table td:first-child {
    width: 200px !important;
    min-width: 200px !important;
  }
}
.mt-0 {
  padding-top: unset !important;
}

.fv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fv-bg {
  width: 100%;
}
.fv-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  height: 518px;
  width: 100%;
}
.fv-txt {
  position: absolute;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fv-logo {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: calc(50% - 500px);
  top: 10px;
}

.choice-lead {
  margin-top: 200px;
}
.choice-lead__ttl {
  font-size: 20px;
  font-weight: bold;
}
.choice-lead__content {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: -20px;
}
.choice-lead__group {
  margin-top: 20px;
}
.choice-lead__category {
  font-size: 22px;
  color: white;
  line-height: 1;
  margin-right: 15px;
}
.choice-lead__category span {
  background-color: #f8721b;
  padding: 2px 15px;
}
.choice-lead__no {
  font-size: 46px;
  color: #f8721b;
  font-weight: bold;
}
.choice-lead__abs1 {
  display: block;
}
.choice-lead__abs2 {
  display: block;
}
.choice-inner {
  margin-top: 30px;
}
.choice-item {
  position: relative;
}
.choice-item__ttl {
  position: absolute;
  top: 10px;
  left: calc(50% - 350px);
}
.choice-item__img {
  margin-right: 25px;
}
.choice-item__icon {
  margin-right: 10px;
}
.choice-item__row {
  margin-top: 15px;
}
.choice-item__row:first-child {
  margin-top: unset;
}
.choice-item__txt {
  font-size: 18px;
  font-weight: 500;
}
.choice-item__txt span {
  color: #cb0000;
}
.choice-item__box {
  position: absolute;
  top: 125px;
  left: calc(50% - 400px);
}
.choice-item__bottom {
  position: absolute;
  bottom: 50px;
  left: calc(50% - 285px);
}
.choice-item__btn {
  width: 506px;
  height: 70.3px;
  border-radius: 12px;
  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;
  background: linear-gradient(135deg, rgb(11, 82, 177) 0%, rgb(46, 151, 251) 100%);
  color: white;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  margin-top: 10px;
  -webkit-box-shadow: 0px 10px 0px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 0px -3px rgba(0, 0, 0, 0.1);
}
.choice-item__btn span:last-child {
  position: absolute;
  top: calc(50% - 15px);
  right: 10px;
}

.worry {
  background-color: #eeeeee;
  margin-top: 100px;
  padding: 75px 0 100px;
}
.worry-ttl {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 40px;
}
.worry-ttl span {
  color: #1544bd;
}
.worry-inner {
  max-width: 970px;
  margin: 0 auto;
  position: relative;
}
.worry-card {
  border: 10px solid #c7c7c7;
  background-color: white;
  width: 300px;
  height: 267px;
  position: relative;
  overflow: hidden;
  margin-right: 30px;
}
.worry-card:nth-child(3) {
  margin-right: unset;
}
.worry-card:nth-child(1) .worry-card__img {
  margin-top: 33px;
}
.worry-card:nth-child(1) .worry-card__txt {
  margin-top: 25px;
}
.worry-card:nth-child(2) .worry-card__img {
  margin-top: 33px;
}
.worry-card:nth-child(2) .worry-card__txt {
  margin-top: 35px;
}
.worry-card:nth-child(4) {
  height: 248px;
  margin-top: 30px;
}
.worry-card:nth-child(4) .worry-card__img {
  margin-top: 33px;
}
.worry-card:nth-child(4) .worry-card__txt {
  margin-top: 35px;
}
.worry-card:nth-child(5) {
  height: 248px;
  margin-top: 30px;
  margin-right: unset;
}
.worry-card:nth-child(5) .worry-card__img {
  margin-top: 33px;
}
.worry-card:nth-child(5) .worry-card__txt {
  margin-top: 35px;
}
.worry-card__abs {
  position: absolute;
  top: -37px;
  left: -28px;
}
.worry-card__img {
  margin-top: 25px;
}
.worry-card__txt {
  margin-top: 15px;
  font-size: 18px;
}
.worry-card__txt span {
  color: #cb0000;
}
.worry-woman {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: -65px;
  bottom: 0;
}
.worry-man {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: -85px;
  bottom: 0;
}
.worry-woman-man {
  display: none;
}

.solve {
  position: relative;
  padding: 100px 0;
}
.solve-lead {
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
}
.solve-ttl {
  font-size: 36px;
  font-weight: 900;
}
.solve-ttl span:first-child {
  color: #1544bc;
}
.solve-ttl span:last-child {
  color: #f8721b;
}
.solve-ttl__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: calc(50% - 282px);
  z-index: -1;
}
.solve-inner {
  max-width: 970px;
  margin: 0 auto;
  position: relative;
}
.solve-inner .worry-card {
  background-color: #eff9ff;
  border: 10px solid #b1ddf8;
  height: 287px;
}
.solve-inner .worry-card__img {
  margin-top: 30px;
}
.solve-inner .worry-card__txt {
  margin-top: 20px;
}
.solve-inner .worry-card:nth-child(1) .worry-card__img {
  margin-top: 30px;
}
.solve-inner .worry-card:nth-child(1) .worry-card__txt {
  margin-top: 20px;
}
.solve-inner .worry-card:nth-child(2) .worry-card__img {
  margin-top: 30px;
}
.solve-inner .worry-card:nth-child(2) .worry-card__txt {
  margin-top: 20px;
}
.solve-inner .worry-card:nth-child(4) {
  height: 268px;
}
.solve-inner .worry-card:nth-child(4) .worry-card__img {
  margin-top: 40px;
}
.solve-inner .worry-card:nth-child(4) .worry-card__txt {
  margin-top: 20px;
}
.solve-inner .worry-card:nth-child(5) {
  height: 268px;
}
.solve-inner .worry-card:nth-child(5) .worry-card__img {
  margin-top: 30px;
}
.solve-inner .worry-card:nth-child(5) .worry-card__txt {
  margin-top: 20px;
}
.solve-inner .worry-man {
  right: -30px;
}
.solve-item {
  max-width: 910px;
  margin: 0 auto;
}

.up {
  margin-top: 100px;
}
.up-content__sm {
  font-size: 22px;
  font-weight: bold;
  color: #1544bc;
}
.up-content__ttl {
  font-size: 36px;
  font-weight: 900;
  color: #1544bc;
}
.up-content__txt {
  margin: 15px 0 20px;
}
.up-area__row {
  margin-top: 10px;
}
.up-area__icon {
  margin-right: 10px;
}
.up-area__txt {
  font-size: 18px;
}
.up-area__txt span {
  color: #cb0000;
}

.percent {
  margin-top: 100px;
}
.percent-left__link {
  margin-left: 23px;
}
.percent-area {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.8;
}
.percent-area__ttl {
  color: #010101;
}
.percent-area__txt {
  color: #1544bd;
}
.percent-area__txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FFEE69));
  background: linear-gradient(transparent 60%, #FFEE69 0%);
}

.worryWoman {
  max-width: 840px;
  margin: 100px auto 0;
}
.worryWoman-area__ttl {
  margin-bottom: 30px;
}
.worryWoman-area__row {
  margin-top: 15px;
}
.worryWoman-area__txt {
  font-size: 18px;
  margin-left: 13px;
}
.worryWoman-area__txt span {
  color: #cb0000;
}

.point {
  background-color: #eff9ff;
  padding: 90px 0;
}
.point-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.point-lead__ttl {
  font-size: 36px;
  font-weight: 900;
  color: #1544bc;
  margin: 10px 0 15px;
}
.point-item {
  background-color: white;
  border-radius: 40px;
  padding: 80px 100px;
  margin-top: 50px;
}
.point-item__num {
  background-color: #f8721b;
  width: 91px;
  height: 91px;
  border-radius: 50%;
  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;
}
.point-item__num span {
  color: white;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  margin-top: 5px;
}
.point-item__ttl {
  font-size: 32px;
  font-weight: 900;
  padding-left: 20px;
  padding-bottom: 10px;
  border-bottom: 3px dotted #f8721b;
  width: calc(100% - 91px);
}
.point-item__txt {
  font-size: 18px;
  line-height: 2;
  margin-top: 20px;
}
.point-item__txt span {
  color: #cb0000;
}
.point-item__txt:nth-child(2) {
  margin-top: 30px;
}
.point-item__wrap {
  margin-top: 50px;
}
.point-item__box {
  max-width: 326px;
  border: 3px solid #f8721b;
  border-radius: 35px;
}
.point-item__boxLead {
  background-color: #ffd6bc;
  border-radius: 33px 33px 0 0;
  padding: 18px 15px 15px;
}
.point-item__boxTtl {
  font-size: 23px;
  font-weight: bold;
  margin-top: 10px;
}
.point-item__boxArea {
  padding: 20px 22px 35px 35px;
}
.point-item__boxTxt {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  line-height: 1.6666666667;
  margin-top: 20px;
}
.point-item__boxTxt:first-child {
  margin-top: unset;
}
.point-item__boxTxt::before {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #f8721b;
  position: absolute;
  left: -23px;
  top: 8px;
}
.point-qr {
  max-width: 840px;
  margin: 30px auto 0;
  background-color: #fffce7;
  padding: 30px 45px 20px;
  border-radius: 35px;
  position: relative;
}
.point-qr__data {
  position: absolute;
  left: 100px;
  bottom: 55px;
}
.point-qr__ttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 15px;
}
.point-qr__ttl span {
  color: #cb0000;
}

.ranking {
  padding: 60px 0 85px;
  max-width: 1200px;
  margin: 0 auto;
}
.ranking-lead__main {
  position: relative;
  z-index: 0;
}
.ranking-lead__ttl {
  font-size: 47px;
  font-weight: 900;
  color: #1544bc;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
}
.ranking-lead__bottom {
  margin-top: 15px;
}
.ranking-lead__bg {
  position: absolute;
  left: 0;
  bottom: 8px;
  z-index: -1;
}
.ranking-list {
  margin-top: 50px;
  text-align: center;
}
.ranking-list figure,
.ranking-list picture {
  margin: 0 auto;
}
.ranking-list img {
  max-width: 1000px;
}
.ranking-item {
  margin-top: 80px;
}
.ranking-item__head {
  background: linear-gradient(135deg, rgb(11, 82, 177) 0%, rgb(46, 151, 251) 100%);
  padding: 25px 20px 15px;
}
.ranking-item__border {
  border: 1px solid #f3a000;
  border-top: unset;
}
.ranking-item__box {
  border: 25px solid #fffdcb;
  border-top: unset;
  padding: 50px 75px 75px;
}
.ranking-item__groupTtl {
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
.ranking-item__groupBtn {
  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;
  position: relative;
  border: 3px solid #1643c0;
  border-radius: 12px;
  background: linear-gradient(135deg, rgb(255, 217, 2) 0%, rgb(253, 255, 86) 100%);
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #1643c0;
  padding: 15px 0;
}
.ranking-item__groupBtn span:last-child {
  position: absolute;
  top: calc(50% - 16.5px);
  right: 15px;
}
.ranking-item__table {
  border-collapse: collapse;
}
.ranking-item__table td {
  border: 1px solid #a1a1a1;
  padding: 15px;
}
.ranking-item__table td:first-child {
  width: 177px;
  background-color: #e3f4ff;
  text-align: center;
}
.ranking-item__table td:nth-child(2) {
  width: 430px;
}
.ranking-item__point {
  margin-top: 100px;
}
.ranking-item__point .point-item__boxArea {
  padding: 20px;
}
.ranking-item__point .point-item__boxTxt span {
  color: #cb0000;
}
.ranking-item__point .point-item__boxTxt::before {
  content: unset;
}
.ranking-item__pointTtl {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #f3a000;
}
.ranking-item__bottomTxt {
  font-size: 18px;
  margin-top: 40px;
  line-height: 2;
}
.ranking-item__bottomTxt span {
  color: #cb0000;
}
.ranking-item__wrap {
  margin-top: 90px;
}
.ranking-item__wrapBox {
  position: relative;
  max-width: 322px;
  background-color: #eff9ff;
  border-radius: 35px;
  padding: 55px 15px 35px;
}
.ranking-item__wrapHead {
  position: absolute;
  top: -55px;
  left: calc(50% - 55px);
  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: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #eff9ff;
}
.ranking-item__wrapTtl {
  font-size: 24px;
  font-weight: bold;
  color: #0c51b0;
}
.ranking-item__wrapTxt {
  margin-top: 20px;
  font-size: 18px;
  line-height: 2;
}
.ranking-item__wrapTxt span {
  color: #cb0000;
}
.ranking-item__flexArea {
  max-width: 620px;
}
.ranking-item__flexArea .ranking-item__bottomTxt:first-child {
  margin-top: 30px;
}
.ranking-item__msg {
  margin-top: 100px;
  border: 1px solid #2e98fc;
  border-radius: 30px;
  background-color: #eff9ff;
}
.ranking-item__msgHead {
  background-color: #2e98fc;
  padding: 10px 30px;
  border-radius: 28px 28px 0 0;
}
.ranking-item__msgTtl {
  font-size: 36px;
  font-weight: bold;
  color: white;
  margin-left: 15px;
}
.ranking-item__msgBox {
  background-color: white;
  border-radius: 15px;
  border: 1px solid #2e98fc;
  margin: 30px 30px 0;
  padding: 30px 40px;
}
.ranking-item__msgBox:last-child {
  margin-bottom: 40px;
}
.ranking-item__msgSub {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #2e98fc;
  padding-bottom: 10px;
}
.ranking-item__msgTxt {
  font-size: 18px;
  line-height: 2;
  margin-top: 15px;
}
.ranking-item__msgGroup {
  overflow-y: auto;
  height: 450px;
}
.ranking-item__msgGroup .scroll-box::-webkit-scrollbar {
  background: aquamarine;
}
.ranking-item__link {
  margin-top: 80px;
}
.ranking-item__link .ranking-item__groupBtn {
  width: 550px;
  height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ranking-item__linkTxt {
  font-size: 22px;
  font-weight: bold;
  color: #1544bc;
  margin-bottom: 10px;
}
.ranking-item.ranking2 .ranking-item__border {
  border: 1px solid #1643c0;
  border-top: unset;
}
.ranking-item.ranking2 .ranking-item__box {
  border: 25px solid #ededed;
  border-top: unset;
}
.ranking-item.ranking3 .ranking-item__border {
  border: 1px solid #f3a000;
  border-top: unset;
}
.ranking-item.ranking3 .ranking-item__box {
  border: 25px solid #fbe4c7;
  border-top: unset;
}
.ranking-item.ranking3 .ranking-item__colHead {
  left: calc(50% - 182.5px);
}
.ranking-item.ranking4 .ranking-item__border {
  border: 1px solid #1643c0;
  border-top: unset;
}
.ranking-item.ranking4 .ranking-item__box {
  border: 25px solid #e2f1f7;
  border-top: unset;
}
.ranking-item.ranking5 .ranking-item__border {
  border: 1px solid #1643c0;
  border-top: unset;
}
.ranking-item.ranking5 .ranking-item__box {
  border: 25px solid #e2f1f7;
  border-top: unset;
}
.ranking-item__col {
  margin-top: 90px;
  border: 3px solid #f8721b;
  padding: 50px 30px;
  border-radius: 35px;
  position: relative;
}
.ranking-item__colHead {
  position: absolute;
  top: -29.5px;
  left: calc(50% - 238.5px);
}
.ranking-item__colRow {
  margin-top: 5px;
}
.ranking-item__colTxt {
  font-size: 18px;
  margin-left: 10px;
  line-height: 2;
}
.ranking-item__colTxt span {
  color: #cb0000;
}
.ranking-item__listBtn {
  margin-top: 50px;
}

.sub {
  background-color: #eff9ff;
  padding: 100px 0;
}

.strong {
  background-color: white;
  max-width: 1200px;
  margin: 0 auto;
  padding: 65px 100px 95px;
}
.strong-lead {
  margin-top: 30px;
}
.strong-lead__item {
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
}
.strong-demo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.strong-demo__ttl span {
  background-color: #e4e4e4;
  border-radius: 80px;
  padding: 15px 80px;
  font-size: 24px;
  font-weight: bold;
  color: #474747;
  position: relative;
}
.strong-demo__ttl span::before {
  content: "";
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: unset;
  border-top: 20px solid #e4e4e4;
  position: absolute;
  bottom: -19px;
  left: calc(50% - 8px);
}
.strong-demo__sub {
  margin-top: 60px;
}
.strong-demo__subTtl {
  position: relative;
}
.strong-demo__subTxt {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 0;
}
.strong-demo__subTxt::before {
  content: "";
  background-color: #fff182;
  width: 100%;
  height: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.strong-demo__subTxt span {
  color: #1544bd;
}
.strong-demo__subAbs1 {
  position: absolute;
  left: -45px;
  top: -10px;
}
.strong-demo__subAbs2 {
  position: absolute;
  right: -15px;
  top: -20px;
}
.strong-demo__subBottom {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  margin-top: 30px;
}
.strong-demo__subBottom span {
  color: #cb0000;
}
.strong-demo__area {
  margin-top: 40px;
}
.strong-demo__areaRight {
  font-size: 18px;
  font-weight: bold;
  margin-left: 52px;
  position: relative;
}
.strong-demo__areaRight::before {
  content: "";
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: unset;
  border-left: 14px solid black;
  position: absolute;
  left: -35px;
  top: -2px;
}
.strong-demo__bottom {
  margin-top: 100px;
}
.strong-demo__bottom .ranking-item__groupBtn {
  width: 506px;
}
.strong-demo__bottomTxt {
  font-size: 18px;
  margin-bottom: 15px;
}
.strong-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.strong-other .ranking-item__groupBtn {
  width: 506px;
}

.otherBtn {
  margin: 60px auto 0;
}
.otherBtn-link {
  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: 465px;
  height: 72px;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  background-color: #4192d6;
  border-radius: 15px;
  color: white;
  -webkit-box-shadow: 0px 10px 0px -3px #0c67b3;
          box-shadow: 0px 10px 0px -3px #0c67b3;
}
.otherBtn-link span:last-child {
  position: absolute;
  top: calc(50% - 20px);
  right: 15px;
}

.otherItem {
  max-width: 1200px;
  margin: 80px auto 0;
  border: 2px solid #4192d6;
  background-color: white;
}
.otherItem-lead {
  padding: 20px;
  background: linear-gradient(135deg, rgb(66, 145, 214) 0%, rgb(141, 203, 254) 100%);
  font-size: 26px;
  color: white;
  font-weight: bold;
  text-align: center;
}
.otherItem-box__search {
  width: 800px;
  margin: 40px auto 60px;
}
.otherItem-box__searchTtl {
  font-size: 26px;
  color: #277fc9;
  border-bottom: 2px dashed #277fc9;
  padding-bottom: 8px;
  margin-top: 30px;
}
.otherItem-box__searchBox {
  margin-top: 15px;
}
.otherItem-box__searchGroup {
  margin-right: 20px;
}
.otherItem-box__searchGroup label {
  font-size: 20px;
  color: #313131;
}
.otherItem-box__searchBtn {
  margin-top: 50px;
}
.otherItem-box__searchBtn .otherBtn-link {
  width: 333px;
  border: unset;
}
.otherItem-box__wrap {
  max-width: 1000px;
  margin: 40px auto 0;
}
.otherItem-box__wrapCol {
  max-width: 220px;
}
.otherItem-box__wrapImg img {
  height: 200px;
}
.otherItem-box__wrapTxt {
  font-size: 20px;
  margin-top: 10px;
  line-height: 1.5;
}
.otherItem-box__wrapBtn .otherBtn-link {
  width: 333px;
  margin: 30px 0 60px;
}

.footer {
  background-color: #1544bc;
  padding: 25px 0 8px;
}
.footer-menu__link {
  font-size: 18px;
  color: white;
  margin-right: 35px;
}
.footer-menu__link:last-child {
  margin-right: unset;
}
.footer-copy {
  font-size: 14px;
  color: white;
  margin-top: 20px;
}
/* 問い合わせページ */
form {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding: 3%;
}
form .wpcf7-text,
form .wpcf7-textarea {
  background-color: rgb(240, 240, 240);
  font-size: 20px;
  padding: 10px 15px;
  width: 100%;
  border: none;
  margin-top: 5px;
}
form p {
  margin-bottom: 20px;
}
.required::after {
  content: "必須";
  color: #ffffff;
  background: #d33d25;
  font-size: 0.8em;
  padding: 0.3em;
  border-radius: 0.5em;
  margin-left:0.6em;
  }
.any::after {
  content: "任意";
  color: #ffffff;
  background: #226bd1;
  font-size: 0.8em;
  padding: 0.3em;
  border-radius: 0.5em;
  margin-left:0.6em;
}
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 20px;
  font-weight: bold;
  width: 200px;
  padding: 10px;
  border-radius: 10px;
  background-color: #233b6c;
  border: none;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
  transition: 0.6;
}
input[type="submit"]:hover {
  opacity: 0.8;
}
.submit-wrap {
  margin: 0 auto;
  text-align: center;
}
span.wpcf7-spinner {
  display: none;
}
@media (max-width: 1260px) {
  .point-inner {
    margin-left: 30px;
    margin-right: 30px;
  }
  .point-item {
    padding: 80px 50px;
  }
  .ranking {
    margin-left: 30px;
    margin-right: 30px;
  }
  .ranking-item__groupLeft {
    min-width: 356px;
    margin-right: 20px;
  }
  .ranking-item__wrapBox {
    width: 33%;
  }
  .ranking-item__flexImg {
    min-width: 333px;
  }
  .strong {
    margin-left: 30px;
    margin-right: 30px;
    padding: 65px 50px 95px;
  }
  .otherItem {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 1165px) {
  .point-item__box {
    max-width: 33%;
    width: 33%;
  }
  .otherItem-box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .otherItem-box__wrapCol {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .fv-logo {
    left: 20px;
  }
  .fv-txt {
    margin-left: 30px;
    margin-right: 30px;
  }
  .fv-bg img {
    height: 518rem;
  }
  .choice-lead {
    margin-top: 200rem;
  }
  .choice-lead__ttl {
    font-size: 20rem;
  }
  .choice-lead__content {
    margin-left: 30rem;
    margin-right: 30rem;
    margin-top: -20rem;
  }
  .choice-lead__group {
    margin-top: 20rem;
  }
  .choice-lead__category {
    font-size: 22rem;
    margin-right: 15rem;
  }
  .choice-lead__category span {
    padding: 2rem 15rem;
  }
  .choice-lead__no {
    font-size: 46rem;
  }
  .choice-lead__abs1 img {
    width: 59rem;
  }
  .choice-lead__abs2 img {
    width: 59rem;
  }
  .choice-inner {
    margin-top: 30rem;
    margin-left: 30rem;
    margin-right: 30rem;
  }
  .choice-item__ttl {
    top: 10rem;
    left: calc(50% - 350rem);
  }
  .choice-item__ttlImg img {
    width: 670rem;
  }
  .choice-item__img {
    margin-right: 25rem;
  }
  .choice-item__img img {
    width: 284rem;
  }
  .choice-item__icon {
    margin-right: 10rem;
  }
  .choice-item__row {
    margin-top: 15rem;
  }
  .choice-item__txt {
    font-size: 18rem;
  }
  .choice-item__box {
    top: 125rem;
    left: calc(50% - 400rem);
  }
  .choice-item__bottom {
    bottom: 50rem;
    left: calc(50% - 285rem);
  }
  .choice-item__btn {
    width: 506rem;
    height: 70.3rem;
    border-radius: 12rem;
    font-size: 24rem;
    margin-top: 10rem;
    -webkit-box-shadow: 0rem 10rem 0rem -3rem rgba(0, 0, 0, 0.1);
            box-shadow: 0rem 10rem 0rem -3rem rgba(0, 0, 0, 0.1);
  }
  .choice-item__btn span:last-child {
    top: calc(50% - 15rem);
    right: 10rem;
  }
  .choice-item__btn span:last-child img {
    width: 30rem;
  }
  .worry {
    margin-top: 100rem;
    padding: 75rem 0 100rem;
  }
  .worry-ttl {
    font-size: 36rem;
    margin-bottom: 40rem;
  }
  .worry-inner {
    max-width: 970rem;
  }
  .worry-card {
    border: 10rem solid #c7c7c7;
    width: 300rem;
    height: 267rem;
    margin-right: 30rem;
  }
  .worry-card:nth-child(3) {
    margin-right: unset;
  }
  .worry-card:nth-child(1) .worry-card__img {
    margin-top: 33rem;
  }
  .worry-card:nth-child(1) .worry-card__img img {
    width: 84rem;
  }
  .worry-card:nth-child(1) .worry-card__txt {
    margin-top: 25rem;
  }
  .worry-card:nth-child(2) .worry-card__img {
    margin-top: 33rem;
  }
  .worry-card:nth-child(2) .worry-card__img img {
    width: 107rem;
  }
  .worry-card:nth-child(2) .worry-card__txt {
    margin-top: 35rem;
  }
  .worry-card:nth-child(3) .worry-card__img img {
    width: 85rem;
  }
  .worry-card:nth-child(4) {
    height: 248rem;
    margin-top: 30rem;
  }
  .worry-card:nth-child(4) .worry-card__img {
    margin-top: 33rem;
  }
  .worry-card:nth-child(4) .worry-card__img img {
    width: 109rem;
  }
  .worry-card:nth-child(4) .worry-card__txt {
    margin-top: 35rem;
  }
  .worry-card:nth-child(5) {
    height: 248rem;
    margin-top: 30rem;
  }
  .worry-card:nth-child(5) .worry-card__img {
    margin-top: 33rem;
  }
  .worry-card:nth-child(5) .worry-card__img img {
    width: 100rem;
  }
  .worry-card:nth-child(5) .worry-card__txt {
    margin-top: 35rem;
  }
  .worry-card__abs {
    top: -37rem;
    left: -28rem;
  }
  .worry-card__abs img {
    width: 92rem;
  }
  .worry-card__img {
    margin-top: 25rem;
  }
  .worry-card__txt {
    margin-top: 15rem;
    font-size: 18rem;
  }
  .worry-woman {
    left: -20rem;
  }
  .worry-woman img {
    width: 118rem;
  }
  .worry-man {
    right: -25rem;
  }
  .worry-man img {
    width: 161rem;
  }
  .solve {
    padding: 100rem 0;
  }
  .solve-lead {
    margin-bottom: 40rem;
  }
  .solve-ttl {
    font-size: 36rem;
  }
  .solve-ttl__img {
    bottom: 0;
    left: calc(50% - 282rem);
    z-index: -1;
  }
  .solve-ttl__img img {
    width: 564rem;
  }
  .solve-inner {
    max-width: 970rem;
  }
  .solve-inner .worry-card {
    border: 10rem solid #b1ddf8;
    height: 287rem;
  }
  .solve-inner .worry-card__img {
    margin-top: 30rem;
  }
  .solve-inner .worry-card__txt {
    margin-top: 20rem;
  }
  .solve-inner .worry-card:nth-child(1) .worry-card__img {
    margin-top: 30rem;
  }
  .solve-inner .worry-card:nth-child(1) .worry-card__img img {
    width: 116rem;
  }
  .solve-inner .worry-card:nth-child(1) .worry-card__txt {
    margin-top: 20rem;
  }
  .solve-inner .worry-card:nth-child(2) .worry-card__img {
    margin-top: 30rem;
  }
  .solve-inner .worry-card:nth-child(2) .worry-card__img img {
    width: 122rem;
  }
  .solve-inner .worry-card:nth-child(2) .worry-card__txt {
    margin-top: 20rem;
  }
  .solve-inner .worry-card:nth-child(3) .worry-card__img img {
    width: 79rem;
  }
  .solve-inner .worry-card:nth-child(4) {
    height: 268rem;
  }
  .solve-inner .worry-card:nth-child(4) .worry-card__img {
    margin-top: 40rem;
  }
  .solve-inner .worry-card:nth-child(4) .worry-card__img img {
    width: 109rem;
  }
  .solve-inner .worry-card:nth-child(4) .worry-card__txt {
    margin-top: 20rem;
  }
  .solve-inner .worry-card:nth-child(5) {
    height: 268rem;
  }
  .solve-inner .worry-card:nth-child(5) .worry-card__img {
    margin-top: 30rem;
  }
  .solve-inner .worry-card:nth-child(5) .worry-card__img img {
    width: 68rem;
  }
  .solve-inner .worry-card:nth-child(5) .worry-card__txt {
    margin-top: 20rem;
  }
  .solve-inner .worry-man {
    right: -30rem;
  }
  .solve-inner .worry-man img {
    width: 107rem;
  }
  .solve-item {
    max-width: 910rem;
  }
  .up {
    margin-top: 100rem;
  }
  .up-img img {
    width: 352rem;
  }
  .up-content__sm {
    font-size: 22rem;
  }
  .up-content__ttl {
    font-size: 36rem;
  }
  .up-content__txt {
    margin: 15rem 0 20rem;
  }
  .up-content__txt img {
    width: 573rem;
  }
  .up-area__row {
    margin-top: 10rem;
  }
  .up-area__icon {
    margin-right: 10rem;
  }
  .up-area__txt {
    font-size: 18rem;
  }
  .percent {
    margin-top: 100rem;
  }
  .percent-left__link {
    margin-left: 23rem;
  }
  .percent-left__img img {
    width: 591rem;
  }
  .percent-area {
    font-size: 23rem;
  }
  .worryWoman {
    max-width: 840rem;
    margin: 100rem auto 0;
  }
  .worryWoman-img img {
    width: 234rem;
  }
  .worryWoman-area__ttl {
    margin-bottom: 30rem;
  }
  .worryWoman-area__ttl img {
    width: 462rem;
  }
  .worryWoman-area__row {
    margin-top: 15rem;
  }
  .worryWoman-area__txt {
    font-size: 18rem;
    margin-left: 13rem;
  }
  .point {
    padding: 90rem 0;
  }
  .point-inner {
    max-width: 1200rem;
    margin-left: 30rem;
    margin-right: 30rem;
  }
  .point-lead__sub img {
    width: 293rem;
  }
  .point-lead__ttl {
    font-size: 36rem;
    margin: 10rem 0 15rem;
  }
  .point-lead__bottom img {
    width: 312rem;
  }
  .point-item {
    border-radius: 40rem;
    padding: 80rem 50rem;
    margin-top: 50rem;
  }
  .point-item__num {
    width: 91rem;
    height: 91rem;
  }
  .point-item__num span {
    font-size: 48rem;
    margin-top: 5rem;
  }
  .point-item__ttl {
    font-size: 32rem;
    font-weight: 900;
    padding-left: 20rem;
    padding-bottom: 10rem;
    width: calc(100% - 91rem);
  }
  .point-item__txt {
    font-size: 18rem;
    margin-top: 20rem;
  }
  .point-item__txt:nth-child(2) {
    margin-top: 30rem;
  }
  .point-item__wrap {
    margin-top: 50rem;
  }
  .point-item__box {
    max-width: 326rem;
    border-radius: 35rem;
  }
  .point-item__boxLead {
    border-radius: 33rem 33rem 0 0;
    padding: 18rem 15rem 15rem;
  }
  .point-item__boxTtl {
    font-size: 23rem;
    margin-top: 10rem;
  }
  .point-item__boxArea {
    padding: 20rem 22rem 35rem 35rem;
  }
  .point-item__boxTxt {
    font-size: 18rem;
    margin-top: 20rem;
  }
  .point-item__boxTxt::before {
    content: "";
    width: 17rem;
    height: 17rem;
    left: -23rem;
    top: 8rem;
  }
  .point-qr {
    max-width: 840rem;
    margin: 30rem auto 0;
    padding: 30rem 45rem 20rem;
    border-radius: 35rem;
  }
  .point-qr__data {
    left: 100rem;
    bottom: 55rem;
  }
  .point-qr__data img {
    width: 239rem;
  }
  .point-qr__img img {
    width: 413rem;
  }
  .point-qr__ttl {
    font-size: 18rem;
    margin-bottom: 15rem;
  }
  .ranking {
    padding: 60rem 0 85rem;
    max-width: 1200rem;
    margin-left: 30rem;
    margin-right: 30rem;
  }
  .ranking-lead__ttl {
    font-size: 47rem;
    padding-left: 20rem;
    padding-right: 20rem;
    margin-top: 10rem;
  }
  .ranking-lead__bottom {
    margin-top: 15rem;
  }
  .ranking-lead__bg {
    bottom: 8rem;
  }
  .ranking-list {
    margin-top: 50rem;
  }
  .ranking-item {
    margin-top: 80rem;
  }
  .ranking-item__head {
    padding: 25rem 20rem 15rem;
  }
  .ranking-item__headTtl img {
    width: 680rem;
  }
  .ranking-item__border {
    border: 1px solid #f3a000;
  }
  .ranking-item__box {
    border: 25rem solid #fffdcb;
    padding: 50rem 35rem 75rem;
  }
  .ranking-item__groupLeft {
    min-width: 340rem;
    margin-right: 20rem;
  }
  .ranking-item__groupTtl {
    font-size: 28rem;
    margin-top: 20rem;
  }
  .ranking-item__groupBtn {
    border: 3rem solid #1643c0;
    border-radius: 12rem;
    font-size: 22rem;
    padding: 15rem 0;
  }
  .ranking-item__groupBtn span:last-child {
    top: calc(50% - 16.5rem);
    right: 15rem;
  }
  .ranking-item__groupBtn span:last-child img {
    width: 34rem;
  }
  .ranking-item__table {
    font-size: 16rem;
  }
  .ranking-item__table td {
    border: 1px solid #a1a1a1;
    padding: 15rem;
  }
  .ranking-item__table td:first-child {
    width: 177rem;
  }
  .ranking-item__table td:nth-child(2) {
    width: 430rem;
  }
  .ranking-item__point {
    margin-top: 100rem;
  }
  .ranking-item__point .point-item__boxArea {
    padding: 20rem 20rem 20rem 30rem;
  }
  .ranking-item__pointTtl {
    font-size: 30rem;
    margin-top: 15rem;
    padding-bottom: 10rem;
    border-bottom: 2px dotted #f3a000;
  }
  .ranking-item__pointLead img {
    width: 295rem;
  }
  .ranking-item__bottomTxt {
    font-size: 18rem;
    margin-top: 40rem;
  }
  .ranking-item__flexImg {
    min-width: 320rem;
  }
  .ranking-item__wrap {
    margin-top: 90rem;
  }
  .ranking-item__wrapBox {
    max-width: 322rem;
    border-radius: 35rem;
    padding: 55rem 15rem 35rem;
  }
  .ranking-item__wrapHead {
    top: -55rem;
    left: calc(50% - 55rem);
    width: 110rem;
    height: 110rem;
  }
  .ranking-item__wrapTtl {
    font-size: 22rem;
  }
  .ranking-item__wrapTxt {
    margin-top: 20rem;
    font-size: 18rem;
  }
  .ranking-item__flexArea {
    max-width: 620rem;
  }
  .ranking-item__flexArea .ranking-item__bottomTxt:first-child {
    margin-top: 30rem;
  }
  .ranking-item__msg {
    margin-top: 100rem;
    border-radius: 30rem;
  }
  .ranking-item__msgHead {
    padding: 10rem 30rem;
    border-radius: 28rem 28rem 0 0;
  }
  .ranking-item__msgTtl {
    font-size: 30rem;
    margin-left: 15rem;
  }
  .ranking-item__msgIcon img {
    width: 50rem;
  }
  .ranking-item__msgBox {
    border-radius: 15rem;
    margin: 30rem 30rem 0;
    padding: 30rem 40rem;
  }
  .ranking-item__msgBox:last-child {
    margin-bottom: 40rem;
  }
  .ranking-item__msgSub {
    font-size: 24rem;
    border-bottom: 1px solid #2e98fc;
    padding-bottom: 10rem;
  }
  .ranking-item__msgTxt {
    font-size: 18rem;
    margin-top: 15rem;
  }
  .ranking-item__msgGroup {
    height: 450rem;
  }
  .ranking-item__link {
    margin-top: 80rem;
  }
  .ranking-item__link .ranking-item__groupBtn {
    width: 550rem;
    height: 77rem;
  }
  .ranking-item__linkTxt {
    font-size: 22rem;
    margin-bottom: 10rem;
  }
  .ranking-item.ranking2 .ranking-item__box {
    border: 25rem solid #ededed;
    border-top: unset;
  }
  .ranking-item.ranking2 .ranking-item__headTtl img {
    width: 550rem;
  }
  .ranking-item.ranking2 .ranking-item__colHead img {
    width: 477rem;
  }
  .ranking-item.ranking3 .ranking-item__box {
    border: 25rem solid #fbe4c7;
  }
  .ranking-item.ranking3 .ranking-item__headTtl img {
    width: 460rem;
  }
  .ranking-item.ranking3 .ranking-item__colHead {
    left: calc(50% - 182.5rem);
  }
  .ranking-item.ranking3 .ranking-item__colHead img {
    width: 365rem;
  }
  .ranking-item.ranking4 .ranking-item__colHead {
    left: calc(50% - 238.5rem);
  }
  .ranking-item.ranking4 .ranking-item__colHead img {
    width: 477rem;
  }
  .ranking-item.ranking5 .ranking-item__colHead {
    left: calc(50% - 238.5rem);
  }
  .ranking-item.ranking5 .ranking-item__colHead img {
    width: 477rem;
  }
  .ranking-item__col {
    margin-top: 90rem;
    border: 3rem solid #f8721b;
    padding: 50rem 30rem;
    border-radius: 35rem;
  }
  .ranking-item__colHead {
    top: -29.5rem;
    left: calc(50% - 238.5rem);
  }
  .ranking-item__colRow {
    margin-top: 5rem;
  }
  .ranking-item__colTxt {
    font-size: 18rem;
    margin-left: 10rem;
  }
  .ranking-item__listBtn {
    margin-top: 50rem;
  }
  .sub {
    padding: 100rem 0;
  }
  .strong {
    max-width: 1200rem;
    padding: 65rem 50rem 95rem;
    margin-left: 30rem;
    margin-right: 30rem;
  }
  .strong-lead {
    margin-top: 30rem;
  }
  .strong-lead__item {
    margin-top: 20rem;
    margin-left: 30rem;
    margin-right: 30rem;
  }
  .strong-lead__img img {
    width: 70rem;
  }
  .strong-demo {
    margin-top: 50rem;
  }
  .strong-demo__ttl span {
    border-radius: 80rem;
    padding: 15rem 80rem;
    font-size: 24rem;
  }
  .strong-demo__ttl span::before {
    content: "";
    border-right: 8rem solid transparent;
    border-left: 8rem solid transparent;
    border-bottom: unset;
    border-top: 20rem solid #e4e4e4;
    position: absolute;
    bottom: -19rem;
    left: calc(50% - 8rem);
  }
  .strong-demo__sub {
    margin-top: 60rem;
  }
  .strong-demo__subTxt {
    font-size: 24rem;
    padding-left: 15rem;
    padding-right: 15rem;
    z-index: 0;
  }
  .strong-demo__subTxt::before {
    height: 16rem;
  }
  .strong-demo__subAbs1 {
    left: -45rem;
    top: -10rem;
  }
  .strong-demo__subAbs1 img {
    width: 34rem;
  }
  .strong-demo__subAbs2 {
    right: -15rem;
    top: -20rem;
  }
  .strong-demo__subAbs2 img {
    width: 32rem;
  }
  .strong-demo__subBottom {
    font-size: 18rem;
    margin-top: 30rem;
  }
  .strong-demo__area {
    margin-top: 40rem;
  }
  .strong-demo__areaRight {
    font-size: 18rem;
    margin-left: 52rem;
  }
  .strong-demo__areaRight::before {
    content: "";
    border-top: 13rem solid transparent;
    border-bottom: 13rem solid transparent;
    border-right: unset;
    border-left: 14rem solid black;
    position: absolute;
    left: -35rem;
    top: -2rem;
  }
  .strong-demo__bottom {
    margin-top: 100rem;
  }
  .strong-demo__bottom .ranking-item__groupBtn {
    width: 506rem;
  }
  .strong-demo__bottomTxt {
    font-size: 18rem;
    margin-bottom: 15rem;
  }
  .otherBtn {
    margin: 60rem auto 0;
  }
  .otherBtn-link {
    font-size: 28rem;
    width: 465rem;
    height: 72rem;
    border-radius: 15rem;
    -webkit-box-shadow: 0rem 10rem 0rem -3rem #0c67b3;
            box-shadow: 0rem 10rem 0rem -3rem #0c67b3;
  }
  .otherBtn-link span:last-child {
    top: calc(50% - 20rem);
    right: 15rem;
  }
  .otherBtn-link span:last-child img {
    width: 14rem;
  }
  .otherItem {
    margin-left: 30rem;
    margin-right: 30rem;
  }
  .otherItem-box__search {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .otherItem-box {
    padding-left: 30rem;
    padding-right: 30rem;
  }
}
@media (max-width: 768px) {
  .fv-txt {
    margin-left: 60rem;
    margin-right: 60rem;
    margin-top: 70rem;
  }
  .fv-logo img {
    width: 200rem;
  }
  .fv-bg img {
    height: 839rem;
  }
  .choice-lead {
    margin-top: 550rem;
  }
  .choice-lead__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .choice-lead__ttl {
    font-size: 25rem;
  }
  .choice-lead__category {
    font-size: 25rem;
  }
  .choice-lead__content {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .choice-lead__no {
    font-size: 52rem;
    margin-top: 15rem;
  }
  .choice-item__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .choice-item__img {
    margin-right: unset;
  }
  .choice-item__img img {
    width: 477rem;
  }
  .choice-item__box {
    top: 148rem;
    left: calc(50% - 247rem);
  }
  .choice-item__txt {
    font-size: 25rem;
  }
  .choice-item__bottom {
    bottom: 66rem;
    left: calc(50% - 273rem);
  }
  .choice-item__bottomTxt {
    font-size: 20rem;
  }
  .choice-item__content {
    margin-top: 30rem;
  }
  .choice-item__btn {
    font-size: 28rem;
    width: 544rem;
    height: 81rem;
  }
  .choice-item__ttl {
    top: 27rem;
    left: calc(50% - 329rem);
  }
  .choice-item__ttlImg img {
    width: 660rem;
  }
  .worry-woman {
    display: none;
  }
  .worry-man {
    display: none;
  }
  .worry-inner {
    margin: 0 30rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .worry-ttl {
    margin-bottom: unset;
    font-size: 46rem;
  }
  .worry-card {
    width: 48%;
    height: unset;
    margin-right: unset;
    margin-top: 30rem;
    border: 5rem solid #c7c7c7;
  }
  .worry-card:nth-child(3) {
    height: unset;
  }
  .worry-card:nth-child(3) .worry-card__img {
    margin-top: 44rem;
  }
  .worry-card:nth-child(4) {
    height: unset;
  }
  .worry-card__txt {
    font-size: 24rem;
    padding-bottom: 30rem;
  }
  .worry-woman-man {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .worry-woman-man img {
    width: 275rem;
    object-fit: contain;
  }
  .solve-ttl {
    font-size: 46rem;
  }
  .solve-ttl__img {
    left: calc(50% - 338rem);
  }
  .solve-ttl__img img {
    width: 675rem;
  }
  .solve-lead {
    margin-bottom: unset;
  }
  .solve-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 30rem;
    margin-right: 30rem;
  }
  .solve-inner .worry-card {
    border: 5rem solid #b1ddf8;
    height: unset !important;
  }
  .up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .up-content__sm {
    font-size: 30rem;
  }
  .up-content__ttl {
    font-size: 46rem;
  }
  .up-content__txt img {
    width: 690rem;
  }
  .up-area__txt {
    font-size: 25rem;
  }
  .up-area__icon img {
    min-width: 40rem;
    width: 40rem;
  }
  .up-img {
    margin-top: 60rem;
  }
  .up-img img {
    width: 420rem;
  }
  .percent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .percent-area {
    font-size: 28rem;
  }
  .percent-left__img {
    margin-top: 40rem;
  }
  .percent-left__img img {
    width: 675rem;
  }
  .percent-left__link {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .worryWoman {
    position: relative;
    max-width: 650rem;
  }
  .worryWoman-img {
    position: absolute;
    top: -45rem;
    left: 0;
  }
  .worryWoman-img img {
    width: 200rem;
  }
  .worryWoman-area__ttl {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 60rem;
  }
  .worryWoman-area__ttl img {
    width: 420rem;
  }
  .worryWoman-area__txt {
    font-size: 25rem;
  }
  .worryWoman-area__icon img {
    min-width: 40rem;
    width: 40rem;
  }
  .point-lead__ttl {
    font-size: 42rem;
  }
  .point-lead__bottom img {
    width: 385rem;
  }
  .point-item {
    padding: 60rem 40rem;
  }
  .point-item__box {
    width: 100%;
    max-width: unset;
    margin-bottom: 20rem;
  }
  .point-item__box:nth-child(1) .point-item__illu img {
    width: 64rem;
  }
  .point-item__box:nth-child(2) .point-item__illu img {
    width: 55rem;
  }
  .point-item__box:nth-child(3) .point-item__illu img {
    width: 61rem;
  }
  .point-item__boxLead {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .point-item__boxTtl {
    margin-left: 20rem;
    font-size: 32rem;
    margin-top: unset;
  }
  .point-item__boxTxt {
    font-size: 24rem;
  }
  .point-item__boxTxt::before {
    top: 12rem;
  }
  .point-item__txt {
    font-size: 24rem;
  }
  .point-qr {
    padding: 40rem 30rem;
  }
  .point-qr__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .point-qr__data {
    position: relative;
    bottom: unset;
    left: unset;
  }
  .point-qr__data img {
    width: 180rem;
  }
  .point-qr__img {
    width: 100%;
    margin-top: 30rem;
  }
  .point-qr__img img {
    width: 100%;
  }
  .point-qr__ttl {
    text-align: left;
    font-size: 23rem;
  }
  .ranking-lead__first img {
    width: 192rem;
  }
  .ranking-lead__ttl {
    text-align: center;
    font-size: 46rem;
  }
  .ranking-lead__bottom img {
    width: 351rem;
  }
  .ranking-item__com {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ranking-item__headTtl img {
    width: 639rem;
  }
  .ranking-item__groupLeft {
    margin-right: unset;
    width: 100%;
  }
  .ranking-item__groupBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .ranking-item__groupTtl {
    font-size: 33rem;
  }
  .ranking-item__groupImg img {
    width: 320rem;
  }
  .ranking-item__box {
    border: 15rem solid #fffdcb;
    padding: 50rem 25rem 75rem;
  }
  .ranking-item__com {
    position: relative;
  }
  .ranking-item__com.ranking1 {
    padding-bottom: 100rem;
  }
  .ranking-item__linkBttom {
    position: relative;
  }
  .ranking-item__linkBttom .ranking-item__groupBtn {
    position: relative;
    bottom: unset;
    left: unset;
  }
  .ranking-item__groupBtn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 28rem;
  }
  .ranking-item__table {
    margin-top: 40rem;
    font-size: 22rem;
  }
  .ranking-item__table td:first-child {
    width: 250rem;
  }
  .ranking-item__pointLeft img {
    width: 350rem;
  }
  .ranking-item__pointTtl {
    font-size: 36rem;
  }
  .ranking-item__bottomTxt {
    font-size: 24rem;
  }
  .ranking-item__bottomTxt.mt-0 {
    margin-top: unset;
  }
  .ranking-item__wrapBox {
    max-width: unset;
    width: 100%;
    margin-bottom: 80rem;
  }
  .ranking-item__wrapBox:nth-child(1) .ranking-item__wrapHead img {
    width: 55rem;
  }
  .ranking-item__wrapBox:nth-child(2) .ranking-item__wrapHead img {
    width: 51rem;
  }
  .ranking-item__wrapBox:nth-child(3) .ranking-item__wrapHead img {
    width: 55rem;
  }
  .ranking-item__wrapTtl {
    font-size: 32rem;
  }
  .ranking-item__wrapTxt {
    font-size: 24rem;
  }
  .ranking-item__pointLead img {
    width: 335rem;
  }
  .ranking-item__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ranking-item__flex.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .ranking-item__flexImg {
    min-width: unset;
    width: 60%;
    margin-top: 30px;
  }
  .ranking-item__msgTtl {
    font-size: 36rem;
  }
  .ranking-item__msgSub {
    font-size: 28rem;
  }
  .ranking-item__msgTxt {
    font-size: 24rem;
  }
  .ranking-item__col {
    padding: 50rem 6rem;
  }
  .ranking-item__colRow {
    margin-top: 15rem;
  }
  .ranking-item__colTxt {
    font-size: 24rem;
    line-height: 1.5;
  }
  .ranking-item__colIcon img {
    min-width: 40rem;
    width: 40rem;
  }
  .ranking-item.ranking2 .ranking-item__groupImg img, .ranking-item.ranking3 .ranking-item__groupImg img, .ranking-item.ranking4 .ranking-item__groupImg img, .ranking-item.ranking5 .ranking-item__groupImg img {
    width: 100%;
  }
  .ranking-item.ranking2 .ranking-item__box {
    border: 15rem solid #ededed;
  }
  .ranking-item.ranking3 .ranking-item__box {
    border: 15rem solid #fbe4c7;
  }
  .ranking-item.ranking4 .ranking-item__box, .ranking-item.ranking5 .ranking-item__box {
    border: 15rem solid #e2f1f7;
  }
  .ranking-item.ranking4 .ranking-item__col, .ranking-item.ranking5 .ranking-item__col {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .ranking-item.ranking4 .ranking-item__colIcon img, .ranking-item.ranking5 .ranking-item__colIcon img {
    min-width: 40rem;
    width: 40rem;
  }
  .ranking-item.ranking5 .ranking-item__headTtl img {
    width: 460rem;
  }
  .strong {
    padding: 60rem 15rem;
  }
  .strong-lead__img {
    display: none;
  }
  .strong-demo__subTxt {
    font-size: 32rem;
    text-align: center;
  }
  .strong-demo__subAbs1 {
    left: -29rem;
    top: 37rem;
  }
  .strong-demo__area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .strong-demo__areaCheck .up-area__icon img {
    min-width: 40rem;
    width: 40rem;
  }
  .strong-demo__areaRight {
    margin-left: unset;
    margin-top: 60rem;
    font-size: 24rem;
  }
  .strong-demo__areaRight::before {
    content: "";
    border-left: 13rem solid transparent;
    border-right: 13rem solid transparent;
    border-bottom: unset;
    border-top: 14rem solid black;
    position: absolute;
    left: calc(50% - 13rem);
    top: -40rem;
  }
  .strong-demo .ranking-item__groupBtn {
    position: relative;
    bottom: unset;
    left: unset;
  }
  .strong-other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .strong-other .ranking-item__groupBtn {
    margin-top: 40rem;
    position: relative;
    bottom: unset;
    left: unset;
  }
  .otherItem {
    margin-top: 80rem;
  }
  .otherItem-lead {
    font-size: 32rem;
    padding: 20rem;
  }
  .otherItem-box__search {
    padding-left: 30rem;
    padding-right: 30rem;
    margin: 40rem auto 60rem;
  }
  .otherItem-box__searchBtn {
    margin-top: 40rem;
  }
  .otherItem-box__searchTtl {
    margin-top: 50rem;
    font-size: 28rem;
  }
  .otherItem-box__searchTtl:first-child {
    margin-top: unset;
  }
  .otherItem-box__searchGroup label {
    font-size: 24rem;
  }
  .otherItem-box__wrapImg img {
    width: 100%;
    height: 250rem;
  }
  .otherItem-box__wrapCol {
    max-width: unset;
    width: 48%;
  }
  .otherItem-box__wrapTxt {
    font-size: 28rem;
  }
  .footer-menu__link {
    font-size: 25rem;
    margin-right: 25rem;
  }
  .footer-copy {
    font-size: 20rem;
    margin-top: 20rem;
  }
  .ranking-list__scroll {
    overflow-x: auto;
  }
  .ranking-list {
    width: 700px;
  }
}
.u-sp-block {
  display: none;
}

.u-pc-block {
  display: block;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .u-sp-block {
    display: block;
  }
  .u-pc-block {
    display: none;
  }
  .ranking-list img {
    max-width: 800px;
  }
}

.sub_bottom {
	padding-bottom: 100px;
}
.thanks-text {
  margin: 50px 0;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */