@charset "UTF-8";
.mv_wrap {
  width: calc(100% - 2rem);
  padding: 0.875rem 0.5rem 1.5rem;
  margin: 4rem auto 0;
  background: url(../img/bg_main_sp.png) no-repeat center center/cover;
  border-radius: 20px;
}
@media (min-width: 560px) {
  .mv_wrap {
    margin: 3.8rem auto 0;
  }
}
@media (min-width: 1024px) {
  .mv_wrap {
    width: calc(100% - 3rem);
    padding: 5.72222rem 1.72222rem 5.72222rem 2.5rem;
    margin: 4rem auto 0;
    background: url(../img/bg_main.png) no-repeat center center/cover;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    border-radius: 50px;
  }
}

.mv_btn {
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .mv_btn {
    display: flex;
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .main_list {
    max-width: 25.83333rem;
  }
}

@media (min-width: 560px) {
  .lead_wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .lead_wrap .lead_right {
    width: 26.94444rem;
  }
}

.bg_blue.reality {
  position: relative;
  padding-top: 2.2rem;
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .bg_blue.reality {
    padding-top: 3.5rem;
  }
}
.bg_blue.reality:before {
  content: "";
  width: 100%;
  height: 2.5875rem;
  display: inline-block;
  background: url(../img/line_blue_sp.png) no-repeat top center/cover;
  position: absolute;
  top: -1.5rem;
  left: 0;
}
@media (min-width: 1024px) {
  .bg_blue.reality:before {
    height: 7.33333rem;
    background: url(../img/line_blue.png) no-repeat top center/cover;
    top: -4rem;
  }
}
.bg_blue.reality .dc_sec_padding {
  padding-bottom: 3rem;
}
@media (min-width: 560px) {
  .bg_blue.reality .dc_sec_padding {
    padding-bottom: 7rem;
  }
}
@media (min-width: 1024px) {
  .bg_blue.reality .dc_sec_padding {
    padding-bottom: 14.1666rem;
  }
}
.bg_blue.reality .ttl_h3 {
  line-height: 1.8;
  margin-bottom: 1.5625rem;
}
.bg_blue.reality .ttl_h3 span.reality_line {
  background: url(../img/under_line.png) left bottom;
  background-repeat: repeat-x;
  background-size: auto;
  padding-bottom: 0.625rem;
}
@media (min-width: 1024px) {
  .bg_blue.reality .ttl_h3 {
    line-height: 1.8;
    margin-bottom: 0;
  }
  .bg_blue.reality .ttl_h3 span.reality_line {
    background: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .bg_blue.reality .ttl_h3 span.reality_line_pc {
    display: inline-block;
    background: url(../img/under_line.png) left bottom;
    background-repeat: repeat-x;
    background-size: auto;
    padding-bottom: 1rem;
    margin-bottom: 2.3rem;
  }
}

.reality_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 560px) {
  .reality_list {
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.reality_list:after {
  content: "";
  width: 1rem;
  height: 2.97375rem;
  display: inline-block;
  background: url(../img/arrow.png) top center/contain;
}
@media (min-width: 1024px) {
  .reality_list:after {
    width: 2.27777rem;
    height: 6.6666rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 8.16666rem);
  }
}

.reality_list li {
  border: 3px solid #1c4278;
  border-radius: 15px;
  padding: 1rem 0.875rem 1.5rem;
  margin-bottom: 1rem;
  background: url(../img/bg_parts.png) top left repeat;
}
@media (min-width: 560px) {
  .reality_list li {
    width: 31.27rem;
    max-width: 49%;
    padding: 1.7777rem 3rem;
    border-radius: 30px;
  }
}
.reality_list li .ttl_h4 {
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.reality_list li .ttl_h4::before {
  content: "";
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin-right: 0.5rem;
}
@media (min-width: 560px) {
  .reality_list li .ttl_h4 {
    margin-bottom: 1.3333rem;
  }
}
.reality_list li:last-child {
  margin-bottom: 1.5rem;
}

.reality_list li .ttl_h4.reality01::before {
  background: url(../img/ico01.png) center center/contain;
  background-repeat: no-repeat;
}

.ttl_h4.reality02::before {
  background: url(../img/ico02.png) center center/contain;
  background-repeat: no-repeat;
}

.ttl_h4.reality03::before {
  background: url(../img/ico03.png) center center/contain;
  background-repeat: no-repeat;
}

.ttl_h4.reality04::before {
  background: url(../img/ico04.png) center center/contain;
  background-repeat: no-repeat;
}

.loss {
  position: relative;
  padding-top: 2.625rem;
}
.loss:before {
  content: "";
  width: 100%;
  height: 2.5875rem;
  display: inline-block;
  background: url(../img/line_white_sp.png) no-repeat top center/cover;
  position: absolute;
  top: -1.5rem;
  left: 0;
}
@media (min-width: 1024px) {
  .loss:before {
    height: 7.33333rem;
    background: url(../img/line_white.png) no-repeat top center/cover;
    top: -7.3333rem;
    margin-top: 2.5rem;
  }
}

@media (min-width: 560px) {
  .loss_list {
    margin: 0 auto 1.7222rem;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .loss_list {
    margin: 0 auto 3.4444rem;
  }
}

.loss_list li {
  width: 18.125rem;
  margin: auto;
  margin-bottom: 1.5rem;
}
@media (min-width: 560px) {
  .loss_list li {
    width: 19.1111rem;
    max-width: 32%;
  }
}
.loss_list li:last-child {
  margin-bottom: 2.5rem;
}

.bg_yellow.value {
  position: relative;
  margin-top: -2.5875rem;
}
.bg_yellow.value:before {
  content: "";
  width: 100%;
  height: 2.5875rem;
  display: inline-block;
  background: url(../img/line_white_under_sp.png) no-repeat bottom center/cover;
  background-size: 100% 100%;
  position: absolute;
  top: -1.5rem;
  left: 0;
}
@media (min-width: 1024px) {
  .bg_yellow.value:before {
    height: 7.33333rem;
    background: url(../img/line_white_under.png) no-repeat bottom center/cover;
    top: -4rem;
  }
}

@media (min-width: 560px) {
  .value_list {
    display: flex;
    justify-content: space-between;
  }
  .value_list li {
    width: 31.2777rem;
    max-width: 49%;
  }
}

@media (min-width: 560px) {
  .return_list {
    display: flex;
    justify-content: space-between;
    width: 63.8888rem;
    max-width: 100%;
    margin: 0 auto 7rem;
    position: relative;
  }
  .return_list li {
    width: 20.3333rem;
    max-width: 32%;
  }
  .return_list:after {
    content: "";
    display: inline-block;
    background: url(../img/arrow.png) top center/contain;
    width: 1.133333rem;
    height: 3.3333rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 4.7rem);
  }
}
@media (min-width: 1024px) {
  .return_list {
    margin: 0 auto 11.666rem;
  }
  .return_list li {
    padding: 1.5rem;
  }
  .return_list li:last-child img {
    margin-bottom: 0.5rem;
  }
  .return_list li:last-child .ttl_h4 {
    margin-bottom: 1rem;
  }
  .return_list:after {
    width: 2.27777rem;
    height: 6.6666rem;
    transform: translate(-50%, 9.6666rem);
  }
}

.reality_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 560px) {
  .reality_list {
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.reality_list:after {
  content: "";
  width: 1rem;
  height: 2.97375rem;
  display: inline-block;
  background: url(../img/arrow.png) top center/contain;
}
@media (min-width: 560px) {
  .reality_list:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 4.16666rem);
  }
}
@media (min-width: 1024px) {
  .reality_list:after {
    width: 2.27777rem;
    height: 6.6666rem;
    transform: translate(-50%, 8.16666rem);
  }
}

.darkblue_text {
  color: #1c4278;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .darkblue_text {
    margin-bottom: 1rem;
  }
}

.darkblue_text_under_img {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .darkblue_text_under_img {
    margin-bottom: 2.5rem;
  }
}

.darkblue_text_under_img.mb0 {
  margin-bottom: 0;
}

.ttl_h4.plan {
  margin-top: 1.5rem;
  margin-bottom: -2.5rem;
  display: flex;
  font-size: 1.5rem;
  font-weight: 900;
  align-items: center;
  justify-content: center;
}
.ttl_h4.plan img {
  width: 5rem;
  margin-right: 1rem;
}

.service_bg {
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
  background: url(../img/bg_service_sp.png) top center no-repeat;
  background-size: 100%;
}
@media (min-width: 560px) {
  .service_bg {
    padding-top: 3.6111rem;
    padding-bottom: 5.5rem;
    background: url(../img/bg_service.png) top center no-repeat;
    background-size: 100%;
  }
}
@media (min-width: 1024px) {
  .service_bg {
    padding-bottom: 8.0555rem;
  }
}
.service_bg .ttl_h3 {
  line-height: 1.6;
  font-feature-settings: "palt";
}

.ttl_h4.plan02 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .ttl_h4.plan02 {
    margin-bottom: 0.5rem;
  }
}

