@charset "UTF-8";
/* コンテンツ幅 */
/* フッターレイアウト */
.praruta__h2 {
  text-align: center;
  margin-bottom: calc(32 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta__h2 {
    margin-bottom: 3.2rem;
  }
}

.praruta__h2--head {
  display: inline-block;
  border-bottom: 2px solid #3B7BB9;
  color: #3B7BB9;
  font-size: calc(22 / 750 * 100vw);
  margin-bottom: calc(16 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta__h2--head {
    border-bottom-width: 3px;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 .8rem;
    margin-bottom: 1.6rem;
  }
}

.praruta__h2--text {
  font-weight: 900;
  display: block;
  font-size: calc(46 / 750 * 100vw);
  line-height: 1.47826;
}

@media screen and (min-width: 751px) {
  .praruta__h2--text {
    font-size: 46px;
    font-size: 4.6rem;
  }
}

.praruta__section {
  margin: calc(80 / 750 * 100vw) 0;
}

@media screen and (min-width: 751px) {
  .praruta__section {
    margin: 8rem 0 12rem;
  }
}

.praruta-button a {
  background: -webkit-linear-gradient(bottom, #FFFF00 0%, #E4D508 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFF00), to(#E4D508));
  background: -webkit-linear-gradient(top, #FFFF00 0%, #E4D508 100%);
  background: linear-gradient(to bottom, #FFFF00 0%, #E4D508 100%);
  color: #3B7BB9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  font-weight: 600;
  border-radius: 6px;
  line-height: 1;
  font-size: calc(34 / 750 * 100vw);
  max-width: calc(520 / 750 * 100vw);
  padding: calc(32 / 750 * 100vw) 0;
}

@media screen and (min-width: 751px) {
  .praruta-button a {
    border-radius: 10px;
    width: 100%;
    max-width: 360px;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 2rem 0;
  }
  .praruta-button a:hover {
    opacity: 1;
    background: #FFFF00;
  }
}

.praruta-button a i {
  margin-right: calc(16 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-button a i {
    margin-right: .8rem;
  }
}

.praruta-button a i svg {
  width: calc(40 / 750 * 100vw);
  height: auto;
}

@media screen and (min-width: 751px) {
  .praruta-button a i svg {
    width: auto;
  }
}

.praruta-main__title img {
  width: 100%;
}

.praruta-main-foot {
  background-color: #ECF5FF;
  padding-bottom: calc(80 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-main-foot {
    padding: 8rem 0;
  }
}

.praruta-main-foot__image {
  margin-top: calc(-40 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-main-foot__image {
    margin-top: -12rem;
  }
}

.praruta-main__button {
  margin-top: 1.6rem;
}

@media screen and (max-width: 750px) {
  .praruta-main__button {
    display: none;
  }
}

.praruta-main__button a {
  margin: 0 auto;
  font-size: 40px;
  font-size: 4rem;
  max-width: 600px;
  padding: 2.4rem 0;
}

.praruta-main__button a i svg {
  width: 40px;
}

.praruta-service__text {
  font-weight: bold;
  margin-bottom: calc(70 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-service__text {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.5;
    margin-bottom: 6.4rem;
  }
}

@media screen and (min-width: 751px) {
  .praruta-service-example {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 9rem;
  }
}

.praruta-service-example__block {
  margin-bottom: calc(90 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-service-example__block {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .praruta-service-example__block:first-child {
    -webkit-flex-basis: 634px;
        -ms-flex-preferred-size: 634px;
            flex-basis: 634px;
  }
  .praruta-service-example__block:last-child {
    -webkit-flex-basis: 444px;
        -ms-flex-preferred-size: 444px;
            flex-basis: 444px;
  }
}

.praruta-service-example__block:last-child {
  margin-bottom: 0;
  color: #3B7BB9;
  font-weight: bold;
}

.praruta-service-example__title {
  text-align: center;
  margin-bottom: calc(54 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-service-example__title {
    margin-bottom: 4.8rem;
  }
}

.praruta-service-example__title span {
  color: #fff;
  display: inline-block;
  font-weight: 900;
  border: #000000 3px solid;
  position: relative;
  font-size: calc(32 / 750 * 100vw);
  padding: 0 calc(32 / 750 * 100vw);
  border-radius: calc(64 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-service-example__title span {
    font-size: 26px;
    font-size: 2.6rem;
    border-width: 5px;
    border-radius: 60px;
    padding: 0 3.2rem;
  }
}

.praruta-service-example__title span::before, .praruta-service-example__title span::after {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  background-color: #fff;
  top: -3px;
}

@media screen and (min-width: 751px) {
  .praruta-service-example__title span::before, .praruta-service-example__title span::after {
    top: -5px;
    width: 5px;
    height: 5px;
  }
}

.praruta-service-example__title span::before {
  left: calc(28 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-service-example__title span::before {
    left: 2.8rem;
  }
}

.praruta-service-example__title span::after {
  left: calc(42 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-service-example__title span::after {
    left: 3.8rem;
  }
}

.praruta-service-example__title--red span {
  background-color: #D16262;
}

.praruta-service-example__title--blue span {
  background-color: #3B7BB9;
}

.praruta-service-example__image {
  display: block;
  text-align: center;
  margin-bottom: calc(40 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-service-example__image {
    margin-bottom: 1.8rem;
  }
}

.praruta-plan {
  background-color: #ECF5FF;
  margin-bottom: 0 !important;
  padding: calc(72 / 750 * 100vw) 0;
  margin-top: 0 !important;
}

@media screen and (min-width: 751px) {
  .praruta-plan {
    padding: 8rem 0;
  }
}

.praruta-plan__text {
  background-color: #3B7BB9;
  color: #fff;
  font-weight: 900;
  padding: calc(32 / 750 * 100vw) calc(40 / 750 * 100vw);
  font-size: calc(30 / 750 * 100vw);
  line-height: 1.5;
  text-align: left;
  margin-bottom: calc(64 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-plan__text {
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    padding: 1.6rem 0;
    letter-spacing: .1em;
    margin-bottom: 6.4rem;
  }
}

.praruta-plan__h3 {
  color: #3B7BB9;
  font-weight: 900;
  font-size: calc(36 / 750 * 100vw);
  margin-top: calc(80 / 750 * 100vw);
  margin-bottom: calc(16 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-plan__h3 {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 2.4rem;
    margin-top: 8rem;
  }
}

@media screen and (min-width: 751px) {
  .praruta-plan__inner {
    width: 916px;
    margin: 0 auto;
  }
}

.praruta-plan__scroll {
  margin: 0 calc(-40 / 750 * 100vw) calc(40 / 750 * 100vw);
  overflow-x: scroll;
  padding: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) calc(20 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-plan__scroll {
    margin: 0;
    overflow: visible;
    padding: 0;
  }
}

.praruta-plan-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(1890 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-plan-menu {
    margin-top: 7rem;
    margin-bottom: 4rem;
    width: 100%;
    padding-right: 0;
  }
}

.praruta-plan-menu__item {
  background-color: #fff;
  position: relative;
  border-radius: 5px;
  margin-right: calc(40 / 750 * 100vw);
  padding: calc(48 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  -webkit-flex-basis: calc(33.333% - (40 / 750 * 100vw));
      -ms-flex-preferred-size: calc(33.333% - (40 / 750 * 100vw));
          flex-basis: calc(33.333% - (40 / 750 * 100vw));
}

@media screen and (min-width: 751px) {
  .praruta-plan-menu__item {
    -webkit-flex-basis: calc(33.333% - 16px);
        -ms-flex-preferred-size: calc(33.333% - 16px);
            flex-basis: calc(33.333% - 16px);
    padding: 4rem;
    border-radius: 10px;
    margin-right: 0;
  }
}

.praruta-plan-menu__label {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(-36 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-plan-menu__label {
    top: -2.6rem;
  }
}

.praruta-plan-menu__label span {
  color: #fff;
  display: inline-block;
  font-weight: 900;
  border: #000000 3px solid;
  position: relative;
  line-height: 1.6;
  text-align: center;
  font-size: calc(36 / 750 * 100vw);
  width: calc(230 / 750 * 100vw);
  border-radius: calc(36 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-plan-menu__label span {
    font-size: 26px;
    font-size: 2.6rem;
    border-width: 5px;
    border-radius: 60px;
    padding: 0 3.2rem;
    width: 220px;
  }
}

.praruta-plan-menu__label span::before, .praruta-plan-menu__label span::after {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  background-color: #fff;
  top: -3px;
}

@media screen and (min-width: 751px) {
  .praruta-plan-menu__label span::before, .praruta-plan-menu__label span::after {
    top: -5px;
    width: 5px;
    height: 5px;
  }
}

.praruta-plan-menu__label span::before {
  left: calc(28 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-plan-menu__label span::before {
    left: 2.8rem;
  }
}

.praruta-plan-menu__label span::after {
  left: calc(42 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-plan-menu__label span::after {
    left: 3.8rem;
  }
}

.praruta-plan-menu__label--a span {
  background-color: #1A9B89;
}

.praruta-plan-menu__label--b span {
  background-color: #FF0099;
}

.praruta-plan-menu__label--c span {
  background-color: #0796E8;
}

.praruta-plan-menu__title {
  text-align: center;
  font-weight: 900;
  letter-spacing: 0;
  font-size: calc(30 / 750 * 100vw);
  margin-bottom: calc(24 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-plan-menu__title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
  }
}

.praruta-plan-menu__data {
  color: #fff;
  font-weight: bold;
  padding: calc(20 / 750 * 100vw) calc(40 / 750 * 100vw);
  width: calc(400 / 750 * 100vw);
  margin: 0 auto calc(24 / 750 * 100vw);
  border-radius: 5px;
  font-size: calc(30 / 750 * 100vw);
  line-height: 1.6;
}

@media screen and (min-width: 751px) {
  .praruta-plan-menu__data {
    width: 100%;
    border-radius: 10px;
    padding: 2rem 3rem;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 2.4rem;
  }
}

.praruta-plan-menu__data--a {
  background-color: #1A9B89;
}

.praruta-plan-menu__data--b {
  background-color: #FF0099;
}

.praruta-plan-menu__data--c {
  background-color: #0796E8;
}

.praruta-plan-menu__data dt {
  float: left;
}

.praruta-plan-menu__data dd {
  padding-left: calc(128 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-plan-menu__data dd {
    padding-left: 9.6rem;
  }
}

.praruta-plan-menu__text {
  font-size: calc(24 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-plan-menu__text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.praruta-plan-menu__text span {
  color: #3B7BB9;
}

.praruta-plan-table {
  position: relative;
  height: calc(380 / 750 * 100vw);
  overflow: hidden;
  margin-bottom: calc(40 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-plan-table {
    height: 400px;
    margin-bottom: 4.8rem;
  }
}

.praruta-plan-table.is-open {
  height: auto;
}

.praruta-plan-table.is-open::after {
  content: none;
}

.praruta-plan-table::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: -webkit-linear-gradient(top, rgba(236, 245, 255, 0) 0%, rgba(236, 245, 255, 0.01) 1%, #ecf5ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 245, 255, 0)), color-stop(1%, rgba(236, 245, 255, 0.01)), to(#ecf5ff));
  background: linear-gradient(to bottom, rgba(236, 245, 255, 0) 0%, rgba(236, 245, 255, 0.01) 1%, #ecf5ff 100%);
  height: calc(150 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-plan-table::after {
    height: 100px;
  }
}

.praruta-plan-table__button {
  margin: 0 auto;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: #174068;
  color: #fff;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  text-align: center;
  padding: calc(20 / 750 * 100vw);
  width: calc(440 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  border-radius: 5px;
}

@media screen and (min-width: 751px) {
  .praruta-plan-table__button {
    font-size: 21px;
    font-size: 2.1rem;
    width: 400px;
    padding: 2.4rem 0;
    border-radius: 10px;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .praruta-plan-table__button:hover {
    opacity: .8;
  }
}

.praruta-plan-table__table {
  width: 100%;
  margin-bottom: calc(20 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-plan-table__table {
    margin-bottom: 2.4rem;
  }
}

.praruta-plan-table__head th {
  border-top: 1px solid #3B7BB9;
  border-right: 1px solid #3B7BB9;
  background-color: #fff;
  text-align: center;
  color: #fff;
  font-size: calc(26 / 750 * 100vw);
  padding: calc(6 / 750 * 100vw) 0;
}

@media screen and (min-width: 751px) {
  .praruta-plan-table__head th {
    font-size: 20px;
    font-size: 2rem;
    padding: 1.2rem 0;
  }
}

.praruta-plan-table__head th:first-child {
  border-top: none;
  background-color: transparent;
}

.praruta-plan-table__head th:nth-child(2) {
  background-color: #1A9B89;
}

.praruta-plan-table__head th:nth-child(3) {
  background-color: #FF0099;
}

.praruta-plan-table__head th:nth-child(4) {
  background-color: #0796E8;
}

.praruta-plan-table__body {
  border-top: 1px solid #3B7BB9;
  border-left: 1px solid #3B7BB9;
}

.praruta-plan-table__body th, .praruta-plan-table__body td {
  border-bottom: 1px solid #3B7BB9;
  border-right: 1px solid #3B7BB9;
  background-color: #fff;
  font-size: calc(22 / 750 * 100vw);
  padding: calc(18 / 750 * 100vw) calc(16 / 750 * 100vw);
  vertical-align: middle;
  line-height: 1.4;
}

@media screen and (min-width: 751px) {
  .praruta-plan-table__body th, .praruta-plan-table__body td {
    padding: 1.6rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.praruta-plan-table__body th {
  text-align: left;
  font-weight: 500;
  width: calc(240 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-plan-table__body th {
    width: 444px;
  }
}

.praruta-plan-table__body td {
  text-align: center;
}

.praruta-plan-case {
  background-color: #fff;
  border-radius: 5px;
  padding: calc(32 / 750 * 100vw) calc(40 / 750 * 100vw) calc(48 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-plan-case {
    padding: 4rem;
    border-radius: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.praruta-plan-case__left {
  margin-bottom: calc(24 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-plan-case__left {
    margin-bottom: 0;
  }
}

.praruta-plan-case__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 751px) {
  .praruta-plan-case__right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.praruta-plan-case__text {
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  .praruta-plan-case__text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.praruta-plan-case__asterisk {
  font-size: calc(22 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-plan-case__asterisk {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.praruta-plan-case__total {
  font-weight: bold;
  line-height: 1.2;
  font-size: calc(36 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-plan-case__total {
    font-size: 30px;
    font-size: 3rem;
    margin-right: .8rem;
  }
}

.praruta-plan-case__total span {
  color: #3B7BB9;
  font-size: calc(56 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-plan-case__total span {
    font-size: 40px;
    font-size: 4rem;
  }
}

.praruta-plan-case__price {
  line-height: 1;
  letter-spacing: 0;
}

.praruta-plan-case__price--text {
  display: block;
  color: #3B7BB9;
  font-weight: bold;
  font-size: calc(22 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-plan-case__price--text {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: .8rem;
  }
}

.praruta-plan-case__price--num {
  display: block;
  color: #DB5F5F;
  font-weight: 900;
  font-size: calc(80 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-plan-case__price--num {
    font-size: 60px;
    font-size: 6rem;
  }
}

.praruta-plan-case__price--num span {
  color: #252525;
  font-size: calc(50 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-plan-case__price--num span {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (min-width: 751px) {
  .praruta-plan-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.praruta-plan-option__item {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: calc(20 / 750 * 100vw);
  padding: calc(12 / 750 * 100vw) calc(24 / 750 * 100vw);
  border-radius: 5px;
}

@media screen and (min-width: 751px) {
  .praruta-plan-option__item {
    -webkit-flex-basis: calc(50% - 12px);
        -ms-flex-preferred-size: calc(50% - 12px);
            flex-basis: calc(50% - 12px);
    margin-bottom: 2.4rem;
    padding: 1rem 1.6rem;
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 6px;
  }
}

.praruta-sample {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  padding: calc(32 / 750 * 100vw) 0;
  margin-bottom: calc(80 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-sample {
    padding: 4rem 0;
    margin-bottom: 10rem;
  }
}

.praruta-sample__block {
  -webkit-flex-basis: calc(298 / 750 * 100vw);
      -ms-flex-preferred-size: calc(298 / 750 * 100vw);
          flex-basis: calc(298 / 750 * 100vw);
  margin: 0 calc(5 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-sample__block {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    margin: 0 1.2rem;
  }
}

.praruta-sample__title {
  border-left: 2px solid #3B7BB9;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: calc(16 / 750 * 100vw);
  font-size: calc(22 / 750 * 100vw);
  padding-left: calc(8 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-sample__title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 1.6rem;
    padding-left: .8rem;
  }
}

.praruta-sample__button {
  display: block;
  border: 2px solid #3B7BB9;
  text-align: center;
  color: #3B7BB9;
  font-weight: bold;
  margin-top: calc(16 / 750 * 100vw);
  font-size: calc(22 / 750 * 100vw);
  border-radius: 5px;
  padding: calc(10 / 750 * 100vw) 0;
}

@media screen and (min-width: 751px) {
  .praruta-sample__button {
    margin-top: 1.6rem;
    font-size: 22px;
    font-size: 2.2rem;
    border-radius: 6px;
    padding: .8rem 0;
  }
  .praruta-sample__button:hover {
    color: #3B7BB9;
  }
}

.praruta-sample__button svg {
  width: calc(24 / 750 * 100vw);
  height: auto;
  margin-left: calc(8 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-sample__button svg {
    margin-left: .8rem;
    width: auto;
  }
}

.praruta-worry-list {
  background-color: #ECF5FF;
  position: relative;
  margin-bottom: calc(60 / 750 * 100vw);
  margin-right: calc(-40 / 750 * 100vw);
  padding: calc(40 / 750 * 100vw) calc(140 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  border-radius: 8px 0 0 8px;
}

@media screen and (min-width: 751px) {
  .praruta-worry-list {
    padding: 4.8rem 18rem 4.8rem 4rem;
    margin: 0 auto 5.4rem;
    border-radius: 10px;
    max-width: 920px;
  }
}

.praruta-worry-list::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(168 / 750 * 100vw);
  height: calc(423 / 750 * 100vw);
  background-image: url(/imgs/service/praruta/bg_worry_sp.png);
  right: calc(-30 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-worry-list::after {
    background-image: url(/imgs/service/praruta/bg_worry_pc.png);
    width: 200px;
    height: 340px;
    right: -3.5rem;
  }
}

.praruta-worry-list__item {
  font-weight: bold;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon_check%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2246.401%22%20height%3D%2238.154%22%20viewBox%3D%220%200%2046.401%2038.154%22%3E%20%3Cpath%20id%3D%22path%22%20d%3D%22M48.209%2C0%2C24.8%2C19.205l-6.716-6.6-4.809%2C4.508-.585.547-.005.005L24.806%2C27.915l25.083-25L48.434.392%2C48.213.005h0Z%22%20transform%3D%22translate(-3.488%200)%22%20fill%3D%22%23ef584c%22%2F%3E%20%3Cpath%20id%3D%22path-2%22%20data-name%3D%22path%22%20d%3D%22M37.826%2C16.752v-.01L32.952%2C21.6v9.307a2.5%2C2.5%2C0%2C0%2C1-2.5%2C2.5H7.371a2.5%2C2.5%2C0%2C0%2C1-2.5-2.5V7.825a2.5%2C2.5%2C0%2C0%2C1%2C2.5-2.5H30.455a2.482%2C2.482%2C0%2C0%2C1%2C1.523.523l3.525-2.9.264-.217h0l.006%2C0A7.345%2C7.345%2C0%2C0%2C0%2C30.455.454H7.371A7.38%2C7.38%2C0%2C0%2C0%2C0%2C7.825V30.909a7.38%2C7.38%2C0%2C0%2C0%2C7.371%2C7.37H30.455a7.38%2C7.38%2C0%2C0%2C0%2C7.371-7.37V22.564l0-5.817Z%22%20transform%3D%22translate(0%20-0.125)%22%20fill%3D%22%23ef584c%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  padding-left: calc(55 / 750 * 100vw);
  font-size: calc(30 / 750 * 100vw);
  line-height: 1.53333;
  margin-bottom: calc(24 / 750 * 100vw);
}

@media screen and (max-width: 750px) {
  .praruta-worry-list__item {
    background-size: calc(40 / 750 * 100vw);
    background-position: top calc(6 / 750 * 100vw) left;
  }
}

@media screen and (min-width: 751px) {
  .praruta-worry-list__item {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 2.4rem;
    padding-left: 5.4rem;
  }
}

.praruta-worry-list__item:last-child {
  margin-bottom: 0;
}

.praruta-worry__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3B7BB9;
  font-weight: 900;
  text-align: center;
  font-size: calc(36 / 750 * 100vw);
  line-height: 1.5;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 751px) {
  .praruta-worry__text {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.46875;
  }
}

.praruta-worry__text::before, .praruta-worry__text::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: calc(124 / 750 * 100vw);
  height: calc(150 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-worry__text::before, .praruta-worry__text::after {
    width: 80px;
    height: 120px;
  }
}

.praruta-worry__text::before {
  background-image: url(/imgs/service/praruta/bg_worry_l.png);
}

.praruta-worry__text::after {
  background-image: url(/imgs/service/praruta/bg_worry_r.png);
}

@media screen and (min-width: 751px) {
  .praruta-worry__text span {
    margin: 0 5.6rem;
  }
}

@media screen and (min-width: 751px) {
  .praruta-reason {
    margin-bottom: 8rem;
  }
}

.praruta-reason .c-container {
  position: relative;
  padding-top: calc(80 / 750 * 100vw);
  padding-bottom: calc(80 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-reason .c-container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.praruta-reason .c-container::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #ECF5FF;
  position: absolute;
  top: 0;
  right: calc(40 / 750 * 100vw);
  border-radius: 0 10px 10px 0;
}

@media screen and (min-width: 751px) {
  .praruta-reason .c-container::before {
    right: -7.2rem;
    border-radius: 0 40px 40px 0;
  }
}

.praruta-reason .praruta__h2 {
  position: relative;
}

.praruta-reason-list {
  list-style-type: none;
  padding-right: calc(40 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-reason-list {
    padding-right: 0;
  }
}

.praruta-reason-list__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: calc(58 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-reason-list__item {
    margin-bottom: 7.2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
  }
  .praruta-reason-list__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.praruta-reason-list__item:last-child {
  margin-bottom: 0;
}

.praruta-reason-list__item:nth-child(1) dl {
  border-left-color: #FFAA00;
}

.praruta-reason-list__item:nth-child(1) dl::before {
  content: "1";
  color: #FFAA00;
}

.praruta-reason-list__item:nth-child(1) dl dt span {
  color: #FFAA00;
}

.praruta-reason-list__item:nth-child(2) dl {
  border-left-color: #298380;
}

@media screen and (max-width: 750px) {
  .praruta-reason-list__item:nth-child(2) dl {
    border-right: 3px solid #298380;
  }
}

.praruta-reason-list__item:nth-child(2) dl::before {
  content: "2";
  color: #298380;
}

.praruta-reason-list__item:nth-child(2) dl dt span {
  color: #298380;
}

.praruta-reason-list__item:nth-child(3) dl {
  border-left-color: #0796E8;
}

.praruta-reason-list__item:nth-child(3) dl::before {
  content: "3";
  color: #0796E8;
}

.praruta-reason-list__item:nth-child(3) dl dt span {
  color: #0796E8;
}

.praruta-reason-list__item:nth-child(4) dl {
  border-left-color: #D28386;
}

@media screen and (max-width: 750px) {
  .praruta-reason-list__item:nth-child(4) dl {
    border-right: 3px solid #D28386;
  }
}

.praruta-reason-list__item:nth-child(4) dl::before {
  content: "4";
  color: #D28386;
}

.praruta-reason-list__item:nth-child(4) dl dt span {
  color: #D28386;
}

@media screen and (max-width: 750px) {
  .praruta-reason-list__item:nth-child(odd) dl {
    padding-left: calc(30 / 750 * 100vw);
    margin-left: calc(64 / 750 * 100vw);
  }
  .praruta-reason-list__item:nth-child(odd) dl::before {
    margin-right: calc(20 / 750 * 100vw);
  }
  .praruta-reason-list__item:nth-child(odd) > div {
    padding-left: calc(60 / 750 * 100vw);
  }
  .praruta-reason-list__item:nth-child(even) dl {
    padding-right: calc(30 / 750 * 100vw);
    margin-right: calc(64 / 750 * 100vw);
    border-left: none;
  }
  .praruta-reason-list__item:nth-child(even) dl::before {
    right: auto;
    left: 100%;
    margin-left: calc(20 / 750 * 100vw);
  }
  .praruta-reason-list__item:nth-child(even) > div {
    padding-right: calc(60 / 750 * 100vw);
  }
}

.praruta-reason-list__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  border-left-width: 3px;
  border-left-style: solid;
  position: relative;
  margin-bottom: calc(40 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-reason-list__body {
    margin-left: 7.4rem;
    padding-left: 2.4rem;
    border-left-width: 5px;
    margin-bottom: 0;
  }
}

.praruta-reason-list__body::before {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  position: absolute;
  line-height: 1;
  right: 100%;
  font-size: calc(80 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-reason-list__body::before {
    font-size: 100px;
    font-size: 10rem;
    top: -1rem;
    margin-right: 1.8rem;
  }
}

.praruta-reason-list__title {
  font-weight: 900;
  line-height: 1.4;
  font-size: calc(36 / 750 * 100vw);
  margin-bottom: calc(16 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-reason-list__title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.4375;
    margin-bottom: 1.6rem;
  }
}

.praruta-reason-list__title span {
  font-size: calc(30 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-reason-list__title span {
    font-size: 30px;
    font-size: 3rem;
  }
}

.praruta-reason-list__text {
  font-weight: bold;
  font-size: calc(24 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-reason-list__text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.25;
  }
}

.praruta-step__text {
  text-align: center;
  background-color: #3B7BB9;
  color: #fff;
  font-weight: 900;
  padding: calc(16 / 750 * 100vw) 0;
}

@media screen and (min-width: 751px) {
  .praruta-step__text {
    font-size: 26px;
    font-size: 2.6rem;
    padding: 1.6rem 0;
    letter-spacing: .1em;
  }
}

.praruta-step-list {
  margin-bottom: calc(40 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-step-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4rem;
  }
}

.praruta-step-list__item {
  position: relative;
  font-size: calc(24 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-step-list__item {
    -webkit-flex-basis: 330px;
        -ms-flex-preferred-size: 330px;
            flex-basis: 330px;
    font-size: inherit;
  }
}

.praruta-step-list__item:not(:last-child)::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url(/imgs/service/praruta/icon_step_sp.png);
  width: 100%;
  height: calc(53 / 750 * 100vw);
  background-position: center;
  margin: calc(40 / 750 * 100vw) auto;
}

@media screen and (min-width: 751px) {
  .praruta-step-list__item:not(:last-child)::after {
    background-size: contain;
    position: absolute;
    width: 32px;
    height: 25px;
    background-image: url(/imgs/service/praruta/icon_step_pc.png);
    top: 14rem;
    right: -4.4rem;
    margin: 0;
  }
}

.praruta-step-list__image {
  position: relative;
  text-align: center;
  margin-bottom: calc(8 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-step-list__image {
    margin-bottom: 1.6rem;
    border-radius: 6px;
    overflow: hidden;
  }
}

.praruta-step-list__image img {
  display: none;
}

@media screen and (min-width: 751px) {
  .praruta-step-list__image img {
    display: block;
  }
}

.praruta-step-list__label {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: calc(6 / 750 * 100vw) calc(24 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-step-list__label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    padding: .4rem 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.praruta-step-list__label--step1 {
  background-color: #FF0099;
}

.praruta-step-list__label--step2 {
  background-color: #FFAA00;
}

.praruta-step-list__label--step3 {
  background-color: #003EFF;
}

.praruta-step-list__title {
  font-weight: bold;
  text-align: center;
  font-size: calc(36 / 750 * 100vw);
  margin-bottom: calc(16 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-step-list__title {
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: .4rem;
  }
}

.praruta-cv {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/imgs/service/praruta/bg_cv_sp.jpg);
  padding: calc(60 /750 * 100vw) 0;
}

@media screen and (min-width: 751px) {
  .praruta-cv {
    background-image: url(/imgs/service/praruta/bg_cv_pc@2x.jpg);
    padding: 5.4rem 0;
    text-align: center;
  }
}

.praruta-cv .praruta-button {
  margin-top: calc(40 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-cv .praruta-button {
    margin-top: 4rem;
  }
}

.praruta-auxiliary {
  background-color: #3B7BB9;
  color: #fff;
  padding: calc(80 / 750 * 100vw) calc(40 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-auxiliary {
    padding: 9rem 0;
  }
}

.praruta-auxiliary__image01 {
  margin-bottom: calc(80 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-auxiliary__image01 {
    margin-bottom: 6.4rem;
  }
}

.praruta-auxiliary__image02 {
  margin-bottom: calc(80 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-auxiliary__image02 {
    margin-bottom: 6.4rem;
  }
}

.praruta-auxiliary__title02 {
  text-align: center;
  font-weight: 900;
  font-size: calc(42 / 750 * 100vw);
  line-height: 1.5;
  margin-bottom: calc(24 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-auxiliary__title02 {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 2.4rem;
  }
}

.praruta-auxiliary__title03 {
  margin-bottom: calc(24 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-auxiliary__title03 {
    margin-bottom: 3.6rem;
  }
}

.praruta-auxiliary__text {
  font-weight: bold;
  margin-bottom: calc(40 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-auxiliary__text {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.5;
    margin-bottom: 8rem;
  }
}

.praruta-auxiliary__text:last-child {
  margin-bottom: 0;
}

.praruta-auxiliary__text span {
  color: #FBFA01;
}

.praruta-contact {
  background-color: #ECF5FF;
  position: relative;
  z-index: 1;
  padding: calc(80 / 750 * 100vw) 0;
}

@media screen and (min-width: 751px) {
  .praruta-contact {
    padding: 8rem 0 12rem;
  }
}

.praruta-contact .p-form-step::after {
  background-color: #ACACAC;
}

.praruta-contact .p-form-step__item {
  background-color: #fff;
}

.p-form-input__text,
.p-form-input__textarea,
.p-form-select__select {
  background-color: #fff;
}

.mw_wp_form_input .p-form-step__item:first-child {
  background-color: #3B7BB9;
  color: #fff;
}

.mw_wp_form_confirm .p-form-step__item:nth-child(2) {
  background-color: #3B7BB9;
  color: #fff;
}

.mw_wp_form_input .p-form__descprition,
.mw_wp_form_confirm .p-form__descprition {
  display: none;
}

.mw_wp_form_input .p-form__privacy,
.mw_wp_form_confirm .p-form__privacy {
  display: none;
}

.p-form-submit__button.is-confirm, .p-form-submit__button.is-send {
  background: -webkit-linear-gradient(bottom, #FFFF00 0%, #E4D508 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFF00), to(#E4D508));
  background: -webkit-linear-gradient(top, #FFFF00 0%, #E4D508 100%);
  background: linear-gradient(to bottom, #FFFF00 0%, #E4D508 100%);
  color: #3B7BB9;
}

@media screen and (min-width: 751px) {
  .p-form-submit__button.is-confirm:hover, .p-form-submit__button.is-send:hover {
    opacity: 1;
    background: #FFFF00;
  }
}

.is-confirm article > *:not(.praruta-contact) {
  display: none;
}

.praruta-floating {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background-color: #3B7BB9;
}

@media screen and (min-width: 751px) {
  .praruta-floating {
    right: 40px;
    width: 300px;
  }
}

.praruta-floating__inner {
  position: relative;
  padding: calc(24 / 750 * 100vw) calc(40 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .praruta-floating__inner {
    padding: 8rem 1.6rem 1.6rem;
  }
}

.praruta-floating__label {
  position: absolute;
  top: calc(-90 / 750 * 100vw);
  left: 0;
  pointer-events: none;
}

@media screen and (min-width: 751px) {
  .praruta-floating__label {
    top: -2rem;
    left: .95rem;
    margin-left: -3.1rem;
    margin-right: -3.1rem;
  }
}

.praruta-floating .praruta-button a {
  max-width: 100%;
}

@media screen and (min-width: 751px) {
  .praruta-floating .praruta-button a {
    font-size: 20px;
    font-size: 2rem;
  }
}
/*# sourceMappingURL=lp_praruta.css.map */