.Improvement_list_wrap {
  max-width: 52rem;
  margin: auto;
}

@media (min-width: 560px) {
  .choose_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.5rem;
  }
}

.choose_list li {
  position: relative;
  margin-top: 3.5rem;
  padding-top: 3.5rem;
}
@media (min-width: 560px) {
  .choose_list li {
    width: 20.3rem;
    max-width: 32%;
    margin-top: 2rem;
  }
}
.choose_list li .ttl_h4 {
  font-size: 1.375rem;
  margin-bottom: 1.5rem;
}

.choose_num {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1;
  font-family: "roboto", sans-serif;
  border-radius: 50px;
  background: #ff6c4e;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.border_box.area_bg {
  background-image: url(../img/bg_area_sp.png), url(../img/bg_parts.png);
  background-position: right bottom, top left;
  background-repeat: no-repeat, repeat;
  background-size: 18.75rem auto, auto;
}
.border_box.area_bg .ttl_h4 {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .border_box.area_bg {
    background-image: url(../img/bg_area.png), url(../img/bg_parts.png);
    background-position: center right, top left;
    background-repeat: no-repeat, repeat;
    background-size: 30.5555rem auto, auto;
  }
  .border_box.area_bg .ttl_h4 {
    text-align: left;
    margin-bottom: 1rem;
  }
}

.price_text {
  line-height: 1.7;
}

.plan_list {
  padding: 4rem 1rem 1rem;
  margin-bottom: 0.875rem;
  border-radius: 15px;
}
.plan_list li.w33, .plan_list li.w49 {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 1rem;
  border: 4px solid #68b7f4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.plan_list li.w33:last-child, .plan_list li.w49:last-child {
  margin-bottom: 0;
}
.plan_list li.Recommended {
  border: 4px solid #3291dc;
  position: relative;
  margin-top: 2.0625rem;
}
.plan_list li.Recommended .ttl_h5 {
  background-color: #3291dc;
  padding-top: 1.3125rem;
}
.plan_list li.Recommended::before {
  content: "おすすめ";
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 9.375rem;
  height: 2.125rem;
  line-height: 1.75;
  background: #ff6c4e;
  border-radius: 999px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -63%);
}
@media (min-width: 560px) {
  .plan_list {
    padding: 4.1666rem 2.5rem 2.5rem;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .plan_list li.w33, .plan_list li.w49 {
    border-radius: 15px;
    width: 29.7222rem;
    max-width: 49%;
  }
  .plan_list li.w49 {
    margin-bottom: 0;
  }
  .plan_list li.light_pran .ttl_h6 {
    margin-top: 3rem;
  }
  .plan_list li.light_pran .price_list {
    padding-bottom: 3.97844rem;
  }
  .plan_list li.Recommended {
    margin-top: 0;
  }
  .plan_list li.Recommended .ttl_h5 {
    padding-top: 1.5555rem;
  }
  .plan_list li.Recommended::before {
    font-size: 1.1111rem;
    width: 11.6666rem;
    height: 2.1111rem;
    line-height: 1.75;
    left: 50%;
    transform: translate(-50%, -63%);
  }
}
@media (min-width: 1024px) {
  .plan_list li.w33 {
    width: 19.3333rem;
    max-width: 32%;
    margin-bottom: 0;
  }
}

@media (min-width: 560px) {
  .plan_list.plan_year01 {
    padding: 5.8333rem 1.5rem 1.5rem;
  }
}

@media (min-width: 560px) {
  .plan_list.plan_year02 {
    padding: 4.2222rem 1.5rem 1.5rem;
  }
}

.price_list {
  padding-bottom: 2rem;
}
@media (min-width: 560px) {
  .price_list {
    padding-bottom: 1.5rem;
  }
}

.price_list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.price_list li::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  margin-right: 0.5rem;
  background: url(../img/ico_check.png) no-repeat center center/contain;
}
.price_list li:last-child {
  margin-bottom: 0;
}

.plan_list.arrow {
  position: relative;
  z-index: -1;
}
@media (min-width: 1024px) {
  .plan_list.arrow {
    margin-bottom: 4.1666rem;
  }
}
.plan_list.arrow::before {
  content: "";
  width: 1rem;
  height: 2.9375rem;
  display: inline-block;
  position: absolute;
  bottom: -2.05rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/arrow.png) center bottom/contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 1024px) {
  .plan_list.arrow::before {
    width: 2.2777rem;
    height: 6.61111rem;
    bottom: -5rem;
  }
}

.plan_list02 {
  position: relative;
  z-index: -2;
  padding: 1.5rem;
  border-radius: 15px;
  margin-bottom: 0.875rem;
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .plan_list02 {
    border-radius: 30px;
    margin-bottom: 2.5rem;
  }
}

.qa_list {
  padding: 1.5625rem 1rem;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .qa_list {
    padding: 1.6666rem 2rem;
    border-radius: 20px;
  }
}

.qa_list.last {
  margin-bottom: 0;
}

.qa_list dt {
  font-weight: 600;
  margin-bottom: 1.5625rem;
  display: flex;
  align-items: baseline;
}
@media (min-width: 1024px) {
  .qa_list dt {
    margin-bottom: 1.6666rem;
    align-items: center;
  }
}
.qa_list dt span {
  font-size: 1.625rem;
  font-weight: bold;
  font-family: "roboto", sans-serif;
  margin-right: 0.5rem;
  color: #ff6c4e;
}
@media (min-width: 1024px) {
  .qa_list dt span {
    font-size: 1.7777rem;
  }
}

.qa_list dd {
  display: flex;
  align-items: baseline;
}
.qa_list dd span {
  font-size: 1.625rem;
  font-weight: bold;
  font-family: "roboto", sans-serif;
  margin-right: 0.5rem;
  color: #1c4278;
}

.contact_list {
  max-width: 72rem;
  margin: auto;
}
@media (min-width: 560px) {
  .contact_list {
    max-width: 64rem;
    display: flex;
    justify-content: space-between;
  }
}

.contact_list li {
  color: #fff;
  text-align: center;
  padding: 1.5rem;
  border-radius: 15px;
}
.contact_list li .ttl_h4 {
  font-size: 1.375rem;
  color: #fff;
}
.contact_list li p {
  margin-bottom: 1.5rem;
}
@media (min-width: 560px) {
  .contact_list li {
    width: 31.27777rem;
    max-width: 49%;
    padding: 3rem 0;
    border-radius: 30px;
  }
  .contact_list li .ttl_h4 {
    font-size: 1.58em;
    margin-bottom: 1.83333rem;
  }
}

.contact_list li:nth-child(1) {
  background: #1c4278;
  margin-bottom: 1.5rem;
}
@media (min-width: 560px) {
  .contact_list li:nth-child(1) {
    margin-bottom: 0;
  }
  .contact_list li:nth-child(1) p {
    margin-bottom: 1.77777rem;
  }
}

.contact_list li:nth-child(2) {
  background: #3291dc;
}
@media (min-width: 560px) {
  .contact_list li:nth-child(2) p {
    margin-bottom: 1rem;
  }
}

.company_list {
  padding: 0 1rem;
  font-size: 0.875rem;
}
@media (min-width: 560px) {
  .company_list {
    max-width: 40rem;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    font-size: 0.88888rem;
  }
}

.company_list_dt {
  font-weight: 600;
  margin-bottom: 0.375rem;
}
@media (min-width: 560px) {
  .company_list_dt {
    width: 33.62%;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #757575;
  }
  .company_list_dt:last-of-type {
    margin-bottom: 0;
  }
}

.company_list_dd {
  padding-bottom: 1.5rem;
  margin-bottom: 1.6875rem;
  border-bottom: 1px solid #757575;
}
.company_list_dd:last-child {
  margin-bottom: 0;
}
@media (min-width: 560px) {
  .company_list_dd {
    width: 66.38%;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}/*# sourceMappingURL=top.css.map */